Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #21  
Old 13th May 2008, 07:27
Kotafi Kotafi is offline
Senior Member
 
Join Date: Jan 2008
Posts: 139
Default Re: TS SE v4.3 Nulled
Hey guys, I had no problems or errors while installing this on windows the first time,
but when i re-installed the Security Image dont showup so i cant login into tracker

[flash=,:1r4kqunc]http://img255.imageshack.us/img255/9530/imageff9.th.png[/flash:1r4kqunc]

How to disable this feature or fix this issue? :unknown:
Reply With Quote
  #22  
Old 13th May 2008, 10:57
HIENA HIENA is offline
Senior Member
 
Join Date: May 2008
Posts: 18
Default Re: TS SE v4.3 Nulled
i have been baner on my torrent :)
i try to introduce pincode new i`m banned where i go to delete my ban?
i put the pincode 123456 and he say invalid pincode where can i fund the real pincode?
Reply With Quote
  #23  
Old 13th May 2008, 16:29
UzAkLArDaN's Avatar
UzAkLArDaN UzAkLArDaN is offline
Senior Member
 
Join Date: Nov 2007
Posts: 43
Default Re: TS SE v4.3 Nulled
Quote:
Originally Posted by HIENA
i have been baner on my torrent :)
i try to introduce pincode new i`m banned where i go to delete my ban?
i put the pincode 123456 and he say invalid pincode where can i fund the real pincode?
To login to stuff panel you have to put different pincode. The first pincode that you put at the installation is for tracker settings. If you put tracker settings password to login your stuff panel that was your mistake. To login to stuff panel you need to put new pincode at tracker settings in pincode section.
Reply With Quote
  #24  
Old 13th May 2008, 19:10
devil007 devil007 is offline
Member
 
Join Date: May 2008
Posts: 11
Default Re: TS SE v4.3 Nulled
thanks .
Reply With Quote
  #25  
Old 13th May 2008, 20:14
GaBoNtZ's Avatar
GaBoNtZ GaBoNtZ is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 113
Default Re: TS SE v4.3 Nulled
Quote:
Originally Posted by UzAkLArDaN
Quote:
Originally Posted by gabontz
weird..... it work's perfect on windows...
maybe some permission problem, but i followed the fresh install tutorial.
i'l check back tomorow on linux server.
To install this script your server, host etc. should support ioncube loader, GD2, Mcrypt & CuRL

To check if they are installed on your website download this file and upload them to your website like this:

Code:
http://www.yoursite.com/check.php
http://www.yoursite.com/check2.php
By the way try to disable your antivirus software before installing ts special edition v4.3
That could be the reason.

[attachment=0:5zukjcvo]Host_Check.rar[/attachment:5zukjcvo]
ok, curl was not installed. now i installed curl, is ok but i get same error

Code:
Script Error! (SE-I). TS SE is not installed correctly.
i also follwed this: http://www.bvlist.com/viewtopic.php?f=6 ... t=10#p1460

[hr:5zukjcvo]
Later Edit:

Solved, lol, that trick did not work for me, but the following solved the problem ;)

Code:
    function check_ts_install ()
  {
    global $rootpath;
    global $usergroups;
    if (is_mod ($usergroups))
    {
      $ts_key = @file_get_contents ($rootpath . 'cache/systemcache.dat');
      $CU = (!empty ($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : (!empty ($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : ''));
      $CU = str_replace (array ('http://www.', 'http://', 'www.'), '', $CU);
      $orj_key = md5 ('' . 'ts_install|' . $CU . '|done_!4_3!_');
      //if ((empty ($ts_key) OR $ts_key != $orj_key))
      //{
       // define ('errorid', 8);
       // include_once $rootpath . 'ts_error.php';
       // exit ();
      //}
    }

  }
practically i disabled the if function
Reply With Quote
The Following User Says Thank You to GaBoNtZ For This Useful Post:
kusanagi (2nd July 2009)
  #26  
Old 13th May 2008, 21:45
oem oem is offline
Senior Member
 
Join Date: Apr 2008
Posts: 19
Default Re: TS SE v4.3 Nulled
hmmm....cant see iv letters....ideas ?
Reply With Quote
  #27  
Old 13th May 2008, 21:53
GaBoNtZ's Avatar
GaBoNtZ GaBoNtZ is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 113
Default Re: TS SE v4.3 Nulled
Quote:
Originally Posted by oem
hmmm....cant see iv letters....ideas ?
install gd or gd2.
or manual edit /config/SECURITY and search for
Code:
s:2:"iv";s:2:"yes"
and change to no
Code:
s:2:"iv";s:2:"no"
But now i have an other problem.. i want to make an upgrade from TS 3.8 to TS 4.3 but with the installer i canot make this.
Anyone can help me with the sql files from TS 3.8 to TS 4.3 to do this upgrade?
Reply With Quote
  #28  
Old 14th May 2008, 01:30
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default Re: TS SE v4.3 Nulled
if its just you need to add some more SQL tables/fields to what you already have thats pretty simple .. can do it via sql statements or manually in PHPMYADMIN
Reply With Quote
  #29  
Old 14th May 2008, 01:46
GaBoNtZ's Avatar
GaBoNtZ GaBoNtZ is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 113
Default Re: TS SE v4.3 Nulled
we tryed to upgrade from a 3.8 to a 4.3 and after this the tracker give us errors on forums, user cp, etc.
the errors was sql errors. so i think we need only the sql files.
we asked Xam for help because the 3.8 and 4.3 we have are payed, but he said that we must buy each version up to 4.3 for the upgrade. is too expensive to do this and we do not earn money from the tracker so we must find a free solution.
anyone has done this already, or have some solution to resolve this?
Thanks in advance.
Reply With Quote
  #30  
Old 14th May 2008, 12:56
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: TS SE v4.3 Nulled
OK, i made it work for me, in includes/ts_functions.php i deleted some code and so i don`t get this error anymore:
Code:
Script Error! (SE-I). TS SE is not installed correctly.

This is my ts_functions.php now:

[code]<?

function get_file_icon ($filename, $path = 'images/attach/')
{
$ext = get_extension ($filename);
if (@file_exists ('' . $path . $ext . '.gif'))
{
return '[img]' . $path . $ext . '.gif[/img]
Reply With Quote
Reply

Tags
nulled , tsse , v43


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
TSSE v5.6 DECODED (NOT NULLED) Fynnon Template Shares 86 15th January 2019 19:56
TSSE v5.1 NULLED mrdecoder Downloads 141 20th August 2009 16:43
TSSE 5.4.1 NULLED v1.2 mrdecoder Downloads 96 2nd July 2009 14:47
TSSE 5.4 Nulled problem games4pros Template Shares 2 5th April 2009 01:41
TSSE v5.4.1 Fully Decoded [Not Nulled] DrNet Downloads 44 3rd April 2009 10:05



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