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  Next
 
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 Oct 02, 2006 1:30 am    Post subject: Reply with quote

'whois' sees it just fine, hence my suggestion to use 'whois'
Back to top
View user's profile Send private message
MagicIRC
Voice


Joined: 21 Nov 2006
Posts: 3

PostPosted: Wed Nov 22, 2006 12:19 pm    Post subject: iplocator Reply with quote

Hey rosc i found a bit of an error in the AntiOnline IP locator. After loading it into my eggdrop (which is located at the JE DataCenter in New Jersey) the bot seemed to return this as the output:

11:11:25am [@DoctaButtluv] .iplocate 64.18.149.167
11:11:27am [+Kylee] AntiOnline IP Locator: packeting.your.c0nnecti0n.net (64.18.149.167) is located in Dallas, Texas, United States.

Any idea why it would return a location thousands of miles away from where the Datacenter is actually located?
Back to top
View user's profile Send private message
rosc2112
Revered One


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

PostPosted: Thu Nov 23, 2006 4:44 am    Post subject: Reply with quote

That is not a script error or problem. Read about ip-geolocation.. There is no way to have 100% accuracy, and typically the IP is related to where the owner of that IP has registered their headquarters.
Back to top
View user's profile Send private message
Domin
Halfop


Joined: 10 Jun 2006
Posts: 72

PostPosted: Thu Nov 23, 2006 6:31 pm    Post subject: Reply with quote

I got this error first time i executed the command from my bot using the ipcheck script postede by Alchera

[22:57:47] <MMradio17> Compliance (Domin) --> Target Acquired (72.20.29.30) --> Country (You are abusing DNSstuff.com.) City (Contact DNSstuff.com for assistance.)

Any way to fix that other than to put it on another ip ???
_________________
Regards
Domin @ efnet
Back to top
View user's profile Send private message
rosc2112
Revered One


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

PostPosted: Thu Nov 23, 2006 7:21 pm    Post subject: Reply with quote

Change the client identification crap from the script:
puts $id "User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
Back to top
View user's profile Send private message
Domin
Halfop


Joined: 10 Jun 2006
Posts: 72

PostPosted: Thu Nov 23, 2006 7:37 pm    Post subject: Reply with quote

Hmm dont seems to work so i guess im blacklisted now on 2 different ips :-/
_________________
Regards
Domin @ efnet
Back to top
View user's profile Send private message
Alchera
Revered One


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

PostPosted: Thu Nov 23, 2006 7:43 pm    Post subject: Reply with quote

Domin wrote:
Hmm dont seems to work so i guess im blacklisted now on 2 different ips :-/

The script I posted the link to is being re-written (non web based). A quick fix is to remove or comment out the close line in the existing script.
_________________
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: Thu Nov 23, 2006 7:44 pm    Post subject: Reply with quote

works for me..did you rehash after making changes?
Back to top
View user's profile Send private message
rosc2112
Revered One


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

PostPosted: Thu Nov 23, 2006 7:47 pm    Post subject: Reply with quote

Alchera wrote:
A quick fix is to remove or comment out the close line in the existing script.

Wouldn't that leave open sockets?
Back to top
View user's profile Send private message
Domin
Halfop


Joined: 10 Jun 2006
Posts: 72

PostPosted: Thu Nov 23, 2006 7:49 pm    Post subject: Reply with quote

I did a rehash, a restart and even tryed to change the reply to something else, but still no luck :-/

Tomorrow im gonna try from another ip with the fix implementede the first time.
_________________
Regards
Domin @ efnet
Back to top
View user's profile Send private message
Alchera
Revered One


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

PostPosted: Thu Nov 23, 2006 7:51 pm    Post subject: Reply with quote

rosc2112 wrote:
Alchera wrote:
A quick fix is to remove or comment out the close line in the existing script.

Wouldn't that leave open sockets?

It does. It also seems to work. I no longer use any script for IP checking but a user did that "fix" and it's still working.

I'm waiting on the re-written script.
_________________
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
Alchera
Revered One


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

PostPosted: Sat Nov 25, 2006 10:04 pm    Post subject: Reply with quote

The fix posted by rosc2112 for ipcheck.tcl is by far better than leaving sockets open and works. Smile
_________________
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: Sat Nov 25, 2006 10:21 pm    Post subject: Reply with quote

If you think that dnsstuff.com has blacklisted your ip, you can check on their website. You might also send them an email to ask specifically, and ask for permission to use the script on their site. Let them know that the script is NOT an automated process, that someone DOES have to actually type the command to grab the data. Their TOS are very relaxed and they do not prohibit the use of scripts per-se, only the use of *automated* processes:
http://www.dnsstuff.com/pages/faq.htm
Back to top
View user's profile Send private message
KEMA
Voice


Joined: 20 Nov 2006
Posts: 8
Location: indonesia

PostPosted: Sun Nov 26, 2006 10:17 pm    Post subject: Reply with quote

I tried in my bot but not work Sad
Back to top
View user's profile Send private message
ZEXEL
Halfop


Joined: 27 Jun 2006
Posts: 45

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

KEMA wrote:
I tried in my bot but not work Sad


rosc2112 wrote:
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


yep! that's right! please read throught the deep down inside codes carefully before you use it KEMA! Confused
_________________
.:[ Knowledge Is The Power ]:.
Back to top
View user's profile Send private message Visit poster's website
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  Next
Page 2 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