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.


Messages - RayA

Pages: [1] 2 3
1
 ;D

This is why we pay Bruce the BIG BUCKS!

Great Post Bruce!  Very informative!

 ;D


2
The Rest - Ask For Help / Re: Client / server ?
« on: July 08, 2012, 12:51:15 AM »
Hi Niels,
I have worked with many applciations that do that.  First how are your cars connected to the internet.  A lot of public safety org like police and fire use applictions that make use of udp protocal. Thats because of the limited bandwidth that their modems are restriced too.  If the cars have high speed interenet available then you might consider using a mail server to move your status messages and renforced that with a nettalk web server.  I have a few apps that do such a thing using NetTalk.  Maybe a bit more information of what your trying to do with the resources that your using would be helpful.

Ray Abadie
Lafayette, La.

3
Web Server - Ask For Help / Re: How to add a tiker tape ?
« on: July 07, 2012, 11:53:54 PM »
In addition to hmtl there are some really cool jave scripts that do that with some cool page effects.  I have used a few of them and setup it to where the admin can click them off or on and change the values also. Very easy to add to your web app without spending a lot of time

Ray Abadie

Lafayette, La.

4
Glad its helpful to you.

I am currently looking into writing a email to sms gateway that would use
the carriers own free gateways or you could use your own modem.  It would act like a email server but it would just route your email to the proper sms gateway for transmission.  I have to get a few projects out of the way to start to tackle this but its on my radar screen.  And yes Bruce, I will use Capesoft products to do this with .  ;D

Ray L. Abadie
Lafayette, La.

5
Web Server - Ask For Help / Re: Hosting own websites using ADSL
« on: May 10, 2012, 07:36:25 AM »
A easy and cheap way to solve the dynamicy ip issue is to look at Dyn .
They provide dns and domain for about 30 bucks a year us.  They also provide a small foot print app that when your isp changes your ip it updates your dns.  Some of the new routhers also do this.  I have this running at my hoime to test apps.  Works great.


      www.raymondabadie.com:81

This is running on a low budget computer and internet connection.  It alos has lots of other things running on it.

    www.dyndns.com    give them a try.

It better to have your own ip but if you don't this can get you buy.

Ray Abadie
Lafayette, La.

6
Web Server - Ask For Help / Re: Get Location of Device?
« on: May 09, 2012, 08:37:26 PM »
Hi Don,

Yes you can. 

            Loc:Location = p_web.GetLocation()

Then you can do something like this to store the results.

  Gbo:Latitude = clip(p_web.GetSessionValue('_Latitude_'))
  Gbo:Longitude = clip(p_web.GetSessionValue('_Longitude_'))

You can do this when the user request a certain page and then you can trigger this.  Caution for over using this because you do not want to annoy the user because he will be asked for permission each time.
I do this when a user signs the guest book.  The GetLocation() is well
documented in the NT6 docs and works very well.

Ray L. Abadie
Lafayette, La.


7
Web Server - Ask For Help / Re: IP Blacklist
« on: May 09, 2012, 02:09:54 PM »
Thanks Bruce,
I appreciate your help and your suggestions. 

8
Web Server - Ask For Help / Re: IP Blacklist
« on: May 09, 2012, 12:23:53 AM »
I am assuming that blacklisted is the list of IP's and if so what is the best way to make this list. Plait txt, Asci, Dos, or would a  in memory tps file  thats loaded on server start up work faster..

Ray ....................

9
Web Server - Ask For Help / IP Blacklist
« on: May 08, 2012, 10:11:30 PM »
Bruce,
What is the best way to implement a IP blacklist on the NetWebServer.  Any Ideas?

Ray Abadie
Lafayette, La.
U.S.A.

10
You can get a list of free email to sms gateways here.

http://www.email-unlimited.com/stuff/send-email-to-phone.htm

From your web app you can send a email to the gateway and it well resend as a text msg
                ex.      3375551212@gateway.com

There is also some paid gateway services out there.   Hope this helps.

Ray Abadie
Lafaytte, La.

11
Your Views and Comments / Re: Nettalk 7
« on: May 04, 2012, 07:08:39 AM »
 ;D  Ok Bruce, so its safe to say we can put our credit cards up for now! 

Ray Abadie
Lafayette, La.

12
Web Server - Ask For Help / Re: SecWin + NT app without email
« on: April 25, 2012, 08:18:33 PM »
What I did was on the NT Web server I added a button to browse the operators, a button  to change login, and a button to change password.  Then you enter you users there and after you enter a user change to that user login, then change the password to the desired password.  I also put this same method in a external desktop application that manages some of the web server data files so I can manage users from there.  On the web login side you might have to hide all but the login tab. 

In this same application I have a user register form that the user fills out and I create the login and password from that info.  That same information also becomes his or her user profile.  Not sure if this process will work for you but this is what I needed for my application.

I hope this helps you.

Ray Abadie
Lafayette, La.


13
I am also very interested in the same thing Jeff is asking and would like to know if there is a solution to this.

Ray Abadie
Lafayette, La.
U.S.A.

14
Web Server - Ask For Help / Re: Performance Monitor Values
« on: March 14, 2012, 11:53:17 PM »
A example of that would really be great and useful .....

Thanks Bruce ...

15
Web Server - Ask For Help / Performance Monitor Values
« on: March 14, 2012, 09:59:47 AM »
Is there a way to get the values of the performance monitor and display them on a  net web page or net form. 

Ray Abadie
Lafayette, La.

Pages: [1] 2 3