Modification: File hosting
Indexu version: 5.0.1
Description: This modification will make indexu to be used as file hosting similar with rapidshare.de or yousendit.com
Live demo: http://www.niceupload.com
Installation:
1. Do indexu 5 fresh installation
2. Upgrade database, run /install/update_db_filehosting.php
alter table
-----------
add categoriesCode:alter table idx_link add filename varchar(255); alter table idx_link_temp add filename varchar(255); alter table idx_link add file_size varchar(255); alter table idx_link_temp add file_size varchar(255); alter table idx_link add file_upload varchar(251); alter table idx_link_temp add file_upload varchar(251); alter table idx_link add file_counter int(11); alter table idx_link_temp add file_counter int(11); alter table idx_link add file_last_accessed date"; alter table idx_link_temp add file_last_accessed date";
--------------
3. Go to admin panel -> category -> update category pathCode:insert into idx_category values (1,0,'no_category','','folder.gif','','0',0,'','','0','0','','',0,'',0,0,0,0) insert into idx_category values (2,0,'Food & Dining','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0) insert into idx_category values (3,0,'Health & Wellness','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0) insert into idx_category values (4,0,'Sports','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0) insert into idx_category values (5,0,'Software','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0) insert into idx_category values (6,0,'Automotive','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0) insert into idx_category values (7,0,'Business & Finance','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0) insert into idx_category values (8,0,'Games','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0) insert into idx_category values (9,0,'Entertainment','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0) insert into idx_category values (10,0,'Music','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0) insert into idx_category values (11,0,'Apparel','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0) insert into idx_category values (12,0,'Travel','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0) insert into idx_category values (13,0,'Fun Stuff','','folder.gif','','1',0,'','','1','0','','',0,'',0,0,0,0)
4. Set allowed file extention, admin panel -> option -> setup
gif,jpg,png,mp3,zip,rar,avi,mpg,wmv,exe
5. Files changed
6. Files addedCode:.htaccess add.php index.php /kosmos/add_form.html /kosmos/add_ok.html /kosmos/header.html /kosmos/footer.html /kosmos/header.html /kosmos/index.html /kosmos/mail/add_ok.mail /kosmos/msg.php /lang/english.php
7. edit php.iniCode:/install/update_db_filehosting.php delete.php page.php download.php dl.php file_upload_prun.php /kosmos/faq.html /kosmos/term.html /kosmos/contact.html /kosmos/download.html /kosmos/dl_error.html /kosmos/delete.html
8. set daily cron job to run /file_upload_prun.phpCode:post_max_size = 100M upload_max_filesize = 100M



