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

by w00f
Wed Apr 25, 2007 11:33 am
Forum: Scripting Help
Topic: Get a list of a mysql select
Replies: 10
Views: 7593

## CONF ## # trigger to search top10 set srch(top10) "!top10" # SQL info set sql(host) "IP" set sql(user) "USER" set sql(pass) "PASS-BLA" set sql(db) "DATABASE-NAME" set sql(port) "PORT" ## END CONF ## package require mysqltcl bind pub - $...
by w00f
Sat Mar 17, 2007 10:54 pm
Forum: Scripting Help
Topic: Relay / Write
Replies: 5
Views: 3543

You can specify what you want to add by , binding what you want instead of *(with * the bot will put into data file everything that X says in one of the #chans that you specify), regexp $text first in a way to get what you want. All depends what you want to add to that file, and certainly that I don...
by w00f
Sat Mar 17, 2007 6:30 pm
Forum: Scripting Help
Topic: Relay / Write
Replies: 5
Views: 3543

set relay(chans) "[list #chan1 #chan2 #etc]" set relay(who) "[list nick1 nick2 nick3 etc]" set relay(db) "NFOrce/nforce.txt" set relay(db_bak) "NFOrce/nforce.bak.txt" bind pubm - {*} relay:pubm proc relay:pubm {nick uhost hand chan text} { global relay if {[l...
by w00f
Sun Feb 25, 2007 3:56 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 488580

read GaveUp post on page 9.
you will find an explanation and wiki link about that.
by w00f
Fri Feb 23, 2007 9:13 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 388978

try to use http package instead of curl program.

change

Code: Select all

set IMDB_ALTERNATIVE 1 
to

Code: Select all

set IMDB_ALTERNATIVE 0
mine is working 100%
by w00f
Wed Feb 21, 2007 1:07 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 388978

tnks rosc2112 , works perfect ;) @bast just use a blowcrypt , and will work fine. mcpsfuncs.tcl i think it's the blowcrypt that bast is using , idk nothing bout that blowcrypt, but with that name i think that crypt only binds mcps , a good blowcrypt bind "everything", i.e: +OK , mcps. but ...
by w00f
Mon Feb 19, 2007 9:00 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 388978

thanks man, for sure i'm not the only one who wants that :X
by w00f
Mon Feb 19, 2007 10:29 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 388978

for the most distracted, the imdb.com layout was modified.
the older layout, if that helps somethin can be found ~ http://former.imdb.com

hope update soon :/
by w00f
Fri Feb 16, 2007 2:50 pm
Forum: Eggdrop Help
Topic: [Solved] SSL problem.
Replies: 2
Views: 2727

guess was some kinda problem in installation (although last time i had no errors on that) , i've installed again ,and seems fine now.

thks for the quick answer anyway ;)
by w00f
Tue Feb 13, 2007 6:22 pm
Forum: Eggdrop Help
Topic: [Solved] SSL problem.
Replies: 2
Views: 2727

[Solved] SSL problem.

Hey o/ I have a little problem when trying to connect an eggdrop using SSL. SSL patch is installed , i've added 'set use-ssl 1' to eggdrop_conf.conf , and change the default port(6667) to SSL port (i.e. 7000). After that i run the eggdrop and everything ok , but .. the eggdrop doesn't show up on irc...
by w00f
Mon Jan 08, 2007 7:26 pm
Forum: Script Requests
Topic: Upcoming games, Release dates.
Replies: 2
Views: 3380

thanks mate, i'll take a look at your script as soon as possible. cuz now i don't have time :/ (damn highschool)

seems pretty cool at first sight ;P

well thks once again.
by w00f
Fri Jan 05, 2007 9:19 pm
Forum: Script Requests
Topic: Upcoming games, Release dates.
Replies: 2
Views: 3380

Upcoming games, Release dates.

Hi []. Once again need a little help with a tcl. I've tried to do one script that shows the next games that will be released soon, but with no results. the sourcer is ign.com. or if someone can find me a tcl more or less like this one i appreciate I have a few lines of code that might be useful if a...
by w00f
Tue Dec 05, 2006 9:19 pm
Forum: Scripting Help
Topic: [Solved] Limit result
Replies: 3
Views: 3303

tnks demond []

Solved the problem.

@Access in this case, that doesn't make any difference, tnks anyway
by w00f
Fri Dec 01, 2006 2:52 am
Forum: Scripting Help
Topic: [Solved] Limit result
Replies: 3
Views: 3303

[Solved] Limit result

hi there \o.

I have a dumb question , but i can't solve it :/

Code: Select all

[expr $numb*100/$numb + 0.0]
for example the result was 15.546576874687853 , i want to limit the result to *.###, in this example the result that i wanted was 15.546.

tnks in advance.
by w00f
Sat Oct 21, 2006 5:28 pm
Forum: Scripting Help
Topic: [help] $strip in tcl [Solved]
Replies: 3
Views: 4895

[help] $strip in tcl [Solved]

hi there again. I've started a script , but i'm still a complete n00b in tcl scripting and i don't know how to get one one word from one linked phrase. script usage: !add <game-Version> <url> <type> (someone) !add game-V69 <URL> <Type> (someone) !find game-V69 (bot) [<Type>] Current version of game ...