Root://test/site/module/videos.php
 
 
<?php
  
if (isset($_GET['lib']) || isset($_POST['lib'])) {
$lib trim(isset($_POST['lib']) ? $_POST['lib'] : $_GET['lib']);
if (
preg_match("/[^a-zA-Z0-9_]/"$lib)) { Header();exit;}}  
  if (
$lib == "")
  { 
?>
<script type="text/javascript">
function MM_CheckFlashVersion(reqVerStr,msg){
  with(navigator){
    var isIE  = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
    var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
    if (!isIE || !isWin){  
      var flashVer = -1;
      if (plugins && plugins.length > 0){
        var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
        desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
        if (desc == "") flashVer = -1;
        else{
          var descArr = desc.split(" ");
          var tempArrMajor = descArr[2].split(".");
          var verMajor = tempArrMajor[0];
          var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
          var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
          flashVer =  parseFloat(verMajor + "." + verMinor);
        }
      }
      // WebTV has Flash Player 4 or lower -- too low for video
      else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;

      var verArr = reqVerStr.split(",");
      var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
  
      if (flashVer < reqVer){
        if (confirm(msg))
          window.location = "http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
      }
    }
  } 
}
</script>
<body onload="MM_CheckFlashVersion('7,0,0,0','Content on this page requires a newer version of Macromedia Flash Player. Do you want to download it now?');"><ul>

<li>
  <h3>World Of Angel:Movie</h3>
</li></ul><hr>
<p>
  <object width="425" height="355">
    <param name="movie" value="http://91.121.114.122/modules/svf.flv">
    </param>
    <param name="wmode" value="transparent">
    </param>
    <embed src="http://91.121.114.122/modules/svf.flv" type="application/x-shockwave-flash" wmode="transparent" width="300" height="170"></embed>
  </object>
</p>
<object width="425" height="355">
    <param name="movie" value="http://91.121.114.122/modules/kof.flv">
    </param>
    <param name="wmode" value="transparent">
    </param>
    <embed src="http://91.121.114.122/modules/kof.flv" type="application/x-shockwave-flash" wmode="transparent" width="300" height="170"></embed>
  </object>

  </ul>
</p>
<? 
  else  
    {
      include(
'module/library/' $lib '.php');    
    }

?>