Bravo List

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

kp380lv 2nd October 2009 02:23

IMDB Mod
 
1 Attachment(s)
Add this to your database:

PHP Code:

CREATE TABLE `cache_imdb` (
  `
idint(10NOT NULL AUTO_INCREMENT,
  `
votesint(32NOT NULL,
  `
ratingdecimal(10,1NOT NULL,
  `
cache_timeint(32NOT NULL,
  
PRIMARY KEY (`id`)
ENGINE=MyISAM AUTO_INCREMENT=DEFAULT CHARSET=utf8 

Then add this in htacces. file

Rewrite Rule for Apache

PHP Code:


RewriteEngine On
RewriteRule 
^imdb_(.*?).pngimdb.php?id=$

For nginx webserver:

PHP Code:

rewrite  /imdb_(.*)\.png$
/
imdb.php?id=$1    last

Attachment pictures paste in tracker root directory.
Folder class paste also in tracker root directory.

Example how to use this:

http://yousite.com/imdb.png

Tmx 9th February 2014 18:04

You need update this mod, because it not working at now.

joeroberts 9th February 2014 20:14

:lol: it was posted years ago

x360zone 9th February 2014 21:37

lol
 
it was only a bit back in 2009 joe:friend:

number 22 14th August 2015 08:47

I agree with the comments you have made


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

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