Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Template Shares 5.6 - WDW Edition (http://www.bvlist.com/showthread.php?t=4720)

mmisu120000 27th March 2010 00:06

Template Shares 5.6 - WDW Edition
 
1 Attachment(s)
Hi, I promised that I will post my version of TSSE 5.6.
I've moded it a little (added genres and other things), fixed allmost all errors, and i.ve tested it, and now it's online with over 1000 users and 600 torrents.

For me it works like a charm!, Very, very fast and reliable!


You can watch it live at http://torrent.wdw.ro

By the way, I have included 3 more templates made by me (bibicu_dark1, 2 and 3), and some cat icons ... feel free to use them ...

Files needed:
Inside that archive you will find also the wdw56.sql file ...

Installation:

Download the .rar file from the attachement, unrar it and install the files in the tracker's root.

Now, we have to edit some files to fit your needs (the fields in RED colour shown below):

config/DATABASE:
a:4:{s:10:"mysql_host";s:9:"localhost";s:10:"mysql_user";s:7:"your_db_user";s:10:"mysql_pass";s:8:"your_db_password";s:8:"mysql_db";s:7:"your_database_name";}

config/MAIN:
a:22:{s:11:"site_online";s:2:"no";s:7:"useajax";s:3:"yes";s:14:"externalscrape";s:3:"yes";s:14:"includeexpeers";s:3:"yes";s:11:"MEMBERSONLY";s:3:"yes";s:10:"waitsystem";s:2:"no";s:11:"maxdlsystem";s:2:"no";s:17:"showlastxtorrents";s:5:"multi";s:15:"i_torrent_limit";s:1:"5";s:10:"showimages";s:3:"yes";s:8:"SITENAME";s:11:"WDW Tracker";s:13:"announce_urls";s:40:"http://your_site_url/announce.php";s:7:"BASEURL";s:27:"http://your_site_url";s:9:"SITEEMAIL";s:7:"office@";s:11:"reportemail";s:7:"office@";s:12:"contactemail";s:7:"office@";s:11:"torrent_dir";s:8:"torrents";s:12:"pic_base_url";s:4:"pic/";s:9:"table_cat";s:10:"categories";s:5:"cache";s:5:"cache";s:7:"maxchar";s:3:"250";s:16:"max_torrent_size";s:8:"10485760";}

config/SMTP:
a:8:{s:8:"smtptype";s:7:"default";s:9:"smtp_host";s:9:"localhost";s:9:"smtp_port";s:2:"25";s:9:"smtp_from";s:0:"";s:11:"smtpaddress";s:17:"your_mail_server";s:8:"smtpport";s:2:"25";s:11:"accountname";s:13:"your_smtp_login";s:15:"accountpassword";s:8:"your_smtp_password";}

include/config.php:
find:
$mysql_host = (!empty ($DATABASE['mysql_host']) ? $DATABASE['mysql_host'] : 'localhost');
$mysql_user = (!empty ($DATABASE['mysql_user']) ? $DATABASE['mysql_user'] : 'your_batabase_user');
$mysql_pass = (!empty ($DATABASE['mysql_pass']) ? $DATABASE['mysql_pass'] : 'your_database_password');
$mysql_db = (!empty ($DATABASE['mysql_db']) ? $DATABASE['mysql_db'] : 'your_database_name');

include/config_announce.php:
find:
if(!defined('IN_ANNOUNCE')) die('Hacking attempt!');$announce_interval = 2400;$BASEURL = 'http://your_site_url';$SITENAME = 'WDW Tracker';

Of course the fields in RED you have to edit to your needs... (Especially the ones with URL addresses and DB information)

CHMOD Files:
Then, CHMOD the following files/folders to 0777 (ie, make sure that PHP can write to them).
- ./config/
- ./config/CLEANUP
- ./config/DATABASE
- ./config/DATETIME
- ./config/EXTRA
- ./config/FORUMCP
- ./config/KPS
- ./config/MAIN
- ./config/PAYPAL
- ./config/PJIRC
- ./config/REDIRECT
- ./config/SECURITY
- ./config/SEO
- ./config/SMTP
- ./config/STAFTEAM
- ./config/TWEAK
- ./config/THEME
- ./config/WAITSLOT
- ./torrents/
- ./torrents/images/
- ./include/avatars/
- ./tsf_forums/uploads/
- ./admin/backup/
- ./cache/
- ./cache/funds.php
- ./cache/indexstats.php
- ./cache/systemcache.dat
- ./cache/massmail_config.php
- ./admin/ads.txt
- ./admin/adminnotes.txt
- ./admin/quicklinks.txt
- ./include/config_announce.php

Ok, now, the admin user is: admin, with the password: wdwtracker
And the pincodes for staff panel and Tracker Settings: both are "wdw56"

Database installation: (VERY IMPORTANT AND MANDATORY, because there are some new tables and fields added)

attention

Attention

Use phpMyAdmin or whatever mysql manager you have, and create a database, then import the wdw56.sql file (from the root of the tracker).




Sorry, that was something I forgot ...

Then, in phpmyadmin, execute this command:

ALTER TABLE `tsf_forums` ADD `image` VARCHAR( 32 ) NOT NULL DEFAULT 'private.png';

That's it!!!

I think it is easy to install, (I never had time to edit the /install files to autogenerate the database, maybe I will do it later, or someone with more time will...)

Enter the tracker and in Tracker settings, edit your configuration.

If any unsuccess post here, and I will asist or correct any errors occured.

Good luck and ENJOY!!!

Nemerniq 27th March 2010 00:53

wow .. thanks man .. :P

aMiGo1972 27th March 2010 01:03

Thankyou very much for your hard work ! :drink:

Nemerniq 27th March 2010 01:28

Server Error
Code:

Error 500

aMiGo1972 27th March 2010 01:31

when i execute the database i have this error:
Code:

You have mismatched

mmisu120000 27th March 2010 02:33

the sql insert with phpmyadmin works perfectly!

I've tested 3 times on 3 different locations

I even made 4 times on 4 different locations the install procedure i've written about in my first post and it works...

Quote:

Originally Posted by Nemerniq (Post 22051)
Error 500

This is not a tracker error ... this is usually a php version or xampp error ...
Try php 5.25 ... (if in windows, try to not use fastcgi ...)

Or, try to edit your .htaccess file ...

hellokid 27th March 2010 04:58

When I Upload torrent, error occur :

Code:

Mysql puked: Unknown column 'genre' in 'field list'
Solved!

I try .sql in root to import in database by phpmyadmin. If installation will be error when Upload a torrent!

saggy00 27th March 2010 08:36

Thanx!!!

Verix 27th March 2010 10:50

Hi,
Have you managed to solve the problem with editing posts on forum?

http://ifotos.pl/img/ssssssss_nxrhan.JPG

Please wait.. And nothing happens.

aMiGo1972 27th March 2010 11:10

i created the database from phpMyAdmin and now everything is working for me (also deleted the httpaccess from root) :drink:


All times are GMT +2. The time now is 16:39.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.