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)

francisco23 21st June 2010 19:13

fix for takeupload....

find:
PHP Code:

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

replace with:
PHP Code:

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


3rbmusic 21st June 2010 19:29

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

Code:

Parse error:  syntax error, unexpected '{', expecting ']' in /home/drhak/public_html/takeedit.php  on line 433
Quote:

Originally Posted by f1r3wall (Post 22120)
@ local server :

htpp://www.mydomain.com/install_/install.php

error for go to staff panel

Invalid Pincode

Marco 23rd June 2010 08:26

hello
 
i need info abt how can i delete messages from sql because it's not enough if i delete just messages from sql on my tracker still have the info you got message even i haven't message..

i think on user i have to modify something but i really don't know

Nightcrawler 23rd June 2010 10:45

Quote:

Originally Posted by Marco (Post 23676)
i need info abt how can i delete messages from sql because it's not enough if i delete just messages from sql on my tracker still have the info you got message even i haven't message..

i think on user i have to modify something but i really don't know

yeh seems like u have the table pmboxes is also used.

Marco 24th June 2010 22:13

hy
 
can not make a mod to delete all messages?:drink:not just from (phpmyadmin)
ty bro

3rbmusic 24th June 2010 22:42

Site error: the file
 
Site error:
Code:

the file /home1/name/public_html/include/benc.php  requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be  installed by the site administrator.

Nightcrawler 26th June 2010 18:01

Theres another benc somewhere in the form use search.

mmisu120000 28th June 2010 08:15

imdb images?
 
Is it me or there are others who has that issue?

From 7 days or more, the imdb image link isn't working, the image from imdb is 0 bytes in the /torrents/images dir...

maybe imdb has changed the location of the image files for movies?

Nightcrawler 28th June 2010 09:56

1 Attachment(s)
open up include/ts_imdb.php and search....

PHP Code:

preg_match ('/<div class="photo"><a name="poster" href=".*" title=".*"><img border="0" alt=".*" title=".*" src="(.*)" \\/><\\/a><\\/div>/isU'$text$photo); 

replace with...

PHP Code:

preg_match("/\<a name=\"poster\"(.*?)\<img (.*?) src\=\"(.*?)\"/",$text$photo); 

in the next line replace...

PHP Code:

$cover_photo_url $photo[1]; 

with...

PHP Code:

$cover_photo_url $photo[3]; 


Marco 28th June 2010 22:51

unfortunately at old torrents you have to make an edit the upload , and put again the imdb link!

thx bro

LE. i have a problem:) i know i have lot of ....but i found everyday one more :D
so ...on admin option leechwarn it's not working i have an option select all but not receive anyone the warn. just blank screen what to do? (leechers.php)


All times are GMT +2. The time now is 20:17.

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