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


All times are GMT +2. The time now is 06:34.

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