Thread: TSSE 1.3.9
View Single Post
  #1  
Old 15th November 2007, 21:35
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default TSSE 1.3.9
TS v1.3.9 by Xam

------------------------------------------------------------------------
INSTALLATION INSTRUCTIONS:
------------------------------------------------------------------------
1. Unzip the archive and transfer the files to a directory on your web server.

2. Change the permission files and folders on the CONF [folder+Files] - TORRENTS [folder] - BITBUCKET [folder] - CACHE [folder] - ALL can be written to by the web server.

3. Create a database (set charset: utf8_general_ci This will stop login problems)

4. Run the installer from http://yourtrackerurl/install/index.php file in your web browser and follow the on screen instructions.

5. Open include/functions.php change line 17 and 27 (see this lines for more info)

6a. Change default value of timezone from your tracker table: phpmyadmin>yourtrackertable>users>tzoffset>change default value. (default: 0 (GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia))

6b. Edit include/globalfunctions.php change following lines: 17 and 25 (Default: 0 (GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia)

NOTE: If you have sent mail problem, click on site settings and change SMTP servers or disable/enable it or use test mail function or check your host settings...

DO NOT FORGET TO RE-SETUP ALL SITE SETTINGS by USING SITE SETTINGS PANEL AFTER FIRST INSTALL!

************************************************** ************************************************** ***********************

IF:


Code:
Acces Denied!
We come to believe you are using a fake account, therefore we've logged this action!
You need to add there usernames and user id numbers into functions.php

In functions.php find:
Code:
$lsysopnames = array("xam", "admin");
and add your staff in there, instead of xam and admin write your username

then look for:
Code:
// Check Staff IDS 
define ('UC_STAFF', 4);
and add it like:
Code:
// Check Staff IDS 
define ('UC_STAFF', 4, 2, 3, 1);
Attached Files
File Type: rar TS1.3.9Xam.rar (1.88 MB, 2303 views)
Reply With Quote
The Following 4 Users Say Thank You to Fynnon For This Useful Post:
BamBam0077 (24th June 2022), Dibya9999 (20th June 2010), guspal (28th May 2022), naotem (18th April 2014)