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.

LoL's TooLz 6.3

Old posts that have not been replied to for several years.
Locked
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

I got the following errors:

DCC command: .security
TCL error [dcc_lol_security]: extra characters after close-quote

PUB command: !silent
TCL error [pub_lol_silent]: can't read "mynick": no such variable

I'll look and say if I'll find some more. PS: This LoL's TooLz 6.3 I got from here.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The changes I made to the script, do not cause this problem. They have been there since 6.2, and are not problems that can cause exploits.

To fix these issues.

Locate line number 455
reading
if {![check $hand $mynick $host]} {
Should read
if {![check $hand $nick $host]} {
Locate line number 3324
reading
putdcc $idx "r
should read
putdcc $idx "r"
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

I know that are not problems that can cause exploits. Thx anyway.
Locked