Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   xBTiT (http://www.bvlist.com/forumdisplay.php?f=30)
-   -   OMDB Mod for xbtit and xbtitFM (http://www.bvlist.com/showthread.php?t=12424)

JohnHasher 26th September 2021 18:16

OMDB Mod for xbtit and xbtitFM
 
OMDB DATA GRABBER V1 BY JOHNHASHER FOR XBTIT FM V3


ss:



https://i.postimg.cc/3R5nkz94/gat.png
ABOUT:

Omdb mod for xbtitfm uses db to dump the fetched data with default 30 days expire (you can change this , see installtion part).

this mod uses w3 css for styling.

well all you need a api key to use omdb. if you don't have one , get it from here : https://www.omdbapi.com/apikey.aspx

Installation:

1. run the following sql command and don't forget to change the table prefix to your prefix in `TABLEPREFIX_omdb`:

CREATE TABLE `TABLEPREFIX_omdb` (
`mid` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`title` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`year` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`rated` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`released` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`runtime` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`genre` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`director` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`writer` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`country` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`actor` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`plot` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`lang` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`rating` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`type` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`production` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`exp` date DEFAULT NULL,
`pimg` text COLLATE utf8_bin DEFAULT NULL,
`ext` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`seasons` varchar(220) COLLATE utf8_bin DEFAULT NULL
);


2. upload the files.
(CAUTION : there are changes in torrents.php , details.php , torrent.details.tpl and block files , so if you have done any custom works on your files then find the omdb code from this following files and patch it by yourself.)

3. Open file : omdb.loader.php and add your api key and save it.

example:
$omdb_apikey = "#######"; // Your API KEY // ADD YOUR API KEY HERE....

OPTIONAL : (DO NOT CHANGE THIS , IF YOU DON'T KNOW.)
if you want to change the data expire period (default is 30 days) minimum is 1 , example : 1 month = 30 (default) , 3 months = 180.

example:
$omdb_exp = "30"; //interval to update cache data in db

4. Set folder permission of omdb/pos.img to 777 . (WARNING : if you don't do this, then images won't be cached to disk.)

5. DONE :) , now add an imdb id while uploading and check it out.

FUTURE UPDATES PLANNED:
*FEATURE TO EDIT THE EXISTING MOVIE DETAILS IN DATABASE.
*FETAURE TO CHANGE / REPLACE THE FETCHED IMAGE TO YOUR OWN POSTER IMAGE.
*IMPROVEMENTS IF ANY.

MORE:
this mod also includes popup omdb cover image for blocks and in torrents.php feature too.


If you like this mod please support me by donating.



PM me for donation / for custom mods.


Normal : https://ufile.io/smpkytml


For dark theme : https://ufile.io/z4dgxqel

mogo 26th September 2021 21:54

How much money for that. You are stupid or what???
I have this for free and look much bether

https://i.ibb.co/ZBcm5gR/Selection-005.png

thartley55 26th September 2021 23:55

Quote:

Originally Posted by mogo (Post 55804)
How much money for that. You are stupid or what???
I have this for free and look much bether

1. Really? What the fuck are you slamming him for...ASKING for donations. He made is readily available for download. I've not tried it since not using the script at present. But I think I would rather give it a try, over yours, since...
2. You never bothered to make your FREE version available here, for others to use/try.

Really some fucking petty people around here.

JohnHasher 27th September 2021 10:52

@mojo are you blind? it is not imdb

Bump: imdb may change there code and all the script will fail so omdb/tmdb is best.

z3ro 15th October 2021 17:51

Napon idiot loool

mogo 15th October 2021 22:52

Idiot
 
Quote:

Originally Posted by z3ro (Post 55828)
Napon idiot loool

z3ro says Napon idiot. You are completly idiot Napon or maybe Jhon Hasher or maybe budgie or maybe Osman or maybe Why Me or maybe and who knows who else you can be I do not care about you

Houmers 4th December 2021 17:15

Hi please re upload Downolad link thx bro :)

yanom 21st February 2022 20:03

Someone can reupload the file please

JohnHasher 22nd February 2022 16:19

updated links:


https://gofile.io/d/jb0J2X


for dark themes : https://gofile.io/d/l6GbRx

Bump: If you like this mod please support me by donating.

Houmers 23rd February 2022 14:46

help me Error: Table 'xxx.xbtit_categories_perm' doesn't exist
Query: SELECT u.id, u.downloaded, (u.uploaded/u.downloaded) as uratio, cp.* FROM xbtit_users u INNER JOIN xbtit_categories_perm cp ON u.id_level=cp.levelid WHERE u.id = 2;


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

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