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.

TCL scripters i hope you like a challange (if it even iz one

Old posts that have not been replied to for several years.
Locked
p
peoples2k

Post by peoples2k »

i want an fserv script but not like jIRCserv.tcl becouse:

- it copys the requested files to the temp dir first and with large files that takes a while

- it only supports one directory and i have to much data to but in one directory on one hdd.

all this with still a lot of respect to the writer of the script but what my question really iz..... can someone edit this schript for me so it doesnt copy the file to the tempdir first.
and second so that it supports multidrive

i want the bot to run the fserv becouse its a remote windrop and i can shut it down whenever i want + all that happens in the background

if i would open a mirc window and use a irc script to fserv that wouldnt be possible.

i thank you all in advance

peoples OUTTTTTT

<font size=-1>[ This Message was edited by: peoples2k on 2002-01-29 20:07 ]</font>
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

check your bot conf file and see what $copy-to-tmp is set to. I bet its set to 1 (default), or missing entirely (in which case it will still default to 1). Set it to 0.
p
peoples2k

Post by peoples2k »

first of all tnx for replyin didnt think anyone would
so that solves the copy to temp problem
now the onlt thing is someone to edit the scirpt to a multidrive script

once again tnx you've solved 40% of my problem :wink:

<font size=-1>[ This Message was edited by: peoples2k on 2002-01-30 03:27 ]</font>
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

I'm not sure that it will work, but try creating shortcuts in the fserve directory to the other drives, and any other directories you want.

Tcl and cygwin *might* be smart enough to treat windows shortcuts like symlinks in unix/linux.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

i doubt it, but if he's running 2k/xp he could try mounting the drive as a subdir of the filesys dir.
p
peoples2k

Post by peoples2k »

LOL i really thank you all for your help but could you explain it a bit better cuz to me tcl is all hocuz pocus
and i mean the mount drive ass.... part

and yes i am running winxp on one comp and the remote windrop that the i really weant the script for is on win2k adv server

tnx

<font size=-1>[ This Message was edited by: peoples2k on 2002-01-30 11:52 ]</font>
L
LaMersSs

Post by LaMersSs »

http://dejavo.virtualave.net
its not for eggdrop but its for tcl :smile:
Locked