İzleyiciler

1 Mayıs 2012 Salı


<?php
require "core.php";

/** Includes **/
include PSZ_FILE_PATH."inc/class.pagina.php";
include PSZ_FILE_PATH."inc/class.template.php";

/** Initialize Needed Classes **/
global $temp;
$temp = new Template();

$temp->ADD_WIDGET = true;
$temp->generate_ranking_widget();

if(isset($C_GET['refID'])) {
$_SESSION['refID'] = $C_GET['refID'];
}

$link = 'http://'.$_SERVER['SERVER_NAME'].'/game/gamefiles/newuser/newuser.swf';

$temp->header("Home");
$temp->add_error("!", "Welcome to bleach an server made by Ichigo-Tigru");
$temp->content .= '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="670" height="450">
<param name="movie" value="'.$link.'" />
<param name="quality" value="high" />
<embed src="'.$link.'" width="670" height="510" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed></object>';
$temp->footer();
$temp->flush();
?>

Hiç yorum yok:

Yorum Gönder