gsb Posted April 6, 2007 Posted April 6, 2007 (edited) Of course there is a lot easier way now that I have done this the hard way: $filename = @TempDir & "/data" inetGet( "http://www.gypsytrader.com/AutoIt/au3PHPmySQL/au3PHPmySQL.php?action=dump", $filename) $data = FileRead($filename, FileGetSize($filename)) FileDelete($filename) _Alert($data) ...oh well. Still learning here. gsb Edited April 6, 2007 by gsb "Did you ever stop to think? ...and forget to restart!"
xwinterx Posted April 6, 2007 Author Posted April 6, 2007 Of course there is a lot easier way now that I have done this the hard way: $filename = @TempDir & "/data" inetGet( "http://www.gypsytrader.com/AutoIt/au3PHPmySQL/au3PHPmySQL.php?action=dump", $filename) $data = FileRead($filename, FileGetSize($filename)) FileDelete($filename) _Alert($data) ...oh well. Still learning here. gsb cool... will look at this when I get back from work.
gsb Posted April 6, 2007 Posted April 6, 2007 Oh sure xwinterx. Take the easy way. LOL gsb "Did you ever stop to think? ...and forget to restart!"
Pakku Posted April 6, 2007 Posted April 6, 2007 Wow, you're passing your db username and password in the HTTP query string? And then you're executing arbitrary SQL queries? Do you have any idea what could happen to your database?I know, but it makes clear what is possible How can someone use Windows without using AutoIt?That one would properly don't know how to handle a computer!My scripts:Send files over internetKind of RSS reader3Draw ProUDF: convert a character string to a binary one and backCalculate PiCommand line downloader (Youtube/Google video)Set the transparency of a window just by hitting a key!Secure your pcOther things:My filemanMy profilePM me
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now