theguy0000 Posted August 8, 2006 Author Posted August 8, 2006 (edited) Display my current IP adress on your webpage with auto Awesome that this is working !!!found out how to get IP address. Func _GetClientIP ( ) Return EnvGet ('REMOTE_ADDR') EndFunc edit: added example to the test page. see above post. Edited August 8, 2006 by theguy0000 The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
Zedna Posted August 8, 2006 Posted August 8, 2006 http://71.196.128.251:4150/test.au3Hey man, that's COOL!Very nice AutoIt playing Resources UDF ResourcesEx UDF AutoIt Forum Search
FeReNGi Posted August 8, 2006 Posted August 8, 2006 @theguy0000 Awesome , lets forget HTML and do it by AutoIT ServicesPE|LoadVMDK
NELyon Posted August 8, 2006 Posted August 8, 2006 Simple Messagebox UDF Func _MsgBox($text) ConsoleWrite("<script>") ConsoleWrite('alert("'& $text &'")') ConsoleWrite("</script>") EndFunc Sorry, you can only specify the text of the messagebox. No title or icon. (I hate javascript)
theguy0000 Posted August 8, 2006 Author Posted August 8, 2006 added _GetClientIP and _MsgBox to first post. The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
theguy0000 Posted August 8, 2006 Author Posted August 8, 2006 thanks The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
WTS Posted August 8, 2006 Posted August 8, 2006 (edited) i made an autoit based web counter _WebCounter() Func _WebCounter($sCounterMsg='You are Visitor Number',$sCounter='visits.txt') Dim $i = 1, $line = FileRead($sCounter) $i = $line + $i echo ($sCounterMsg &' '& $i &'<br />') FileDelete($sCounter) FileWriteLine($sCounter,$i) EndFunc Edited August 8, 2006 by WTS
theguy0000 Posted August 8, 2006 Author Posted August 8, 2006 i made an autoit based web counter _WebCounter() Func _WebCounter($sCounterMsg='You are Visitor Number',$sCounter='visits.txt') Dim $i = 1, $line = FileRead($sCounter) $i = $line + $i echo ($sCounterMsg &' '& $i &'<br />') FileDelete($sCounter) FileWriteLine($sCounter,$i) EndFuncawsome. *edits a little bit* Func _WebCounter($sCounterMsg='You are Visitor Number %',$sCounter='visits.txt') Dim $i = 1, $line = FileRead($sCounter) $i = $line + $i echo (StringReplace ($sCounterMsg, "%", $i)) FileDelete($sCounter) FileWriteLine($sCounter,$i) EndFunc there. put % inside the string and thats where the number will go. allows for text before AND after the number now. The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
theguy0000 Posted August 8, 2006 Author Posted August 8, 2006 added a web counter to the example page. http://www.autoitscript.com/forum/index.ph...&pid=218750 The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
theguy0000 Posted August 8, 2006 Author Posted August 8, 2006 (edited) is somebody tryin to DoS me??? within ten minutes i got hundreds of views in that counter. The site even went down for a few seconds, i think cause it was too busy. who the heck is doing that? either that or my website is alot more popular than i thought with so many views in TEN MINUTES Edited August 8, 2006 by theguy0000 The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
NELyon Posted August 8, 2006 Posted August 8, 2006 I saw that. I refreshed it once, and it went up 5 0.o
theguy0000 Posted August 8, 2006 Author Posted August 8, 2006 OMG this is ridiculous. I had to disable my server! that was coming in WAY too fast for it to be normal visitors. Who the heck was trying to DoS me? it didnt work idiot. ive got far too much recources to go down that easy. The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
Fossil Rock Posted August 8, 2006 Posted August 8, 2006 sorry, I was just having some fun with you.... F5 F5 F5 F5 ...... I think the idea is really neat .. keep working on it . Agreement is not necessary - thinking for one's self is!
Fossil Rock Posted August 8, 2006 Posted August 8, 2006 (edited) OMG this is ridiculous. I had to disable my server! that was coming in WAY too fast for it to be normal visitors. Who the heck was trying to DoS me? it didnt work idiot. ive got far too much recources to go down that easy.No Dos attack ... just good ol finger attack .... Edited August 8, 2006 by Fossil Rock Agreement is not necessary - thinking for one's self is!
NELyon Posted August 8, 2006 Posted August 8, 2006 darn, i was gonna say something funny if no one spoke upi'll say it anyway:Probally the same guy who thought he was hacking someone with the IP 127.0.0.1
theguy0000 Posted August 8, 2006 Author Posted August 8, 2006 LOL ok ill bring it back up, just no more "fun" with the web counter lol The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
Fossil Rock Posted August 8, 2006 Posted August 8, 2006 darn, i was gonna say something funny if no one spoke upi'll say it anyway:I hacked 127.0.0.1 once and found all my stuff there ... I was really pissed.... how did they get my stuff??? Agreement is not necessary - thinking for one's self is!
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