PDA

View Full Version : [Fixed] !sitebotfree problems


TSG
05-18-2004, 07:16 AM
When i use !sitebotfree all command bot replies
<Sitebot> -:: free space ::-
<Sitebot> -:: Total: 0.00mb/450.0gb ::-

and when i use !sitebotfree upload the site bot does not respond. nothing hapens in eggdrop command shell.

i have /text/ftp/free.msg
and [Script]
free = ! ../text/ftp/free.msg


can any one help me??
i have looked and searched this forum many times now, and i did not find any thing that can help me.

Harm
05-18-2004, 11:00 AM
Is the sitebot connected to your site ?
Does SITE FREE work ?

InitialD
05-18-2004, 11:23 PM
I have the same problem an I've followed the directions, but its sill not showing the free space.

in the command prompt window it keeps saying: "Checking Free Space..."

also my SITE FREE raw command doesnt work either

Harm
05-19-2004, 12:16 AM
Since the SITE FREE command doesn't work, how do you want the bot to know the available free space ?
(Re)read the readme and follow the instructions about this command. After that it'll work.

TSG
05-19-2004, 07:23 AM
Originally posted by Harm
Is the sitebot connected to your site ?
Does SITE FREE work ?

Sitebot is running well, all other commands then !free works fine.
i have configured ioBanana.tcl, ioBanana.ini, vfs files, and ioFTPD.ini, they shoud all be working fine, but still no !free space :(
!sitebotfree all works but it does not show space free, just 0.00mb of 450gb

in bot console it says "Checking free space" every 9 min

jboy53
05-19-2004, 12:24 PM
did u configure the free.msg correctly eg does it have something in the .msg file

is that something look like this .. [Free: %.[free($path)(mega)]MB]-[Sitename]?

have u put the cookies in the ioftpd.env?

have u got the file in the right location?

TSG
05-20-2004, 05:40 AM
Originally posted by jboy53
did u configure the free.msg correctly eg does it have something in the .msg file

is that something look like this .. [Free: %.[free($path)(mega)]MB]-[Sitename]?

have u put the cookies in the ioftpd.env?

have u got the file in the right location?

My free.msg looks like that, and i hae cookies in ioftpd.env, and files in right location

InitialD
05-20-2004, 12:48 PM
just to make sure, what cookies need to be in ioftp.env for the freespace part.

Harm
05-20-2004, 01:12 PM
Check that you've added the SITE FREE command in ioFTPD.ini.

InitialD
05-20-2004, 02:20 PM
thanks, i fixed it.

i had to put "free = ! ../text/ftp/free.msg" under [FTP_Custom_Commands] and not [Scripts]

hope that helps you TSG

TSG
05-25-2004, 06:59 AM
I got i to work.
i had in [scripts]
free = ! ../text/ftp/free.msg
problem was a space between ! and .. it shoud be
free = !../text/ftp/free.msg