holycrap wrote:Sorry about that. I didn't know there were all these spam stuff. But I registered along time ago, and here are the info to login. I'll change the password once you've tested it out.
email: <snipped do-not-index>
password: <snipped too>
I've been using the version I tweaked below. The output as I wanted and such. If you could modify that it would be awesome. I saw the latest version you had there and it's giving me a headache to try to cross reference it to match the one I'm using.
Please modify the one I'm using to match the better version you had there, but keep all the output settings.
Thanks a bunch speechles!
Well, after trying this out it seems pretty simple. So check out what I've done:
<speechles> !wlogin
<sp33chy> Whereis: Login Successful!
<speechles> !wlogout
<sp33chy> Whereis: Logout Successful!
<speechles> !whereis cpe-76-185-234-26.tx.res.rr.com
<sp33chy> Ip: 76.185.234.26, Country code: US, Ip country: United States, Ip state: , Ip city: , Ip latitude: , Ip longitude: , Isp of this ip: , Organization:
<speechles> !wlogin
<sp33chy> Whereis: Login Successful!
<speechles> !whereis cpe-76-185-234-26.tx.res.rr.com
<sp33chy> Ip: 76.185.234.26, Country code: US, Ip country: United States, Ip state: Texas, Ip city: Euless, Ip postcode: 76040, Ip latitude: 32.8101, Ip longitude: -97.1061, Isp of this ip: Road Runner
<sp33chy> Organization: Road Runner, Host of this ip: cpe-76-185-234-26.tx.res.rr.com, Local time in united states: 2009-11-15 12:04
<speechles> !wlogout
<sp33chy> Whereis: Logout Successful!
As you can see to initiate the script to begin using your account you must have an owner/master type !wlogin. Then to stop it using your account and default back to free mode simply have them issue !wlogout. If the script becomes unlogged, and stops attaching to your account simply reissue the !wlogin command. Hopefully this is what you had in mind, shout out if you experience any problems. As you see above it works perfectly for me.. keke ;P
Grab the latest here:
Whereis.tcl
Note to Holycrap:
-------------------------
Sorry, I ate up two of your alloted quota adding this feature..
Remember to change the password, and edit your previous post to obfuscate that email.
Also...This isn't exactly the version you pasted as it has flaws since corrected in my newest version. This new version re-includes the whereisPrefix variable, which was the only difference between the two other than it still having the problem of excessive spacing at times. This new version does not have that problem with excessive spacing at all and now works with full authentication, cookies, and redirects. So enjoy and have a fun. Dance like an robot. Etc.. ;D
Btw, put together the 25 you get logged in and the 5 you get logged out. Using both together you can potentially get 30 a day.. lmao
Code: Select all
puthelp "NOTICE $nick :\037Syntax\037: \002!whereis\002 <xxx.xxx.xxx.xxx>"
Using that as both your error messages is also incorrect. This will work on ip's, host's and/or nicknames (those in same channel command is issued in) unless your using a network with cloaked (+x) users. Which you might be and is why you crafted the message the way you have. But both don't mean no results were found. The first message means output was found, but depending on how you craft your filter list the message there is output but filtering prevents it appears. The second message means no output was found at all. There is a slight difference.
-------------------------