egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Announce: IP Location script
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases
View previous topic :: View next topic  
Author Message
rosc2112
Revered One


Joined: 19 Feb 2006
Posts: 1454
Location: Northeast Pennsylvania

PostPosted: Mon Nov 27, 2006 12:48 am    Post subject: Reply with quote

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
View user's profile Send private message
username
Op


Joined: 06 Oct 2005
Posts: 196
Location: Russian Federation, Podolsk

PostPosted: Mon Nov 27, 2006 2:41 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Mon Nov 27, 2006 4:23 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
rosc2112
Revered One


Joined: 19 Feb 2006
Posts: 1454
Location: Northeast Pennsylvania

PostPosted: Mon Nov 27, 2006 10:57 pm    Post subject: v0.01c Reply with quote

I added DNSStuff's iplocator to my script. It works for me, if it doesn't work for you, talk to dnsstuff's admins, not me.

http://members.dandy.net/~fbn/iplocator.tcl.txt
Back to top
View user's profile Send private message
username
Op


Joined: 06 Oct 2005
Posts: 196
Location: Russian Federation, Podolsk

PostPosted: Tue Nov 28, 2006 1:06 am    Post subject: Reply with quote

rosc2112, change in your script
Code:
require package http
to
Code:
package require http
Back to top
View user's profile Send private message Send e-mail Visit poster's website
rosc2112
Revered One


Joined: 19 Feb 2006
Posts: 1454
Location: Northeast Pennsylvania

PostPosted: Tue Nov 28, 2006 2:27 am    Post subject: Reply with quote

Thanks, was a last minute change and I didn't rehash to test (d'ah) Smile
Back to top
View user's profile Send private message
shahrul
Voice


Joined: 06 Mar 2005
Posts: 27

PostPosted: Wed Apr 23, 2008 8:01 am    Post subject: Reply with quote

Hi,

I have account at dnsstuff.com , does this tcl support it?
can u fix this with account login ?

Thanks
Back to top
View user's profile Send private message
rosc2112
Revered One


Joined: 19 Feb 2006
Posts: 1454
Location: Northeast Pennsylvania

PostPosted: Wed Apr 23, 2008 11:36 am    Post subject: Reply with quote

No.
Back to top
View user's profile Send private message
Exedore
Halfop


Joined: 27 Jan 2008
Posts: 43

PostPosted: Mon May 26, 2008 5:23 am    Post subject: Reply with quote

How can I set this tcl whit this Ip Locator?
Code:
http://www.internautas.org/w-iplocaliza.html


Thks
Back to top
View user's profile Send private message
rosc2112
Revered One


Joined: 19 Feb 2006
Posts: 1454
Location: Northeast Pennsylvania

PostPosted: Mon May 26, 2008 6:03 am    Post subject: Reply with quote

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
View user's profile Send private message
Exedore
Halfop


Joined: 27 Jan 2008
Posts: 43

PostPosted: Mon May 26, 2008 6:09 am    Post subject: Reply with quote

I did, nothing happens..

And is your tcl. At least help us.
Back to top
View user's profile Send private message
rosc2112
Revered One


Joined: 19 Feb 2006
Posts: 1454
Location: Northeast Pennsylvania

PostPosted: Tue May 27, 2008 4:58 am    Post subject: Reply with quote

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
View user's profile Send private message
Bordom
Voice


Joined: 13 Nov 2008
Posts: 1

PostPosted: Thu Nov 13, 2008 7:21 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
rosc2112
Revered One


Joined: 19 Feb 2006
Posts: 1454
Location: Northeast Pennsylvania

PostPosted: Fri Nov 14, 2008 12:41 am    Post subject: Reply with quote

Prolly website changed.
Back to top
View user's profile Send private message
srirasha
Voice


Joined: 08 Sep 2012
Posts: 1

PostPosted: Sat Sep 08, 2012 7:20 am    Post subject: Re: Announce: IP Location script Reply with quote

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 Wink )

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 Razz )) or their data was so wildly inaccurate as to be all but useless..) So, the emphasis is on *good* IP-Locator Wink

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases All times are GMT - 4 Hours
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber