Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   TSSE v4.3 Nulled (http://www.bvlist.com/showthread.php?t=286)

Keiichi 10th May 2008 12:03

TSSE v4.3 Nulled
 
2 Attachment(s)
**************************
FIXED Version
@nulled by mrdecoder
**************************


Includes the fix for bencoded error

Note: this fix is not needed for all people but if you get the error then use this fix

Attachment 45

Kotafi 10th May 2008 16:59

Re: Template Shares TSSE V4.3 nulled by mrdecoder
 
Finally....

thank you for sharing this :D

EDIT:
I cant get to admin/settings.php and everything under Staff Menu get only white page :blink:

Explorer 10th May 2008 20:05

Re: TS SE V4.3 Nulled
 
yes, TNX for this source :D

Neptune 10th May 2008 20:43

Re: TS SE V4.3 Nulled
 
1 Attachment(s)
If you use his source then expect the worse outcome...
Look to my server load, with 1 user (me) lolol

Explorer 10th May 2008 21:13

Re: TS SE V4.3 Nulled
 
my server load is very small

djlee 11th May 2008 02:20

Re: TS SE V4.3 Nulled
 
i wouldnt even bother specifying an exact problem.. just say if u use this source expect problems lol

its unsecure, badly coded and hardly any of the JS degrades cleanly

also
Quote:

Best secure torrent script available !!!
please do not make statements like this .. its lulls people into a false sense of security .. this source is actually probably one of the least secure .. albeit the most secure of the TS releases as even xam has the brains to add a few security fixes to each release.

now if your looking for the most secure script id say look no further than tbdev.. and this aint because im VIP there either.. this can be proven by simple logical thinking .. whats the smallest source available ?? well id say tbdev has to be near the top of the small source top 10.. what source has stayed most true to the original torrentbits source by redbeard ?? tbdev again

and the main logical thing is .... what do you think is quicker to fix and secure .. a small source like tbdev .. or a large source like this one .. the logical answer is tbdev... less scripts means that identified site security holes can be patched almost immediatly even if they are apparent on 90% of the files in comparison to larger sources ... plus simply look at how much ajaz/JS this source uses .. even microsoft has given users the option to disable JS for security reasons so adding all this JS is bad as it simply gives malicious users an easier platform for exploiting

Fynnon 11th May 2008 19:34

Re: TS SE v4.3 Nulled
 
I`m trying to test this ...
I don`t know why but i get this error after installing it:

Code:

An error has occured!

Script Error! (SE-I). TS SE is not installed correctly. Please contact us to fix this issue. http://templateshares.net/special/su...t=submitticket

Anybody else had this problem ?

djlee 11th May 2008 19:39

Re: TS SE v4.3 Nulled
 
search the scripts , look for where that error is coming from .. reply with the code plus the conditional statement that is causing the error .. possibly fixable without contacting xam :P

Edit:

Ok for anyone that gets this message try this .. i dont have any xam installs setup so im kinda just going out on a wim to fix it .. it may work or it may not either way keep a backup just in case (if you dont have a problem i suggest you leave it)

in ts_functions.php find
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 ();
      }
    }

  }

and replace with
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 ('Djlee Cache Patch');
      if ((empty ($ts_key) OR $ts_key != $orj_key))
      {
        define ('errorid', 8);
        include_once $rootpath . 'ts_error.php';
        exit ();
      }
    }
  }

and then in teh cache directory find systemcache.dat, delete anything in that file and paste this string into the file and save
Code:

47397d6320dfc43cfdb31a1725f67e4a
this will only work if xam expects you to setup the hash string yourself .. if there is a script somewhere intended for periodically updating the dat file with the correct hash string this fix may not work or it may work for a short while just not forever


                               
                       
Fynnon 12th May 2008 08:01

Re: TS SE v4.3 Nulled
 
@djlee - That trick didn`t work for me
I didn`t had the time to search this source, i looked only in the file where the error
Code:

Script Error! (SE-I). TS SE is not installed correctly.
comes from: ts_error.php:

Code:

/*
+--------------------------------------------------------------------------
|  TS Special Edition v.4.3
|  ========================================
|  by xam
|  (c) 2005 - 2007 Template Shares Services
http://templateshares.net
|  ========================================
|  Web: http://templateshares.net
|  Time: April 23, 2008, 7:23 am
|  Signature Key: TSSE00282008
|  Email: contact@templateshares.net
|  TS SE IS NOT FREE SOFTWARE!
+---------------------------------------------------------------------------
*/
define('TSE_VERSION','0.1 by xam');

$errorid = isset($_GET['errorid']) ? intval($_GET['errorid']) : (defined('errorid') ? intval(errorid) : 0);

$errormessages = array
        (
                0        =>        'An unknown error has occured, please contact us.',
                1        => 'Request tainting attempted!',
                2        => 'In order to accept POST request originating from this domain, the admin must add this domain to the whitelist.',
                3        =>        'Missing or Corrupted language file!',
                4        =>        'Hacking attempt!',
                5        =>        'MySQL Error!',
                6        =>        'The server is too busy at the moment. Please try again later.',
                7        =>        'Prefetching is not allowed due to the various privacy issues that arise.',
                8        =>        'Script Error! (SE-I). TS SE is not installed correctly.',
                9        =>        'Your account has either been suspended or you have been banned from accessing this tracker.!',
                400        => '400 Bad request -- This means that a request for a URL has been made but the server is not configured or capable of responding to it. This might be the case for URLs that are handed-off to a servlet engine where no default document or servlet is configured, or the HTTP request method is not implemented.',
                401        =>        '401 Authorization Required -- "Authorization is required to view this page. You have not provided valid username/password information." This means that the required username and/or password was not properly entered to access a password protected page or area of the web site space.',
                403        =>        '403 Forbidden -- "You are not allowed to access this page." (This error refers to pages that the server is finding, ie. they do exist, but the permissions on the file are not sufficient to allow the webserver to "serve" the page to any end user with or without a password.)',
                404        =>        '404 Page Not Found -- "The requested URL could not be found on this site." This means the page as it was entered in the URL does not exist on the server. This is usually caused by someone incorrectly typing the URL, or by the web master renaming or moving an existing page to a different directory.',
                500        =>        '500 Internal Server Error -- "The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator and inform them of the time the error occurred, and anything you might have done to produce this error."',
        );

if (!empty($errormessages[$errorid]))
{
        show__error($errormessages[$errorid]);
}
else
{
        show__error('An unknown error has occured, please contact us.');
}

function show__error($errormessage, $title='An error has occured!', $errortitle='An error has occured!')
{
        global $rootpath;
        $imagepath = '/pic/ts_error/';
        echo '
       
       
               
                        '.$title.' => IP: '.htmlspecialchars($_SERVER['REMOTE_ADDR']).' --- Date: '.date("F j, Y, g:i a").' -- URL: '.htmlspecialchars($_SERVER['REQUEST_URI']).' <=
               
               
                       
                               
                                       
                                                       
                                                        [img]'.$imagepath.'mrblue.gif[/img]
                                                       

                                                       
                                                       
                                                                               
                                                               
                                                               
                                                               
                                                       
                                                       
                                                               
                                                       
                                                       
                                                               
                                                               
                                                       
                                                       
                                                               
                                                               
                                                       
                                               

                                               
                                                       
[img]'.$imagepath.'error.jpg[/img][img]'.$imagepath.'undercover.gif[/img]
[img]'.$imagepath.'ecke.gif[/img]
                                                                       
                                                                               
                                                                                       
                                                                               
                                                                               
                                                                                       
                                                                               
                                                                       
'.$errortitle.'
[img]'.$imagepath.'undercover.gif[/img]
'.$errormessage.'


                                                               
[img]'.$imagepath.'mrblue.gif[/img][img]'.$imagepath.'undercover.gif[/img]
[img]'.$imagepath.'undercover.gif[/img]
[img]'.$imagepath.'mrblue.gif[/img][img]'.$imagepath.'undercover.gif[/img]
[img]'.$imagepath.'undercover.gif[/img][img]'.$imagepath.'undercover.gif[/img]

                                       

               
       
        ';
}
die();
?>

Aldomoro 12th May 2008 08:35

Re: TS SE v4.3 Nulled
 
I get this message:

Code:

