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.

DNS to IP whois user but with a twist.

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
s
spijon
Voice
Posts: 33
Joined: Sun Aug 27, 2006 9:55 pm

DNS to IP whois user but with a twist.

Post by spijon »

Hi im running a support channel on a webpage over irc using mibbit webirc client.

When users join support chan there nick are Web_username and there "name" is the DNS/IP and the "address" is hidden.

ex:

Code: Select all

[whois: Web_spijon]
 › name: 61-cl69.boa.randomfiber.org
 › address: ~cgiirc@ircserver-fhg.th6.sikt52.IP
 › server: ircserver.org (ircserver)
[whois]
What im looking for is a script that convert "name" DNS to IP if necessary + adding a search url. And remove "web_" if its there.

ex:

Code: Select all


Owner: !whois web_spjion
bot: User Search: http://mypage.org/users.php?search=spijon
bot: DNS/IP Search http://mypage.org/users.php?search=123.456.789.1&class=IP
-
Owner: !whois spjion
bot: User Search: http://mypage.org/users.php?search=spijon
-
Owner: !whois 123.456.789.1
bot: Ip Search http://mypage.org/users.php?search=123.456.789.1&class=IP

Owner: !whois 61-cl69.boa.randomfiber.org
bot: Ip Search http://mypage.org/users.php?search=123.456.789.1&class=IP

This would be awesome if anyone could help me make a script!

I've been looking tcl archive "dns whois" but cant code tcl and there is no script that does exactly what i want.

Any help would be appreciated!!
Post Reply