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

by XceL
Thu Sep 15, 2005 2:59 am
Forum: Modules & Programming
Topic: Help with compiling Eggy w/ MySQL.mod
Replies: 8
Views: 16948

I got it all figured out now. Thanks. :)
by XceL
Wed Sep 14, 2005 11:35 pm
Forum: Modules & Programming
Topic: Help with compiling Eggy w/ MySQL.mod
Replies: 8
Views: 16948

I got around it now but, i need help, it says it cant connect to my database, tell me if this code in the tcl looks right please.

Code: Select all

loadmodule mysql
mysql_connect XceL mysql61.secureserver.net user pass
by XceL
Wed Sep 14, 2005 11:00 pm
Forum: Modules & Programming
Topic: Help with compiling Eggy w/ MySQL.mod
Replies: 8
Views: 16948

Okay, well I changed the source of the include header, now I get this. gmake[2]: Entering directory `/usr/home/xcel/eggdrop1.6.17/src/mod/mysql.mod' gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H `mysql_config --cflags` -DMAKING_MODS -c .././mysql.mod/mysql...
by XceL
Wed Sep 14, 2005 10:20 pm
Forum: Modules & Programming
Topic: Help with compiling Eggy w/ MySQL.mod
Replies: 8
Views: 16948

Help with compiling Eggy w/ MySQL.mod

The shell provider claims that MySQL is installed on the machine, but when I tryi to compile, I get the following errors. any help appreciated, thanks. [xcel@******** (~/eggdrop1.6.17)]$ gmake gmake[1]: Entering directory `/usr/home/xcel/eggdrop1.6.17/src' This may take a while. Go get some runts. g...
by XceL
Fri Jul 29, 2005 3:33 am
Forum: Archive
Topic: Scanning Directory
Replies: 2
Views: 2054

Right thanks, I've used that before. Its kind of late though, lol. :)
by XceL
Fri Jul 29, 2005 3:06 am
Forum: Archive
Topic: Scanning Directory
Replies: 2
Views: 2054

Scanning Directory

How would I go about scanning a directory and adding the files in that directory into a list?
by XceL
Fri Jul 08, 2005 12:08 am
Forum: Archive
Topic: TCL HTTP Package
Replies: 7
Views: 3075

I do thanks, may I ask why were they conflicting?
by XceL
Thu Jul 07, 2005 11:47 pm
Forum: Archive
Topic: TCL HTTP Package
Replies: 7
Views: 3075

As Requested: [22:47] <XceL> .set errorInfo [22:47] <***> [21:44] #XceL# set errorInfo [22:47] <***> Currently: wrong # args: should be "list nick uhost hand chan text" [22:47] <***> Currently: while executing [22:47] <***> Currently: "list $cmd" [22:47] <***> Currently: (procedu...
by XceL
Thu Jul 07, 2005 11:10 pm
Forum: Archive
Topic: TCL HTTP Package
Replies: 7
Views: 3075

Lol ok here is my code.. proc test {nick uhost hand chan text} { set url "http://www.alt-bin.com/index.php?pg=fd&ch=" set url2 "alt.binaries.sounds.mp3.complete_cd" set url "$url$url2" unset url2 set token [::http::geturl $url] set content [::http::data $token] ::ht...
by XceL
Thu Jul 07, 2005 10:39 pm
Forum: Archive
Topic: TCL HTTP Package
Replies: 7
Views: 3075

TCL HTTP Package

I know this has been asked probably a billion times but, I for some reason can't get this code to work. My code is similar the code posted below except I changed the URL. Now my problem is when I call my proc from the bind it always gives me an error. Please any help is appriciated :) package requir...
by XceL
Thu Jul 07, 2005 4:50 am
Forum: Archive
Topic: Question about lists
Replies: 9
Views: 3549

Trying not to clutter up the forums too bad, but this question relates to the script. I have the list of files be inputed into a text file, followed by a carraige return then dcced to the user, if desplayed in notepad why is it a block and not a new line? Thanks, the code to input into the file look...
by XceL
Wed Jul 06, 2005 11:46 pm
Forum: Archive
Topic: Question about lists
Replies: 9
Views: 3549

Thanks, I had the a+ switch on there for it to create the file at first. Then removed it.
by XceL
Wed Jul 06, 2005 10:23 pm
Forum: Archive
Topic: Question about lists
Replies: 9
Views: 3549

Question about lists

I need some help with some code. When I use this it just gives me the same results each time, which is: [21:00] <@********> 0 Files before update. [21:00] <@********> 3 Files after update. [21:00] <@********> File database updated succesfully. There were 3 Files added and 0 Files removed. proc updat...
by XceL
Wed Jul 06, 2005 7:41 pm
Forum: Archive
Topic: File Creation Date
Replies: 5
Views: 2393

Is there another method because when using the last access time if my eggdrop dccsends the file, it changes that. Just wondering if there was something else, if not I can just store the access time in a text file.
by XceL
Wed Jul 06, 2005 7:28 pm
Forum: Archive
Topic: File Creation Date
Replies: 5
Views: 2393

Thanks. :)