Thornhunt Posted March 21, 2009 Posted March 21, 2009 ok. i tried searching .. but still no solid answer ... is there any way that you can get the users IP adress ? the reason i need this function is because i am using it as a protection against unregistered use:) basicly the user of programm registers there version via sending me there IP. (UNIQUE), i reply with a code the code is specific to that IP only . so the user cannot send the programm to anyone else to use.. with there code if that makes sence can anyone help ? tnks in advance Budweiser + room = warm beerwarm beer + fridge = too long!warm beer + CO2 fire extinguisher = Perfect![quote]Protect the easly offended ... BAN EVERYTHING[/quote]^^ hmm works for me :D
BinaryBrother Posted March 21, 2009 Posted March 21, 2009 #Include <Inet.au3> $ExtIP = _InetGetSource("http://www.whatismyip.org")Here is my hack... There is also a way to use the command line... 'ipconfig', and use regular expressions to pull it... But I find my way easier... SIGNATURE_0X800007D NOT FOUND
Thornhunt Posted March 21, 2009 Author Posted March 21, 2009 #Include <Inet.au3> $ExtIP = _InetGetSource("http://www.whatismyip.org") Here is my hack... There is also a way to use the command line... 'ipconfig', and use regular expressions to pull it... But I find my way easier... whoop thankyou will give it a try later .. got to go out for meal in a min. Budweiser + room = warm beerwarm beer + fridge = too long!warm beer + CO2 fire extinguisher = Perfect![quote]Protect the easly offended ... BAN EVERYTHING[/quote]^^ hmm works for me :D
BinaryBrother Posted March 22, 2009 Posted March 22, 2009 P.S. This works just as well... send("{LWIN}") Send("{UP}") Send("{RIGHT 2}") Send("{ENTER}") SIGNATURE_0X800007D NOT FOUND
Moderators big_daddy Posted March 22, 2009 Moderators Posted March 22, 2009 ok. i tried searching .. but still no solid answer ... is there any way that you can get the users IP adress ?Where did you search? Search the help file for "public ip address" and your answer will be in the third result.
Thornhunt Posted March 22, 2009 Author Posted March 22, 2009 (edited) P.S. This works just as well... send("{LWIN}") Send("{UP}") Send("{RIGHT 2}") Send("{ENTER}") hehe yupp .. good isnt it Where did you search? Search the help file for "public ip address" and your answer will be in the third result. erm everywere:) thanks //edit .. o dear... that was a lil too easy to find >.< . sorry XD Edited March 22, 2009 by Thornhunt Budweiser + room = warm beerwarm beer + fridge = too long!warm beer + CO2 fire extinguisher = Perfect![quote]Protect the easly offended ... BAN EVERYTHING[/quote]^^ hmm works for me :D
BinaryBrother Posted March 23, 2009 Posted March 23, 2009 Wow, is that new? I never noticed that before... SIGNATURE_0X800007D NOT FOUND
Skizmata Posted March 23, 2009 Posted March 23, 2009 #include <Inet.au3> $PublicIP = _GetIP() MsgBox(0, "IP Address", "Your IP Address is: " & $PublicIP) Ether I missed something major you you guys did. If you are using this for registration, you should know most people (almost all now days) don't have static IP's. AutoIt changed my life.
Thornhunt Posted April 13, 2009 Author Posted April 13, 2009 #include <Inet.au3> $PublicIP = _GetIP() MsgBox(0, "IP Address", "Your IP Address is: " & $PublicIP) Ether I missed something major you you guys did. If you are using this for registration, you should know most people (almost all now days) don't have static IP's. may be true .. but the programm is for a programm that if there is 2 different IP's conected to the account they get banned Budweiser + room = warm beerwarm beer + fridge = too long!warm beer + CO2 fire extinguisher = Perfect![quote]Protect the easly offended ... BAN EVERYTHING[/quote]^^ hmm works for me :D
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