Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
IMDB Info Generator (Lite) Details »»
IMDB Info Generator (Lite)
Version: 2.6.0, by laztrix laztrix is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.4 Rating:
Released: 05-31-2009 Last Update: 01-31-2010 Installs: 82
DB Changes Uses Plugins Template Edits
Code Changes Additional Files Translations  
No support by the author.

Click Install Please.

Only Vb 4.0.x.

Info:
What is this plugin for?

This plugin makes it possible to show data from IMDB Movie Database using the movie ID with a BBCode.

As far as I know many users were looking for a plugin something like this which pulls data from IMDB and shows directly in the post.

This plugin uses a script which is contributed under GPL. However, a big part of the system was rewritten and a lot of coding were done to integrate both systems.

Features:
Plugin Pulls these movie information:
- Contry (Lite)
- Genre (Lite)
- Time (Lite)
- Language (Lite)
- Director (Lite)
- Cast (Advanced Version)
- Description (Advanced Version) (Extended)
- IMDB Score (Advanced Version)
- Thumbnail Picture (Advanced Version) (Now larger picture avaliable for Advanced Version)
[s]-Trailer Link (Advanced Version)[/s]
- Advanced control of style, language and dimension. (Advanced Version)

Installation

Included in the zip file under "Documentation"

How To Use

You simple copy the part at the end of the IMDB link and copy after the tt letters the IMDB ID and write it between the tags.

Example: http://www.imdb.com/title/tt0468569/ you copy 0468569 and write it between two tags like this : [IMDB]0468569[/IMDB]


Common Mistakes With This Plugin:
- Your host must have the allow_url_open option set as OPEN or ON.
- Images and cache folder's CHMOOD must set to 777 ( Files and Subfolders )
- The Format of usage is [IMDB]0468569[/IMDB] not [s][IMDB]tt0468569[/IMDB] [/s]or [s][IMDB]http://www.imdb.com/title/tt0468569/[/IMDB][/s]


Credits and Notes:
- Part of the plugin was written under GPL.
- Special Thanks to Melih B?y?k who made this plugin work.
- Thanks to salusoft of showing his modification of the plugin. I benefit from his style to make some changes.
-Bug reports, suggestions that would help improve this plugin are always welcome.

Plugin Website: http://plugins.diviksfilm.com

Websites Using The Plugin:


Changelog

2.6 (01.02.2010)

- SQL Prefix Issue Solved.
- Poster & cast pictures path problem solved.
- IMDB adres wasn't pointing to the adress, solved.
- SQL error after removing plugin, solved.
- Some CSS bug fixes.
- Documentation Updated.


2.5

Bug Fixes

- Duration field not appear (solved.)
- Browser loading problem due to timeout (Javascript compression added.)
- TAG won't appear (Cache Sysem Implemented.)


New Features - Changes

- Ability to show cast member pictures.
(Advanced Version)
- Theme system has been changed. Now instead of using custome style the plugin will take the style from the template the forum is using.
- Ability to change the language by simply editing the xml file or via language manager of vbulletin.
- Added support for larger cover pictures.
(Advanced Version)
- Tag is now a plugin rather than a fully external addon.
- Ability to change & edit themes via Style Manager
- Changed & extended the plot.
(Advanced Version)
- Added extra field like Producer, Writers etc.
- Ability to control certain features like enabling/disabling the TAG, Cast Pictures and changing the dimentions of the thumbnail picture via AdminCP.
(Advanced Version)
- Added the ability to compress cover pictures in order to save bandwith and webspace.
- The static data the plugin is been creating will be saved to the forum's database as well as some information will be cached externally.
- No more manual template editing !

2.2

* Language files are now under /langs folder.
(Advanced Version)
* Removed the "tema" folder, style.php file. (Advanced Version)
* Created buttons folder and moved the graphic files. (Advanced Version)
* Created pluginsettins.php. All settings can be controlled now from one file. (Advanced Version)
* Added de.php (german) and tr.php in /lang (Advanced Version)

2.1

*
Added languages.php in "imdb" folder. Users can now customize the file into their language.
(Advanced Version)

2.0
* Plugin was creatin an iframe which caused many issues. Now It acts like a BB Code when modifying post.
* Certain core files were causing CPU load. Fixed
* Reduced template modification to one.
* Added 3 more styles in order to make customization easier (advanced)
* Added Trailer link to the plugin (advanced)
* Plugin is now encrypted (advanced & lite) and must be licenced first (advanced)

1.01
* Some minor modification on imdb.php
* Updated installation and imdb_tag_hacks_lite.V1.01.zip file
* Added instructions to the post.
* Added a modified example class_bbcode.php file
1.02
* Added $bburl to the plugin which automatically fixes the website adress issue what caused "Page Not Found Error"

Download Now

File Type: zip Lite-IMDB.Info.Generator.v2.6.0.for.vBulletin.3.8.x.zip (169.7 KB, 602 views)

Screenshots

