Troll BlackList for mIRC

By macs-rock on Jan 20, 2011

hello there i decided to make a Troll Blacklist TrollBL for mirc so you csn protect your channel all updates will be posted back here or to http://macs-rock.net/TrollBLmIRC/TrollBl.txt/ <--- when its made
if you would like us to add a troll to this script post a comment of there in the format

  • Hotsname:
  • nickname:
  • IRCserver: <--- irc server we can find them at non-needed it just helps.
    and we shall simply add it. all thanks to the people that work for the TrollBL
on *:JOIN:*:#:{
msg $chan opening socket for TrollBL...
/sockopen macs-rock.net/TrollBL/TrollBL.php 80
}

on *:sockopen:TrollBL:{  
 /sockread $address($nick)
 if ($address($nick) ison TrollBL.php) {
 kick $nick Your host was listed on the TrollBL please go to http://macs-rock.net/TrollBL/TrollBL.php/ for more info on this
}

on *:sockread:TrollBL:{ 
  if ($sockerr) {  
echo -a Error.
    msg $chan ERROR reading socket!
    halt
  }
  else { 
/msg $chan $nick has been listed in the TrollBL i will now kick him
    var %attackrank
    sockread %attackrank
    if (htmlstuff here but it messes up post  iswm %attackrank) {  echo -a -
      echo -a $htmlfree(%attackrank)
      msg $chan TrollBL $htmlfree(%attackrank)
      /sockclose redatkrank
 }
}

Comments

Sign in to comment.
macs-rock   -  Mar 31, 2011

Urrr, This script is managed by TrollBL staff not me
its no longer avalible now TrolBL is DeAd

 Respond  
Callumlord   -  Feb 23, 2011

Er... Why did you say I was a Troll?!!

 Respond  
macs-rock   -  Jan 21, 2011

make me one with sockets

 Respond  
napa182   -  Jan 21, 2011

macs-rock Wrote:

id rether see you make one

macs-rock ur a moron. enough said...

 Respond  
macs-rock   -  Jan 21, 2011

id rether see you make one

 Respond  
napa182   -  Jan 21, 2011

you may as well have this snippet deleted, till you can take ur time an make one that works.

 Respond  
macs-rock   -  Jan 21, 2011

http://macs-rock.net/TrollBLmIRC/TrollBl.txt/

404error
Not Found

The requested URL /TrollBLmIRC/TrollBl.txt/ was not found on this server.
Apache/2 Server at macs-rock.net Port 80

"houston we have a problem.... i never made that i just use a php doc insted http://macs-rock.net/TrollBL/TrollBL.php

 Respond  
macs-rock   -  Jan 21, 2011

also Phil from GeekShed helped me with this

 Respond  
macs-rock   -  Jan 21, 2011

use TrollBL.php

 Respond  
Jonesy44   -  Jan 21, 2011

This doesn't even make sense anymore. Are you a complete moron?:/

 Respond  
Cheiron   -  Jan 21, 2011

http://macs-rock.net/TrollBLmIRC/TrollBl.txt/

404error
Not Found

The requested URL /TrollBLmIRC/TrollBl.txt/ was not found on this server.
Apache/2 Server at macs-rock.net Port 80

"houston we have a problem....

 Respond  
macs-rock   -  Jan 21, 2011

the trolls on the link following by the nicks Callumlord and some other person are from the irc networks GeekShed and GTAXLnet

 Respond  
Jethro   -  Jan 20, 2011

I think putting a bullet in his head will do it. :P

Nah I'm joking. napa and I would love to see you come up with a better code in the future. ^^

Nice effort and I give you two points.

 Respond  
napa182   -  Jan 20, 2011

it's like you have been shot in the foot so you went ahead and shot ur self in the other foot.
=/

macs-rock, STOP GUESSING!!! Just go read the help file.

1/10 and 1 being bad not ripped.

 Respond  
Jethro   -  Jan 20, 2011

macs-rock, perhaps it's about time you review the help file. Your current code looks messed up.

 Respond  
napa182   -  Jan 20, 2011

lol @

Else { HALT } }

um why do you have

$Read(http://macs-rock.net/TrollBL/TrollBL.php/)

are you just guessing at things?
=/

as well as

$address($nick)

is wrong

you either have to use

$address

or

$address(nickname,type)

like

$address($nick,2)

but really instead of just guessing at things maybe you should take time an learn how to do it the right way, or go ask in the forum.

 Respond  
macs-rock   -  Jan 20, 2011

also .. why are you using
Code:
($Address($nick) == @87f62110.bb.sky.com)

and not
Code:
($Address == @87f62110.bb.sky.com)
out of interest ???
cause it might use the bots hostname

 Respond  
napa182   -  Jan 20, 2011

lolwut?

 Respond  
macs-rock   -  Jan 20, 2011

TMFKSOFT, I suggest using some type of file e.g. hosts.txt
and checking for hosts so you dont keep adding hosts into the script
with a file people will need to keep up to date with downloads on the file so i made it online to work easy

 Respond  
macs-rock   -  Jan 20, 2011

well the new $read part is working and should help us update it

 $Read(http://macs-rock.net/TrollBL/TrollBL.php/) 

see

 Respond  
napa182   -  Jan 20, 2011

Jethro_ Said:

napa, using chr 124 will likely run the risk of any nickname that has | in it. I'm not saying the chances are great but could happen.

that is why I said.. "here is an example.."

they can use whatever chr they want.

 Respond  
macs-rock   -  Jan 20, 2011

done now it will Update From the website

 Respond  
Jethro   -  Jan 20, 2011

napa, using chr 124 will likely run the risk of any nickname that has | in it. I'm not saying the chances are great but could happen.

 Respond  
Cheiron   -  Jan 20, 2011

also .. why are you using

 ($Address($nick) == *@*87f62110.bb.sky.com) 

and not

($Address == *@*87f62110.bb.sky.com) 

out of interest ???

 Respond  
macs-rock   -  Jan 20, 2011

TMFKSOFT, what about a link that i can update?

 Respond  
TMFKSOFT   -  Jan 20, 2011

I suggest using some type of file e.g. hosts.txt
and checking for hosts so you dont keep adding hosts into the script

 Respond  
macs-rock   -  Jan 20, 2011

Cheiron i fixed it

 Respond  
Jonesy44   -  Jan 20, 2011

You can combine many else statements, and many if statements into.. ELSEIF ;)

 Respond  
Cheiron   -  Jan 20, 2011

spelling mistakes also.. macs-rock
adress has 2 d's in it.. address . so the code wouldnt have worked anyway :)

 Respond  
napa182   -  Jan 20, 2011

macs-rock Wrote:

also how do you make them Code box things?

by using the code tags.
ie:

code goes in here

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.