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!
:(


All times are GMT +2. The time now is 12:46.

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