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.

Secure tcl-scripts

Old posts that have not been replied to for several years.
Locked
N
Nimo
Voice
Posts: 11
Joined: Sun May 04, 2003 8:29 am

Secure tcl-scripts

Post by Nimo »

Could someone give some hints of how I shall code my scripts so that they will be secure?, (eg. how to prevent all bots from dieing when someone with the nick [die] joins.)



Thanks in advance.
//Nimo
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Hint: know what you're doing :)

What did you do to get them to eval the nick of the joiner?
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

This is a script I wrote some time ago just for people just like you, to demonstrate why nicks like [die] can kill your bot (or worse) and how to prevent it:

http://www.egghelp.org/files/mytcl/addten.tcl.gz
N
Nimo
Voice
Posts: 11
Joined: Sun May 04, 2003 8:29 am

Thanks

Post by Nimo »

Thanks.



BTW. Have anyone a copy of http://www.soft.net.uk/staffs/eggdrop/characters.html as it didn't seems to exist anylonger.
//Nimo
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Re: Thanks

Post by egghead »

Nimo wrote:Thanks.



BTW. Have anyone a copy of http://www.soft.net.uk/staffs/eggdrop/characters.html as it didn't seems to exist anylonger.
http://www.peterre.com/characters.html
Locked