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 Script

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Z
Zircon
Op
Posts: 191
Joined: Mon Aug 21, 2006 4:22 am
Location: Montreal

Post by Zircon »

In the partyline :

Code: Select all

<Zircon> .+ban *!*@76.68.206.166
<VaLkyRie> New ban: *!*@76.68.206.166 (requested)
In the channel :
* TesT (TesT@bas4-montreal28-1279577766.dsl.bell.ca) has joined #Zircon
* VaLkyRie sets mode: +b *!*TesT@bas?-montreal??-??????????.dsl.bell.ca
* TesT was kicked by VaLkyRie (DNS/IP matching an existing ban)
This script is fully working for me.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Zircon wrote:In the partyline :

Code: Select all

<Zircon> .+ban *!*@76.68.206.166
<VaLkyRie> New ban: *!*@76.68.206.166 (requested)
In the channel :
* TesT (TesT@bas4-montreal28-1279577766.dsl.bell.ca) has joined #Zircon
* VaLkyRie sets mode: +b *!*TesT@bas?-montreal??-??????????.dsl.bell.ca
* TesT was kicked by VaLkyRie (DNS/IP matching an existing ban)
This script is fully working for me.
For some unknown reason it started working for Amr (sort of) today; it bans only UK hosts apparently and leaves all the others alone. :lol:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Z
Zircon
Op
Posts: 191
Joined: Mon Aug 21, 2006 4:22 am
Location: Montreal

Post by Zircon »

For some unknown reason it started working for Amr (sort of) today; it bans only UK hosts apparently and leaves all the others alone. Laughing
hihi, that s a good start, the script is just getting familiar with all the IPs it has to ban :lol:

For me, this script works everytime it s supposed to, so i guess there is a problem in configuration the script, or some IP he wants to ban having the +f flag, or something like that, but the problem isnt with this script itself.
User avatar
Amr
Halfop
Posts: 94
Joined: Fri Sep 14, 2007 7:13 am
Location: Egypt

Post by Amr »

as the script say,
# Example: Say you ban 24.72.12.*, and someone enters the channel
# with a hostname of poached.eggheads.org.
# poached.eggheads.org's DNS entry is 24.72.12.134, so the
# user would be considered banned and treated as such. Same
# in reverse (ban *.eggheads.org would ban 24.72.12.134).
But it doesn't do anything of that !
Post Reply