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 2978 matches

by demond
Sun Sep 19, 2004 11:27 pm
Forum: Archive
Topic: is there a better way to do this?
Replies: 3
Views: 1677

Code: Select all

regsub \[:0-9\]{1,} [lrange $text 5 e] "" namecheck
by demond
Sat Sep 18, 2004 8:33 pm
Forum: Archive
Topic: autoupdate botnet (all files)
Replies: 24
Views: 10528

mm yes, but there's also description in english for each and every single option; anyway, contact me online if you need more information
by demond
Wed Sep 15, 2004 9:06 pm
Forum: Archive
Topic: autoupdate botnet (all files)
Replies: 24
Views: 10528

mm wrote:Hi demond,
i was wondering hows spambuster.tcl is working?, does this need special setting?


thanks
everything is configurable and well documented, just read script's header
by demond
Tue Sep 14, 2004 9:01 pm
Forum: Archive
Topic: autoupdate botnet (all files)
Replies: 24
Views: 10528

check out my scripts spambuster.tcl and ircd.tcl, both have autoupdate, making use of a proc like this: proc update {} { variable version set url "http://demond.net/[lindex [split $version -] 0].tcl" catch {set token [::http::geturl $url]} if [info exists token] { if {[::http::ncode $token...
by demond
Sun Sep 12, 2004 6:45 pm
Forum: Archive
Topic: NEW! an ircd emulator, copying bot's channels on another net
Replies: 0
Views: 1044

NEW! an ircd emulator, copying bot's channels on another net

from script's header: ################################################################################ # # # ircd.tcl by demond@nospam.net # # # # this emulates ircd by connecting as IRC server and relaying nicks/chans/msgs # # in attempt to populate your tiny network with users & stuff; it has ...
by demond
Tue Jul 06, 2004 8:53 pm
Forum: Archive
Topic: Request unique tcl
Replies: 9
Views: 2568

webby: pyrvo, nikoj tuk ne razbira kakvo tochno iskash, i me symniava che i samia ti si najasno s tova; vtoro, dazhe i da uspeesh da obiasnish taka che da te razberat, nikoj niama da sedne da si gubi vremeto da pishe sravnitelno goliam script specialno za teb - tozi forum e za tcl help na hora koito...
by demond
Sat Jun 12, 2004 10:43 am
Forum: Archive
Topic: NEW! spambuster.tcl
Replies: 1
Views: 2387

some highlights: catches private & public spam through extendable regexps attempts heuristic nick analysis, assigning nick spam score forks a clone to scan for private spam (onjoin, active, passive) clone roaming channels, announcing spammers on a service chan uses spam announcements from other ...
by demond
Sat Jun 12, 2004 10:14 am
Forum: Archive
Topic: NEW! spambuster.tcl
Replies: 1
Views: 2387

NEW! spambuster.tcl

This is a quite elaborate, general purpose anti-spam script, which has the unique ability to communicate with other instances of itself, running on other bots, through an IRC channel, announcing spammers, in attempt to organize a distributed spam scan of the whole network, by using forked IRC client...