AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

IP Address
Goto page Previous  1, 2
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
SKAN



Joined: 26 Dec 2005
Posts: 6075

PostPosted: Fri Dec 07, 2007 5:34 am    Post subject: Reply with quote

DeWild1 wrote:
I do not know if asp will work or if it is even allowed


Not allowed at user level. I just thought it would be nice to own, provided it does not tax the server much.

Smile
Back to top
View user's profile Send private message
emoyasha



Joined: 12 Nov 2007
Posts: 64

PostPosted: Fri Dec 07, 2007 1:56 pm    Post subject: Reply with quote

here this displays your ip every 10 minutes and refreshes it every 10 minutes, it also alows you to see you r ip via right clicking the icon

Code:
#singleinstance

loop
{
UrlDownloadToFile, http://www.whatismyip.org/, %A_Temp%\ip.txt
FileRead, ip, %A_Temp%\ip.txt
FileDelete, %A_Temp%\ip.txt
TrayTip, IP, your ip address is %ip% , 1000, 1
Menu, tray, add, view curent ip, MenuHandler
sleep, 100000
}
menuhandler:
TrayTip, IP, your ip address is %ip% , 1000, 1
^C::exitapp
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
DeWild1



Joined: 30 Apr 2006
Posts: 176
Location: Shigle Springs

PostPosted: Fri Dec 07, 2007 11:36 pm    Post subject: Reply with quote

Ooohhhhhhhhhh Laughing Laughing Laughing Laughing Did not read!!!
From http://www.whatismyip.org/
Quote:
Error: 4 requests received from your IP address in the last 60 seconds (current max is 3 but automated agents should not query more often than once every 10 minutes)


But hey, I leaned some new asp code in my adventure! Rolling Eyes Rolling Eyes Embarassed Embarassed Shocked
_________________
CPULOCK.com
virusSWAT.com
GuaranteedPCFIX.com
911PCFIX.com
Back to top
View user's profile Send private message Visit poster's website
nickromano



Joined: 28 Nov 2007
Posts: 25
Location: USA

PostPosted: Mon Dec 10, 2007 11:14 pm    Post subject: Reply with quote

i did a search for "ip address" and i got no results. that is why I made this script but apparently some one already did this a couple of years ago. http://www.autohotkey.com/forum/viewtopic.php?t=6052.
Back to top
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group