Hi guys,
Does anyone have any ideas regarding how I can safely allow my compiled dialog.exe form to submit the results to one single online logfile for me to download every day?
It would be a pretty easy feat to get the form results emailed to me, but how do i go about entering this into any kind of online database/logfile?
This prompts another question. If the file is to be somehow uploaded and appended, presumably it would need a username and password to be included, so how easy would it be for a cracker to reverse engineer my compiled exe and reveal the username and password?
Any suggestions to get me started in the right direction would be very much appreciated.
upload dialog entries into an online log ?
Moderators: JRL, Dorian (MJT support)
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am
Just after hitting send I thought of a possible solution. Would using httprequest/post in combination with a log-keeping web form be the best solution?
This would actually mesh quite nicely with the system I already have in place, but if anyone can think of a superior way I'd be very interested to hear it.
I wonder if I can make it talk to an online MySQL database?
This would actually mesh quite nicely with the system I already have in place, but if anyone can think of a superior way I'd be very interested to hear it.
I wonder if I can make it talk to an online MySQL database?
Yes, use HTTPRequest. Or better yet, yes you can talk directly to an online MySQL database using the MyODBC drivers available at mysql.com
MJT Net Support
[email protected]
[email protected]
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am