Bravo List

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

Nightcrawler 25th October 2009 19:45

Quote:

Originally Posted by Tony (Post 16835)
bet nobody has noticed yet that the donation system isnt working and if you try and put 10.00 it will return 1 in there donated amount and total donated lol

To say somebody uses there hard earned cash to buy this script its a complete JOKE .

ive got this currently running to see what the whole fuss was about and there has been more stupid things pop up that are showing how much money people are wasting to buy this crap tbh ..

im not going to post every bug ive found simply because xam views this forum and only views it to get a great amount of bug reports so sorry xam stop adding so much crap to the source and start fixing the old stuff first ;)


here u go in admin/edituser,php search...

Code:

if ((isset ($_POST['donated']) AND $donated = $_POST['donated'] != $userdata['donated']))
    {
      if ((isset ($_POST['update_funds_d']) AND $_POST['update_funds_d'] == 'yes'))
      {$added = sqlesc (get_date_time ());
        (sql_query ('' . 'INSERT INTO funds (cash, user, added) VALUES (' . $donated . ', ' . $userid . ', ' . $added . ')') OR sqlerr (__FILE__, 505));
      }

replace...

Code:

if ((isset ($_POST['donated']) AND $donated = $_POST['donated'] != $userdata['donated']))
    {
      if ((isset ($_POST['update_funds_d']) AND $_POST['update_funds_d'] == 'yes'))
      {
        $donated= sqlesc ($_POST['donated']);
        $added = sqlesc (get_date_time ());
        (sql_query ('' . 'INSERT INTO funds (cash, user, added) VALUES (' . $donated . ', ' . $userid . ', ' . $added . ')') OR sqlerr (__FILE__, 505));
      }

search...

Code:

if ((isset ($_POST['total_donated']) AND $total_donated = $_POST['total_donated'] != $userdata['total_donated']))
    {
      $tu[] = '' . 'total_donated = ' . $total_donated;
    }

replace...

Code:

if ((isset ($_POST['total_donated']) AND $total_donated = $_POST['total_donated'] != $userdata['total_donated']))
    { $total_donated=sqlesc ($_POST[total_donated']);
      $tu[] = '' . 'total_donated = ' . $total_donated;
    }


mcryow 25th October 2009 19:56

takeupload fix
 
Code:

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

Parse error:  syntax error, unexpected '{', expecting ']' in /home/demonp/public_html/takeupload.php on line 431

dose not work any help please would be nice guy's thanx
everything else works grate :)

Nightcrawler 25th October 2009 20:51

Theres fixes all over teh place you need to search them :)

Tony 25th October 2009 21:51

http://bvlist.com/16866-post15.html

i already found the problem and fixed it lol

Nightcrawler 25th October 2009 21:53

well works either way lol

mcryow 25th October 2009 22:03

takeupload fix
 
will that fix me up guys thanx :)

kingmoon 26th October 2009 01:08

i will upload new torrent this massege What the hell did you upload? This is not a bencoded file! what's problem ?

mcryow 26th October 2009 01:21

yea thats what i get wen i try 2 upload and the fix dnt work lol

Nightcrawler 26th October 2009 12:45

paypal auto fixed
 
Fixed auto paypal I tested in sandbox and its working as it should now its in the package on next page :)

Nice job moon ill add that fix too :)

kingmoon 26th October 2009 13:48

after fixed benq.php when upload any file and seed it this error found in utorrent
HTTP Error 406 what's problem


All times are GMT +2. The time now is 09:58.

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