Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   IMDB (http://www.bvlist.com/showthread.php?t=5485)

Danix 10th October 2010 17:17

2 Attachment(s)
attention

Attention

UPDATED!




Backup your /include/ts_imdb.php and replace with this one.

After replace file, click two more time on button refresh in details.php

And don't forget to says Thanks... :ok:

Screen:
http://img522.imageshack.us/img522/2648/imdbd.jpg


P.S. - Photo and Country fully finished.


In base folder create folder images and paste image trailer.png

lafouine022 16th October 2010 04:48

it's already thank you

until the remaining 20% thank's :)

Conjo 16th October 2010 13:48

Hmmm

Code:

Error! Direct initialization of this file is not allowed.
Using 5.4 any idear?
Changed the in script already

Danix 16th October 2010 13:58

Fix for v5.4.1
 
Quote:

Originally Posted by Conjo (Post 25169)
Hmmm

Code:

Error! Direct initialization of this file is not allowed.
Using 5.4 any idear?
Changed the in script already

In line 71 change
this:
PHP Code:

if (((!defined ('IN_TRACKER') OR !defined ('IN_SCRIPT_TSSEv56')) OR !defined ('TU_VERSION'))) 

to this:
PHP Code:

if (((!defined ('IN_TRACKER') OR !defined ('IN_SCRIPT_TSSEv53')) OR !defined ('TU_VERSION'))) 

or
PHP Code:

if (((!defined ('IN_TRACKER') OR !defined ('IN_SCRIPT_TSSEv54')) OR !defined ('TU_VERSION'))) 


Conjo 16th October 2010 14:01

i did change it to 54 but still the same error.

Danix 16th October 2010 14:02

ts_imdb.php from TSSE v7.2
 
Who can find encoded ts_imdb.php from TSSE v7.2?

If have this file i done IMDb 100%...

Quote:

Originally Posted by Conjo (Post 25171)
i did change it to 54 but still the same error.

I not have installed v5.4 and not tested for this version...

Conjo 16th October 2010 14:12

Ok... I will try some things. if i find a fix i will post it here

Thanx for the good work so far.

daffy 16th October 2010 14:14

Quote:

Originally Posted by mmisu120000 (Post 25032)
Once again, the guys from IMDB changed the way they handle tha database, so no tracker is able now to integrate the imdb infos, like, genre, rating, image, etc.

Can anyone fix that?

PMBT source, IMBD mod is still working fine for me. with all info ok.well it dose with some. more so than not

Conjo 16th October 2010 17:11

ok got it working..

the IN_SCRIPT_TSSEv must be 53 even when i'am using 5.4..

Everything looks fine so far even the pictures work..

There is just 1 thing about them. If there is already a pic saved width the none working (old ) imdb.php you need to del that one from torrent/images first to let the new edit work!


Cheers,



lafouine022 16th October 2010 21:34

big image
 
how did to increase the size of the image?

Marco 17th October 2010 11:34

later edit.... finally worked at my place too :)
but i wish to resize the picture how could i do that ?

Danix 18th October 2010 10:36

Quote:

Originally Posted by Marco (Post 25185)
later edit.... finally worked at my place too :) but i wish to resize the picture how could i do that ?

If someone find the encoded file ts_imdb.php from v7.2, I will be able to do that...:drink:

lafouine022 25th October 2010 02:16

Do you plan a fix for the Country?

balu45 10th November 2010 23:54

Quote:

Originally Posted by lafouine022 (Post 25330)
Do you plan a fix for the Country?

FIND:
Code:

$regex = '#

Country:

(.*)
#U';

REPLACE WITH:
Code:

$regex = '#

Country:

(.*)
#U';

FIND:
Code:

Country: ' . strip_tags (str_replace ('more', '', $country[0][2]))
REPLACE WITH:
Code:

Country: ' . strip_tags (str_replace ('more', '', $country[0][1]))
http://img19.imageshack.us/img19/1333/imdbq.jpg

lafouine022 11th November 2010 00:29

thanks :)

Conjo 11th November 2010 21:36

Works...


Thanx

Marco 13th November 2010 15:40

thank you :)
i wish only to put a bigger picture that's possible?

mmisu120000 14th November 2010 13:33

It's simple:

find:
PHP Code:

 $t_link '' '<table width=\'100%\' border=\'0\' align=\'center\' class=\'none\'><tr><td colspan=\'2\' class=\'none\' align=\'left\'><b>' $title '</b></td></tr><tr><td class=\'none\' align=\'center\' valign=\'top\'><img src=\'' $cover_photo_name '\' border=\'0\' 

