Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TSSE v5.6 DECODED (NOT NULLED) (http://www.bvlist.com/showthread.php?t=2450)

Ashur 3rd May 2009 06:05

Quote:

Originally Posted by hhc (Post 11261)
can anyone tell us how to upgrade from 5.1 to 5.6 please... i need this and i think others members whant to know about this...

Sorry for my bad english...

5.6 is not nulled so not recommended to update at this moment but look into database structure first if you don't know how to then check out phpmyadmin manual because you need to be good on knowing how to manipulate table structures

fireman 6th May 2009 01:27

hi
 
Is there any updates on the nulling of this?

francisco23 11th May 2009 04:59

??
 
can not upload

empereur 11th May 2009 13:20

Ts Se 5.6 nulled by Bronsa.zip
 
What the hell did you upload? This is not a bencoded file!

help please

Caterpillar 11th May 2009 21:49

Quote:

Originally Posted by empereur (Post 11453)
What the hell did you upload? This is not a bencoded file!

You can find right benc.php on this forum.




After all work i get this in my torrent client:


Tracker SQL-Error TU1



People, what this error mean?

oMaRcO 11th May 2009 22:04

Quote:

Originally Posted by Caterpillar (Post 11476)
You can find right benc.php on this forum.




After all work i get this in my torrent client:


Tracker SQL-Error TU1



People, what this error mean?

mebay Banned Client Detection Enabled?

Caterpillar 11th May 2009 22:26

Quote:

Originally Posted by oMaRcO (Post 11478)
mebay Banned Client Detection Enabled?

TU Error comes from one file - announce.php - by this cyclopic MySQL query (lines 164-178)


Code:

  ($Query = mysql_query ('
                                        SELECT t.id as tid, t.name, t.category, t.size, t.added, t.visible, t.banned, t.free, t.silver, t.doubleupload,
                    u.id as userid, u.enabled, u.uploaded, u.downloaded, u.usergroup, u.birthday, u.ip,
                                        g.isbanned, g.candownload, g.canviewviptorrents, g.isvipgroup, g.canfreeleech, g.waitlimit, g.slotlimit,
                                        c.vip as isviptorrent
                                        FROM torrents t
                                        INNER JOIN users u ON (u.passkey = ' . sqlesc ($passkey) . ')
                                        INNER JOIN usergroups g ON (u.usergroup = g.gid)
                                        LEFT JOIN categories c ON (t.category=c.id)
                                        WHERE (t.info_hash = ' . sqlesc ($info_hash) . ' OR t.info_hash = ' . sqlesc (preg_replace ('' . '/ *$/s', '', $info_hash)) . ')
                                        LIMIT 1') OR stop ($l['sqlerror'] . ' TU1'));
  if ((((!$Result = mysql_fetch_assoc ($Query) OR !$Tid = $Result['tid']) OR $Result['enabled'] != 'yes') OR !$Result['userid']))
  {
    stop ($l['tuerror']);
  }

Indents and linebreaks retained as is.


Banned Client detection -- OFF

francisco23 12th May 2009 04:36

1 Attachment(s)
yes

Quote:

Originally Posted by empereur (Post 11453)
What the hell did you upload? This is not a bencoded file!

Attachment 1324

empereur 12th May 2009 10:08

impossible upload
 
1 Attachment(s)
What the hell did you upload? This is not a bencoded file!

please help soluce ?????

Attachment 1325

Caterpillar 12th May 2009 13:35

Quote:

Originally Posted by empereur (Post 11487)
What the hell did you upload? This is not a bencoded file!


please help soluce ?????


Take benc.php from this link:
http://bvlist.com/template-shares/22....html#post2617

And replace initial benc.php


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

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