PDA

View Full Version : [Fixed] installation problems


TheAngel
11-21-2003, 08:13 AM
i read the doc
and i cant understand some of it:
Two lines are commented by default. SITE RULES and the Spider schedule.

Create a rules.msg file then uncomment the rules = ... line.

For the spider, I suggest you run it using SITE EXEC the first time to see if it works good.


SITE EXEC c:\ioFTPD\scripts\ioBanana.exe SPIDER


After that, you can schedule it in ioFTPD.ini:


[Scheduler]
Spider = 0 0 * * ..\scripts\ioBanana.exe SPIDER FORCEDELETE


The 'FORCEDELETE' parameter is used if you want the script to delete all the symlinks it finds that are invalid.

I suggest once again that you run it a couple of days without the FORCEDELETE keyword, and that you run it manually with FORCEDELETE in the morning:


SITE EXEC c:\ioFTPD\scripts\ioBanana.exe SPIDER FORCEDELETE




7. Remove both references to ioA resetstats from ioftpd.ini (if u have such a thing). Mine does the same, but has section support. Also, remove rescan and rescanall from ioA.

8. Change ioa.cfg:


Use_Caladan_IMDB=1
Caladan_IMDB_Path=c:\ioFTPD\scripts\ioBanana.exe imdbpre


or for ioA v0.7.9+


Use_Execute_on_Pre=1
Execute_on_Pre_Path=c:\ioFTPD\scripts\ioBanana.exe imdbpre


Also in ioa.cfg:


Log_New_Date="%vfs" "%area" "%desc" "%phys"
Log_PRE="%user" "%group" "%type" "%vfs" "%desc" "%mb" "%files" "%release"
Log_Give="%user" "%group" "%mb" "%target"
Log_Take="%user" "%group" "%mb" "%target"
Log_Wipe="%vfs" "%release" "%user" "%group" "%files" "%dirs" "%mb"
Log_Invite="%user" "%group" "%ircnick"
Log_Request="%user" "%group" "%request"
Log_Reqfilled="%user" "%group" "%request"
Log_Reqdel="%user" "%group" "%request"
Log_Nuke="%vfs" "%user" "%group" "%nukee" "%nukeegroup" "%multi" "%size" "%reason"
Log_UnNuke="%vfs" "%user" "%group" "%nukee" "%nukeegroup" "%multi" "%size" "%reason"








mmm im really new in this io thing
if someone could send me his ready iobanana files it will be great
i have ioftpd beta
and also in the doc i cant find where is
ioa.cfg
thanx if ya get me the ready files which i will change the chan and the ip etc
:banana:

Harm
11-21-2003, 08:21 AM
I doubt someone will send you his files.

The default configuration files are already configured for a basic installation.
If you follow the readme, there shouldn't be any problem installing ioBanana.

Here are some tips regarding your questions:
1) comment = adding a ';' in front of the line (in ioftpd.ini)
2) uncomment = removing the ';' in front of the line (in ioftpd.ini)
3) ioA.cfg is the configuration file for ioA (http://warc.mine.nu/)

Reformer
11-22-2003, 07:43 AM
I have a question regarding the dupechecker in iobanana.

my site is build so that i have an uploaddir and in that dir i have weekly dates cataloques and in that users create their own dirs .. and what i noticed was that if i make a dir lets say "nisse" in week 48 then i wont be able to create it again in week 49 as it has been added in the .current_dirs.log'. Is there a way to do to make it work in another way?

Can i add all my online dirs in that 'current_dirs.log' file so that they'll get marked as dupes?

Harm
11-22-2003, 07:53 AM
SITE UNDUPE nisse
will do it for you.

Reformer
11-22-2003, 08:51 AM
Originally posted by Harm
SITE UNDUPE nisse
will do it for you.

so.. i should add all user in the undupe.dat file!