View Single Post
  #3  
Old 7th February 2024, 17:11
mogo mogo is offline
Senior Member
 
Join Date: Jun 2020
P2P
Posts: 97
Default
Quote:
Originally Posted by kuatvas2 View Post
Hello installation requirements I will be here mu vps, there is a step by step installer
ex: apache, php
https://github.com/Meg4R0M/Torrent-Trader_v3.0

This source is not good, but this is requirements...

REQUIREMENTS:
-PHP 7.0+
-MYSQL 4+
-We do not advise that register_globals is enabled
-We do not advise installation in a windows enviroment, however it will work (you may need to adjust paths)

INSTALLATION:
Please remember to backup all files AND database before you update anything!

FRESH INSTALL INSTRUCTIONS ONLY!!!! THERE IS NO INSTALLER REQUIRED!

Upload all files from upload folder to your public_html and rename .htaccess.old to .htaccess

Edit the file backend/mysql.php to suit your MYSQL connection

Import via phpmyadmin "tt3.sql from the install folder"

Edit the file backend/config.php to suit your needs

special note should be taken for urls, emails, paths (use check.php if unsure)
Apply the following CHMOD's

$ chmod 777 cache/
$ chmod 777 cache/get_row_count/
$ chmod 777 cache/queries/
$ chmod 777 backups/
$ chmod 777 uploads/
$ chmod 777 uploads/images/
$ chmod 777 import/
$ chmod 600 censor.txt

- Edit backup-database.php and change the path. Make sure it exists and is chmod 777
- if you have any of those folders missing (eg: uploads/images/), please create them and chmod 777
Run check.php from your browser to check you have configured everything ok.

-- check.php is designed for UNIX systems, if you are using WINDOWS it may not report the paths correctly.

If check.php still exists, please remove it or rename.

-- A warning will display on the site index until its removed

You should properly secure backup-database.php and the backups dir. (htaccess/htpasswd)

I wish you success :)
Reply With Quote