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)

TigerC10 03-22-2009 08:27 PM

It was a second ago, you must have changed something in the PHP file because now the video number isn't there.

Osama11 03-22-2009 08:33 PM

nope i didn't changed any thing..

TigerC10 03-22-2009 08:35 PM

Then you must not have recieved my code correction via PM.

Osama11 03-22-2009 08:38 PM

i copy n paste the same codes u gave me in the pm..

but still its showing liek that. :(

TigerC10 03-22-2009 08:40 PM

It plays the video for me. It might be a browser caching problem....

If you're using Firefox, hold SHIFT and press the refresh button on the toolbar.

If you're using Internet Explorer, hold CTRL and press the refresh button on the toolbar.

Osama11 03-22-2009 08:40 PM

lol thanx bro i recived ur pm now
its working now .. how can i make that video play auto ..

n is there anyway i can put that video codes on my html page i made .. not on vbulltin page ?

TigerC10 03-22-2009 08:47 PM

I don't know how to make the video automatically start playing.

You will need a PHP page at the very least, and if you didn't want this in vBulletin then why did you ask about it in a general discussion for vBulletin?

If you want to separate this from vbulletin then this is all you need in watch.php:
PHP Code:

<html>
<head>
</title>Watching Video</title>
</head>
<body>
<center>
<?PHP

$video 
$_GET['video'];

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>';

?>
</center>
</body>
</html>


Osama11 03-22-2009 09:28 PM

i try to put those codes on my own html page ..

its not showing the zshare video player

TigerC10 03-22-2009 09:30 PM

You can't use $_GET['video'] in HTML. You also can't use "echo". You must use PHP, not HTML.

RLShare 03-23-2009 01:19 AM

Your not sanitizing the input, theorectically anyone could input anything into the page you posted... XSS anyone?


All times are GMT. The time now is 07:43 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.00990 seconds
  • Memory Usage 1,727KB
  • 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