vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Video-Directory Remixed (https://vborg.vbsupport.ru/showthread.php?t=200819)

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?

Veer 04-08-2010 11:55 AM

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

Quote:

Originally Posted by Verionia (Post 2017942)
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. ;)

Quote:

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...
Code:

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
Code:

<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

Quote:

Originally Posted by Jaxel (Post 2018093)
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,


All times are GMT. The time now is 07:15 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02922 seconds
  • Memory Usage 1,756KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete