vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Urgent---some 1 Plzz Help Me (https://vborg.vbsupport.ru/showthread.php?t=209022)

Osama11 03-22-2009 05:44 AM

is there anyway i can do that ..
do u know know how to do that ?

TigerC10 03-22-2009 05:48 AM

Go to any zshare video and view the source code of the page. You will find that in the flashvars variable, the stream URL changes every time you refresh the video. Because the URL changes, and because the URL doesn't have anything to do with the address in the browser - it will be very difficult to embed zshare videos.

The easiest way to go about it would be to use an iFrame, but those are unpredictable.

The next way to go about it is to download the page code with your PHP file and then strip out everything except the video player - this is a very server intensive process and is probably not worth it.


I know how to do those things, but ultimately it's not worth it for me to bother hassling with all of that.

EDIT:

After about 30 minutes searching on google, I found zShare360. A group of people who keep up with the API changes of zshare that want to help people embed the videos on their own websites.

watch.php
PHP Code:

//.. omitting other page code

$video $vbulletin->input->clean_gpc('p''video'TYPE_STR);

echo 
'<object width="550" height="400"><param name="movie" value="http://www.zshare360.com/submit.api?link=http://www.zshare.net/video/'.$video.'/">
<param name="allowfullscreen" value="true">
<embed src="http://www.zshare360.com/submit.api?link=http://www.zshare.net/video/'
.$video.'/" width="550" height="400" allowfullscreen="true"></embed></object>';

//.. omitting other page code 

You would then call the page like so:

watch.php?video=1234455555

Osama11 03-22-2009 06:14 AM

thanx man ur the best..

1 more quick question.. is it goona work with flash videos only or its goona work with wmp too ?

TigerC10 03-22-2009 06:16 AM

From the looks of it, it's flash. I don't really know, I don't use zshare. I haven't used that code either. Guess you should just try it.

Osama11 03-22-2009 06:18 AM

its giving me error

Lynne 03-22-2009 04:07 PM

Simply saying you get an error is not going to help us help you. You need to tell us *exactly* what you have done in order for us to help you. That means what hook location, or what exact code, or the template html, etc. Please use the code/html/php tags.

TigerC10 03-22-2009 05:20 PM

LOL He didn't make a complete PHP page.

Osama11, I only gave you part of the code you need. Not all of it. That's why I had the comments at the top and bottom, it said that it's missing the rest of the code.

Use this article about how to make a vbulletin powered page:
https://vborg.vbsupport.ru/showthread.php?t=62164


Next, you need to call the page like this:
watch.php?video=570637318b45024f

Without some special .htaccess settings for the apache web server, you cannot call the page it the way you did with the slash.

Osama11 03-22-2009 08:16 PM

lol no error

TigerC10 03-22-2009 08:22 PM

Move watch.php up to your forum root directory, don't put it in a subdirectory.

Osama11 03-22-2009 08:25 PM

i did ..

its not playing any thing.. :(


All times are GMT. The time now is 09:42 PM.

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.01103 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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