Q : How to install multiple site commands extension packs into RaidenFTPD?

A : First of all you need at least RaidenFTPD v2.2 build45+ , and then if you are upgrading from older versions , first goto server editor , and save your *.ftpd once , it will automatically add new entries into your *.ftpd file , now you have

onSiteCmd=
onSiteCmd2=
onSiteCmd3=
onSiteCmd4=

note that there is no onSiteCmd0 or onSiteCmd1 , now we will use 2 site commands extension packs as our example , int3nse script v1.5 , Rick's Siteop scripts , there are 2 new site commands in int3nse scripts , and 7 new site commands in Rick's Siteop scripts , you could not use them all in older version of RaidenFTPD without modifying those scripts , but now it's possible to attach them all into RaidenFTPD , simply edit the *.ftpd as

onSiteCmd=exec://c:\php-bin\php.exe siteop.php %$ %@ %!
onSiteCmd2=exec://c:\php-bin\php.exe site-commands.php %@ %$ %g %e %!
onSiteCmd3=
onSiteCmd4=

the onSiteCmd event trigger is for Rick's siteop script , and the onSiteCmd2 is for int3nse script , there is duplicated commands in these 2 scripts , site search , however an important thing is that the later script will always overwrite the output of previous scripts , so in this case the site search you will get is from int3nse script .

That's ALL

 

Copyright © RaidenFTPD TEAM , ALL RIGHTS RESERVED

REVISION 2.2 , 2001/07/17