View file chat/version.php

File size: 549B
<?
##################################################################################################
##	Made by Neformat Modifikacion Vanich ; Chat Name Real Чат (с)                             	
##################################################################################################
$row =mysql_fetch_array(mysql_query("Select thema from users where id='".$id."' LIMIT 1;"));
$css = $row["thema"];
if ($css=='') {$css='css';}
$ses = "ver=$ver&amp;id=$id&amp;ps=$ps";
if ($ver=="") $ses = "ver=xhtml&amp;id=$id&amp;ps=$ps";

?>