| View previous topic :: View next topic |
| Author |
Message |
rosc2112 Revered One

Joined: 19 Feb 2006 Posts: 1454 Location: Northeast Pennsylvania
|
Posted: Mon Nov 27, 2006 12:48 am Post subject: |
|
|
If all you're going to say is "it doesn't work" then the only likely answer you're going to get is "ohh well"
Help us to help you |
|
| Back to top |
|
 |
username Op

Joined: 06 Oct 2005 Posts: 196 Location: Russian Federation, Podolsk
|
Posted: Mon Nov 27, 2006 2:41 am Post subject: |
|
|
KEMA, I change | Code: | puts $id "User-Agent: Netscape"
| and comment | Code: | #puts $id "Connection: Close"
| , so it works fine, but it gives strange locations for ips, doesnt matter. |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Mon Nov 27, 2006 4:23 am Post subject: |
|
|
| username wrote: | KEMA, I change | Code: | puts $id "User-Agent: Netscape"
| and comment | Code: | #puts $id "Connection: Close"
| , so it works fine, but it gives strange locations for ips, doesnt matter. |
I'd suggest using this file. _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
rosc2112 Revered One

Joined: 19 Feb 2006 Posts: 1454 Location: Northeast Pennsylvania
|
|
| Back to top |
|
 |
username Op

Joined: 06 Oct 2005 Posts: 196 Location: Russian Federation, Podolsk
|
Posted: Tue Nov 28, 2006 1:06 am Post subject: |
|
|
rosc2112, change in your script | Code: | require package http
| to | Code: | package require http
|
|
|
| Back to top |
|
 |
rosc2112 Revered One

Joined: 19 Feb 2006 Posts: 1454 Location: Northeast Pennsylvania
|
Posted: Tue Nov 28, 2006 2:27 am Post subject: |
|
|
Thanks, was a last minute change and I didn't rehash to test (d'ah)  |
|
| Back to top |
|
 |
shahrul Voice
Joined: 06 Mar 2005 Posts: 27
|
Posted: Wed Apr 23, 2008 8:01 am Post subject: |
|
|
Hi,
I have account at dnsstuff.com , does this tcl support it?
can u fix this with account login ?
Thanks |
|
| Back to top |
|
 |
rosc2112 Revered One

Joined: 19 Feb 2006 Posts: 1454 Location: Northeast Pennsylvania
|
Posted: Wed Apr 23, 2008 11:36 am Post subject: |
|
|
| No. |
|
| Back to top |
|
 |
Exedore Halfop

Joined: 27 Jan 2008 Posts: 43
|
Posted: Mon May 26, 2008 5:23 am Post subject: |
|
|
How can I set this tcl whit this Ip Locator?
| Code: | | http://www.internautas.org/w-iplocaliza.html |
Thks |
|
| Back to top |
|
 |
rosc2112 Revered One

Joined: 19 Feb 2006 Posts: 1454 Location: Northeast Pennsylvania
|
Posted: Mon May 26, 2008 6:03 am Post subject: |
|
|
| Exedore wrote: | How can I set this tcl whit this Ip Locator?
| Code: | | http://www.internautas.org/w-iplocaliza.html |
|
Learn tcl and follow the script as an example? All it does is pull data off webpages then use regexp and various standard scripting "tricks" to output formatted data.. |
|
| Back to top |
|
 |
Exedore Halfop

Joined: 27 Jan 2008 Posts: 43
|
Posted: Mon May 26, 2008 6:09 am Post subject: |
|
|
I did, nothing happens..
And is your tcl. At least help us. |
|
| Back to top |
|
 |
rosc2112 Revered One

Joined: 19 Feb 2006 Posts: 1454 Location: Northeast Pennsylvania
|
Posted: Tue May 27, 2008 4:58 am Post subject: |
|
|
| If the problem is a broken script, I will fix it. As far as adding new features, I just don't have the resources anymore, I'm on dialup, I don't go on irc hardly at all, I don't have the desire to continue writing new stuff, etc. Sorry, you'll have to add new features on your own. If "nothing happened" I'd suggest learning how to debug things. |
|
| Back to top |
|
 |
Bordom Voice
Joined: 13 Nov 2008 Posts: 1
|
Posted: Thu Nov 13, 2008 7:21 pm Post subject: |
|
|
Hi rosc2112, I know it's been a while since anyone has written about this script so I'd like to take a moment and thank you for creating such a great-use script. I was hoping you still receive emails from this forum due to a problem I'm having with the script. I've tried playing with it and modifying it to get it to work but I'm just not good enough at the present time. When anyone tries to pull !ip it gives me the following errors.
[17:08] <fuxx0rz> [17:07] Tcl error [pIpcheckRaw318]: can't read "results": no such variable
[17:08] <fuxx0rz> [17:08] Tcl error in script for 'timer1212':
[17:08] <fuxx0rz> [17:08] wrong # args: should be "pIpcheckCancel command nick target chan"
I'm running Ubuntu with eggdrop1.6.19 & tcl 8.4 |
|
| Back to top |
|
 |
rosc2112 Revered One

Joined: 19 Feb 2006 Posts: 1454 Location: Northeast Pennsylvania
|
Posted: Fri Nov 14, 2008 12:41 am Post subject: |
|
|
| Prolly website changed. |
|
| Back to top |
|
 |
srirasha Voice
Joined: 08 Sep 2012 Posts: 1
|
Posted: Sat Sep 08, 2012 7:20 am Post subject: Re: Announce: IP Location script |
|
|
| rosc2112 wrote: | Something I whipped up a while ago in about an hour (most of which was just trying to figure out how to set POST queries for geobyte's site. I eventually cheated and just used lynx to see what was being submitted )
This script will take an IP or hostname and look up their location data from anti-online.com or geobytes.com. Keep in mind, both sites impose a quota/usage limit..
If anyone knows of a *good* IP-Locator site that does not impose such a limit, let me know (I looked at quite a few other sites, and they either did not meet my needs, did not accept a hostname ((yes I know I could do the hostname lookup myself first..but I'm lazy )) or their data was so wildly inaccurate as to be all but useless..) So, the emphasis is on *good* IP-Locator
http://members.dandy.net/~fbn/iplocator.tcl.txt
Also uploaded to archives. |
Hi,
Don't worry,I recommend you to visit http://www.ip-details.com/ .Here you can Details like location,country,ISP provider,Latitude and Longitude details of an ip Address . |
|
| Back to top |
|
 |
|