NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Johan van Zyl

Pages: 1 2 [3] 4 5
31
Web Server - Ask For Help / NT WS and GoogleAnalytics
« on: May 22, 2013, 02:10:55 PM »
Did all of this a few weeks ago already - does not work - it show me no visits stats at all!
How do I resolve this?
http://www.medxinfo.co.za

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-401949-3', 'medxinfo.co.za');
  ga('send', 'pageview');



</script>

[attachment deleted by admin]

32
The Rest - Ask For Help / WebClient Clicatell and many SMS's
« on: May 17, 2013, 11:21:24 PM »
This works:
set(locums)
loop until Access:Locums.Next()
    loc:MobileNo = '27'& sub(clip(LCM:Cell),2 , len(clip(LCM:Cell)))
    IF LEN(clip(loc:MobileNo)) = 11
       loc:SendToBatch = clip(loc:SendToBatch)&','& clip(loc:MobileNo   
END
loc:SendToBatch = sub(loc:SendToBatch,1,len(clip(loc:SendToBatch))-1)



This does not:
set(Locums)
!I# = 0
!!loop through file and concatenate numbers!
!loop until Access:Locums.Next()
!    I#+=1
!    !debuginfo('in the loop '&I# )
!    loc:MobileNo = '27'& sub(clip(LCM:Cell),2 , len(clip(LCM:Cell)))
!    debuginfo(loc:MobileNo)
!    ds_Sleep(100) ! even this did not help
!    IF LEN(clip(loc:MobileNo)) = 11 !and LOC:MobileNo  = '27720541936'!this line does not work
!IF LEN(clip(loc:MobileNo)) = 11 and LOC:MobileNo  = '27720541936' !this works - if I only send one number at a time
!        do sendmessage
!    end   
!end   

SendMessage ROUTINE

    !LOC:PostURL   = 'http://api.clickatell.com/http/sendmsg?user='&clip(loc:ClickatellUserName)&'&password='& clip(loc:ClickatellPassword)&'&api_id='&clip(loc:ClickatellAPIID) &'&to='&clip(loc:MobileNo) &'&text='&clip(loc:Message) !this does not work
   
    LOC:PostURL   = 'http://api.clickatell.com/http/sendmsg?user='&clip(loc:ClickatellUserName)&'&password='& clip(loc:ClickatellPassword)&'&api_id='&clip(loc:ClickatellAPIID) &'&to='&clip(loc:SendToBatch) &'&text='&clip(loc:Message) ! this works - concatenated all the numbers - but there is a limit to thi
    ThisClient.Post(clip(LOC:PostURL),'')  ! cookies, and fields automatically used.
    DEBUGINFO(loc:MobileNo &' WAS SENT')
      !do logSMSMessage
      display()
   ! END

33
The Rest - Ask For Help / WebClient and Clickatell
« on: May 17, 2013, 01:50:58 PM »
Using WebClient POST

http://api.clickatell.com/http/getbalance?api_id=xxxx&user=xxxx&password=xxx
will give you this kind of reply:
Credit: 370.000

How  do I get this into say a local variable in NTWS app?

34
Web Server - Ask For Help / HTML editor
« on: May 13, 2013, 10:51:46 AM »
Suggestions: cheap preferably free HTML editor to create HTML pages to use in NT WS.
Dreamweaver - to expensive and complex? And now only available in the Cloud?
NetObjects Fusion - creates  complex code - expensive?
I believe Microsoft Expression Web 4 - is now free! Do not know it at all!

36
Web Server - Ask For Help / CloudServers - Afrihost - looking good?
« on: May 08, 2013, 09:04:21 PM »
Hi

I have just started using RackSpaceCloud Servers and then I came across this

http://www.afrihost.com/site/product/cloud_hosting?src=nav

Prices seem very reasonable - anybody use these people?

Any other recommendations?

There is also
ClarionWebHosting
http://clarionwebhosting.com/

37
Hi

How accurately and convincingly can page visits be measured and how complete will the statistics/information be?
To sell it to paying customers?

thx

38
Web Server - Ask For Help / NT WS web folder ignored?
« on: April 28, 2013, 11:52:56 AM »
NT 6.52
After I upgraded to NT 6.52
See attached

This is what I get - it makes no difference if I delete the web folder or not.

[attachment deleted by admin]

39
Web Server - Ask For Help / NT WS Update Form Errors
« on: April 26, 2013, 12:31:21 PM »
Each and every Form causes these two errors

Unusual Type Conversion
Field not found _POPUPDONE
as in
p_web.setsessionvalue('showtab_UpdateCities',Loc:InvalidTab)
    If (p_stage = net:web:div or p_stage = Net:Web:NextTab or p_stage = NET:WEB:StageValidate + Net:InsertRecord  or p_stage = NET:WEB:StageValidate + Net:ChangeRecord) and p_web.RequestAjax = 1 and loc:alert <> '' and p_web._popUpDone = 0
      p_web.Popup(loc:alert,net:Send)
    End

The problem seems to be "and p_web._popUpDone = 0"

How do I get rid of it?

40
NT WS app running on RackSpace Cloud server.
My users/customers can log in from anywhere in the world, tag one or many persons from a browse and an email must be sent to ClickATell to SMS every tagged person.
Running on my development PC in South Africa it was easy - used smtp.saix.net as SMTP server and all is well.
e-mail protocols (IMAP, SMTP and POP3),  which one is recommended?
And how do I go about it?
I have downloaded Cape Soft's MailServer and hMailServer but I am not sure how to go about it.

I require help with this issue. Thx

41
To send emails when  hosting on RackSpaceCloud - which SMTP Server can be used?
On my development PC I use smtp.saix.net (I think)

42
E-Mail - Ask For Help / ClickATell and NT email
« on: April 18, 2013, 01:11:44 PM »
I also sent this to ClickATell

"I have been a programmer (I use Clarion www.softvelocity.com) since 1979.

I'm writing a webbased app that could be used by many people all over the world.
I use one of Clarion 3rd Party tools published by CapeSoft called NetTalk (http://www.capesoft.com/accessories/netsp.htm) to send emails:

If I type :
api_id:xxxxxx
user:xxxxxx
password:xxxxxx
to:xxxxxxxxxxxx
text:test

into a field MyText as above and then send the email it works 100%. But then I must show my api_id, password and user in the email itself for all to see.
As this app will be used by any number of people I do not want that info to be seen by them.

So if I put my message  into a local variable called loc:message and then execute this code:

MyText = 'user:'&clip(loc:catuser)&' '&'password:'&clip(loc:catpassword)&' '&'api_id:'&clip(loc:catapi_id)&' '&'text:'&clip(loc:message)&' '&'to:'&clip(loc:catmobileno)&' '&'reply:johan@jvz.co.za'
then it does not work.
It creates underlined fields - maybe that is probably why it then does not send the emails. Will that cause the problems?
And can I type the statement all in one line anyway?
"

43
Web Server - Ask For Help / \\PCNAME:88 does not work on Workstation
« on: November 06, 2012, 10:53:41 PM »
NTWS app is on Natalie-PC.
App is up and running and on Natalie-PC 127.0.0.1:88, localhost:88 and \\NATALIE-PC:88 works.
On workstations on LAN \\NATALIE-PC:88  does not work in URL but it does work in Windows Explorer?

Solution?

44
Web Server - Ask For Help / Hosting own websites using ADSL
« on: May 10, 2012, 04:45:27 AM »
Hi All

RackSpaceCloud seems adequate but works out quite expensive if you are an entry level user.

Some tips re hosting own websites using ADSL, please.

A step by step account would be nice - including solving Dynamic IP situation


Is this still valid?
http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=3045.0

45
Unknown identifier: LOC:VALIDEMAILADDRESS -
Unknown function label - refreing to if p_web.gsv('SecwinSetEmailEntryCount') >

UpdateStats  Routine
Secwin_ValidateEmailAddress     routine
  data
CEIF::x         long
  code
    Loc:ValidEmailAddress = 0
    if p_web.gsv('SecwinSetEmailEntryCount') > 5
        !This is an email farming check
      p_web.ssv('Loc:ValidEmailAddress',Loc:ValidEmailAddress)
      loc:alert = 'There is no email address in the database that matches. Try again.'
and many more!

How do I resolve this?

Pages: 1 2 [3] 4 5