This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 6 matches

by popolare
Tue Mar 27, 2007 10:57 pm
Forum: Scripting Help
Topic: Get location info from www.example.com
Replies: 15
Views: 9328

I don't see any ip lookup on that site, it just looks like a parked website.. Give me the url for the actual up lookup and I'll add it to the script. Sorry, i spelled url incorrectly. The correct url is http://www.ip-adress.com and the form is in homepage. Thank you very much. P.S.: Your script ipl...
by popolare
Tue Mar 27, 2007 8:35 am
Forum: Script Requests
Topic: Count determinate provider on join and log accesses
Replies: 3
Views: 4237

Access to what, from what? (you mean ops from specific hosts?) Sir_Fz and other users, sorry for my ambiguous post, under accesses i mean simple joins to specified channel ONLY let say from *example.com (and if possible have DNSlookup to check if by some reason example.com host isn't resolved by IR...
by popolare
Tue Mar 27, 2007 8:24 am
Forum: Scripting Help
Topic: Get location info from www.example.com
Replies: 15
Views: 9328

Actually, now that I looked at the code poopalare posted, that IS my script, butchered and minus credit. Hello rosc2112, it's just extract from your script. It works fine with antonline, geoip, dnsstuff. What I need is to make it work with ip-address .com (this is not spam, even if the aren't geolo...
by popolare
Sun Mar 25, 2007 6:25 pm
Forum: Scripting Help
Topic: Get location info from www.example.com
Replies: 15
Views: 9328

i aint good at scripting , but perhaps ya can work from this script. I'm already using this script but it doesn't have results from example.com So i need right regexp to catch results from example.com If someone can look please share your suggestions. P.S.: JAFO, thanks anyway for script, i'm sure ...
by popolare
Sun Mar 25, 2007 3:44 pm
Forum: Scripting Help
Topic: Get location info from www.example.com
Replies: 15
Views: 9328

Get location info from www.example.com

Hello, i'm not hard with regular expressions (regexp) so I would be really happy if someone can help me with this: proc ipaddress {nick uhost hand chan text} { set text [split [string trim $text]] if {$text == ""} {puthelp "PRIVMSG $chan :Please supply an IP number or hostname address...
by popolare
Sun Mar 25, 2007 11:57 am
Forum: Script Requests
Topic: Count determinate provider on join and log accesses
Replies: 3
Views: 4237

Count determinate provider on join and log accesses

Hello there, in this my first post i wanna tell thanks to slennox's website and forum because it helped me so much understand how to use and adapt eggdrop to channel needs. Now I need to code little logger of accesses from determinate provider (lets say *.example.com) I downloaded some counters in t...