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

by m4st3r
Mon Oct 09, 2006 9:04 pm
Forum: Scripting Help
Topic: multiple IF
Replies: 3
Views: 3147

multiple IF

Hello ;) im working on a script, and i want to know if i can use list or something in IF cmd .. Example: For the moment i use something like this: if {[string match *test* $checkname] == 0 && [string match *roger* $checkname] == 0 && [string match *mary* $checkname] == 0 && [...
by m4st3r
Mon Sep 18, 2006 8:55 am
Forum: Scripting Help
Topic: [SOLVED] Windows VS FreeBSD
Replies: 6
Views: 4527

the job is done, the files r listed in my sql DB. Ill try on another shell.

thanks guys.
by m4st3r
Fri Sep 15, 2006 12:27 am
Forum: Scripting Help
Topic: [SOLVED] Windows VS FreeBSD
Replies: 6
Views: 4527

uhmm i dont know how to say that but ... the admin is a fuc*** dumb, i asked him to locate mysql.h and he doesn't knew what was talking about. So i think ill try to find / fix the problem by myself.
by m4st3r
Thu Sep 14, 2006 11:30 pm
Forum: Scripting Help
Topic: [SOLVED] Windows VS FreeBSD
Replies: 6
Views: 4527

[SOLVED] Windows VS FreeBSD

Hi, my english is bad so ill try to split/explain my problem: First of all, i coded a tcl to list my FTP files and put it into my SQL Database. My TCL use tcl_ftp ( to connect to the ftp ) and FBSql ( for my sql ... ). I work on my tcl under Windows, everything work #1 with the windrop. When i type ...