Extensions :  K-Meleon Web Browser Forum
All about K-Meleon extensions. 
need help
Posted by: disrupted
Date: April 03, 2010 07:37PM

i need at least 3 people- preferably from different locations to download this
http://kmext.sourceforge.net/tests/checkwebsite.exe

save anywhere and run..this will display an ip address for a bogus domain
please post what's the ip address you will get, thanks

source
#include <INet.au3>
TCPStartup()
$checkcon = TCPNameToIP("www.shewuiwurwe.com")
msgbox(48, $checkcon, $checkcon)

$localip=_GetIP ( )
;msgbox(48, $localip, $localip)
;92.242.144.5

if $checkcon=("") or $checkcon=("92.242.144.5") then
msgbox(48, "invalid fucker", "invalid fucker")
else
msgbox(48, "valid", "valid")
endif


you can also use the script directly if you have autoit installed and inet udf

Options: ReplyQuote
Re: need help
Posted by: caktus
Date: April 03, 2010 09:18PM

For me it returned 64.158.56.40. Clicking OK returned "valid"

Charlie

~~If it ain't broke, why screw it up?~~


Options: ReplyQuote
Re: need help
Posted by: disrupted
Date: April 03, 2010 09:30PM

thanks charlie..i found that it's not a good way to check site stats and will differ between countries or isp, i'm not sure.

found a much better way here:
http://www.autoitscript.com/forum/index.php?showtopic=22343

Options: ReplyQuote
Re: need help
Posted by: JamesD
Date: April 03, 2010 09:37PM

First I got a message with ! in yellow triangle and nothing else. The second message was same symbol with text of "invalid fucker".

XP-SP3

Note this was a second run. I paused the first attempt. Then I did an exit and tried again.

Options: ReplyQuote
Re: need help
Posted by: senna
Date: April 03, 2010 11:31PM

same of james

Options: ReplyQuote
Re: need help
Posted by: disrupted
Date: April 04, 2010 05:42AM

thanks i found a much better way to check for domains validity ..even better than the one posted at the autoit forum. that first script was very dumb as it can only work on one computer or computers on the same network.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.