The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
8WayRun.Com - Media Library Details »» | |||||||||||||||||||||||||||||||||||||||||
Don't forget to click INSTALL!
I'm an unemployed computer programmer... if you appreciate the work I have done on this mod, please don't hesitate in offering me a donation by clicking the "Support Developer" link to the right of this text. A donation of $50 or more automatically gives you the right to remove the copyright footer for this modification from a single forum. This is a new modification, spawning from the old VB 3.x Video Directory modifications. For all intents and purposes, both my old Video Directory Remixed mod, and Survivor's original Video Directory mod have been discontinued. Neither of us are maintaining these older versions, they will not receive any future updates and we will not be providing any support. This version has a new name because it has been completely rewritten from scratch and is not being built on Survivor's old code. Because of this, if you are upgrading to this new version, from the old version, be sure to read this entire post in order to understand the upgrade process. What is this mod? Simply put, this mod is a directory for media. It supports URL inputs, in order to extract meta data and directorize media into a simple and easy to understand library. Users can add their favorite media from a select few online distribution centers (such as Youtube or Vimeo) and categorize and tag them as they see fit. This mod offers rudimentary support for the hosting of local media. An administrator can upload a media to the /customVID/ (default) directory; then add the media to the library using the URL code of "local:filename". Media hosted locally will be displayed using JWPlayer, but will not provide meta data, so that kind of information will need to be entered manually. Demo: http://www.8wayrun.com/media.phpFeatures:
If you are upgrading from before version 1.1, please install that version first.
There is a conflict with this modification and some of Valter's VSA modifications that will prevent navbar permissions from being handled correctly. I don't know exactly who's fault it is; but I'm pretty sure there are no errors in my code that would be causing this problem. There is a work around for this however. Download Now
Show Your Support
|
17 благодарности(ей) от: | ||
8thos, Ahmet Turan, alhidaya, BlueCheri, hasidoo, InfoNirvana, Marcin_J_, Megaboost, misericorde, nacaruncr, owning_y0u, paulvev, RichieBoy67, romaszek, rootsxrocks, sodasusu |
Comments |
#412
|
||||
|
||||
Quote:
|
#413
|
|||
|
|||
Quote:
Quote:
|
#414
|
|||
|
|||
|
#415
|
|||
|
|||
heres the link come on we know this is a hands down clincher for MOTM so go here and vote for it https://vborg.vbsupport.ru/showthrea...24#post2029924
|
#416
|
|||
|
|||
This finally works on vbseo thanks to their support team on vbseo, brian thank you!!! If you have vbseo install like it shows and turn seo plugin on, then in your forum root you need this to be your .htaccess file (change my domain to your domain)
# Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) #RewriteBase / #RewriteCond %{HTTP_HOST} !^www\.radarreviews\.org #RewriteRule (.*) http://www.radarreviews.org/forums/$1 [L,R=301] RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap|vbseocp|login) # Media Library ReWriteRule ^media/m([0-9]+).*/tags$ media.php?do=tags_edit&mid=$1 ReWriteRule ^media/m([0-9]+).*/edit$ media.php?do=details_edit&mid=$1 ReWriteRule ^media/m([0-9]+).*/report$ media.php?do=report&mid=$1 ReWriteRule ^media/m([0-9]+).*/c(\d+)$ media.php?do=comment_edit&cmt=$2 ReWriteRule ^media/m([0-9]+).* media.php?do=details&mid=$1 ReWriteRule ^media/c([0-9]+).* media.php?do=category&cid=$1 ReWriteRule ^media/u([0-9]+).* media.php?do=user&uid=$1 ReWriteRule ^media/tag/(.*) media.php?do=tag&tid=$1 ReWriteRule ^media/tagcloud.* media.php?do=tag_cloud ReWriteRule ^media/search/(.*) media.php?do=search&query=$1 ReWriteRule ^media/letter/(.*) media.php?do=letter&query=$1 ReWriteRule ^media/submit.* media.php?do=submit ReWriteRule ^media/random.* media.php?do=random ReWriteRule ^media/admin/(\w+).* media.php?do=admin_$1 RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA] |
#417
|
|||
|
|||
Okay... for the importing of new services in the upcoming version, I am bringing back the XML file method. Services will still be database driven, but the ADDING of new services will be XML driven. This makes it easier for people to update their services, as well as add new services.
Attached are some sample XML files. I made it as simple as possible. I have also added the ability to DELETE services. |
#418
|
||||
|
||||
I found out why Google is not liking this program. They want Video-specific tags implemented within each video.
Code Junkies!! We need ya bad on this one! :up: Here is a sample I was provided: Code:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"> <url> <loc>http://www.example.com/videos/some_video_landing_page.html</loc> <video:video> <video:content_loc>http://www.site.com/video123.flv</video:content_loc> <video:player_loc allow_embed="yes" autoplay="ap=1">http://www.site.com/videoplayer.swf?video=123</video:player_loc> <video:thumbnail_loc>http://www.example.com/thumbs/123.jpg</video:thumbnail_loc> <video:title>Grilling steaks for summer</video:title> <video:description>Get perfectly done steaks every time</video:description> <video:rating>4.2</video:rating> <video:view_count>12345</video:view_count> <video:publication_date>2007-11-05T19:20:30+08:00.</video:publication_date> <video:expiration_date>2009-11-05T19:20:30+08:00.</video:expiration_date> <video:tag>steak</video:tag> <video:tag>meat</video:tag> <video:tag>summer</video:tag> <video:category>Grilling</video:category> <video:family_friendly>yes</video:family_friendly> <video:duration>600</video:duration> </video:video> </url> </urlset> |
#419
|
|||
|
|||
Hello
I have a problem.... All extern Hosters like youtube etc. works great.... when i upload a locavideo is that also no problem... i can see the video with the direct link. When i want to see the video in the system and click on the thumb is this loading... and loading... and loading... but ist never starting. what is wrong? |
#420
|
|||
|
|||
Quote:
Just cannot admin the plugin which is no use for me at this moment till i can Uninstalled started to get on my nervs runing VB 4.3 PL1.... |
#421
|
|||
|
|||
i have video on my root folder
how to add it ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|