Sharecash Clone V 1.3 UPDATED
on July 2011 + XenForo v1.0.4
Please follow the steps below to install the site.
1) Extract the zip file and put the extracted files in the web root.
2) Make includes/db_inc.php writeable (chmod 0777)
3) Make uploads/user_files writeable (chmod 0777)
4) Make /tmp folder writable (chmod 0777)
5) Make /images folder writable (chmod 0777)
6) Make /cgi-bin/ubr_upload.pl executable (chmod 0755)
6) Make installer/filecash.sql readable (chmod 0644, it's there by default)
7) Make the following changes in .htaccess file:
change the "yoursite.com" to your site name
8) Make the following changes in the /uploader/ubr_ini.php file:
change the $TEMP_DIR value to the tmp directory of your website
9) If your site in under any folder for e.g abc, then following changes needs to be done in cgi-bin/ubr_upload.pl file
Change the my $TEMP_DIR value to $ENV{'DOCUMENT_ROOT'}.'/abc/tmp/' and so on..