What the hell did you upload? This is not a bencoded file!
:(

Xpl0ad3r 12th May 2008 19:05

Re: TS SE v4.3 Nulled
 
Great source!! Thx!!

GraphiX2004 12th May 2008 19:21

Re: TS SE v4.3 Nulled
 
Much appreciated everyone but with the 100's and 100's of filehosting services.
their is 2 links working out of the 4 come on guys it's a nice great null to be wasted
on RS, should make sure you keep these links current.

Seems rapidshare can't make their minds up if the open source stolen source is breaking copyrights.
i hope they decide against it and allow it to be hosted would royally piss of XAM the cheating asshole.

ANDREIdude 12th May 2008 19:28

Re: TS SE v4.3 Nulled
 
For http://localhost/install/save_db

Code:

404 Page Not Found -- "The requested URL could not be found on this site.
This means the page as it was entered in the URL does not exist on the server. This is usually caused by someone incorrectly typing the URL, or by the web master renaming or moving an existing page to a different directory.

eRJEe 12th May 2008 20:31

Re: TS SE v4.3 Nulled
 
Got the same error:

Code:

Script Error! (SE-I). TS SE is not installed correctly.
Anyone knows a solution?

HIENA 12th May 2008 23:59

Re: TS SE v4.3 Nulled
 
i can`t install this source on apache2tried can somebody help me?
when i try http://localhost it says:

Code:

An error has occured!. Please contact the administrator about this error..
SQL ERROR

when i try http://localhost/install it says:

Code:

Error! Direct initialization of folder is not allowed.

GaBoNtZ 13th May 2008 01:07

Re: TS SE v4.3 Nulled
 
1 Attachment(s)
Well, this is not working.
First of all for me is not importing the database. I managed to set the database manually.
You must edit by hand config.php because the installer is not saving it.
After this i get same error "Script Error! (SE-I). TS SE is not installed correctly."
I attach the sql file to set it manually.

P.S. sorry for my english.

UzAkLArDaN 13th May 2008 02:46

Re: TS SE v4.3 Nulled
 
At last someone has nulled this sh**t. It works perfect for me thanks guys I've been waiting for this for a long time. mrdecoder is our hero now :cry:

GaBoNtZ 13th May 2008 02:52

Re: TS SE v4.3 Nulled
 
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.

UzAkLArDaN 13th May 2008 04:52

Re: TS SE v4.3 Nulled
 
1 Attachment(s)
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:2bp388a7]Host_Check.rar[/attachment:2bp388a7]

blur13th 13th May 2008 06:45

Re: TS SE v4.3 Nulled
 
How to upgrade from ts3.1 to 4.3 ?

it's possible?

Kotafi 13th May 2008 07:27

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 :phone:

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

How to disable this feature or fix this issue? :unknown:

HIENA 13th May 2008 10:57

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?

UzAkLArDaN 13th May 2008 16:29

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.

devil007 13th May 2008 19:10

Re: TS SE v4.3 Nulled
 
thanks .

GaBoNtZ 13th May 2008 20:14

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

oem 13th May 2008 21:45

Re: TS SE v4.3 Nulled
 
hmmm....cant see iv letters....ideas ?

GaBoNtZ 13th May 2008 21:53

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?

djlee 14th May 2008 01:30

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

GaBoNtZ 14th May 2008 01:46

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.

Fynnon 14th May 2008 12:56

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]

djlee 14th May 2008 17:23

Re: TS SE v4.3 Nulled
 
lol typical xam "let's take as much money as possible" attitude... im sure he doesn't understand things like open source, GPL, development communities and all the other nice things we see on the internet lol... i wonder if he pays for the torrents he downloads :bubble:

Fynnon 9th June 2008 13:58

Re: TS SE v4.3 Nulled
 
Fixed Version Released!

-see first post for download links-

impress 15th March 2010 06:39

thanks
 
thanks alot

ye4ever 17th April 2010 18:25

Hello all body ,

I have problem
In (install.php?step=4&do=create_tables)

Quote:

An error has occured!
http://freedownload.7s-b.com/pic/ts_...undercover.gif
403 Forbidden -- "You are not allowed to access this page." (This error refers to pages that the server is finding, ie. they do exist, but the permissions on the file are not sufficient to allow the webserver to "serve" the page to any end user with or without a password.)

please any one can help me :sorry:


All times are GMT +2. The time now is 11:37.

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