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.

Search found 9 matches

by lenore
Fri Mar 28, 2008 12:26 pm
Forum: Scripting Help
Topic: list of channels?
Replies: 2
Views: 1967

list of channels?

i've spent the last hour trying to find this without luck, is there anyway of getting a list of the channels the bot is in? in a scipt ofc
by lenore
Fri Mar 28, 2008 12:25 pm
Forum: Scripting Help
Topic: [solved-ish] prevent sql injection?
Replies: 6
Views: 3520

rosc2112 wrote:A good general security rule, when dealing with suspect input, is to have a list of allowed chars (A-Za-z0-9, etc), rather than a list of disallowed chars (more likely to overlook some chars when trying to disallow.) The allowed list would likely be shorter as well.
good point, thankyou
by lenore
Sat Mar 22, 2008 10:28 pm
Forum: Scripting Help
Topic: [solved-ish] prevent sql injection?
Replies: 6
Views: 3520

thanks chaps :) (goes to post the next question)
by lenore
Sat Mar 22, 2008 1:20 pm
Forum: Scripting Help
Topic: [solved-ish] prevent sql injection?
Replies: 6
Views: 3520

[solved-ish] prevent sql injection?

does tcl have a nice function for preventing sql injection? a wash function maybe? or am i just gonna have to regexp for ' " ; etc and escape them?
by lenore
Mon Mar 17, 2008 7:04 am
Forum: Scripting Help
Topic: [solved] trim, trimleft not working
Replies: 2
Views: 1794

damnit, thankyou :)
by lenore
Sun Mar 16, 2008 10:03 pm
Forum: Scripting Help
Topic: [solved] trim, trimleft not working
Replies: 2
Views: 1794

[solved] trim, trimleft not working

using a pretty simple script i'm unable to get trim or trimleft work set avariable [trimleft $anothervariable *!] but i keep getting in party Tcl error [scipty.tcl]: invalid command name "trim" any ideas? i did do iconfig so maybe i missed out a valuable module? the only script i can find ...
by lenore
Sun Mar 16, 2008 8:21 pm
Forum: Modules & Programming
Topic: [solved] md5 userfile
Replies: 5
Views: 12405

1.0.2 and 1.6.18 resolves the bug you mention on that page?
by lenore
Sun Mar 16, 2008 8:20 pm
Forum: Modules & Programming
Topic: [solved] md5 userfile
Replies: 5
Views: 12405

niceone, thankyou
by lenore
Sat Mar 15, 2008 5:53 am
Forum: Modules & Programming
Topic: [solved] md5 userfile
Replies: 5
Views: 12405

[solved] md5 userfile

Hi there, as you can tell from my post count i'm quite new here. I setup my first eggdrop yesterday and it all went fine, however during the initial config i noticed where the loadmodule blowfish is that it talks about an md5 module for encrypting user's passwords? i'm planning on integrating this w...