Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #51  
Old 25th October 2009, 19:45
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
Quote:
Originally Posted by Tony View Post
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; 
    }

Last edited by Nightcrawler; 25th October 2009 at 21:06.
Reply With Quote
  #52  
Old 25th October 2009, 19:56
mcryow mcryow is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 16
Default 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 :)

Last edited by mcryow; 25th October 2009 at 21:06.
Reply With Quote
  #53  
Old 25th October 2009, 20:51
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
Theres fixes all over teh place you need to search them :)
Reply With Quote
  #54  
Old 25th October 2009, 21:51
Tony's Avatar
Tony Tony is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 182
Default
http://bvlist.com/16866-post15.html

i already found the problem and fixed it lol
Reply With Quote
  #55  
Old 25th October 2009, 21:53
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
well works either way lol
Reply With Quote
  #56  
Old 25th October 2009, 22:03
mcryow mcryow is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 16
Default takeupload fix
will that fix me up guys thanx :)
Reply With Quote
  #57  
Old 26th October 2009, 01:08
kingmoon kingmoon is offline
Senior Member
 
Join Date: Jul 2009
Egypt
Posts: 17
Default
i will upload new torrent this massege What the hell did you upload? This is not a bencoded file! what's problem ?
Reply With Quote
  #58  
Old 26th October 2009, 01:21
mcryow mcryow is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 16
Default
yea thats what i get wen i try 2 upload and the fix dnt work lol
Reply With Quote
  #59  
Old 26th October 2009, 12:45
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default 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 :)

Last edited by Nightcrawler; 27th October 2009 at 00:14.
Reply With Quote
  #60  
Old 26th October 2009, 13:48
kingmoon kingmoon is offline
Senior Member
 
Join Date: Jul 2009
Egypt
Posts: 17
Default
after fixed benq.php when upload any file and seed it this error found in utorrent
HTTP Error 406 what's problem
Reply With Quote
Reply

Tags
decoded , nightcrawler , nulled , tsse , v56


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
TSSE v5.6 DECODED (NOT NULLED) Fynnon Template Shares 86 15th January 2019 19:56
fake account problem TSSE v5.6 DECODED (NULLED BY Nightcrawler) lovebeer Template Shares 8 27th November 2012 03:48
Poll problem on TSSE v5.6 DECODED (NULLED BY Nightcrawler) lovebeer Template Shares 15 19th July 2011 23:33
TSSE Full Nulled and Decoded. Moh.ElBaz Template Shares 16 16th July 2009 16:57
TSSE v5.4.1 Fully Decoded [Not Nulled] DrNet Downloads 44 3rd April 2009 10:05



All times are GMT +2. The time now is 12:14. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.