View Full Version : Major Additions - Video-Directory Remixed
Pages :
1
2
3
4
5
6
[
7]
8
Jaxel
03-29-2010, 08:03 PM
I like the layout of the homepage. Do you have options to go three wide versus two wide on the layout? This way there are more videos per row showing?
The one-wide/two-wide thing isn't a setting anymore. I'm using the UL LI method for display, so its controlled by the width of the actual item. If you decrease the width of the item, more than one will display per row.
Jaxel
03-29-2010, 09:03 PM
Okay... I've rewritten all the pages to be more suited for smaller fixed width skins.
EquinoxWorld
03-29-2010, 09:15 PM
Thank you Jaxel for the awesome work, your making great headway with this mod. One thing I wanted to point out it would be sweet if we can have the category alphabetized and not forced priority. For my example I have Japanese anime videos and we have over 400+ category's and growing. Also it would be alot of help to be able to have the option to arrange the videos in alphabetical/numerical order. Also I agree with the previous post saying about the report video and thread creation, it's a great way to make members aware of the most recent videos and series updates . All in all it looks great , can't wait to see the end result.
Okay... I've rewritten all the pages to be more suited for smaller fixed width skins.
Thanks Jaxel, its pretty good now, and what about the sidebar? :)
david01130
03-30-2010, 05:01 AM
Hey Jaxel, thanks for updating the mod to Vb4. Im sure once I upgrade to Vb4 Ill be using this mod as well. I am currently using Vb3 and I am having trouble posting comments to videos. It seems to be a problem with the vbseo rewrite rules. When I delete some of them, the comments temporarily work then disappear. Here are my rewrite rules. Do you know how to fix this. I appreciate it.
//Video-Directory
'^video\.php\?do=viewrecent'=>'videos/recent-videos.html'
'^video\.php\?do=viewtag&tag=(.*)'=>'tags/$1/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&sort=dateline&order=DESC&page=(\d+)'=>'videos/$2-$1/page-$3/'
'^video\.php\?do=viewdetails&categoryid=(\d+)&categorytitle=(.*)&videoid=(\d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&page=(\d+)'=>'technique/$2-$1/$3/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'^video\.php'=>'videos/'
Jaxel
03-30-2010, 06:01 AM
I wont be providing anymore support for the VB3 version...
If you guys want to see what the submission form is going to look like, just scroll to the bottom and click submit:
http://test.8wayrun.com/media.php
Right now it supports YouTube, Vimeo, MetaCafe and DailyMotion...
MagicThemeParks
03-30-2010, 10:44 AM
Hey Jaxel, thanks for updating the mod to Vb4. Im sure once I upgrade to Vb4 Ill be using this mod as well. I am currently using Vb3 and I am having trouble posting comments to videos. It seems to be a problem with the vbseo rewrite rules. When I delete some of them, the comments temporarily work then disappear. Here are my rewrite rules. Do you know how to fix this. I appreciate it.
//Video-Directory
'^video\.php\?do=viewrecent'=>'videos/recent-videos.html'
'^video\.php\?do=viewtag&tag=(.*)'=>'tags/$1/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&sort=dateline&order=DESC&page=(\d+)'=>'videos/$2-$1/page-$3/'
'^video\.php\?do=viewdetails&categoryid=(\d+)&categorytitle=(.*)&videoid=(\d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&page=(\d+)'=>'technique/$2-$1/$3/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'^video\.php'=>'videos/'
Try here on the vBSEO site: http://www.vbseo.com/f23/video-directory-remix-crrs-38663/
I wont be providing anymore support for the VB3 version...
If you guys want to see what the submission form is going to look like, just scroll to the bottom and click submit:
http://test.8wayrun.com/media.php
Right now it supports YouTube, Vimeo, MetaCafe and DailyMotion...
Lookin' good Jaxel! Very smooth :up:
Katelynn
03-30-2010, 11:41 AM
Jaxel .. I will be happy if it works with vB 4.0 :) I'll take it any way you can give it .. looking forward to it!
Cheers!
Cybershaolin
03-30-2010, 06:01 PM
Was this a reply for me?
Hosters are being DATABASE driven, instead of XML file driven now. Below is the database construct and the YouTube example. Since its being database driven, if you wanted to merge it with AME, I don't see how it would be a problem. Just extract the service name, the regex code and link it directly to the embed code. Of course, you wouldn't have the url to feed, or the feed to variables...
serviceID = primary key = 1
svcName = service name = YouTube
svcRegex = regex matching = http:\/\/[a-z]*?[\.]?youtube\.[a-z]*?\/watch\?v=([A-Z0-9._%-]*)
svcFeed = url to feed = http://gdata.youtube.com/feeds/api/videos/{serviceVAL}
svcThumb = feed to thumb = $arr['media:group']['media:thumbnail'][0]['url']
svcTitle = feed to title = $arr['media:group']['media:description']['value']
svcDesc = feed to desc = $arr['media:group']['media:title']['value']
svcLength = feed to length = $arr['media:group']['media:keywords']
svcTags = feed to tags = $arr['media:group']['yt:duration']['seconds']
svcURL = souurce url = http://www.youtube.com/watch?v={serviceVAL}
svcEmbed = embed code = <embed src="http://www.youtube.com/v/{serviceVAL}&autoplay=1&fs=1&rel=0&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385" />
regarding this:
This would be awesome to get as many hosters for Video Directory Remixed than for AME! I'm sure I'm not alone waiting to get this possibility. This is the only thing missing in this great hack, more video hosters. The're not easy to understand or create.
The problem is I don't know anything about coding or whatever you said about hosters. What I know, is that many users here made the same request than me in the past. I also have made personal inquiries to many coders here and nobody wants to touch it so i guess it's not that esay.
I wont be providing anymore support for the VB3 version...
This is so sad to hear. :(
This will lead me to use another solution since I don't plan to upgrade to 4.X, but thanks anyway for your great hack. I"m just disappointed that I did not have all definitions (and since I don't have any knowledge, there is nothing I can do) as for other available hacks. The reason which made me keeping this one was the fact of having a separate directory... so if it can gives ideas to other people...
david01130
03-30-2010, 07:28 PM
Try here on the vBSEO site: http://www.vbseo.com/f23/video-directory-remix-crrs-38663/
Lookin' good Jaxel! Very smooth :up:
thanks those somewhat worked. I had to adjust them a little. I can post comments now but cannot delete them. When I try to delete them it redirects me to: http://mysite.com/#comments which shows my homepage. Is it suppose to redirect to /#comments?
Digital Jedi
03-31-2010, 01:54 AM
Was this a reply for me?
regarding this:
The problem is I don't know anything about coding or whatever you said about hosters. What I know, is that many users here made the same request than me in the past. I also have made personal inquiries to many coders here and nobody wants to touch it so i guess it's not that esay.
Actually, I think he was directing that at me, since I had originally asked.
Jaxel
03-31-2010, 08:29 AM
I think you guys are gonna like a lot of the changes I've made so far...
There is no longer an "Add Video" button. Instead, the navbar has a drop down list for submitting media, so you can go directly to the submission form. These links hold a category ID in the URL, so when you click on the link, it will automatically select the appropriate category. In addition, there is now a small submission form at the bottom of almost every page, the main page, category pages, tag pages and user pages; it does not display on watch or edit pages. If you're on a category page, it will automatically select the appropriate category again. I know on my forums, getting people to put videos into the correct category was the hardest part. Having it this way will also prevent people from adding media, without first retrieving the information from the server. Which of course, was another problem on my forums... For a lot of users I ended up having to manually edit their videos to put in minutes and seconds because they never clicked the retrieve info button.
Right now media submission forms and tag edit forms (no ajax yet) are working.
Jaxel
04-02-2010, 01:00 PM
By popular demand, I am making it so the subset for "most popular media", is calculated based on the number of COMMENTS, not the number of VIEWS.
Jaxel
04-02-2010, 09:30 PM
Anyone out there able to give me a hand?
I'm trying to put a sidebar into the mod, but I'm having problems getting it to work...
Problem explained in this thread: https://vborg.vbsupport.ru/showthread.php?t=236334
amitash
04-03-2010, 04:30 AM
How to change the size of the videos??
Riccardo83
04-04-2010, 04:37 AM
Great work Jaxel, when do u think u can publish a Beta Version for vB4?
Jaxel
04-04-2010, 06:25 AM
I don't really do betas... VDM had problems because I was building on someone else's code, which was foreign to my methodology. I tend to work backwards from other programmers. So I usually don't have situations where things are a "work in progress". Either a feature works, or its completely missing. I've been working nonstop for a few days on this mod, so I'll be taking a break tomorrow... Status of things right now are very good.
Right now most of the AJAX functions for the mod are done; the comment system, rating system and submission system all rely on AJAX. The AJAX functions can also fall back onto standard form posting if a user doesn't have javascript, or the administrator disables AJAX functions. The comment system is working great, so we shouldn't have the problems we had with VDR. The editing of the title, tags and description of a video are NOT AJAX driven.
Right now there are ZERO permission settings on my beta site; I wanted to make sure the main functions worked first before I started working on the permissions. So if you want to try things out on the test site, feel free... but you'll be submitting as a guest. But you can do any administrative function currently programmed in, such as editing details and comments.
Remaining on the Agenda...
SIDEBAR
Search
Reporting
Submission Moderation
Comment Moderation
Comment AJAX Editing
Usergroup Permissions
Style Variables
Product Packaging
Is there a need for me to do category permissions like in VDR?
And I'm unemployed again... so donations would be greatly appreciated!
Great work Jaxel, thumbs up!
So your making a brand new product of "Video Directory Remixed" called "Media Library" right?
amitash
04-04-2010, 01:03 PM
This is a great module.. I wanna know how i can change the size of the videos!?? Please help
Jaxel
04-04-2010, 05:32 PM
Great work Jaxel, thumbs up!
So your making a brand new product of "Video Directory Remixed" called "Media Library" right?
I don't know if thats what I'm gonna finally call it. I'm trying to think up a name. Video Directory is Surviver's mod, since I am no longer using his codebase, it would be wrong of me to continue calling it that.
MagicThemeParks
04-04-2010, 06:08 PM
I would use Jaxel's Dance Party ;)
LOL...actually, whatever you call it, it's a great mod! :up:
Jaxel
04-04-2010, 08:51 PM
Hey guys, can you give me a list of your Hosters? I'm writing an import script and right now I have...
switch ($videoservice)
{
case "YouTube": $serviceID = 1; break;
case "YouTubeHD": $serviceID = 1; break;
case "Vimeo": $serviceID = 2; break;
case "VimeoHD": $serviceID = 2; break;
case "Metacafe": $serviceID = 3; break;
case "Dailymotion": $serviceID = 4; break;
case "Veoh": $serviceID = 5; break;
case "VeohHD": $serviceID = 5; break;
case "MegaVideo": $serviceID = 6; break;
}
Is there anything I am missing?
MagicThemeParks
04-04-2010, 08:53 PM
Viddler is one that I'd add, let me keep thinking of others.
EquinoxWorld
04-05-2010, 02:40 AM
megavideo would be sweet..
Jaxel
04-05-2010, 04:02 AM
I really don't like Megavideo, because they put popups in their videos, and don't have an autoplay option... but I've added them.
They are now $serviceID = 6;
Jaxel
04-05-2010, 04:37 AM
I'm having problems with the sidebar element... if someone could take a look at it for me and explain to me what I'm doing wrong, I would appreciate it.
http://test.8wayrun.com/media.php
Verionia
04-05-2010, 05:00 AM
I'm having problems with the sidebar element... if someone could take a look at it for me and explain to me what I'm doing wrong, I would appreciate it.
http://test.8wayrun.com/media.php
I really like the site, good job :up:. Will you include video/media modules for vb 4.0 you can include in the forum home below navbar or sidebar?
Mark Fortune
04-05-2010, 05:43 AM
Hey guys, can you give me a list of your Hosters? I'm writing an import script and right now I have...
switch ($videoservice)
{
case "YouTube": $serviceID = 1; break;
case "YouTubeHD": $serviceID = 1; break;
case "Vimeo": $serviceID = 2; break;
case "VimeoHD": $serviceID = 2; break;
case "Metacafe": $serviceID = 3; break;
case "Dailymotion": $serviceID = 4; break;
case "Veoh": $serviceID = 5; break;
case "VeohHD": $serviceID = 5; break;
case "MegaVideo": $serviceID = 6; break;
}
Is there anything I am missing?
Yahoo Videos?
Thanks for the hard work.
I don't know if thats what I'm gonna finally call it. I'm trying to think up a name. Video Directory is Surviver's mod, since I am no longer using his codebase, it would be wrong of me to continue calling it that.
Yep, your right, its okay to change the name to something else but there is a thing you should not forgot that we have lots of old video URLs submitted and saved in search engines and users bookmarks, if your going to change the URLs like video.php to media.php do you have any solution in mind? and btw I have currently installed old Video-Directory Remixed in my vb4 installation, just disabled.
Thank you :)
Jaxel
04-05-2010, 02:59 PM
Yep, your right, its okay to change the name to something else but there is a thing you should not forgot that we have lots of old video URLs submitted and saved in search engines and users bookmarks, if your going to change the URLs like video.php to media.php do you have any solution in mind? and btw I have currently installed old Video-Directory Remixed in my vb4 installation, just disabled.
Thank you :)
You can use HTACCESS to convert old video URLs into the new media URL.
Has anyone been able to help me with my sidebar problem? DIVs are so much more confusing than TABLEs.
EquinoxWorld
04-05-2010, 05:19 PM
I'm having problems with the sidebar element... if someone could take a look at it for me and explain to me what I'm doing wrong, I would appreciate it.
http://test.8wayrun.com/media.php
I took a look at it and the code is so much diferent from vb3. I'm having a friend take a look at it as well, he's doing a custom skin for VB4 for us and this mod being CRUCIAL to our upgrade event we will try and help you out with this as much as we can, we'll let you know if we come up with any feedback for you. Thank again for the effort, sorry about your job, I'm on the same boat since feb.
final kaoss
04-05-2010, 06:59 PM
ok, how can I do these things.
* I use yabbseo, how can I rewrite the urls from this mod to be seo friendly?
* How can I store thumbnails in the database instead of as files (I have a 250,000 file limit/aka Inodes limit with hostgator)
* Where can I put my adsense ads on this mod?
Mark Fortune
04-06-2010, 12:44 AM
ok, how can I do these things.
* I use yabbseo, how can I rewrite the urls from this mod to be seo friendly?
* How can I store thumbnails in the database instead of as files (I have a 250,000 file limit/aka Inodes limit with hostgator)
* Where can I put my adsense ads on this mod?
I think somewhere in this thread the current coder: Jaxel said that they are not handling any support for 3.x.x
MagicThemeParks
04-06-2010, 12:47 AM
ok, how can I do these things.
* I use yabbseo, how can I rewrite the urls from this mod to be seo friendly?
* How can I store thumbnails in the database instead of as files (I have a 250,000 file limit/aka Inodes limit with hostgator)
* Where can I put my adsense ads on this mod?
The adsense part of the mod is in this thread somewhere. Do a search for 'adsense' and you should be able to find your answer.
final kaoss
04-06-2010, 12:59 AM
lol, I've tried searching for adsense but unfortunately I don't believe you can search within a thread?
EDIT: Nevermind found the search button buried in the top right drop down menu. Someone suggests looking in areas and doesn't give a definitive answer.
Jaxel
04-07-2010, 04:45 AM
Okay... things left to do...
Packing
Phrases
Sidebar
invalid ID checks
Everything else seems to be done...
Okay... things left to do...
Packing
Phrases
Sidebar
invalid ID checks
Everything else seems to be done...
Well done Jaxel, much appreciated.
Will you include an upgrade so we will keep our old videos, categories and comments?
Jaxel
04-08-2010, 12:22 AM
of course... thats one of the things I am working on right now...
I just finished making some rebuild functions that will rebuild thumbnails with the new thumbnail format.
Cybershaolin
04-08-2010, 02:40 AM
Why is this thread for 3.8.X version of vBulletin being used for a hack that will be for the 4.X version, while the actual one version for 3.8.X will not be updated, as stated by the author?
Jaxel
04-08-2010, 04:32 AM
Well the import script worked great... not flawless, but probably as good as it's gonna get.'
I'm having a weird issue in Chrome and Firefox with the front page however... just looking at it, you will be able to see whats wrong. Does anyone know how to fix it?
MagicThemeParks
04-08-2010, 10:59 AM
Jaxel, just viewed the page in Chrome and noticed the extra space in the 'recent videos' portion. Is that what you mean?
Yes, I see the same thing in Firefox and Chrome, Using IE it has no extra space but the video play page in IE is strange.
inciarco
04-08-2010, 12:11 PM
Jaxel, would it be possible to include an Option to Upload and Edit the Image related to the Video? :confused:
This Would Allow to use Videos from Services such as redtube, where one can Create the Code to Embed the Video, but as the Image can't be Extracted from the Video Hosting System then the User would be able to Upload the URL for the Image of the Video or from the Computer. ;)
I Hope you can Include this Option; I remember in the past that I managed to Create the redtube's Video Embedding File but the Image was always missing as the Mod currently don't offer the Option to Manually Upload the Image from URL or from Computer. ;)
My Best Regards.
:)
Verionia
04-08-2010, 02:24 PM
I can't wait for the vb 4.0 release, I am so excited! When will it come out?
inciarco
04-08-2010, 03:32 PM
I can't wait for the vb 4.0 release, I am so excited! When will it come out?
I Think That If You and Every Person that is Trying to Press the Upgrade of this Mod to the vB4 Version, Donate to Jaxel, I Think He'd be More Motivated to Dedicate More of His Time to Make that Version Upgrade Sooner. ;)
Jaxel mentioned 4 days Ago that He's Unemployed, and He'll be Happy to Receive Your Donations. Ask Him How and Where You Can Donate to Him. ;)
And I'm unemployed again... so donations would be greatly appreciated!
My Best Regards, and Special Thanks to Jaxel. :up:
:)
AllinJac
04-08-2010, 07:52 PM
Ok I have gone through and read more then 50 pages so I am sure that the answer was not in there...
Are you going to provide any support for Video Uploading of MP4s?
I am not sure as to what to do right now as I really like the engine of Media Lite with it's upload features but LOVE the design and layout of your product...
I know you are not supporting 3 but that is what I have to make a decision on now as we can not update for awhile as some of the mods we HAVE to have are not working on 4 as of yet...
Thanks for any input or advice anyone can give me as I have to find a solution that will allow me to:
1. Upload MP4 files - we do a lot of training videos using JING and need to post them diretly.
2. Would love to be able to use the best Player in the Market JW Player and its mods...
Thanks for your help and time, again ANYONE feel free to answer this...
Jaxel
04-08-2010, 09:32 PM
This mod does not support directly uploading media. However, if you have MP4 media, you can EASILY setup some sort of free flash player (I recommend JW Player at http://www.longtailvideo.com/). Then simply add that as a service host.
Metal-R-US
04-08-2010, 10:46 PM
it's seems like if you report a video and a thread is created that thread is pretty much permanent as the report thread for that video and doesn't get updated when the video is reported again.
problem scenario: some video gets reported for some reason and is dealt with. then later the same video gets reported again. a new thread isn't created and the original one doesn't get updated.
even deleting the thread doesn't help, you only get a "No Thread specified" message.
Jaxel
04-08-2010, 11:10 PM
The report thread function was build by Surviver, the previous author. With the new version I am working on, with is 100% my own, reporting will be handled through EMAILS (the same way as when someone reports a thread), instead of creating a brand new thread.
Okay, I need help with 2 things right now... First I need to figure out how to do HTACCESS... lets say I have the url http://test.8wayrun.com/media.php?do=details&mid=87, I would like to be able to access the same URL from http://test.8wayrun.com/media/m87, how would I do this? I have tried the following, but it doesnt work...
ReWriteRule ^media/m([0-9]+).* media.php?do=details&mid=$1[QSA]
Next question... I am trying to parse some info from ustream... below is the feed
<xml>
<results>
<title><![CDATA[NECX LF Dreamkiller VS Rigel]]></title>
<description><![CDATA[NECX]]></description>
<lengthInSecond>500.884</lengthInSecond>
<imageUrl>
<medium><![CDATA[http://static-cdn1.ustream.tv/videopic/0/1/2/2724/2724048/1_1121923_2724048_320x240_b_1:1.jpg]]></medium>
</imageUrl>
<tags>
<array key="0"><![CDATA[8wayrun]]></array>
<array key="1"><![CDATA[NECX]]></array>
<array key="2"><![CDATA[Soulcalibur]]></array>
</tags>
</results>
</xml>
Getting the majority of the information has been easy...
Title = $arr['results']['title'];
Description = $arr['results']['description'];
Thumb = $arr['results']['imageUrl']['medium'];
Length = $arr['results']['lengthInSecond'];
However, I can't figure out how to get the information for the tags. I basically need to extract the tags into an array, and then implode it into a string with a comma delimiting each entry. Does anyone know how I would do this?
AllinJac
04-09-2010, 08:23 AM
This mod does not support directly uploading media. However, if you have MP4 media, you can EASILY setup some sort of free flash player (I recommend JW Player at http://www.longtailvideo.com/). Then simply add that as a service host.
Brilliant!
Yeah that is all I need to upload is mpeg4...
And yes, I agree the best player in the market from my research is JW Player!
Have you or ANYONE here ever done a new Service Host with specifically the JW Player and how it would look?
I am not a programmer by any means but I understand the basics... My programmer will be here today but be gone for the next 5 days and I would love to make this work before he gets back so I can start uploading videos without having to go through Youtube directly!!!
__________________________________________________ ____________________________
EDIT: I just found this to set up a JW Player on your vBulletin...
Does this look and sound right and what you were referring to by setting up JW Player... Now I just need to figure out how to do a Host???
https://vborg.vbsupport.ru/external/2010/04/68.png
__________________________________________________ _____________________________
Again,
Jaxel thank you for chiming in! I know you are busy and full steam ahead on version 4.x so thanks for taking the time to still respond here!
Thanks,
Metal-R-US
04-09-2010, 12:06 PM
The report thread function was build by Surviver, the previous author. With the new version I am working on, with is 100% my own, reporting will be handled through EMAILS (the same way as when someone reports a thread), instead of creating a brand new thread.
brilliant, thanks.
Kosmic1
04-09-2010, 02:39 PM
Jaxel, how can we fix the issues with delete comments and insert other languages caracters, like ~^`? etc?? (3.8.X) I've turned off the comments because of this. :(
Jaxel
04-09-2010, 05:12 PM
Are there any features I am missing in my test version?
Features not in yet:
auto-thread creation
htaccess seo slugs
inciarco
04-09-2010, 10:28 PM
Are there any features I am missing in my test version?
Features not in yet:
auto-thread creation
htaccess seo slugs
I forgot to mention, additional to the possibility to Set and Edit the Image related to the Video, (upload the image/thumbnail from the computer and/or set the URL of an Image to be used for the Video's thumbnail), to be able to Set and Edit a URL for the Thread related to the Video, this would allow to Set this for Old Videos and with a Link on the Video Info that says "Discussion Thread For This Video" you can Browse and See the Thread, and also to set it when some user forgot to set the Thread Creation for the Video, (the user can Create the Thread and then Edit the URL on the Video to point to the Thread). :confused:
Is it also Possible to be able to Edit the URL of the Video? (Sometimes the Video No Longer Exists and would be Nice to be able to Change the Video's URL to another existant one). :confused:
My Best Regards, Jaxel. :up:
:)
Jaxel
04-10-2010, 12:36 AM
I forgot to mention, additional to the possibility to Set and Edit the Image related to the Video, (upload the image/thumbnail from the computer and/or set the URL of an Image to be used for the Video's thumbnail), to be able to Set and Edit a URL for the Thread related to the Video, this would allow to Set this for Old Videos and with a Link on the Video Info that says "Discussion Thread For This Video" you can Browse and See the Thread, and also to set it when some user forgot to set the Thread Creation for the Video, (the user can Create the Thread and then Edit the URL on the Video to point to the Thread). :confused:
Is it also Possible to be able to Edit the URL of the Video? (Sometimes the Video No Longer Exists and would be Nice to be able to Change the Video's URL to another existant one). :confused:
The ability to upload new thumbnails is already in the system.
I'm not sure if I'm going to put in an option where you can change the serviceVAL of a video. The whole idea of changing serviceVALs is problematic, and it should only be done by administrators in the first place. If you are an admin, you can easily edit the serviceVAL yourself in PHPMyAdmin.
SEO Slugs are also done and working PERFECTLY. Check them out on the test site.
Are there any features I am missing in my test version?
Features not in yet:
auto-thread creation
htaccess seo slugs
Great, Jaxel The only thing I see missing is from sidebar:
Directory Statistics
at the top of the Contributors list
and
Total Videos: 1,232
Total Categories: 15
at the end of the Contributors list
Jaxel
04-10-2010, 02:01 AM
Those statistics would take 2 extra queries on pageload. I don't think they are that essential...
Those statistics would take 2 extra queries on pageload. I don't think they are that essential...
hmm, 3.8 version have it on every page, you may skip category/tag/video/user pages and load only on the main page.
SEO Slugs are also done and working PERFECTLY. Check them out on the test site.
Jaxel, SEF urls are great.
Since your calling it Media Library its nice, regarding Media are you planing on adding some other types of media like photos, audios in future?
Jaxel, you may want to correct this, Video title in 4 different places on a single page.
https://vborg.vbsupport.ru/external/2010/04/61.png
Jaxel
04-10-2010, 09:42 AM
5 different places if you count the SEO slugs.
1 & 2 are automatic; the final navbit automatically becomes the pagetitle. 4 is kind of essential because its a centerpiece to the page. 3 is a throw away, but really I have nothing else to put there.
Jaxel
04-10-2010, 10:26 AM
Jaxel, SEF urls are great.
Since your calling it Media Library its nice, regarding Media are you planing on adding some other types of media like photos, audios in future?
I will add hosters for ANYTHING you can give me an RSS FEED for. That includes audio and pictures.
MagicThemeParks
04-10-2010, 10:38 AM
Jaxel, have you added Viddler.com as a hoster yet?
I will add hosters for ANYTHING you can give me an RSS FEED for. That includes audio and pictures.
That would be awesome :)
5 different places if you count the SEO slugs.
1 & 2 are automatic; the final navbit automatically becomes the pagetitle. 4 is kind of essential because its a centerpiece to the page. 3 is a throw away, but really I have nothing else to put there.
Hmm, In my opinion there should be only 2 or maximum 3 places for title, place #2 or #4 should be replace with something else.
kho91
04-10-2010, 01:19 PM
Jaxel you are the best! ...
I prefer "Tag could "at the bottom of the page
Riccardo83
04-10-2010, 06:42 PM
cant wait for it to be finished. how long do you think until ur done?
Jaxel
04-10-2010, 11:58 PM
Jaxel, have you added Viddler.com as a hoster yet?
Don't have an RSS feed, so no.
Except it by the end of the month, but I make no promises.
MagicThemeParks
04-11-2010, 01:05 AM
Don't have an RSS feed, so no.
Actually, I read that it does.... http://www.viddler.com/rss/
Hope that helps :)
Jaxel
04-11-2010, 01:21 AM
As of VB 4.0.3, I now have errors with page pagination on custom mods...
Example: http://test.8wayrun.com/media/c9-kogarasumaru
With VB 4.0.2, it looked fine, but now the last 3 elements are shifted.
Jaxel
04-11-2010, 01:27 AM
Actually, I read that it does.... http://www.viddler.com/rss/
Hope that helps :)
That is feed to comments, I need a feed to video details.
schlottkej
04-12-2010, 12:59 AM
Here is my redesign of the current system:
http://www.thewrestlingtalk.com/videos/
It's rather basic changes.. We moved the related/popular video portion of the sidebar to the right sidebar. This allows for more categories.
Things I'd like to see added in the future:
Auto Importing of Playlists into a category
Would love to see the progression of the "Import" feature be added to BULK loading. Would save a lot of time.
Category Tags
Top XX tags in the category being browsed
Video Linking
Sometimes a video can go into two of your categories.. allow a "linked" copy to be duplicated.
Cross Selling
Allow videos related to the video be selected to "ALWAYS" appear in related videos
Advanced Categories
Allow categories to only be displayed when they are in the parent category. Do not show every category under a tree.
Why? This allows for more organization within the menu and allows for a more user friendly experience once you have a lot of videos.
Example?
Auto Tagging
Based on current tags. If the title contains tags they are added on import.
Why? The way Youtube does it, each word is its own tag.
Example? Say its a video on Blue Colored Contacts... having three tags, "Blue", "Colored", and "Contacts" is useless, but if you had tags already set as, "Blue Contacts", "Colored Contacts", and "Blue Colored Contacts", you'd have three very useful keyword phrases.
YouTube Search
Using the Youtube API, call in a search to place results AFTER the current on site results.
Why? Provides a quality set of secondary results.
Example Possibly using the other vBTube search script, updated for the new API.
Automated News Feed
Set up a daily CRON to pull in categories with more than X videos added to them.
Why? Keeps the news/announcement portion fresh without effort.
Add to Calendar
Allow the user to set an event ID the video is for and show it on the calendar.
Media RSS
Add media RSS output of the embedded player on the video page.
Why?
Allows for easy porting to Wordpress blogs and other RSS syndication.
Example?
Keep the videos "in house" using JWPlayer to pull the videos in and allow RSS embedding in the same player.
schlottkej
04-12-2010, 01:04 AM
Is there a list of available hosters somewhere?
schlottkej
04-12-2010, 03:39 AM
I will add hosters for ANYTHING you can give me an RSS FEED for. That includes audio and pictures.
http://www.flowrestling.org/rss
http://blip.tv/rss
I like were this hack is going:D
Question: Would you are would you be able to refer anyone who could build us a custom media center based on your hack. Paid of course
1: we need members to be able to upload video?s as you have your hack.
2: would like a deferent format, were the video chosen shows on top of the list of video?s like http://www.cnn.com/video/
3: we have several companies who broadcast intraday news clips pertaining to our sites nich, they have given us the permission to use their clips but all their video players are deferent styles \], what I would like is a solutions to aggregate these video?s into our main media center were the latest video from anyone of these sources will automatically show at our center in our player.
Infopro
04-12-2010, 03:56 PM
My forum theme doesn't change on the video directory pages. Is there something I'm missing to get this to use whatever theme a user is using?
Thanks in advance.
More coffee I think...
It's a setting.
Jaxel
04-12-2010, 09:13 PM
http://www.flowrestling.org/rss
http://blip.tv/rss
I can't do anything with these... I need an RSS feed to a SINGLE video.
final kaoss
04-12-2010, 10:41 PM
can you tell me how to edit this to bring videos from
*gamespot
*ign
*g4tv.com
*http://cinemassacre.com/ (i suppose they use blip.tv)
*http://www.gametrailers.com
?
MonkYZ
04-13-2010, 09:31 PM
Is there any chance for an update ? It's almost an year now... we keep it mostly for demo purposes and users are getting anxious about not beeing able to comment/post in video-directory remixed. Thx and keep up the good work !
Jaxel
04-13-2010, 10:52 PM
Anyone wanna beta test the new version? Its not phrased AT ALL.
Contact me on AIM: BadBreath911
final kaoss
04-14-2010, 02:12 PM
I finally thought of something this mod needs, sorting videos by letter
https://vborg.vbsupport.ru/attachment.php?attachmentid=105833&d=1257067181
Jaxel
04-15-2010, 10:00 PM
I BELIEVE I have the import script working perfectly for the import from Video Directory Remixed.
However, I need at least one person with AIM to test it for me.
I BELIEVE I have the import script working perfectly for the import from Video Directory Remixed.
However, I need at least one person with AIM to test it for me.
Please check my PM
Jaxel
04-16-2010, 08:31 PM
Okay, attached is the mostly unphrased beta... don't install this beta on your LIVE forum yet. Keep it to test forums; and make sure you import your existing Video Directory Remixed database to your test forum. I've also included my HTACCESS file; which I think everyone with apache should be using over what you find at vbulletin.com.
INSTALL
- Upload all files in "upload" to your forum root
- CHMOD 777 customVID and its subdirectories
- Install product from your admin control panel
- Set your usergroup permissions
- Program your Media Library settings, especially your thumbnail quality setting... At 50%, your thumbnails will be about 2kb in size, at 80% about 5kb in size and at 100%, 15kb in size. By default, the setting is for 50% quality, but I recommend changing it to 80%.
UPGRADE (after you install)
- go into plugin manager and enable the "media ADMIN import" plugin, once you finish the upgrade process, you will want to disable this plugin again so you don't accidentally use it. this upgrade process will truncate your existing media tables, so you should only ever do this process once.
- go into update counters maintenance and run the "Import Media from Video Directory Remixed" process. VDR needs to still be installed on your forums (but disabled, since it wont run on VB4x) and the video tables should still be in your database.
- when this import is done, it will automatically run the "Rebuild Media Information" process.
- go into update counters maintenance and run the "Rebuild Media Thumbnails" process. This is a very intensive process, but it will rebuild all thumbnails for your media to the new thumbnail format I have created for this mod.
YOU WILL GET ERRORS WHILE REBUILDING THUMBNAILS!
Rebuilding thumbnails will tell you for which media it is working on, and then display the new thumbnail. If the rebuild process stops with an error; you can easily click on the link provided for that media and see if there is anything wrong with the media. Often you will see something along the lines of "This video has been removed" from YouTube or something else.
This means the video is gone, and thus the thumbnail was unable to be regenerated. Delete the video from your library, as its no longer of any use to you, and restart the thumbnail rebuild process from where you left off. You can easily skip to where you left off, by inputting the ID of the last completed video into the section labelled "Media ID Staring Location".
If you don't see any error when you click the link provided, that simply means that there was a syn/ack request failure (consider it a hiccup) and it was unable to connect. Just try again from that specific ID.
EquinoxWorld
04-16-2010, 08:48 PM
AWSOME news my friend. We will surely test it out and give feedback. Today is a very happy day. Thank you so much Jaxel!
kho91
04-16-2010, 09:22 PM
thank you jaxel
i have this error
Database error in vBulletin 4.0.2:
Invalid SQL:
SELECT media_tag_content.tagID AS tagID, media_tag.*, COUNT(*) AS count
FROM vbmedia_tag_content AS media_tag_content
INNER JOIN vbmedia_tag AS media_tag ON (media_tag.tagID = media_tag_content.tagID)
GROUP BY media_tag.tagID, media_tag.tagText
ORDER BY count DESC
LIMIT 50;
MySQL Error : Table 'mydatabasename.vbmedia_tag_content' doesn't exist
kho91
04-16-2010, 09:28 PM
i have this in my config.php
Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = 'vb';
sorry i dont speak english
final kaoss
04-16-2010, 09:49 PM
This mod is for vbulletin 3.8.X
thank you jaxel
i have this error
Database error in vBulletin 4.0.2:
Invalid SQL:
SELECT media_tag_content.tagID AS tagID, media_tag.*, COUNT(*) AS count
FROM vbmedia_tag_content AS media_tag_content
INNER JOIN vbmedia_tag AS media_tag ON (media_tag.tagID = media_tag_content.tagID)
GROUP BY media_tag.tagID, media_tag.tagText
ORDER BY count DESC
LIMIT 50;
MySQL Error : Table 'mydatabasename.vbmedia_tag_content' doesn't exist
kho91
04-16-2010, 09:54 PM
i know that but we have a script to upgrad to vb4
final kaoss
04-16-2010, 09:58 PM
Then you wont be able to use it. It will not work on vbulletin 4.X versions, until the author decides to update it to be compatable with vbulletin 4.X
Jaxel
04-16-2010, 10:36 PM
Okay, here is a fixed product file... uninstall the previous version first.
You will need to edit the product and DELETE the SECOND "Existing Install/Uninstall Code" before you will be able to uninstall it. There was a problem with the install procedure related to uStream.
final kaoss
04-16-2010, 11:06 PM
So this is the new version of the video directory for 3.8.x?
Jaxel
04-16-2010, 11:16 PM
No... its the beta for 4.x
final kaoss
04-16-2010, 11:18 PM
ah cool, any plans on fixing up those htaccess rewrite rules for the 3.8 version? I'm using yabbseo not vbseo so I don't know what to put, here's what my htaccess looks like.
Options +FollowSymLinks
ErrorDocument 404 /404.shtml
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
RewriteEngine On
# Please note: RewriteBase is the path of your forum
# to your root vB installation (i.e. / or /forums without ending slash / if it is a subdirectory)
RewriteBase /forum
RewriteRule ^sitemap\.xml$ sitemap.php [L]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ yabbseo.php?bbseourl=$1&%{QUERY_STRING} [L]
<Files *.*>
order allow,deny
allow from all
deny from 220.181.
</Files>
SetEnvIfNoCase User-Agent "^Baiduspider" block_bot
Order Allow,Deny
Allow from All
Deny from env=block_bot
Cybershaolin
04-17-2010, 12:35 AM
extreme-gaming, I don't think so since he stated that he would not touch the hack for the 3.8.X version.
That's why I previously said and asked without any answers why this thread was used for the development of a product that would not even be for 3.8.X anymore. I was sure people would start to get confused and it's actually starting as expected. Jaxel, why don't you start a thread for 4.0 version even beta and keeps this thread cleaned of anything regarding 3.8.X version. This would avoid confusion and would not give hope for nothing for us, abandonned users of the 3.8.X version.
My two cents.
Okay, here is a fixed product file... uninstall the previous version first.
You will need to edit the product and DELETE the SECOND "Existing Install/Uninstall Code" before you will be able to uninstall it. There was a problem with the install procedure related to uStream.
Jaxel, I got this error when I run the "Import Media from Video Directory Remixed" process.
Database error in vBulletin 4.0.3:
Invalid SQL:
SELECT media_tag_content.*, media_tag.tagText
FROM vb_media_tag_content AS media_tag_content
LEFT JOIN vb_media_tag ON(media_tag.tagID = media_tag_content.tagID)
WHERE media_tag_content.mediaID = '1'
ORDER BY media_tag.tagText ASC;
MySQL Error : Unknown column 'media_tag.tagText' in 'field list'
Error Number : 1054
Request Date : Saturday, April 17th 2010 @ 12:20:50 PM
Error Date : Saturday, April 17th 2010 @ 12:20:50 PM
Script : http://www.domain.com/testvb/admincp/misc.php?do=rebuild_media_info
Referrer : http://www.domain.com/testvb/admincp/misc.php?do=import_media_video
MySQL Version : 5.0.90-community
Jaxel
04-17-2010, 04:16 PM
Veer... overwrite this file to /media and try again...
Veer... overwrite this file to /media and try again...
Now its working fine, "Import Media from Video Directory Remixed" and "Rebuild Media Information" completed.
Now "Rebuilding Media Thumbnails" its also working fine but there are lots of videos have been removed, I'm tired deleting media one by one, Jaxel can you provide an easy way to delete media when "Rebuilding Media Thumbnails"?
Found another error on submitting new media:
Database error in vBulletin 4.0.3:
Invalid SQL:
SELECT media.* FROM vb_media WHERE mediaID = '1050';
MySQL Error : Unknown table 'media'
Error Number : 1051
Request Date : Saturday, April 17th 2010 @ 02:41:24 PM
Error Date : Saturday, April 17th 2010 @ 02:41:24 PM
Script : http://www.domain.com/testvb/media.php
Referrer : http://www.domain.com/testvb/media.php?do=submit
Classname : vB_Database
MySQL Version : 5.0.90-community
desi-boy
04-17-2010, 05:53 PM
heyyyy good instld working good with 4.0.3 wow thnxxxxxxxxxxxxxxxxxxx jaxel
Jaxel
04-17-2010, 08:00 PM
New release is up! With fixes to Veer's problems.
https://vborg.vbsupport.ru/showthread.php?t=240677
3beidat
04-20-2010, 12:36 PM
<font color="Black">thank you,
can some one give me (videohoster.xml) for videoweed please ?</font>
haytham
04-20-2010, 01:55 PM
I am using this on 3.8.5 and it's all good but it won't post anything in the forum I assigned for new videos. Also, I don't know what the RSS function is for. I thought it would like give me a ticker on my main forum page telling people about the new posted videos but can't figure out the real function intended.
MagicThemeParks
04-20-2010, 09:48 PM
haytham,
Did you click the option at the bottom of the add video screen to start a new thread? If not, it will not setup a new thread.
The RSS feature would be used to 'feed' the information to either a widget or feature (like this one: https://vborg.vbsupport.ru/showthread.php?t=196332 ) or a news feature ticker (like this one: https://vborg.vbsupport.ru/showthread.php?t=207432 ) to communicate it out to your members/guests.
Hope that helps :up:
3beidat
04-22-2010, 08:49 PM
please can some one give me (videohoster.xml) for videoweed please ?
inciarco
04-23-2010, 03:39 PM
The ability to upload new thumbnails is already in the system.
I'm not sure if I'm going to put in an option where you can change the serviceVAL of a video. The whole idea of changing serviceVALs is problematic, and it should only be done by administrators in the first place. If you are an admin, you can easily edit the serviceVAL yourself in PHPMyAdmin.
SEO Slugs are also done and working PERFECTLY. Check them out on the test site.
Jaxel, I haven't seen any Option to Upload New Thumbnails on the Videos. :confused:
Could You Please Tell me Where Can I Find that Option to Upload New Thumbnails For the Videos? :confused:
I Appreciate Your Help.
My Best Regards.
:)
haytham
04-24-2010, 08:24 AM
haytham,
Did you click the option at the bottom of the add video screen to start a new thread? If not, it will not setup a new thread.
The RSS feature would be used to 'feed' the information to either a widget or feature (like this one: https://vborg.vbsupport.ru/showthread.php?t=196332 ) or a news feature ticker (like this one: https://vborg.vbsupport.ru/showthread.php?t=207432 ) to communicate it out to your members/guests.
Hope that helps :up:
Yeah. You are right. I didn't notice that but after a while I found it useless to be posting in a forum. It only gives me 2 instances of the video. I have a youtube mod installed too so as soon as there is a post in a thread it appears as a video again.
Thanks again.
Now I had a hard time moving videos from one category to another. I have to open each video separately then click edit then choose the category...very time consuming. Hope there is an updated way of doing this soon. Other than that, this mod rocks and kicks _ _ _. Thanks a lot.
TeePadgett2
04-26-2010, 02:22 AM
I'm lost....how do I add categories to this mod?
MagicThemeParks
04-26-2010, 10:10 AM
I'm lost....how do I add categories to this mod?
116326
Use the 'search this thread' feature and type "categories" in it. The answer has been given several times throughout this thread. :up:
Jaske
05-11-2010, 03:09 AM
how do I create different categories for the videos?
MagicThemeParks
05-11-2010, 10:34 AM
how do I create different categories for the videos?
Please see previous post
Kai77
05-11-2010, 04:16 PM
Jaxel just told me support has been dropped!
no bugfixes or security fixes for this anymore :(
how do I create different categories for the videos?
Too funny, I hit the search function just to see if this was answered...apparently my memory isn't the greatest :o
https://vborg.vbsupport.ru/showpost.php?p=1927180&postcount=1325
MagicThemeParks
05-15-2010, 09:05 PM
Is there a way to have the "start a thread" option checked by default?
powerful_rogue
05-16-2010, 06:23 PM
I dont suppose anyone has an xml to make this work with photobucket videos do they?
Also, probably a stupid question! But im guessing the version for VB4 does not work on 3.8? I know some mods are backwards compatabile
Taurus1
05-17-2010, 02:59 AM
This is awesome. But can someone please give me instructions on how to set up the hosters. (My apologies if this is a stupid question!) I just don't know!
powerful_rogue
05-17-2010, 11:16 PM
If anyone knows of anyway to get this working with photobucket videos it really would be greatly appreciated :)
inciarco
05-18-2010, 02:54 PM
I Ask My Question Again, I Hope Jaxel or an User that Know How to Do It Might Answer It:
Jaxel, I haven't seen any Option to Upload New Thumbnails on the Videos. :confused:
Could You Please Tell me Where Can I Find that Option to Upload New Thumbnails For the Videos? :confused:
I Appreciate Your Help.
My Best Regards.
:)
In the Post Jaxel Mentions that there is an Option to Upload New Thumbnails on the Videos, a Great Option to Change the Images and also Upload an Image on Videos Where is Not Possible to Automatically Get the Image From the Video Hosting.
I Appreciate Your Guides and Answers.
My Best Regards.
:)
MagicThemeParks
05-19-2010, 01:02 AM
In the Post Jaxel Mentions that there is an Option to Upload New Thumbnails on the Videos, a Great Option to Change the Images and also Upload an Image on Videos Where is Not Possible to Automatically Get the Image From the Video Hosting.
I Appreciate Your Guides and Answers.
My Best Regards.
:)
Inciarco, if you are looking to change an existing thumbnail for a YouTube video, for example. Simply open the directory .... videothumbnails >> YouTube and there you will see the thumbnails for the videos that you have uploaded.
As an example, I have a video uploaded at one of my sites here: http://www.themysterydistrict.com/videos/worlds-mysteries-videos-5/strange-japanese-sea-creatures-10.html
The video's URL is here: http://www.youtube.com/watch?v=Pa0SY6RYJIo
That video's thumbnail is here: http://www.themysterydistrict.com/videothumbnails/YouTubeHD/Pa0SY6RYJIo.jpg
So, as you can see, the video's ID is used as the 'name' of the .jpg file. So, to change the image, I would simply create a new thumbnail (use a size that won't 'break' your style/layout) and rename it as "Pa0SY6RYJIo.jpg" and upload it to your videothumbnails >> YouTube (or YouTubeHD if applicable) directory. Does that help?
inciarco
05-19-2010, 02:58 AM
Inciarco, if you are looking to change an existing thumbnail for a YouTube video, for example. Simply open the directory .... videothumbnails >> YouTube and there you will see the thumbnails for the videos that you have uploaded.
As an example, I have a video uploaded at one of my sites here: http://www.themysterydistrict.com/videos/worlds-mysteries-videos-5/strange-japanese-sea-creatures-10.html
The video's URL is here: http://www.youtube.com/watch?v=Pa0SY6RYJIo
That video's thumbnail is here: http://www.themysterydistrict.com/videothumbnails/YouTubeHD/Pa0SY6RYJIo.jpg
So, as you can see, the video's ID is used as the 'name' of the .jpg file. So, to change the image, I would simply create a new thumbnail (use a size that won't 'break' your style/layout) and rename it as "Pa0SY6RYJIo.jpg" and upload it to your videothumbnails >> YouTube (or YouTubeHD if applicable) directory. Does that help?
I Appreciate Your Answer and Guide. That's the Hard Way to do it, but Jaxel said that the Option to Upload the thumbnails was in the System, I'd Appreciate to Know where is that Option Located? :confused: (I haven't Found it Yet).
I Quote His Post:
The ability to upload new thumbnails is already in the system.
I'm not sure if I'm going to put in an option where you can change the serviceVAL of a video. The whole idea of changing serviceVALs is problematic, and it should only be done by administrators in the first place. If you are an admin, you can easily edit the serviceVAL yourself in PHPMyAdmin.
SEO Slugs are also done and working PERFECTLY. Check them out on the test site.
My Best Regards.
:)
MagicThemeParks
05-19-2010, 10:19 AM
inciarco,
Are you running the 4.0 or the 3.8x version of vBulletin? I use the 3.8x version and that's the only way that I know of. I believe that the 4.0 is the one that Jaxel is referring to. Good luck! :up:
GoBoiano
05-21-2010, 02:27 PM
Hi. I recently installed your mod into my forum, however this message appears everytime I try to go into the video directory:
you do not have permission to access this page. This could be due to one of several reasons:
Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Could anyone please explain to me, how to enable all of my members to have access to the directory? Thanks
haytham
05-21-2010, 02:51 PM
I think you should go to usergroups and give permissions from there to every group you have.
GoBoiano
05-21-2010, 03:39 PM
Ahh I see. =) Thank you for your help. =) It's up and working now.
michael5472
05-24-2010, 08:28 AM
I am trying to Add YouTube after a fresh installation and getting this error
The directory for this video-hoster api isn't wirteable!
How can i fix this ?
MagicThemeParks
05-24-2010, 10:33 AM
michael5472,
That means that you didn't CHMOD the directories correctly as in step 2 of the installation instructions above. Make sure that the "videothumbnails" and the subdirectories are CHMOD 777. :up:
powerful_rogue
05-24-2010, 06:05 PM
Im guessing no-ones managed to get this working with photobucket? Dont suppose anyone can give me any pointers?
haytham
06-03-2010, 11:37 AM
Some of my members are asking for editing options in the comment box like the ones in the reply box in vbulletin, bold,center, colors...etc. Is this possible?
RobbieZ
06-03-2010, 12:13 PM
Jaxel, Do you know why im getting this error when i save a new video ?
Warning: fopen([path]/videothumbnails/YouTube/_UlEv_t-fxc.jpg) [function.fopen]: failed to open stream: Permission denied in [path]/includes/videoserviceapi/class_youtube.php on line 91
Warning: fwrite(): supplied argument is not a valid stream resource in [path]/includes/videoserviceapi/class_youtube.php on line 92
Warning: fclose(): supplied argument is not a valid stream
Thanks
lafsunlmtd
06-27-2010, 03:48 AM
sorta disappointed developer just ignored this and multiple other people who had the same issue.
It is a plugin conflict, and rather than say what, you are experiencing is a plugin conflict, try to disable your other plugins to fix the error, the problem just sits ignored.
It has nothing to do with rebuilding your limits after an upgrade as we installed 1.3 fresh.
If you are getting this error just try shutting off plugins one by one.
We had a problem with VBobtimise and this plugin. We set the vid directory general settings to NOT cache styles.
I'm having the same problem with member profiles too.
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT * FROM video AS video
WHERE userid = 221
ORDER BY dateline DESC
LIMIT A;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'A' at line 4
Error Number : 1064
Request Date : Tuesday, October 20th 2009 @ 01:54:46 PM
Error Date : Tuesday, October 20th 2009 @ 01:54:57 PM
Script : http://www.******.com/forums/member.php?action=getinfo&u=221
Referrer : http://www.******.com/forums/members/list/
IP Address : 70.128.109.66
Username : Admin
Classname : vB_Database
MySQL Version : 5.0.77-log
Digital Jedi
06-27-2010, 03:58 AM
sorta disappointed developer just ignored this and multiple other people who had the same issue.
That's kinda what "Not Supported" means.
lafsunlmtd
06-27-2010, 04:03 AM
thanks for that update on what the mod feature icons mean above.
these issues are from 2009 and the developer responded to numerous posts directly after people posted this same issue and just ignored these people, so thats why IMO it was really "disappointing" that he helped and supported the mod to some people and not to others.
Digital Jedi
06-27-2010, 04:54 AM
thanks for that update on what the mod feature icons mean above.
these issues are from 2009 and the developer responded to numerous posts directly after people posted this same issue and just ignored these people, so thats why IMO it was really "disappointing" that he helped and supported the mod to some people and not to others.
Seems odd that you would respond about that now. Looking back at the numerous posts you mention, seems it was addressed. Just never fixed before he could no longer support this mod.
lafsunlmtd
06-27-2010, 05:34 AM
i'm responding now because it just happened to me and it was not addressed by anyone. I read through about 40-50 pages of posts about it looking for a solution. Just people saying, yea same thing happened to me since i upgraded.
the developer said to one guy, looks like these guys didn't rebuild their limits after upgrading. which has nothing to do with the error and was of no help. As i said we installed fresh and had this issue.
JacquiiDesigns
06-30-2010, 12:31 AM
First of all = Thanks for the modification share Jaxel! Much appreciation.
I would like to change the default youtube embed player from the 480x385px older size to the newer youtube 640x360px player. I'd like the larger player for all pages which parse the embed code, including the one in forum thread posts. How can I do this please?
Again - thanks for the share. I'd appreciate some assistance with this my fellow vBNerds :P
Jacquii.
JacquiiDesigns
06-30-2010, 07:57 PM
Hello?? Any suggestions??
I'd appreciate some assistance - Does anyone know how to change the default youtube player size to 640x360px instead of the older "block" size 480x385px
Thanks in advance!
Jacquii.
JacquiiDesigns
07-01-2010, 08:07 PM
Bump!
b6gm6n
07-06-2010, 03:29 AM
Has anyone got the "xfire" video hoster settings xml file? please advise, thanks
BlackThorn
07-09-2010, 06:16 PM
Jaxel nice work thanks but I need myspace and yahoo video xml...
RobbieZ
07-09-2010, 07:01 PM
Hello?? Any suggestions??
I'd appreciate some assistance - Does anyone know how to change the default youtube player size to 640x360px instead of the older "block" size 480x385px
Thanks in advance!
Jacquii.
Edit youtube xml in dreamweaver find and change
<svcWidth>640</svcWidth>
<svcHeight>360</svcHeight>
Somewhere near the bottom
JacquiiDesigns
07-10-2010, 10:31 AM
Edit youtube xml in dreamweaver find and change
<svcWidth>640</svcWidth>
<svcHeight>360</svcHeight>
Somewhere near the bottom
Thanks for responding Robbie!
Can you be more specific please? Which youtube xml file am I look for? I've searched all files included in the download and do not see the text <svcWidth> in any of the files...
b6gm6n
07-10-2010, 01:00 PM
Thanks for responding Robbie!
Can you be more specific please? Which youtube xml file am I look for? I've searched all files included in the download and do not see the text <svcWidth> in any of the files...
Export your youtube hoster as an xml file, once downloaded edit it and find the line below, see my values, perfect for youtube wide screen (width="540" height="360") - if you make it 640x you get black bars either side left and right.
return '<embed src="http://www.youtube-nocookie.com/v/' . $videoid . '&autoplay=' . $autoplay . '&fs=' . $fullscreen . '&rel=' . $related . '&hq=1" type="application/x-shockwave-flash" allowfullscreen="true" width="540" height="360" wmode="transparent"></embed>';
then re-import! - done! good luck
JacquiiDesigns
07-11-2010, 08:05 PM
Export your youtube hoster as an xml file, once downloaded edit it and find the line below, see my values, perfect for youtube wide screen (width="540" height="360") - if you make it 640x you get black bars either side left and right.
return '<embed src="http://www.youtube-nocookie.com/v/' . $videoid . '&autoplay=' . $autoplay . '&fs=' . $fullscreen . '&rel=' . $related . '&hq=1" type="application/x-shockwave-flash" allowfullscreen="true" width="540" height="360" wmode="transparent"></embed>';
then re-import! - done! good luck
DUH! I didn't even think to re-import the edited file ARG.
Anyway - Issue is sorted! Thanks so much for the help guys! ;)
Jacquii.
RobbieZ
07-11-2010, 08:47 PM
Has anyone got the "xfire" video hoster settings xml file? please advise, thanks
Let me see if I can write one for you :)
THE BLUE DRAGON
08-16-2010, 11:37 PM
hmm can i put external link ??
like http://www.site.com/video.mp4 ??
and can i put ( avi , flv , rm , wav , ect ) ??
Hellmaster
08-18-2010, 03:18 AM
Does this version will upgrade to have moderated videos? Or only for 4.x?
Artes_Marciales
08-22-2010, 07:54 AM
Thanks!! : )
mortydot
08-25-2010, 03:30 PM
I have 2 problems with this mod.
1 When i want to post a comment on a vid it says: Invalid video specified.
2 I dont understand what urls to use. For example when i use a link of youtube sometimes a url works and some dont work. I dont know what im doing wrong. Maby i need to change some settings?
Hope somebody can help me!
Lightmaster-AH
08-31-2010, 11:59 AM
Hello
and sorry for my very bad english. I have some problems with the comment. If I make a comment, I can not see this. I refresh the site and for just one moment I can see the comment and than the commentbox is empty.
I upgraded from 1.1 to the newest version and I can see all the older comments. Is there a problem with my Video_commentbit template? Or is there another problem?
thank you for help!
xTerMn8R
09-07-2010, 04:13 PM
Hello Folks,
Just want to start off by saying this Mod Rocks, and we've been using it for sometime now. I do however have a question, Can anyone explain to me how I can make a Hoster definition XML for a site that doesn't exist as one of the hosters listed/Included? I've tried modifing some of the existing ones and uploading them, but I'm missing something somewhere. I'm sure it has something to do with the URL info and the way I'm entering it into the xml. This site does it quite different then most of the others, so I'm very perplexed with the code I see in these. I think if I knew how to make a Wildcard for part of the URL I could get it. But I dont know how to do that, * and *.* dont seem to work.
We have recently been reviewing quite a number of videos from a site called www.PopModal.com I have no idea where to start and was hoping someone could point me in the right direction. Below is the Embed and URL information, I don't know if that will be of any help to help figure this out but figured I'd include it.
<object width="400" height="327"><param name="movie" value="http://www.popmodal.com/nvp/player/nvplayer.swf?config=http://www.popmodal.com/nvp/econfig.php?key=6833d2d0cb944555739c"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="transparent"></param><embed src="http://www.popmodal.com/nvp/player/nvplayer.swf?config=http://www.popmodal.com/nvp/econfig.php?key=6833d2d0cb944555739c" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"wmode="transparent" width="400" height="327"></embed></object>
http://www.popmodal.com/video/6122/Ted-Hayes-Debates-Rev-Eric-Lee-on-Glenn-Becks-Restoring-Honor-Rally-in-Washington-DC
Thank you in advance for any and all assistance...
soundbarrierpro
09-18-2010, 05:57 PM
Any chances this mod will add in a feature for using "own video player"? Basically allowing the site admin to play all youtube video through the sites external player?
It would stop members or visitors from clicking the video to see where the video is on youtube.
soundbarrierpro
09-19-2010, 10:15 PM
Has anybody figured out the re-write for vbSEO yet? I really want to have url's seo'd and be able to comment.
Also, where is the RSS feed found? I have it enabled but don't know where the feed is.
soundbarrierpro
09-19-2010, 10:29 PM
just change the template, and yes...
@Yotsume... fixed in next version.
Which template to change the look of the thumbs/info for listing page?
captain-busa
09-20-2010, 06:40 AM
Has anybody figured out the re-write for vbSEO yet? I really want to have url's seo'd and be able to comment.
Also, where is the RSS feed found? I have it enabled but don't know where the feed is.
Here is what I have for VBSEO and it's working about 90%
'^video\.php\?do=viewdetails&categoryid=(\d+)&categorytitle=(.*)&videoid=(\d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&page=(\d+)'=>'videos/$2-$1/$3/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'^video\.php'=>'videos/'
This will allow the vids to be created and then a new forum opened for each video, you can comment in the new thread but you can't comment in the "Videos" section where you uploaded the video initially....
When you try to post to the "Videos" section you get the error "Invalid Video Specified"
I worked with support from VBSEO to get where I am now but they closed the ticket and told me this was a coding problem here... Frustrating to say the least....
soundbarrierpro
09-20-2010, 11:00 AM
Here is what I have for VBSEO and it's working about 90%
'^video\.php\?do=viewdetails&categoryid=(\d+)&categorytitle=(.*)&videoid=(\d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&page=(\d+)'=>'videos/$2-$1/$3/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'^video\.php'=>'videos/'
This will allow the vids to be created and then a new forum opened for each video, you can comment in the new thread but you can't comment in the "Videos" section where you uploaded the video initially....
When you try to post to the "Videos" section you get the error "Invalid Video Specified"
I worked with support from VBSEO to get where I am now but they closed the ticket and told me this was a coding problem here... Frustrating to say the least....
Good job mate. I wonder why this is? Very strange to say the least. I definitely need for the members to comment on the actual video. While I do have it directed to list the comments on the forum as well. Many visitors won't get involved in the forum. They'd rather comment the video.
Otherwise, this is a fantastic mod. Everything I wanted, needed in one "FREE" package.
JacquiiDesigns
09-20-2010, 05:42 PM
More vBSEO crr @ http://www.vbseo.com/f23/video-directory-remix-crrs-38663/
'^video\.php\?do=viewrecent'=>'videos/recent-videos.html'
'^video\.php\?do=viewtag&tag=(.*)'=>'videos/tags/$1/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&sort=dateline&order=DESC&page=(\d+)'=>'videos/$2-$1/page-$3/'
'^video\.php\?do=viewdetails&categoryid=(\d+)&categorytitle=(.*)&videoid=(\d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&page=(\d+)'=>'technique/$2-$1/$3/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'^video\.php'=>'videos/'
soundbarrierpro
09-20-2010, 06:10 PM
Hi @ jacquiicooke
that won't work, at least for me, because the video director settings is specifically looking for the rewrite rules configured with the package. Once I add the rewrite rules in your post, then go back and refresh the vid directory options in ACP, it's still saying to add the package re-write rules. And I get a mysql cannot connect to database message.
JacquiiDesigns
09-20-2010, 06:58 PM
Hi @ jacquiicooke
that won't work, at least for me, because the video director settings is specifically looking for the rewrite rules configured with the package. Once I add the rewrite rules in your post, then go back and refresh the vid directory options in ACP, it's still saying to add the package re-write rules. And I get a mysql cannot connect to database message.
Ooops - sorry. I believe the settings looks for "//Video-Directory" code - so add that at the top of the rewrite rules and the message should no longer appear:
//Video-Directory
'^video\.php\?do=viewrecent'=>'videos/recent-videos.html'
'^video\.php\?do=viewtag&tag=(.*)'=>'videos/tags/$1/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&sort=dateline& order=DESC&page=(\d+)'=>'videos/$2-$1/page-$3/'
'^video\.php\?do=viewdetails&categoryid=(\d+)&categorytitle=(.*)&videoid=(\d+)&v ideotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&page=(\d+)'=>' technique/$2-$1/$3/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'^video\.php'=>'videos/'
soundbarrierpro
09-20-2010, 09:09 PM
Hmm...interesting. Now neither of the rewrite rules work. The message went away in the ACP, but with re-write rules added, the page doesn't resolve. I take the rewrite rules out and the page resolves again.
soundbarrierpro
09-20-2010, 11:16 PM
Ooops - sorry. I believe the settings looks for "//Video-Directory" code - so add that at the top of the rewrite rules and the message should no longer appear:
Ok, scratch that. I forgot I changed the page variable to customize the URL, originally. I used re-writes jacquii posted and it works like a charm.
Good work Jacquii!
JacquiiDesigns
09-21-2010, 04:46 AM
Wish I could take credit for it - but it was posted over at the vBSEO forums.
Glad to be of help though! ;)
soundbarrierpro
09-23-2010, 01:20 PM
Anybody knows which template or templates to edit for video directory index? I'd like to change the layout of the videos views. The default has too much info and takes up too much space.
I don't need coding help, only which templates. Thanks.
kottemann
09-25-2010, 09:44 AM
Installed seamlessly brilliant mod thank you very much
muratcan25
09-27-2010, 10:39 AM
please izlesene.com
videohoster.xml ?
and
sabongplayer
09-28-2010, 05:31 AM
Hi,
Where can I find justin tv, ustream and livestream video-hoster files?
Thank you!
Zarxrax
10-05-2010, 09:53 PM
Is there any way that I can make it so only certain usergroups can post in specific categories? I want some categories to be reserved for official site videos, and other categories where users can post what they want.
chocolate angel
10-10-2010, 01:33 AM
i LURVE this mod..quick question. how can i rename the link in the navbar to say something else? thanks.
JacquiiDesigns
10-11-2010, 12:48 AM
i LURVE this mod..quick question. how can i rename the link in the navbar to say something else? thanks.
You should try searching for the phrase in your AdminCP:
AdminCP ==> Languages & Phrases ==> Search in Phrases
Then simply rename it to whatever you like.
HTH,
Jacquii.
chick
10-17-2010, 11:37 AM
Someone asked how to keep the check box for forum posting checked... go to the add video template... find
<table cellpadding="0" cellspacing="0" border="0" class="fieldset">
<tr><td><input type="checkbox" class="bginput" id="newthread" name="newthread" value="1" tabindex="1" /> </td><td class="smallfont"><b><phrase 1="$forum[title]">$vbphrase[create_new_thread]</phrase></b></td></tr></table>
and replace with
<table cellpadding="0" cellspacing="0" border="0" class="fieldset">
<tr><td><input type="checkbox"checked class="bginput" id="newthread" name="newthread" value="1" tabindex="1" /> </td><td class="smallfont"><b><phrase 1="$forum[title]">$vbphrase[create_new_thread]</phrase></b></td></tr></table>
..... all your simply doing is adding the word checked after "checkbox"
Levi75
10-22-2010, 06:30 AM
Is it possible to change the title of the "new video" button to "Nuevo VĂdeo"? Is it possible to get the psd file for make the changes?
Levi75
10-22-2010, 06:33 AM
When i post a comment in a video screen (not in the thread created in forum) i get a javascript error like:
'elem' is null or not an object
Because of this, the post comment made is not refreshed in the screen, so i have to refresh manually to get the new comment displayed.
Any solution for this?
Levi75
10-22-2010, 06:36 AM
Another thing i discovered is that the user's avatars are not displayed in the comments. They are leaving in blank with no image.
Any solution for this?
betts02
11-17-2010, 09:26 PM
How do we add hosters ?
Can we use the same XML files from the vb4 version ?
Cheers
3beidat
12-01-2010, 10:27 PM
Hello, Megavideo made some changes on server so the product now can't get anything of video information like Title, Description, Thumbnail...
Can you update it please!
3beidat
12-01-2010, 10:40 PM
can any one create a new xml for megavideo please
Cla75
12-02-2010, 07:27 PM
I also have problem with your comments if you use Rewrite Rules (SEO / / Video-Directory)
does anyone know how to fix it?
thanks for the support
lafsunlmtd
12-03-2010, 01:42 PM
I also have problem with your comments if you use Rewrite Rules (SEO / / Video-Directory)
does anyone know how to fix it?
thanks for the support
I have the same issue. Comments don't work if using SEO to rewrite URL's.
Cla75
12-03-2010, 03:12 PM
I do not get better if you do not have any comments or does not have SEO rewrite URL's. :-(
yotsume
12-11-2010, 02:27 AM
For the love of god can we please see a list of hosters in a post with attachments to download all current hosters!!!
Digital Jedi
12-11-2010, 11:19 AM
I believe Jaxel will no longer be supporting this one, since he did the rewritten 4.x version.
MagicThemeParks
12-12-2010, 01:48 PM
Dj's right, Jaxel is no longer supporting this one since moving to the 4.x version. Plus, he may no longer support this one since moving to the xenForo software and rewriting the Media gallery mod altogether there.
Cla75
12-17-2010, 01:47 PM
you know if you can put a "video RANDOM " or "latest video" in vBadvanced CMPS ?
you know if you can put a "video RANDOM " or "latest video" in vBadvanced CMPS ?
Search is your friend ;)
https://vborg.vbsupport.ru/showthread.php?t=199084
MjrNuT
12-30-2010, 06:26 AM
I apologize for my most noob question here, but will this conflict with AME? I have that and so naturally I'm concerned with this.
Also, how do I learn to create my xml files for the video hosters? It seems that I only came upon one provided file for veoh. The trend seemed to be that ppl that don't know how to create the xml file are SOL...or I just don't understand where to obtain them.
Thanks in advance and props to Bird of Prey for forwarding me to this quite complicated plugin!!
Digital Jedi
12-30-2010, 06:29 AM
I apologize for my most noob question here, but will this conflict with AME? I have that and so naturally I'm concerned with this.
Also, how do I learn to create my xml files for the video hosters? It seems that I only came upon one provided file for veoh. The trend seemed to be that ppl that don't know how to create the xml file are SOL...or I just don't understand where to obtain them.
Thanks in advance and props to Bird of Prey for forwarding me to this quite complicated plugin!!
Nope, they really don't have anything to do with each other. I didn't use the video BBCode provided, but it probably works, too.
I never quite grasped how to make these XMLs, either. Since Jaxel moved on to vB4, I don't think we'll be getting a strealined way to do it.
MjrNuT
12-31-2010, 04:21 PM
Nope, they really don't have anything to do with each other. I didn't use the video BBCode provided, but it probably works, too.
I never quite grasped how to make these XMLs, either. Since Jaxel moved on to vB4, I don't think we'll be getting a strealined way to do it.
DJ, glad for your reply about the AME part. You just can't beat information from the source. :)
I see that this mod is no longer supported for some time. I don't understand why a key piece of input is not provided or at least enough bread crumbs on how to generate them (aka like your how to on creating regex stuff for the AME definitions).
This is disappointing for newer users of this mod. :( Are any users of this mod willing to provide their XML hoster files? To share those for continued usage of this mod or do you have to be part of a private community? :(
Appreciate any pointers in the right direction and I apologize if I'm coming off as critical. I don't mean to be, just at odds to understand how this mod (> 700 installs) is basically unusable without the XML files for people that have no idea how to generate them. Slap me around where I'm wrong, b/c this is a complicated one for my set of skills, but willing to learn.
Digital Jedi
12-31-2010, 04:41 PM
DJ, glad for your reply about the AME part. You just can't beat information from the source. :)
I see that this mod is no longer supported for some time. I don't understand why a key piece of input is not provided or at least enough bread crumbs on how to generate them (aka like your how to on creating regex stuff for the AME definitions).
This is disappointing for newer users of this mod. :( Are any users of this mod willing to provide their XML hoster files? To share those for continued usage of this mod or do you have to be part of a private community? :(
Appreciate any pointers in the right direction and I apologize if I'm coming off as critical. I don't mean to be, just at odds to understand how this mod (> 700 installs) is basically unusable without the XML files for people that have no idea how to generate them. Slap me around where I'm wrong, b/c this is a complicated one for my set of skills, but willing to learn.
Jaxel was planning on it, but in the interim he decided to focus all his efforts on vB4. Then I think he decided to stop coding for vB altogether. One of the things I wanted to do was create an add-on for AME that simulated a video directory, but I'm quite a long way away from making that happen at this time.
MjrNuT
01-04-2011, 04:04 PM
Maybe I don't know how to read.
When I go to the Manage Hoster page...I see this image showing hosters have been imported.
125225
But then I don't understand the Hoster Settings page and what to do. I guess I misunderstand the directions here, but the page gives me the impression that something is incomplete.
125226
Someone kind enough to bonk me on the head to elaborate? I have a feeling my previous posts make me look like an arse. I didn't mean to and expectedly welcome any Trebek comments. :up:
ctvtec
01-09-2011, 08:28 AM
I installed this and now i am getting this error when i click to add a new video:
Fatal error: Call to undefined function construct_edit_toolbar() in /home/zonechil/public_html/ctvtec/video.php on line 1443
the websites url is www.ctvtec.com
haytham
01-17-2011, 05:17 PM
If I upgrade to VB4, will I lose my current video directory or is there a way to back it up and keep it running? Please I need urgent help here because this is what stands between me and the upgrade.
Digital Jedi
01-18-2011, 01:33 AM
If I upgrade to VB4, will I lose my current video directory or is there a way to back it up and keep it running? Please I need urgent help here because this is what stands between me and the upgrade.
There's a Media Library for vB4, but I don't know if imports your old data. It does say that it's rewritten from scratch, so you have to uninstall the old one first.
haytham
01-18-2011, 08:55 AM
Thanks for the help but this way I will never upgrade to V4. I have no intention of loosing my database.
Digital Jedi
01-18-2011, 03:45 PM
Thanks for the help but this way I will never upgrade to V4. I have no intention of loosing my database.
I didn't say you would. I suggested you look at his vB4 version to see if it did or not. I imagine that he wouldn't make a new version where you couldn't do that, but you would need to check that thread to be sure. Uninstalling a product doesn't always remove database information.
Gamelobby
01-20-2011, 05:53 PM
Why do i keep getting error msg's emailed to me on random days. Some days it just keeps sending me these error msg's, then it can go for weeks/months before it happens again.?
Database error in vBulletin 3.8.5:
Invalid SQL:
SELECT * FROM youtube_playlists WHERE userid IN (0, 0) ORDER BY listname;
MySQL Error : Table 'NCJB327.youtube_playlists' doesn't exist
Error Number : 1146
Request Date : Wednesday, January 19th 2011 @ 10:23:52 PM
Error Date : Wednesday, January 19th 2011 @ 10:23:56 PM
Script : http://mysite.com/forums/yt.php
Referrer : http://mysite.com/forums/yt.php
IP Address : 91.201.67.22
Username : Unregistered
Classname : vB_Database
MySQL Version : 5.0.91-log
Also.. what is this.? yt.php mysite.com/forums/yt.php
Digital Jedi
01-21-2011, 08:26 AM
There's no yt.php with this mod. Is something else you're running using YouTube as part of it's processing?
lnxtr
01-23-2011, 08:38 PM
i am server php 5.3.3 with 3.8.5.
this script Don't image uploaded
robbiefritz
01-26-2011, 04:05 PM
Making changes in the bbcode manager window does not work so long as this is active. Any ideas?
MagicThemeParks
01-27-2011, 10:38 AM
robbiefritz, I had the same issue. It's a bit of an annoyance, but before adding your new BBCode, simply deactivate this mod. Then, after you setup the new BBCode, simply reactivate the video-directory mod and you'll be good.
JacquiiDesigns
01-27-2011, 06:04 PM
robbiefritz, I had the same issue. It's a bit of an annoyance, but before adding your new BBCode, simply deactivate this mod. Then, after you setup the new BBCode, simply reactivate the video-directory mod and you'll be good.
Yep - same thing I do.
It would be nice to see a fix for this issue - but other than that - it's a wonderful wonderful modification.
bbqchef33
01-28-2011, 03:04 PM
Awesome mod!!! Wow... my members are going nuts!
bbqchef33
01-30-2011, 04:08 AM
I really ahate to ask this, but i read thru the last 9 months of posts and cant find a definitive answer.
theis mod was working great, and one of my admins accidentaly chmodded the thumbnails to 644 while wqe were loading our videos up. We realized after 40 videos were loaded with no thumbnails.
i have been reading about using the rebuild custom avatar thumbnails to rebuild, but that did nothing.
Is there a way to rebuild the thumbnails? i would hate to have to go back and reload 40+ videos if i can avoid it.
MagicThemeParks
01-30-2011, 11:50 AM
I never got it to automatically do the thumbnails when I had a similar CHMOD issue. I had to go in and get the thumbnails and update them one by one. Please share if you find a way to do it automatically.
JacquiiDesigns
01-30-2011, 07:33 PM
I really ahate to ask this, but i read thru the last 9 months of posts and cant find a definitive answer.
theis mod was working great, and one of my admins accidentaly chmodded the thumbnails to 644 while wqe were loading our videos up. We realized after 40 videos were loaded with no thumbnails.
i have been reading about using the rebuild custom avatar thumbnails to rebuild, but that did nothing.
Is there a way to rebuild the thumbnails? i would hate to have to go back and reload 40+ videos if i can avoid it.
I don't think there is a way to do that without querying your database.
You'd need to edit each vid individually I'd think. Perhaps the OP and/or someone familiar with database queries can help...? Good luck.
Jacquii.
skubaman
01-30-2011, 09:18 PM
I have been using this for a long time and love it. I just wish I could post the videos on the home page.
Is there a way to put a module of, let's say, top videos, on non-vb page?
Thanks
JacquiiDesigns
01-30-2011, 09:46 PM
I have been using this for a long time and love it. I just wish I could post the videos on the home page.
Is there a way to put a module of, let's say, top videos, on non-vb page?
Thanks
Indeed there is the Video Directory Module for vBa CMPS (https://vborg.vbsupport.ru/showthread.php?t=199084). I wonderful little modification I use on my boards. You need vBadvanced installed to use this though.
Of course I've customized it a wee bit to better fit the look of my forum, as well as added quick-navigation links to vid categories. Here's what it looks like on my poetry forum:
https://vborg.vbsupport.ru/external/2011/01/3.jpg
HTH ;)
Jacquii.
skubaman
01-30-2011, 11:59 PM
Indeed there is the Video Directory Module for vBa CMPS (https://vborg.vbsupport.ru/showthread.php?t=199084). I wonderful little modification I use on my boards. You need vBadvanced installed to use this though.
Of course I've customized it a wee bit to better fit the look of my forum, as well as added quick-navigation links to vid categories. Here's what it looks like on my poetry forum:
https://vborg.vbsupport.ru/external/2011/01/3.jpg
HTH ;)
Jacquii.
Thanks, but needs to be on a vbadvanced page. I am trying to put it on a non-vb page. S static HTML page. Maybe a script that would pull the videos.
??
thanks
JacquiiDesigns
01-31-2011, 07:39 AM
static HTML page. Maybe a script that would pull the videos.
??
thanks
Perhaps you could pull from the rss feed? IDK...
FLASHYAN
02-15-2011, 10:30 AM
how to change title of page from Videos to another word
Change the phrase in AdminCP
MaKayWeB
03-08-2011, 06:49 PM
I can not write comments.gives this error.
Invalid video specified
truthkils
03-09-2011, 08:35 PM
I can not write comments.gives this error.
I'm having the same issue, it has to do something with the way VBSEO is setup.
Jaxel, I know you are not supporting this mod anymore, but can you shed some light on this on how to go about fixing it?
MagicThemeParks
03-15-2011, 01:01 AM
Hi Jaxel.
I just installed your great mod but I have a very big problem, when I want to enter to the videos page, appears this error:
Fatal error: Cannot redeclare construct_category_url() in /home/allreef/public_html/inicio/includes/functions_vbglossar.php on line 945
Here you can see it:
www.all-reefs.com/inicio/video.php
But I see that the error appears to the users that I am giving permissions in the user group permissions panel in the ACP
And here is my file attached, please help me my friend.:(
I will be waiting your prompt answer!!
Mario
yes i confirmed. I have the same problem:
Fatal error: Cannot redeclare construct_category_url() (previously declared in /var/www/web3074/web/includes/functions_videodirectory.php:190) in /var/www/web3074/web/includes/functions_vbglossar.php on line 963
Oh oh !!
te problem is coming from the "lexikon" - vbglossary modul. make the crosslinking enabled to NO.
now the video modul is activ
Using cross-linking in vBglossary is causing an issue when adding a new video (and starting a new thread). Anyone found a fix for this yet?
MagicThemeParks
03-15-2011, 02:01 AM
Great! Found the answer! :)
You have to edit the php files for both includes/functions_videodirectory.php and then the video.php file to ensure that they reference the 'new' name correctly. :up:
Fatal error: Cannot redeclare construct_category_url() (previously declared in /includes/functions_videodirectory.php:190) in /includes/functions_vbglossar.php on line 963
It conflicts with vbglossar. What's the fix?
I just did quick fix by changing all construct_category_url ocurrences to different name
haytham
03-21-2011, 12:23 AM
Hi,
I am getting these errors at the top of the directory:
Deprecated: Assigning the return value of new by reference is deprecated in /home/###/public_html/####/includes/init.php on line 55
includes/init.php on line 107
includes/init.php on line 111
includes/init.php on line 119
includes/init.php on line 130
includes/init.php on line 134
includes/init.php on line 142
includes/init.php on line 211
includes/init.php on line 389
includes/class_core.php on line 2552
I got the same messages for the arcade but it was solved this way:
https://vborg.vbsupport.ru/showpost.php?p=2043539&postcount=5715
Can some one please help me correct this problem in the video directory? Thanks.
haytham
03-21-2011, 12:26 AM
Ok. Did the same thing I did with arcade and now the warning messages are gone. So happy.
MR.BOSS
03-31-2011, 05:23 PM
Hello,
Thank you for this mod, i have an issue, Members are not able to comment in Arabic characters. Is there a way to fix that?
Thanks
asking
04-11-2011, 03:56 AM
Please where i can find facebook xml video hoster. Please for help?
Here is the sample facebook video link http://www.facebook.com/v/110451499036058
asking
04-12-2011, 11:09 AM
Please someone knows about. I tried to make my xml, but its not working kindly please check and verify?
<?xml version="1.0" encoding="ISO-8859-1"?>
<videohoster varname="Facebook" classname="facebook" active="1">
<title>Facebook</title>
<regex />
<author>Test by Me</author>
<version>1.2.4</version>
<class_file><![CDATA[<?php
/**
* Class to fetch and handle Facebook
*
*/
class vB_VideoSharingService_Facebook extends vB_VideoSharingService
{
var $hostername = 'Facebook';
function vB_VideoSharingService_Facebook(&$registry)
{
parent::vB_VideoSharingService($registry);
$this->settings =& $this->registry->videohosters[$this->hostername]['settings'];
}
function verify_service(&$url)
{
$matches = array();
$this->url = $url;
if (preg_match('/http://www\.facebook\.com\/\?v([\w]+)&*[\w;=]*]/i', $url, $matches))
{
$this->video_id = $matches[1];
return true;
}
return false;
}
function prepare_data()
{
if (!$this->verify_videoid())
{
return false;
}
//Request Video Data
$vurl = new vB_vURL($this->registry);
$vurl->set_option(VURL_URL, 'idontknowwhattoputhere' . $this->video_id);
$vurl->set_option(VURL_USERAGENT, 'vBulletin/' . FILE_VERSION . ' | Video Directory');
$vurl->set_option(VURL_RETURNTRANSFER, 1);
$vurl->set_option(VURL_TIMEOUT, 30);
$result = $vurl->exec();
if ($vurl->fetch_error())
{
$this->set_error(VSS_ERROR_CONNECTION);
return false;
}
require_once(DIR . '/includes/class_xml.php');
$xmlobj = new vB_XML_Parser($result);
if(!$arr = $xmlobj->parse())
{
$this->set_error(VSS_ERROR_RESPONSE);
return false;
}
preg_match('/[\w+%.-]*'.$this->video_id.'([\w]*)[\w+%.-]*/i', $arr['ROW']['embed'], $image);
$this->thumbnailpath = 'idontknowwhattoputhere';
$this->videodescription = urldecode($arr['ROW']['description']);
$this->videotitle = urldecode($arr['ROW']['title']);
$this->taglist = urldecode($arr['ROW']['title']);
$this->timelength = $arr['ROW']['runtime'];
return true;
}
function file_save_thumbnail()
{
if (!$this->fetch_thumbnailpath() OR !$this->fetch_videoid())
{
return false;
}
require_once(DIR . '/includes/class_vurl.php');
$vurl = new vB_vURL($this->registry);
$vurl->set_option(VURL_URL, $this->fetch_thumbnailpath());
$vurl->set_option(VURL_RETURNTRANSFER, true);
$result = $vurl->exec();
$fp = fopen(DIR . '/' . $this->registry->options['videodirectory_thumbnaildir'] . '/' . $this->hostername . '/' . $this->fetch_videoid() . '.jpg', 'wb');
fwrite($fp, $result);
fclose($fp);
}
function fetch_embedcode($videoid = '', $autoplay = 1, $fullscreen = 1, $related = 0, $stats = 0)
{
$videoid = $videoid ? $videoid : $this->video_id;
if ($fullscreen == 1) { $fullscreen = 'true'; } else { $fullscreen = 'false'; }
if ($autoplay == 1) { $autoplay = 'true'; } else { $autoplay = 'false'; }
return '<embed src="http://www.facebook.com/v/' . $videoid . '" autoplay="' . $autoplay . '" type="application/x-shockwave-flash" allowfullscreen="' . $fullscreen . '" width="640" height="480"></embed>';
}
function fetch_videobbcode($vid, $videoid = '', $videotitle = '')
{
$videoid = $videoid ? $videoid : $this->video_id;
$videotitle = $videotitle ? $videotitle : $this->video_title;
if ($this->registry->options['videodirectory_bbcode'])
{
return '' . $vid . '';
}
else
{
return '[' . $this->hostername . '=' . $videotitle . ']' . $videoid . '[/' . $this->hostername . ']';
}
}
function fetch_videourl($videoid = '')
{
$videoid = $videoid ? $videoid : $this->video_id;
return 'http://www.facebook.com/v/' . $videoid;
}
}
?>]]></class_file>
</videohoster>
asking
04-13-2011, 12:00 PM
I am waiting 24 hours before replying to this post to avoid spam. But it seems i am spamming coz nobody answers my post.
3beidat
04-13-2011, 11:03 PM
Hello, today when I tried to insert megavideo to video-directory i get this error
(The response of the video-server can't be read) !!!
how I can fix it?
and another question, can anybody made a xml file for duckload.com streaming?
Carlos X
04-15-2011, 01:29 AM
I recently upgraded to vb4, so this is deleted.
asking
04-15-2011, 07:14 AM
Please in need your help code. Thanks
haytham
04-15-2011, 07:33 AM
How can I make a backup of the whole script? I intend to move my forum so how can I keep my directory in tact? Please someone help as I need to know if this is possible or not. Thank you.
asking
04-15-2011, 01:04 PM
How can I make a backup of the whole script? I intend to move my forum so how can I keep my directory in tact? Please someone help as I need to know if this is possible or not. Thank you.
Do you know how to create a facebook video xml? Please help?
3beidat
04-15-2011, 09:58 PM
Hello, today when I tried to insert megavideo to video-directory i get this error
(The response of the video-server can't be read) !!!
how I can fix it?
and another question, can anybody made a xml file for duckload.com streaming?
asking
04-16-2011, 10:27 AM
Please someone help me? For the Facebook video hoster. Please help me?
https://vborg.vbsupport.ru/showpost.php?p=2183778&postcount=1717
3beidat
04-16-2011, 12:14 PM
It seems like there is no body want to help us!!
asking
04-17-2011, 07:21 AM
You are right. Nobody want to help us. Btw, you know how to make hoster for facebook?
3beidat
04-18-2011, 12:35 AM
I extremely hop that, because if I can make a hoster file for any hoster then I'll make files for more than 50 important vidoe hosts. But really I can't do and I'm not experienced in php programming. :(
BTW, Sorry for my bad english :P
asking
04-23-2011, 03:23 AM
I see. I tried to make a facebook hoster, but its not working. Can you check please?
<?xml version="1.0" encoding="ISO-8859-1"?>
<videohoster varname="Facebook" classname="facebook" active="1">
<title>Facebook</title>
<regex />
<author>Test by Me</author>
<version>1.2.4</version>
<class_file><![CDATA[<?php
/**
* Class to fetch and handle Facebook
*
*/
class vB_VideoSharingService_Facebook extends vB_VideoSharingService
{
var $hostername = 'Facebook';
function vB_VideoSharingService_Facebook(&$registry)
{
parent::vB_VideoSharingService($registry);
$this->settings =& $this->registry->videohosters[$this->hostername]['settings'];
}
function verify_service(&$url)
{
$matches = array();
$this->url = $url;
if (preg_match('/http://www\.facebook\.com\/\?v([\w]+)&*[\w;=]*]/i', $url, $matches))
{
$this->video_id = $matches[1];
return true;
}
return false;
}
function prepare_data()
{
if (!$this->verify_videoid())
{
return false;
}
//Request Video Data
$vurl = new vB_vURL($this->registry);
$vurl->set_option(VURL_URL, 'idontknowwhattoputhere' . $this->video_id);
$vurl->set_option(VURL_USERAGENT, 'vBulletin/' . FILE_VERSION . ' | Video Directory');
$vurl->set_option(VURL_RETURNTRANSFER, 1);
$vurl->set_option(VURL_TIMEOUT, 30);
$result = $vurl->exec();
if ($vurl->fetch_error())
{
$this->set_error(VSS_ERROR_CONNECTION);
return false;
}
require_once(DIR . '/includes/class_xml.php');
$xmlobj = new vB_XML_Parser($result);
if(!$arr = $xmlobj->parse())
{
$this->set_error(VSS_ERROR_RESPONSE);
return false;
}
preg_match('/[\w+%.-]*'.$this->video_id.'([\w]*)[\w+%.-]*/i', $arr['ROW']['embed'], $image);
$this->thumbnailpath = 'idontknowwhattoputhere';
$this->videodescription = urldecode($arr['ROW']['description']);
$this->videotitle = urldecode($arr['ROW']['title']);
$this->taglist = urldecode($arr['ROW']['title']);
$this->timelength = $arr['ROW']['runtime'];
return true;
}
function file_save_thumbnail()
{
if (!$this->fetch_thumbnailpath() OR !$this->fetch_videoid())
{
return false;
}
require_once(DIR . '/includes/class_vurl.php');
$vurl = new vB_vURL($this->registry);
$vurl->set_option(VURL_URL, $this->fetch_thumbnailpath());
$vurl->set_option(VURL_RETURNTRANSFER, true);
$result = $vurl->exec();
$fp = fopen(DIR . '/' . $this->registry->options['videodirectory_thumbnaildir'] . '/' . $this->hostername . '/' . $this->fetch_videoid() . '.jpg', 'wb');
fwrite($fp, $result);
fclose($fp);
}
function fetch_embedcode($videoid = '', $autoplay = 1, $fullscreen = 1, $related = 0, $stats = 0)
{
$videoid = $videoid ? $videoid : $this->video_id;
if ($fullscreen == 1) { $fullscreen = 'true'; } else { $fullscreen = 'false'; }
if ($autoplay == 1) { $autoplay = 'true'; } else { $autoplay = 'false'; }
return '<embed src="http://www.facebook.com/v/' . $videoid . '" autoplay="' . $autoplay . '" type="application/x-shockwave-flash" allowfullscreen="' . $fullscreen . '" width="640" height="480"></embed>';
}
function fetch_videobbcode($vid, $videoid = '', $videotitle = '')
{
$videoid = $videoid ? $videoid : $this->video_id;
$videotitle = $videotitle ? $videotitle : $this->video_title;
if ($this->registry->options['videodirectory_bbcode'])
{
return '' . $vid . '';
}
else
{
return '[' . $this->hostername . '=' . $videotitle . ']' . $videoid . '[/' . $this->hostername . ']';
}
}
function fetch_videourl($videoid = '')
{
$videoid = $videoid ? $videoid : $this->video_id;
return 'http://www.facebook.com/v/' . $videoid;
}
}
?>]]></class_file>
</videohoster>
asking
04-27-2011, 06:53 AM
Please someone reply and help us? Please?
Zarxrax
05-08-2011, 06:41 PM
I need help with the following.
I have 4 categories for videos. I want to limit registered users to only be able to post new videos in 2 of those categories. Of course, administrator should be able to post to all categories.
thanks
asking
05-14-2011, 11:35 AM
Please someone help us? Facebook video are famous now and actually we can embed facebook videos too. Please help us to make xml for facebook video.
asking
06-01-2011, 05:32 AM
Please someone help about facebook video hoster?
Prorockz
07-03-2011, 03:57 PM
got problem to open it ....
im use vbseo 3.6 .. on vb 3.8.7
when im click on http://www.xtremesharez.com/video.php
its show blank page ...
also when im click on host setting there is no setting option show . please help to fix it
https://vborg.vbsupport.ru/
asking
07-06-2011, 05:19 AM
got problem to open it ....
im use vbseo 3.6 .. on vb 3.8.7
when im click on http://www.xtremesharez.com/video.php
its show blank page ...
also when im click on host setting there is no setting option show . please help to fix it
http://www.easyimageload.com/images/880_nohost_ste.jpg
I think you need to check the guide on how to use it with vbseo.
supercarsanctum
07-17-2011, 07:34 PM
my problem is when i click on video directory it says i dont have permission to access it, and i am the admin. so how do i change this?
BigFooty
07-17-2011, 11:54 PM
And the product demo link doesn't work.
I'd say this hack is abandoned.
loveyou-jesus
08-15-2011, 10:50 AM
i whant to vb 368 pleaz
Kolektor
08-15-2011, 01:10 PM
i whant to vb 368 pleaz
Upgrade to 3.8.x better :)
Kolektor
08-15-2011, 08:09 PM
Youtube is not working as it uses youtu.be urls now.
Is there any fix for this...
rockerzteam
08-18-2011, 03:50 AM
Is this going to be updated. Seems it quit working on VB 3.8.7
rockerzteam
08-18-2011, 04:37 AM
Warning: Invalid argument supplied for foreach() in [path]/includes/class_dm_video.php on line 154 I am getting this error while trying to add a video.
rockerzteam
08-18-2011, 05:07 AM
Cant get this mod to work. I try adding a youtube video and it says unable to connect. I am wondering if theres a certain way to edit the hoster.
Kolektor
08-18-2011, 03:59 PM
Cant get this mod to work. I try adding a youtube video and it says unable to connect. I am wondering if theres a certain way to edit the hoster.
make sure you are using the youtube.com urls and not the youtu.be urls.
rockerzteam
08-18-2011, 07:02 PM
make sure you are using the youtube.com urls and not the youtu.be urls.
I get this error!
There are some problems while trying to connect to the video-servide. Please try again later!
rockerzteam
08-22-2011, 04:40 PM
Is there no more support for this mod?
MagicThemeParks
08-24-2011, 08:45 PM
Shows "Not Supported" in the first post on each page. You'll have to depend on other community members within this thread for assistance.
Webdude?
09-08-2011, 01:40 AM
Ok we have tried to do this but we have some problems.
This is what i have got:
http://i169.photobucket.com/albums/u201/DarkWings_01/screenshot2-1-1.png?t=1268346533
And above this i have these codings:
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: video_catbit_small in [path]/includes/functions.php on line 3932
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: video_home in [path]/includes/functions.php on line 3932
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: VIDEO_SHELL_SIDE in [path]/includes/functions.php on line 3932
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 3932
Parse error: syntax error, unexpected T_STRING in /home/yurified/public_html/video.php(903) : eval()'d code on line 1
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: VIDEO_SHELL in [path]/includes/functions.php on line 3932
I also have this in profile: Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: video_profile in [path]/includes/functions.php on line 3932
please help?
Did this ever get resolved?
rockerzteam
09-15-2011, 11:10 PM
Shows "Not Supported" in the first post on each page. You'll have to depend on other community members within this thread for assistance.
Ok. So is there anyone here currently using this on 3.8.7 that can give me a little advice on what to edit and fix.
Digital Jedi
09-16-2011, 12:52 AM
I didn't quite understand what errors you were getting from your posts. The first, the last or both? If it's the last, it might have just been a YouTube issue. Haven't really used this in a while, but it was working fine on 3.8.x. Haven't tried it on .7.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.