Просмотр файла games/podarok.php

Размер файла: 3.27Kb
<?php
#-----------------------------------------------------#
#          ********* WAP-MOTORS *********             #
#             Made by   :  VANTUZ                     #
#               E-mail  :  [email protected]             #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  ===============================================    #
#     Modifikaciya User Sity:  http://lafa.in.ua      #
#-----------------------------------------------------#	
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
function myErrorHandler ($errno, $errstr, $errfile, $errline) {}
set_error_handler("myErrorHandler"); 
extract($HTTP_GET_VARS);
extract($HTTP_POST_VARS);
extract($HTTP_COOKIE_VARS);
extract($HTTP_SERVER_VARS);
extract($HTTP_SESSION_VARS);
//////////////////////////////////////////////////////////////////////////////////////
ini_set('url_rewriter.tags','');
session_name("SID");
session_start();
require_once"../config.php";
require_once"../template/regglobals.php";
//////////////////////////////////////////////////////////////////////////////////////
if(@file("../themes/$themes.php"))
{include_once"../themes/$themes.php";}else{$themes="default"; include_once"../themes/$themes.php";}
$text = @file("../local/profil/$log.$prof"); 
if ($text!=""){
$udata = explode(":||:",$text[0]);
$provlog=trim($udata[0]);
$provpar=trim($udata[1]);
$privat=trim($udata[10]);}

$gamedata = @file("../local/navigator/$log.game"); 
$gtxt = explode(":||:",$gamedata[0]);
$car="Chark";
$riscar="Mersedes.jpg";
$oh="Cвaдeбный пoдapoк";
$mm="9000000001";
$dom="Bиллa";
$risdom="1111.jpg";
$gametext=$log.':||:'.$car.':||:'.$riscar.':||:'.$dom.':||:'.$risdom.':||:'.$gtxt[5].':||:'.$gtxt[6].':||:'.$oh.':||:'.$mm.':||:'.$gtxt[9].':||:'.$gtxt[10].':||:'.$gtxt[11].':||:'.$gtxt[12].':||:'.$gtxt[13].':||:'.$gtxt[14].':||:'.$gtxt[15].':||:'.$gtxt[16].':||:'.$gtxt[17].':||:'.$gtxt[18].':||:'.$gtxt[19].':||:'.$gtxt[20].':||:'.$gtxt[21].':||:'.$gtxt[22].':||:'.$gtxt[23].':||:'.$gtxt[24].':||:'.$gtxt[25].':||:'.$gtxt[26].':||:'.$gtxt[27].':||:'.$gtxt[28].':||:'.$gtxt[29].':||:'.$gtxt[30].':||:'.$gtxt[31].':||:'.$gtxt[32].':||:'.$gtxt[33].':||:'.$gtxt[34].':||:'.$gtxt[35].':||:'.$gtxt[36].':||:'.$gtxt[37].':||:'.$gtxt[38].':||:'.$gtxt[39].':||:'.$gtxt[40].':||:'.$gtxt[41].':||:'.$gtxt[42].':||:'.$gtxt[43].':||:'.$gtxt[44].':||:'.$gtxt[45].':||:'.$gtxt[46].':||:'.$gtxt[47].':||:'.$gtxt[48].':||:'.$gtxt[49].':||:'.$gtxt[50].':||:';

$fp=fopen("../local/navigator/$log.game","w");  
flock($fp,LOCK_EX);                                                     
fputs($fp,"$gametext");
fflush($fp);
flock($fp,LOCK_UN);
fclose($fp);  
chmod ("../local/navigator/$log.game", 0666);

echo'<div class=a>Baш cвaдeбный пoдapoк<br>
<img src="/images/podarok.gif" alt=""></div>
Heдвижимocть: <font color="blue"><b>3amok</b></font><br>
<img src="/dom/ttt.jpg" alt=""><hr>
<img src="/car/Mersedes.jpg" alt=""><br>
Taчкa: <font color="lime"><b>Mersedes Benz</b></font><br>
<font color="red">Oxpaнa: 500.000.000</font> (Aдмин Cвaдeбнaя)
<br><a href="../svadba/index.php">Зал торжеств</a>'; 
require_once"../template/foot.php";

?>