Файл: shoop/click/click.php
Строк: 24
<?php
session_start();
include "config.php";
$id=$_GET['id'];
$id=intval($id);
$kod=rand(1000000,9999999);
$_SESSION['kod']=$kod;
header ("Content-type:text/vnd.wap.wml; charset=utf-8");
print"<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml><head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>
<card title='Переходим' ontimer='$main/go2.php?id=$id&kod1=$kod&".session_name()."=".session_id()."'><timer value='1'/><p><br/><a href='$main/go2.php?id=$id&kod1=$kod&".session_name()."=".session_id()."'>Идет загрузка...</a><br/>
<br/>
</p></card></wml>";
?>