File Type: jpg Vb.Info.Generator.Adv.v2.5.0-Screenshot-1.jpg (182.8 KB, 0 views)
File Type: jpg Vb.Info.Generator.Adv.v2.5.0-Screenshot-2.jpg (219.3 KB, 0 views)
File Type: png Vb.Info.Generator.Adv.v2.5.0-Screenshot-3.png (37.0 KB, 0 views)
File Type: png Vb.Info.Generator.Lite.v2.5.0-Screenshot.png (17.1 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 06-01-2009, 09:08 PM
laztrix laztrix is offline
 
Join Date: Dec 2008
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
Class BBCODE enclosed.

No gif ( perhaps path is incorrect in editor_toolbar_on )

Can you also explain why people would use 05674687 as a imdb code ?
Surely this should/be better if it was like:

[imdb]Star Wars[/imdb]

PHP Code:
$stylevar[imgdir_editor]/imdb.gif 
Put the imdb.gif into your own style's editor directory.

I prefered to use the ID insead the name. Otherwise It would be confusing because there are films which have nearly the same name. ID is much more reliable.
Reply With Quote
  #23  
Old 06-01-2009, 09:13 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by laztrix View Post
PHP Code:
$stylevar[imgdir_editor]/imdb.gif 
Put the imdb.gif into your own style's editor directory.

I prefered to use the ID insead the name. Otherwise It would be confusing because there are films which have nearly the same name. ID is much more reliable.
Totally disagree with the last sentence, as most of our users, would happily wish to share films with online friends, but not necessarily wish to go onto imdb site to get the films code.

Will try changing the path
Reply With Quote
  #24  
Old 06-01-2009, 09:21 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mate our style is Australia on our forum ( style name )

I cannot even locate imdb.gif in the source code...

Somethings wrong huh

Using Firefox all we get is a left aligned iframe with: Failed to Connect

In fact its trying to connect to localhost ????

Reuploaded your latest version, and re uploaded product file. Still fails, still no gif
Reply With Quote
  #25  
Old 06-01-2009, 09:40 PM
laztrix laztrix is offline
 
Join Date: Dec 2008
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I might figure it out what's wrong here.

I update the threat and added a class_bbcode.php example who getting difficulties modifying it.
Reply With Quote
  #26  
Old 06-01-2009, 09:48 PM
tipoboy's Avatar
tipoboy tipoboy is offline
 
Join Date: Dec 2005
Location: scotland
Posts: 693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i'm trying to install your latest version but i cant follow the instructions as their partly in a foreign language
Reply With Quote
  #27  
Old 06-01-2009, 09:53 PM
laztrix laztrix is offline
 
Join Date: Dec 2008
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
Totally disagree with the last sentence, as most of our users, would happily wish to share films with online friends, but not necessarily wish to go onto imdb site to get the films code.

Will try changing the path
Quote:
Originally Posted by TimberFloorAu View Post
Mate our style is Australia on our forum ( style name )

I cannot even locate imdb.gif in the source code...

Somethings wrong huh


Using Firefox all we get is a left aligned iframe with: Failed to Connect

In fact its trying to connect to localhost ????

Reuploaded your latest version, and re uploaded product file. Still fails, still no gif

Well mate, are you planning to share the IMDB TAG Code with other ones? I do not see the point here by doing that.

Plus, it is always a possible that you write the film name wrong or remember it not right. At that point the TAG will parse the ID wrong and you have to it all over again.
It is much more comfortable to search it on imdb and get the id (thats my opinion).


Please follow the instructions again, I certainly hope this is the final one
Reply With Quote
  #28  
Old 06-01-2009, 09:55 PM
laztrix laztrix is offline
 
Join Date: Dec 2008
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tipoboy View Post
i'm trying to install your latest version but i cant follow the instructions as their partly in a foreign language
Yes, beacuse of that I did write the instructions on the threat. Please follow the steps there. I'm sure this time It's going to work.
Reply With Quote
  #29  
Old 06-01-2009, 09:55 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks LAZ.

I have now totally installed. As per new instructions.

NO GOOD im afraid.

Now TOTALLY UNINSTALLED.

I think perhaps, in Turkey you get a different version of IMDB to us lol

Will reinstall when other english only boards on 3.8.2 have it working, keep up the good work, you will get there.

Also may help to instruct people what to put in the bbcode. As no explanation doesnt actually help.

Most films we look at on IMDB > are listed as such http://www.imdb.com/title/tt0796366/

Ste * uninstalled for now*
Reply With Quote
  #30  
Old 06-01-2009, 09:58 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
Thanks LAZ.

I have now totally installed. As per new instructions.

NO GOOD im afraid.

Now TOTALLY UNINSTALLED.

I think perhaps, in Turkey you get a different version of IMDB to us lol

Will reinstall when other english only boards on 3.8.2 have it working, keep up the good work, you will get there.

Also may help to instruct people what to put in the bbcode. As no explanation doesnt actually help.

Most films we look at on IMDB > are listed as such http://www.imdb.com/title/tt0796366/

Ste * uninstalled for now*
we were just going to try this again... thanks for the heads up
Reply With Quote
  #31  
Old 06-01-2009, 10:06 PM
laztrix laztrix is offline
 
Join Date: Dec 2008
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
Thanks LAZ.

I have now totally installed. As per new instructions.

NO GOOD im afraid.

Now TOTALLY UNINSTALLED.

I think perhaps, in Turkey you get a different version of IMDB to us lol

Will reinstall when other english only boards on 3.8.2 have it working, keep up the good work, you will get there.

Also may help to instruct people what to put in the bbcode. As no explanation doesnt actually help.

Most films we look at on IMDB > are listed as such http://www.imdb.com/title/tt0796366/

Ste * uninstalled for now*
It gets the information from the universal adres, there is no particular adress for the Turkish ones

I made an instruction on the threat at final. If you follow it right you will get it work.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:16 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05273 seconds
  • Memory Usage 2,364KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete