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 |
#1332
|
|||
|
|||
Quote:
Code:
$feed = construct_feed_data($source); $xml = new vB_AJAX_XML_Builder($vbulletin, 'text/xml'); $xml->add_group('response'); $xml->add_tag('thumbnail', $feed['thumbnail']); $xml->add_tag('title', gzdecode($feed['title'])); $xml->add_tag('description', gzdecode($feed['description'])); $xml->add_tag('taglist', gzdecode($feed['taglist'])); $xml->add_tag('minutes', $feed['minutes']); $xml->add_tag('seconds', $feed['seconds']); $xml->add_tag('embed', $feed['embed']); $xml->add_tag('source', gzdecode($feed['source'])); $xml->add_tag('serviceID', $feed['serviceID']); $xml->add_tag('serviceVAL', $feed['serviceVAL']); $xml->add_tag('serviceVAL2', $feed['serviceVAL2']); $xml->close_group(); $xml->print_xml(); Code:
$feed = construct_feed_data($source); $xml = new vB_AJAX_XML_Builder($vbulletin, 'text/xml'); $xml->add_group('response'); $xml->add_tag('thumbnail', $feed['thumbnail']); $xml->add_tag('title', utf8_encode($feed['title'])); $xml->add_tag('description', utf8_encode($feed['description'])); $xml->add_tag('taglist', utf8_encode($feed['taglist'])); $xml->add_tag('minutes', $feed['minutes']); $xml->add_tag('seconds', $feed['seconds']); $xml->add_tag('embed', $feed['embed']); $xml->add_tag('source', utf8_encode($feed['source'])); $xml->add_tag('serviceID', $feed['serviceID']); $xml->add_tag('serviceVAL', $feed['serviceVAL']); $xml->add_tag('serviceVAL2', $feed['serviceVAL2']); $xml->close_group(); $xml->print_xml(); |
#1333
|
||||
|
||||
How can i disable comments apprivation ?
|
#1334
|
|||
|
|||
solved...
|
#1335
|
|||
|
|||
Thanks for the mod great work...
Having an issue with VBSEO on my Xbox Kinect website <--- See the url... i am using VBSEO.. on my other board using your older mod i was able to get vbseo re-writing the urls just fine... There is also some other having this issue.. please see here: http://www.vbseo.com/f23/media-libra...54/index3.html (read the first few posts and then the last few).. someone almost has it working... Any help on this would be great, Thanks |
#1336
|
|||
|
|||
Not work VBSEO help
|
#1337
|
|||
|
|||
This is my post I have in VBSEO . I'm posting it here to see if maybe anyone else has any input. Thanks for everyone's time and consideration.
Quote:
|
#1338
|
|||
|
|||
Quote:
ummm sir what do i need to edit the php file for this code? |
#1339
|
|||
|
|||
Quote:
and for all; Korean ##charset=ks_c_5601-1987 Korean (EUC) ##charset=euc-kr Korean (ISO) ##charset=iso-2022-kr Korean (Johab) ##charset=Johab Korean (Mac) ##charset=x-mac-korean ------------------------------------------------------- ko_KR.EUC-KR... done ko_KR.UTF-8... done *** wel and i have a questions umm is multi-lingual character encoding in PHP forms not possible? as utf8, korean, hapan, chinise, turkish, english bla bla xD |
#1340
|
|||
|
|||
No my friend , just go to subnavbar: ------> Administrative------>Services------>Edit under Dailymotion---->Replace where "thumbnail" with the above code, click save changes and all done.
|
#1341
|
|||
|
|||
@EquinoxWorld, thanks sir for your help, im not at home now when i arrive at home i will try it, thanks again >.<
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|