- 001
- 002
- 003
- 004
- 005
- 006
- 007
- 008
- 009
- 010
- 011
- 012
- 013
- 014
- 015
- 016
- 017
- 018
- 019
- 020
- 021
- 022
- 023
- 024
- 025
- 026
- 027
- 028
- 029
- 030
- 031
- 032
- 033
- 034
- 035
- 036
- 037
- 038
- 039
- 040
- 041
- 042
- 043
- 044
- 045
- 046
- 047
- 048
- 049
- 050
- 051
- 052
- 053
- 054
- 055
- 056
- 057
- 058
- 059
- 060
- 061
- 062
- 063
- 064
- 065
- 066
- 067
- 068
- 069
- 070
- 071
- 072
- 073
- 074
- 075
- 076
- 077
- 078
- 079
- 080
- 081
- 082
- 083
- 084
- 085
- 086
- 087
- 088
- 089
- 090
- 091
- 092
- 093
- 094
- 095
- 096
- 097
- 098
- 099
- 100
<? error_reporting(E_ALL);
session_start();
if (isset($_SESSION['user_id']))
{}else{ die('Доступ закрыт, даём ссылку на авторизацию. — <a href="index.php">Авторизоваться</a>');}
include("../blocks/bd.php");
$result = mysql_query ("SELECT title, meta_d, meta_k, text FROM settings WHERE page='index'",$db);
if(!$result)
{
echo "<p>запрос на выборку из базы данных не проконал. наябедняйче одминчегу, ога. <br><strong>кот ошипки:</strong></p>";
exit(mysql_error());
}
if(mysql_num_rows($result)>0)
{
$myrow = mysql_fetch_array($result);
}
else
{
echo "<p>инфа по запросу не может быть извлечена, в таблице нет записей наверное.</p>";
exit();
}
//cfg
$maxmsg="600"; // Максимальное кол-во символов в сообщении
$back="<center>Вернитесь <a href='javascript:history.back(1)'><B>назад</B></a>"; // Удобная строка
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META CONTENT="5" HTTP-EQUIV="refresh">
<title><? echo $myrow["title"]; ?></title>
<link href="../style.css" rel="stylesheet" type="text/css" />
<meta name="description" content="<? echo $myrow["meta_d"]; ?>" />
<meta name="keywords" content="<? echo $myrow["meta_k"]; ?>" />
</head>
<body>
<?
$t= $_SESSION['user_id'];
$a=1;
$queryz = "UPDATE
`users`
SET
`online`='{$a}'
WHERE
id='$t'";
$sql = mysql_query($queryz) or die(mysql_error());
$querye = mysql_query ("SELECT * FROM `users` WHERE `id`=$t LIMIT 1");
$sqlz = mysql_fetch_assoc($querye);
//echo "oline = "; echo $sqlz["online"];
?>
<table width="690" border="1" align="center" bgcolor="#FFFFFF" class="main_border">
<tr>
<td valign="top">
<a href="../index.php"><img src="../img/header.jpg" width="690" height="100%" border=0/></a> </td>
</tr>
<tr><td align="left">
<table border=2><tr><td>
<table width="514" height="500" border=1>
<tr>
<td>
<? if (isset($_GET['sob_id'])) {$to=$_GET['sob_id'];
$queryto = mysql_query
("SELECT * FROM `users` WHERE `id` = $to");
$sqlto = mysql_fetch_assoc($queryto);
echo "чат с <b>",$sqlto["user_name"],"</b>"; echo "  id: ",$sqlto["id"];}
else {$to=2; echo "to: ",$to;} ?>
</td>
</tr>
<tr>
<td><? $me=$sqlz["user_name"]." => ";
if (!empty($_POST['message']) || isset($_POST['message']) != "") {
$message=$me.$_POST['message'];
$h=fopen("history/$t-$to.txt","a+");
fwrite($h,"\r\n".$message."\n");
fclose($h);
$h=fopen("history/$t-$to.txt","a+");
$a = filesize("history/$t-$to.txt"); $n =15; $b = $n * 30;
fseek($h,$a-$b);
while (!feof ($h)) {
$content = fgets($h);
echo $content,"<br>";
}
unset ($_POST['message']);
fclose($h);} ?> </td>
</tr>
<tr>
<td valign="bottom" height="100%"><form action="chatmy.php" method = "post">
<textarea wrap="on" id="message" name="message" cols="60" rows="5"></textarea>
<input type="hidden" name="to" value="<?php echo $to; ?>" />
<input name="submit" type="submit" value="send" />
</form></td>
</tr>
<tr>
<td>e</td>
guest 02.02.2010 07:12 # +2
школоло пишет скрипты на быдлопыхе и наверно считает что ORM это невъебенно круто, да вот только нихуя не знает что это
guest 02.02.2010 13:27 # 0
xXx_totalwar 02.02.2010 14:36 # 0
как-то так
HyperGeek 02.02.2010 18:46 # 0
HyperGeek 02.02.2010 12:41 # +1