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 Thor
Tue Apr 03, 2007 9:26 am
Forum: Script Requests
Topic: Need forum tcl
Replies: 35
Views: 42275

I've noticed that playing around with the timeout in PHP seems to work. Adding some sleep(n) also helps.

Some days it works locally, some days it only works on the server.
by Thor
Thu Jul 27, 2006 8:27 am
Forum: Scripting Help
Topic: Windrop x Exec
Replies: 5
Views: 9471

This seems to work, dont understand why.

exec cmd.exe >&@stdout <@stdin /c example.exe
by Thor
Thu Jul 27, 2006 8:16 am
Forum: Script Support & Releases
Topic: Windop 3.2
Replies: 2
Views: 5174

I was able to install mysqltcl by putting its dlls in the main windrop folder and by using a modified pkgindex.tcl The modified file only has one line. load libmysqltcl[info sharedlibextension] Load it en eggdrop.conf (source scripts/pkgindex.tcl) before the script you want to use. Remember that mys...
by Thor
Wed Jul 26, 2006 11:46 pm
Forum: Scripting Help
Topic: Windrop x Exec
Replies: 5
Views: 9471

Windrop x Exec

I´ve been trying to execute on Windrop the command "exec netstat -e>>File.txt". I know the command works in windows because i have tested it. Every command I try to execute I get the error "couldn't create error file for command: no such file or directory while executing". I alre...