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)

Marco 18th October 2009 21:11

when i editing a torrent i have the following error : Parse error: syntax error, unexpected '{', expecting ']' in /xxxxxxxx/xxxxx/xxxxxx-xxxx/xxxxx.xxxx.xx/takeedit.php on line 433
Code:

unset ($dict['value'][nodes]);
this is the line.

Thanks

C2DaJ 18th October 2009 21:15

Quote:

Originally Posted by Marco (Post 16664)
when i editing a torrent i have the following error : Parse error: syntax error, unexpected '{', expecting ']' in /xxxxxxxx/xxxxx/xxxxxx-xxxx/xxxxx.xxxx.xx/takeedit.php on line 433
Code:

unset ($dict['value'][nodes]);
this is the line.

Thanks

Try replacing it with this --

PHP Code:

unset ($dict['value']['nodes']); 


Nightcrawler 18th October 2009 21:17

fix already added here... http://bvlist.com/template-shares/35...html#post16570

Marco 18th October 2009 21:17

@Nightcrawler i made that modification right after installed this TS.
(it was unable to upload a torrent without that modification!)

my problem is line 433 and not 431-432

@C2Daj tried this option before writed here :(

C2DaJ 18th October 2009 21:34

Quote:

Originally Posted by Marco (Post 16667)
@Nightcrawler i made that modification right after installed this TS.
(it was unable to upload a torrent without that modification!)

my problem is line 433 and not 431-432

@C2Daj tried this option before writed here :(

Yes...... Replace lines 433-435 with this....

PHP Code:

unset ($dict['value']['created by']);
      unset (
$dict['value']['announce-list']);
      unset (
$dict['value']['nodes']); 


Marco 18th October 2009 21:54

still can't edit the torrent even i make this modification

enoeda 19th October 2009 21:57

Please a bit of help. When i try to upload torrent, I get the following error:

Code:

Parse error: syntax error, unexpected '{', expecting ']' in C:\xampp\htdocs\takeupload.php on line 431
...I replaced lines 431-433 with C2DaJ' code but I got this error:

Code:

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

Nightcrawler 20th October 2009 09:56

Quote:

Originally Posted by enoeda (Post 16696)
Please a bit of help. When i try to upload torrent, I get the following error:

Code:

Parse error: syntax error, unexpected '{', expecting ']' in C:\xampp\htdocs\takeupload.php on line 431
...I replaced lines 431-433 with C2DaJ' code but I got this error:

Code:

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

The edit looks fine seems to be a problem for some and not for others maybe a php version problem but its down to benc.php.

Tony 25th October 2009 05:18

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 ;)

bora_bora 25th October 2009 12:25

thank you

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

Nightcrawler 26th October 2009 13:52

Quote:

Originally Posted by kingmoon (Post 16901)
after fixed benq.php when upload any file and seed it this error found in utorrent
HTTP Error 406 what's problem

free hosting ?

the server you are running the tracker on is blocking the announce exchange to utorrent

aliorala 26th October 2009 15:34

seed problem
 
hi
i form turkey
program : utorrent

seed download failed
i dont know why
glad to help you do
not download torrent

I'm sorry if the spelling error

www.turkeytorrent.net

Nightcrawler 26th October 2009 16:21

Looks like you have wait times turned on.

kingmoon 26th October 2009 16:40

same problem and new torrents not show in
Tracker Categories
any one help us

Nightcrawler 26th October 2009 16:51

This is updated (DOWNLOAD IN FIRST POST OF THIS TOPIC) I have added all the fixes and the fixed files are...

admin/edituser.php (fixed wrong updating of donor amounts sqlesc added in to escape the value)

benc,php (fixed problems for What the hell did you upload? This is not a bencoded file!)

takeupload.php (removed extra characters breaking the code)

takedit.php (same as above)

paypal.php (Fixed problems with no auto update)

include/functions_category and functions_category2 and cache/category.php (fixed so the proper cat comes up in details.php

Enjoy ;)

aliorala 26th October 2009 17:19

Quote:

Originally Posted by Nightcrawler (Post 16912)
This is updated I have added all the fixes and the fixed files are...

I will give you uploader

Nightcrawler 26th October 2009 17:30

Quote:

Originally Posted by aliorala (Post 16915)
I will give you uploader

can you go into tracker settings and disable wait times for a min.

more to the point is url fopen enabled in php.ini?

aliorala 26th October 2009 17:45

hi
 
Quote:

Originally Posted by Nightcrawler (Post 16917)
can you go into tracker settings and disable wait times for a min.

more to the point is url fopen enabled in php.ini?


How do I disable?

Nightcrawler 26th October 2009 17:47

it needs to be enabled in php.ini if you are on shared hosting there is no point.

mcryow 26th October 2009 17:55

now were talking i will give it a shot nice 1 bro :)

aliorala 26th October 2009 17:55

hi
 
Quote:

Originally Posted by Nightcrawler (Post 16922)
it needs to be enabled in php.ini if you are on shared hosting there is no point.


How do you upload?

I would take your upload those appearing Leechers: 1

but my upload those checks do not appear Leechers: 0

please let's see you stand or seed

mcryow 26th October 2009 18:04

oh i dnt think i have been as far as u lol lets see wot happens wen i re upp it lol

aliorala 26th October 2009 18:13

:)
 
Quote:

Originally Posted by Nightcrawler (Post 16922)
it needs to be enabled in php.ini if you are on shared hosting there is no point.

send me the php.ini
hosting php support

kingmoon 26th October 2009 18:34

i upload anew script fixed and have problem when upload any thing
takeupload.php on line 431

and please tell us folder chmod and the same error http error 406

Nightcrawler 26th October 2009 18:43

ah shit forgot to replace takeupload cheers.

package updated ! here: http://bvlist.com/template-shares/35...html#post16912

kingmoon 26th October 2009 19:09

and please tell me whish folder chmod to 777

i uploaded and install this package and same error in takeupload.php in line 431

and tell me how correct install

Tony 26th October 2009 21:04

Quote:

Originally Posted by Nightcrawler (Post 16900)
Fixed auto paypal I tested in sandbox and its working as it should now :)

Nice job moon ill add that fix too :)

its got nothing in it that will work in ts :)

kingmoon 26th October 2009 22:09

problem in seed file
Code:

http error 406
any one help and why when do new torrent not show in Tracker Categories

Nightcrawler 27th October 2009 00:09

Quote:

Originally Posted by Tony (Post 16933)
its got nothing in it that will work in ts :)

I swear I must be losing the plot the proper is in the updated package.

mcryow 27th October 2009 03:39

ts 5.6 nulled
 
works fine perfect now has seed's and that :)
external torrents work dose not add tracker to it
so it dnt effect ratio is there away 2 make it count? thanx :)


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

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