Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #81  
Old 30th December 2014, 11:12
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
What Web server are you using?? Apache, Nginx, Lighttpd

You need to install Mysql support for php

Try this..

Code:
apt-get install php5-mysql
and then restart WebServer

Apache2
Code:
/etc/init.d/apache2 restart
Nginx
Code:
/etc/init.d/nginx restart
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
The Following User Says Thank You to firefly007 For This Useful Post:
oneillza (30th December 2014)
  #82  
Old 30th December 2014, 11:19
oneillza oneillza is offline
Member
 
Join Date: Dec 2014
South Africa
Posts: 13
Default
very strong

haha thanx man

Bump: ok so all installed good and i have access..

I had a look in the back end and all the plugins are active but none of them show on the main menu.

THere is no shoutbox nothing

Am i doing something wrong here?
Reply With Quote
  #83  
Old 30th December 2014, 11:55
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Ok try this..

1)
Check what PHP version you are using..

Code:
php-v
If you are running anything above 5.3 when using TS you are going to run into problems

2) edit index.php in home/user/ts/www for example

and add this below <?php

PHP Code:
error_reporting(E_ALL); ini_set('display_errors'1); 
save

and then go back to the site and refresh the page and paste the errors that are shown where the blocks/plugins should be
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #84  
Old 30th December 2014, 12:04
oneillza oneillza is offline
Member
 
Join Date: Dec 2014
South Africa
Posts: 13
Default
i have version 5.4

Cant seem to find the <?php line under index.php
Reply With Quote
  #85  
Old 30th December 2014, 12:11
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Look at the top of the page for something like this
PHP Code:
<?
/***********************************************/
/*=========[TS Special Edition v.5.6]==========*/
/*=============[Special Thanks To]=============*/
/*        DrNet - wWw.SpecialCoders.CoM        */
/*          Vinson - wWw.Decode4u.CoM          */
/*    MrDecoder - wWw.Fearless-Releases.CoM    */
/*           Fynnon - wWw.BvList.CoM           */
/***********************************************/
To


PHP Code:
<?
error_reporting
(E_ALL); ini_set('display_errors'1);
/***********************************************/
/*=========[TS Special Edition v.5.6]==========*/
/*=============[Special Thanks To]=============*/
/*        DrNet - wWw.SpecialCoders.CoM        */
/*          Vinson - wWw.Decode4u.CoM          */
/*    MrDecoder - wWw.Fearless-Releases.CoM    */
/*           Fynnon - wWw.BvList.CoM           */
/***********************************************/
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #86  
Old 30th December 2014, 12:21
oneillza oneillza is offline
Member
 
Join Date: Dec 2014
South Africa
Posts: 13
Default
if i do that then my entire page goes down XD
Reply With Quote
  #87  
Old 30th December 2014, 12:28
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Ok try this..

PHP Code:
error_reporting(E_ALL & ~E_NOTICE); 
So it looks like this

PHP Code:
<?
error_reporting
(E_ALL & ~E_NOTICE);
/***********************************************/
/*=========[TS Special Edition v.5.6]==========*/
/*=============[Special Thanks To]=============*/
/*        DrNet - wWw.SpecialCoders.CoM        */
/*          Vinson - wWw.Decode4u.CoM          */
/*    MrDecoder - wWw.Fearless-Releases.CoM    */
/*           Fynnon - wWw.BvList.CoM           */
/***********************************************/
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #88  
Old 30th December 2014, 13:47
oneillza oneillza is offline
Member
 
Join Date: Dec 2014
South Africa
Posts: 13
Default
ok so that code does not break the site anymore but it also does not display anything.
Reply With Quote
  #89  
Old 30th December 2014, 14:10
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Are you just getting a white page?


Try this..
PHP Code:
error_reporting(-1); 
That should turn all reporting on

Did you check what PHP version your are running?

In shell

php -v
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #90  
Old 30th December 2014, 14:17
DND DND is online now
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
etc/php5/php.ini
display_errors = On
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
Reply

Tags
56 , heavy , modded , tsse

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 18:17. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.