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)

PRODIGY 28th June 2009 20:49

I changed these three files but this didnt solve my problem with uploading.Is there any other solution to this problem?
Thanks in advance.

Rules: Navigate Staff tools, Clear table, select rules, and TURNCATE Selected Tables (It is necessary to rewrite it, but it's working)

Fixed ones until now:

Attached Files
benc.php (2.9 KB, 71 views)
takeupload.php (17.7 KB, 62 views)
takeedit.php (16.2 KB, 63 views)

Sorry for the bad English :)

Ashur 29th June 2009 03:41

Quote:

Originally Posted by PRODIGY (Post 12769)
I changed these three files but this didnt solve my problem with uploading.Is there any other solution to this problem?
Thanks in advance.

Rules: Navigate Staff tools, Clear table, select rules, and TURNCATE Selected Tables (It is necessary to rewrite it, but it's working)

Fixed ones until now:

Attached Files
benc.php (2.9 KB, 71 views)
takeupload.php (17.7 KB, 62 views)
takeedit.php (16.2 KB, 63 views)

Sorry for the bad English :)

buddy,
the current 5.6 is NOT for a functioning tracker
i.e. if you're not a php encoder that like to solve these issues you shouldn't use it
if you like to run a tracker using TS software then use 5.4.1

Tory 13th August 2009 23:03

security tracker
 
m hello could you help and tell me how to pass this Directory Protection (Important Files) Please contact the TS Team regarding the issue.au green I can not find the solution that is found in staff security console panel and thank you for your response
:wallbash:

marc234 18th August 2009 23:53

HTTP 500 ERROR any idea? :muscle:

Phogo 19th August 2009 01:30

THIS DOES NOT WORK

Like Ashur said, unless you are php encoder, coder, decoder and know mysql, JavaScript and Ajax you will not be able to make this work.

This is here for developers, people who can hep do the above.
If you don't know why your getting a 500 message, or syntax error, don't know what directory permissions are then do not use this source.


You can DONATE so we can DECODE and NULL a newer version!

naotem 19th November 2014 18:33

What's the solution?:friend:

Quote:

Originally Posted by Caterpillar (Post 11479)
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


Daz 15th January 2019 19:56

I was here to check out the licensing functions but it turns out to be a right mess, thanks anyway :coffee:


All times are GMT +2. The time now is 08:01.

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