and replace with:
PHP Code:

 $t_link '' '<table width=\'100%\' border=\'0\' align=\'center\' class=\'none\'><tr><td colspan=\'2\' class=\'none\' align=\'left\'><b>' $title '</b></td></tr><tr><td class=\'none\' align=\'center\' valign=\'top\'><img src=\'' $cover_photo_name '\' width=\'170\' height=\'250\' border=\'0\' 

that will make the image 170 in width and 270 in height ... you can change the values at your need ...

PS, for the "Trailer" link to appear you need to upload a "image/trailer.png" image ...

Conjo 16th November 2010 18:48

Nice one..

Just a resize but it look nicer than a small image..


Thanx.

Danix 25th November 2010 01:43

100% work mod IMDB
 
OK dudes, here we go...

And don't forget to says Thanks :ok:


attention

Attention

Download the updated file from this topic`s first post




mmisu120000 25th November 2010 08:57

Great work!

A big THANKS! , dude ...

balu45 25th November 2010 22:23

cast, can someone a solution?

yatoula 29th November 2010 01:47

Hi,
not work in my website ???
the détail not change ? where is the problem.. Thanks :sad:

V5.6
http://politi-family.fr/details.php?id=2

Marco 29th November 2010 15:12

indeed i have problem when i try to upload the imdb link white page appear.. i try to upload without imdb link then it's work fine but when i put the imdb link is blank page receive

gabkoko 29th November 2010 23:32

THX. 100% works in TSSE 5.6
Good job! :drink:

yatoula 30th November 2010 01:19

me not ? Why ?? :wallbash:
I upload in my server , and when i look, not a difference ...

What is :
Quote:

In base folder create folder images and paste image trailer.png

balu45 2nd December 2010 03:29

1 Attachment(s)
PHP Code:

  $regex '#<h2>Cast</h2>(.*)</div>#U';
  
preg_match_all ($regex$text$castPREG_SET_ORDER); 

PHP Code:

$country[0][1])) . '<b>Cast:</b> ' strip_tags (str_replace ('more'''$cast[0][1])) . '') . ($runt 

can someone a solution?

Tingull 3rd January 2011 16:50

A big thanks !!
 
A big thankyou it works great m8.

Thanks :ok:

Darkness 17th November 2011 06:18

Quote:

Originally Posted by yatoula (Post 25909)
Hi,
not work in my website ???
the détail not change ? where is the problem.. Thanks :sad:

V5.6
http://politi-family.fr/details.php?id=2

You must edit the torrent and, you must put again IMDB link to tacke efect :friend:

shasta 20th February 2012 00:04

Quote:

Originally Posted by Danix (Post 25047)
attention

Attention

UPDATED!




Backup your /include/ts_imdb.php and replace with this one.

After replace file, click two more time on button refresh in details.php

And don't forget to says Thanks... :ok:

Screen:
http://img522.imageshack.us/img522/2648/imdbd.jpg


P.S. - Photo and Country fully finished.


In base folder create folder images and paste image trailer.png

Work perfect thanks :drink:

herdie 22nd February 2012 04:37

Hi Everyone!
i want to know if work on ver 7.2?
Thank you!

x360zone 22nd February 2012 11:01

lol
 
go and ask xam for it over there im sure he will assist you with your 7.2

Miguika 28th February 2012 05:34

is possible to adapt to imdb.es? (Spanish IMDB)

shasta 1st March 2012 17:08

help
 
Quote:

Originally Posted by Danix (Post 25047)
attention

Attention

UPDATED!




Backup your /include/ts_imdb.php and replace with this one.

After replace file, click two more time on button refresh in details.php

And don't forget to says Thanks... :ok:

Screen:
http://img522.imageshack.us/img522/2648/imdbd.jpg


P.S. - Photo and Country fully finished.


In base folder create folder images and paste image trailer.png

http://torenttracker.tk/include/temp...fication_e.gif An error has occured! http://torenttracker.tk/include/temp...tion_close.gif Invalid IMDB URL! Must begin with: http://www.imdb.com/title/
i wºant to put another country imdb :wallbash:

Miguika 3rd March 2012 06:53

Anyone can help?

supermoto 13th May 2013 02:36

imdb error
 
An error has occured!
Retrieval of remote file failed!
:sos:

x360zone 13th May 2013 07:20

hi
 
it's not imdb it's ur setup or the hosting

supermoto 13th May 2013 13:55

re-imdb
 
hi x360zone av u got ne ideas of how to fix please
:sos:

x360zone 13th May 2013 17:39

hi
 
yes the answer is in here


All times are GMT +2. The time now is 18:57.

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