View file inc/player.php

File size: 862B
<?php
error_reporting(0);
if (isset($_GET['u'])) :
	$h = array_change_key_case(get_headers($_GET['u'], TRUE));
	if (isset($h['location'])) :
		$l = $h['location'];
		$l = is_array($l) ? $l[1] : $l;
	else :
		$l = $_GET['u'];
	endif;
	$u = rawurlencode($l);
else :
	$u = '';
endif;
?>
<object type="application/x-shockwave-flash" data="http://static.4shared.com/flash/player/5.9/player.swf" width="303" height="200" bgcolor="#000000" id="mediaplayer" name="mediaplayer" tabindex="0">
	<param name="allowfullscreen" value="false">
	<param name="allowscriptaccess" value="always">
	<param name="seamlesstabbing" value="true">
	<param name="wmode" value="opaque">
	<param name="flashvars" value="id=mediaplayer&amp;image=http%3A%2F%2Fwww.4shared.com%2Fimages%2Ficons%2Fmisc%2Fmp3_bg2.png&amp;file=<?=$u?>&amp;autostart=true&amp;controlbar.position=bottom">
</object>