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 |
#1712
|
|||
|
|||
Quote:
|
#1713
|
|||
|
|||
Almost all the videos my users try to upload a video get this error
This video is not available in your region. but they are available on youtube. What should i do? |
#1714
|
|||
|
|||
HI jaxel, PLEASE HELP ME
i make a service xml , its from youtube.xml. and i already got the video site api links. below XML content structure copy from rss feed. REGEX and everythings looks good . but its always said "Media ulr contained invalid content" when i submit video . please help me to correct it. thanks. VIDEO SOURCE LINK:http://www.tudou.com/programs/view/gJNCRc1usFI Code:
<?xml version="1.0" encoding="UTF-8"?> <service> <svcName>TuDou</svcName> <svcRegex><![CDATA[http://[a-z]*?[\.]?tudou\.[a-z]*?/programs/view/([\w-]*)]]></svcRegex> <svcURL>http://www.tudou.com/programs/view/{serviceVAL}</svcURL> <svcFeed><![CDATA[http://api.tudou.com/v3/gw?method=item.info.get&appKey=myKey&format=xml&itemCodes={serviceVAL}]]></svcFeed> <svcValue2>null</svcValue2> <svcThumb>null</svcThumb> <svcTitle><![CDATA[$arr['result']['results']['ItemInfo']['title']['value']]]></svcTitle> <svcDesc>null</svcDesc> <svcLength>null</svcLength> <svcTags>null</svcTags> <svcMovie>http://www.tudou.com/v/{serviceVAL}</svcMovie> <svcWidth>640</svcWidth> <svcHeight>385</svcHeight> <svcStream>null</svcStream> <svcError>null</svcError> <svcParams>null</svcParams> </service> Code:
<result><results><ItemInfo><itemCode>CjU1waYQWrU</itemCode><title>titleee</title><tags>tags</tags><description>description</description><picUrl>http://i01.img.tudou.com/data/imgs/i/063/608/082/p.jpg</picUrl><picChoiceUrl><string>http://i00.img.tudou.com/data/imgs/i/063/608/082/m15.jpg</string><string>http://i00.img.tudou.com/data/imgs/i/063/608/082/m30.jpg</string></picChoiceUrl><totalTime>71630</totalTime><pubDate>2010-11-12</pubDate><ownerId>40360632</ownerId><ownerName>tudoushexian</ownerName><ownerNickname>tudou</ownerNickname><channelId>1</channelId><outerPlayerUrl>http://www.tudou.com/v/CjU1waYQWrU</outerPlayerUrl><itemUrl>http://www.tudou.com/programs/view/CjU1waYQWrU/</itemUrl><mediaType>video</mediaType></ItemInfo></results></result> |
#1715
|
|||
|
|||
Quote:
|
#1716
|
|||
|
|||
hi jaxel , i set the thumb, but its still say that.
test video url : http://www.tudou.com/programs/view/x0stnflkpVM Code:
<?xml version="1.0" encoding="UTF-8"?> <service> <svcName>TuDou</svcName> <svcRegex><![CDATA[http://[a-z]*?[\.]?tudou\.[a-z]*?/programs/view/([\w-]*)]]></svcRegex> <svcURL>http://www.tudou.com/programs/view/{serviceVAL}</svcURL> <svcFeed><![CDATA[http://api.tudou.com/v3/gw?method=item.info.get&appKey=mykey&format=xml&itemCodes={serviceVAL}]]></svcFeed> <svcValue2>null</svcValue2> <svcThumb><![CDATA[$arr['result']['results']['itemInfo']['picurl']]]></svcThumb> <svcTitle><![CDATA[$arr['result']['results']['itemInfo']['title']]]></svcTitle> <svcDesc><![CDATA[$arr['result']['results']['itemInfo']['description']]]></svcDesc> <svcLength><![CDATA[$arr['result']['results']['itemInfo']['totalTime']]]></svcLength> <svcTags><![CDATA[$arr['result']['results']['itemInfo']['tags']]]></svcTags> <svcMovie>http://www.tudou.com/v/{serviceVAL}</svcMovie> <svcWidth>640</svcWidth> <svcHeight>385</svcHeight> <svcStream>null</svcStream> <svcError>null</svcError> <svcParams>null</svcParams> </service> |
#1717
|
|||
|
|||
Mod Security blocks this application. Can you fix it so we can use it on servers running Mod Security or tell us which files need to be excluded from it?
THanks |
#1718
|
|||
|
|||
Jaxel~~~~~~~~help~~~~~~~~~~~~~~~please~~~~~~~~~~~~ ~~~
|
#1719
|
|||
|
|||
$arr['result'] is redundant... just use $arr
|
#1720
|
|||
|
|||
Mod Security?
|
#1721
|
|||
|
|||
Jaxel... again.. What should i do with that problem? Is kind of annoying
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|