�������: $date - $time";
return true;}
function prcmp ($a, $b) {if ($a==$b) return 0; if ($a<$b) return -1; return 1;} // ������� ����������
//--�-�-�-�-�-�-�-�--
if (isset($_GET['image'])) {
// ������� � ������� ������
$st="R0lGODlhCgAMAIABAFNTU////yH5BAEAAAEALAAAAAAKAAwAAAI"; // ����� ����� ��� ���� ��������
function imgwr($st,$num){
if ($num=="0") {$len="63"; $number=$st."WjIFgi6e+QpMP0jin1bfv2nFaBlJaAQA7";}
if ($num=="1") {$len="61"; $number=$st."UjA1wG8noXlJsUnlrXhE/+DXb0RUAOw==";}
if ($num=="2") {$len="64"; $number=$st."XjIFgi6e+QpMPRlbjvFtnfFnchyVJUAAAOw==";}
if ($num=="3") {$len="64"; $number=$st."XjIFgi6e+Qovs0RkTzXbj+3yTJnUlVgAAOw==";}
if ($num=="4") {$len="64"; $number=$st."XjA9wG8mWFIty0amczbVJDVHg9oSlZxQAOw==";}
if ($num=="5") {$len="63"; $number=$st."WTIAJdsuPHovSKGoprhs67mzaJypMAQA7";}
if ($num=="6") {$len="63"; $number=$st."WjIFoB6vxmFw0pfpihI3jOW1at3FRAQA7";}
if ($num=="7") {$len="61"; $number=$st."UDI4Xy6vtAIzTyPpg1ndu9oEdNxUAOw==";}
if ($num=="8") {$len="63"; $number=$st."WjIFgi6e+QpMP2slSpJbn7mFeWDlYAQA7";}
if ($num=="9") {$len="64"; $number=$st."XjIFgi6e+QpMP0jinvbT2FGGPxmlkohUAOw==";}
header("Content-type: image/gif");
header("Content-length: $len");
echo base64_decode($number); }
// ����� ����������� �� ����� (��� ���������� - ����� �� ������)
if (array_key_exists("image", $_REQUEST)) { $num=$_REQUEST["image"];
for ($i=0; $i<10; $i++) {if (md5($i+$absrand)==$num) {imgwr($st,$i); die();}} }
exit;}
// ������ ����� �� ������ - ������� ����
if(isset($_GET['event'])) {if ($_GET['event']=="clearcooke") {setcookie("wrfcookies","",time()); Header("Location: index.php"); exit;}}
// ���������� ���� ��� ������ - ��� 1
if(isset($_GET['event'])) {
if (($_GET['event']=="addtopic") or ($_GET['event']=="addanswer")) {
if (isset($_POST['name'])) {$name=$_POST['name'];}
$name=trim($name); // �������� ���������� �������
$zag=$_POST['zag']; $msg=$_POST['msg']; $fid=$_GET['fid'];
if (isset($_POST['who'])) {$who=$_POST['who'];} else {$who="";}
if (isset($_POST['email'])) {$email=$_POST['email'];} else {$email="";}
if (isset($_POST['page'])) {$page=$_POST['page'];}
if ($_GET['event']=="addanswer") {$id=$_POST['id'];}
print" ";
// ������ �� ������ - fid
if (!ctype_digit($fid) or strlen($fid)>2) {exit("$back. ������� ������. ������� ����� �� �����. ");}
//--�-�-�-�-�-�-�-�--�������� ����--
if ($antispam!="0" and !isset($_COOKIE['wrfcookies'])) {
$bada="$back �������� ���� ��� �� ����� !";
if (isset($_POST['usernum'])) {$usernum=$_POST['usernum'];} else {print"$bada"; exit;}
if (isset($_POST['xkey'])) {$xkey=$_POST['xkey'];} else {print"$bada"; exit;}
$userkey=md5("$usernum+$absrand");
if ($userkey!=$xkey) {print"$bada"; exit;}}
//--�-�-�-�-�-�-�-�--�������� ����--
// �������� �� ���� �������� � ������� - ���� �������������
// �� ��� ������, ���� mainforum.dat - ����, ���������� ��������� �����
$realbase="1"; if (is_file("$datadir/mainforum.dat")) {$mainlines=file("$datadir/mainforum.dat");}
if (!isset($mainlines)) {$datasize=0;} else {$datasize=sizeof($mainlines);}
if ($datasize<=0) {if (is_file("$datadir/copy.dat")) {$realbase="0"; $mainlines=file("$datadir/copy.dat"); $datasize=sizeof($mainlines);}}
if ($datasize<=0) {print "�������� � ����� ������ - ���������� � ��������������"; exit;}
$i=count($mainlines);
do {$i--; $dt=explode("|", $mainlines[$i]);
if ($dt[0]==$fid) {$realfid=$i; if ($dt[1]=="razdel") {exit(" ������� ������.");}} // ����������� $realfid - � �/� ������
} while($i>0);
if (!isset($realfid)) {print"������."; exit;}
$dt=explode("|",$mainlines[$realfid]);
if (is_file("$datadir/topic$fid.dat")) {$tlines=file("$datadir/topic$fid.dat"); $tc=count($tlines)-2;} else {$tc="2";}
if ($dt[11]>0) {if ($tc>=$dt[11]) {print "$back ��������� ����������� �� ���-�� ���������� ��� � ������ �������! �� ����� $dt[11] ���!"; exit;}}
// �������� ������/������ �����. ����� �� �����, ����� �������� ���.
// ���� 1
if (isset($_COOKIE['wrfcookies'])) {
$wrfc=$_COOKIE['wrfcookies']; $wrfc=htmlspecialchars($wrfc); $wrfc=stripslashes($wrfc);
$wrfc=explode("|", $wrfc); $wrfname=$wrfc[0]; $wrfpass=$wrfc[1];
} else {$who=""; unset($wrfname); unset($wrfpass);}
// ���� 2
if ($who=="��") {
if (isset($wrfname) & isset($wrfpass)) {
$lines=file("$datadir/usersdat.php"); $i=count($lines);
do {$i--; $rdt=explode("|", $lines[$i]);
if (isset($rdt[1])) { $realname=strtolower($rdt[0]);
if (strtolower($wrfname)===$realname & $wrfpass===$rdt[1]) {$ok="$i";}}
} while($i > "1");
if (!isset($ok)) {setcookie("wrfcookies","",time()); print "������ ��� ������ � ����! �� �� ������� �������� ���������, ���������� ������ ��� ��� �����. "; exit;}
}}
if ($_GET['event']=="addtopic" and $cangutema=="0" and !isset($wrfname)) {print"������������� �������� ������ ��������� ����! "; exit;}
if ($_GET['event']=="addanswer" and $cangumsg=="0" and !isset($wrfname)) {print"������������� �������� ������ �������� � �����! "; exit;}
if (!isset($name) || strlen($name) > $maxname || strlen($name) <1) {print "$back ���� ��� ������, ��� ��������� $maxname ��������!"; exit;}
if (strlen(ltrim($zag))<3 || strlen($zag) > $maxzag) {print "$back ������� �������� �������� ���� ��� �������� ��������� $maxzag ��������!"; exit;}
if (strlen(ltrim($msg))<3 || strlen($msg) > $maxmsg) {print "$back ���� ��������� �������� ��� ��������� $maxmsg ��������."; exit;}
if (!eregi("^([0-9a-z]([-_.]?[0-9a-z])*@[0-9a-z]([-.]?[0-9a-z])*\\.[a-wyz][a-z](fo|g|l|m|mes|o|op|pa|ro|seum|t|u|v|z)?)$", $email) and strlen($email) > 30 and $email != "")
{print "$back � ������� ���������� E-mail �����!"; exit;}
if ($_GET['event'] =="addtopic") {$tt=explode(' ', microtime()); $ttt="$tt[1]"+"$tt[0]"; $ttf=str_replace(".","",$ttt); $id=$ttf; $id=substr("$id",2);}
if (!ctype_digit($id) or strlen($id)>15) {exit("$back. ������� ������. ������� ����� �� �����. ");}
if (strlen(ltrim($zag))<3) {print"$back !"; exit;}
$tektime=time();
$name=wordwrap($name,30,' ',1); // ��������� ������� ������
$zag==wordwrap($zag,30,' ',1);
$msg=wordwrap($msg,110,' ',1);
$name=str_replace("|","I",$name);
$who=str_replace("|","|",$who);
$email=str_replace("|","|",$email);
$zag=str_replace("|","|",$zag);
$msg=str_replace("|","|",$msg);
$smname=$name; if (strlen($name)>18) {$smname=substr($name,0,18); $smname.="..";}
$smzag=$zag; if (strlen($zag)>24) {$smzag=substr($zag,0,24); $smzag.="..";}
$text="$name|$who|$email|$zag|$msg|$date|$time|$id||$tektime|$smname|$smzag|||";
$text=str_replace(" ",' ',$text);
$text=str_replace("&",'&',$text);
$text=str_replace(">",'>',$text);
$text=str_replace("<",'<',$text);
$text=str_replace("\"",'"',$text);
$text=preg_replace("/\n\n/",'',$text);
$text=preg_replace("/\n/",' ',$text);
$text=preg_replace("/\\\$/",'$',$text);
$text=preg_replace("/\r/",'',$text);
$text=stripslashes($text);
$text=preg_replace("/\\\/",'\',$text);
$text=str_replace("\r\n"," ",$text);
$text=str_replace("\n\n",'
',$text);
$text=str_replace("\n",' ',$text);
$text=str_replace("\t",'',$text);
$text=str_replace("\r",'',$text);
$text=str_replace(' ',' ',$text);
$exd=explode("|",$text);
$name=$exd[0]; $zag=$exd[3]; $smname=$exd[10]; $smzag=$exd[11]; $smmsg=$exd[4];
// ������� �������� ����� - ��������� ���������� ���������/���� ���������!
if (isset($tlines)) {$last=$tlines[$tc+1]; $sdt=explode("|",$last);
if ($_GET['event'] =="addtopic") { // ���� ���������� ����: ��� = ��� � �����, ���� = ��������� ���� � �����
if ($name==$sdt[0] and $exd[3]==$sdt[3]) {exit("$back. ����� ���� ��� �������. ������� �� ������ ���������!");}
} else { // ���� ���������� ���������: ��� = ��� � �����, ��������� = ���������� ��������� � �����
if (is_file("$datadir/$id.dat")) {$linesn=file("$datadir/$id.dat"); $in=count($linesn)-1;
if ($in > 0) { $dtf=explode("|",$linesn[$in]);
if ($name==$dtf[0] and $exd[4]==$dtf[4]) {exit("$back. ����� ��������� ��� ��������� � ������ ����. ������� �� ������ ���������!");}}
}
}} // if $event=="addtopic"
$razdelname="";
if ($realbase=="1") { // ���� ���������� ������� ����, � �� �����
$lines=file("$datadir/mainforum.dat");
$dt=explode("|", $lines[$realfid]); $dt[5]++;
if ($_GET['event']=="addtopic") {$dt[4]++;}
// �� ������ 4-� ������ ����� ��� �������� ��� � �����!
if (!isset($dt[11])) {$dt[11]="100";} $dt[11]=str_replace("
", " ", $dt[11]);
if (!isset($dt[12])) {$dt[12]="";} $dt[12]=str_replace("
", " ", $dt[12]);
$txtdat="$dt[0]|$dt[1]|$dt[2]|$id|$dt[4]|$dt[5]|$smname|$date|$time|$tektime|$smzag|$dt[11]|$dt[12]||";
$razdelname=$dt[1];
// ������ ������ �� ������� ��������
$fp=fopen("$datadir/mainforum.dat","a+");
flock ($fp,LOCK_EX);
ftruncate ($fp,0);//������� ���������� �����
for ($i=0;$i<=(sizeof($lines)-1);$i++) {if ($i==$realfid) {fputs($fp,"$txtdat\r\n");} else {fputs($fp,$lines[$i]);}}
fflush ($fp);
flock ($fp,LOCK_UN);
fclose($fp);
@chmod("$datadir/mainforum.dat", 0644);
} // if ($realbase=="1")
if ($newmess=="1") { // ������ � ��������� ���� ������ ���������
if (is_file("$datadir/topic$fid.dat")) {$nlines=count(file("$datadir/topic$fid.dat"));} else {$nlines=1;}
if (is_file("$datadir/$id.dat")) {$nlines2=count(file("$datadir/$id.dat"))+1;} else {$nlines2=1;}
$newmessfile="$datadir/news.dat";
$newlines=file("$newmessfile"); $ni=count($newlines)-1; $i2=0; $newlineexit="";
$nmsg=substr($msg,0,150); // �������� ��������� �� 150 ��������
$ntext="$fid|$id|$date|$time|$smname|$zag|$nmsg...|$nlines|$nlines2|$razdelname|$who||||";
$ntext=str_replace("
", " ", $ntext);
// ���� ���������, ���� �� ��� ����� ��������� � ���� ����. ���� ���� - ���������. �� ������ - ������ ��� ���� ������.
for ($i=0;$i<=$ni;$i++)
{ $ndt=explode("|",$newlines[$i]);
if (isset($ndt[1])) {if ($ndt[1]!=$id) {$newlineexit.="$newlines[$i]"; $i2++;}}
}
// ���������� ������ ��������� � ������ � ����� ��������� ��� � ����
if ($i2>0) { // ���� ���� ����� ����, �� ����� ���� ������, ����� ���� ������
$newlineexit.=$ntext;
$fp=fopen("$newmessfile","w");
flock ($fp,LOCK_EX);
fputs($fp,"$newlineexit\r\n");
fflush ($fp);
flock ($fp,LOCK_UN);
fclose($fp);
} else {
$fp=fopen("$newmessfile","a+");
flock ($fp,LOCK_EX);
fputs($fp,"$ntext\r\n");
fflush ($fp);
flock ($fp,LOCK_UN);
fclose($fp); }
$file=file($newmessfile);$i=count($file);
if ($i>="15") {
$fp=fopen($newmessfile,"w");
flock ($fp,LOCK_EX);
unset($file[0]);
fputs($fp, implode("",$file));
fflush ($fp);
flock ($fp,LOCK_UN);
fclose($fp);
@chmod("$newmessfile", 0644);
}
}
} // if ($newmess=="1")
// ���� ��������� +1 � ��������� ��� +1 � ���-�� ���, ��������� ������
//���_�����|���|���������|���������|�������������� �/5|����� ��������� ��� ������ ������� � UNIX �������|||
if (isset($ok)) {
$ufile="$datadir/userstat.dat"; $ulines=file("$ufile"); $ui=count($ulines)-1; $ulinenew="";
// ���� ����� �� ����� � ����� userstat.dat
for ($i=0;$i<=$ui;$i++) {$udt=explode("|",$ulines[$i]);
if ($udt[0]==$wrfname) {
$udt[2]++; if ($_GET['event']=="addtopic") {$udt[1]++;}
$ulines[$i]="$udt[0]|$udt[1]|$udt[2]|$udt[3]|$udt[4]|$udt[5]||||\r\n";}
$ulinenew.="$ulines[$i]";}
// ���������� ������ � ����
$fp=fopen("$ufile","w");
flock ($fp,LOCK_EX);
fputs($fp,"$ulinenew");
fflush ($fp);
flock ($fp,LOCK_UN);
fclose($fp);
} // if isset($ok)
if ($_GET['event'] =="addtopic") { // ���������� ����
// ������ ������ � �����
$fp=fopen("$datadir/topic$fid.dat","a+");
flock ($fp,LOCK_EX);
fputs($fp,"$text\r\n");
fflush ($fp);
flock ($fp,LOCK_UN);
fclose($fp);
@chmod("$datadir/topic$fid.dat", 0644);
// ������ ������ � ����
$fp=fopen("$datadir/$id.dat","a+");
flock ($fp,LOCK_EX);
fputs($fp,"$text\r\n");
fflush ($fp);
flock ($fp,LOCK_UN);
fclose($fp);
@chmod("$datadir/$id.dat", 0644);
print "
";
exit;
}
if ($_GET['event'] =="addanswer") { //����� � ���� - ������ ������
$fp=fopen("$datadir/$id.dat","a+");
flock ($fp,LOCK_EX);
fputs($fp,"$text\r\n");
fflush ($fp);
flock ($fp,LOCK_UN);
fclose($fp);
@chmod("$datadir/$id.dat", 0644);
$in=$in+2; $page=ceil(($in)/$qq); // ����������� ������ �������� � ����� ���������
print "
";
exit;
}
if (isset($_GET['event'])) { if ($_GET['event']=="login") {
$frname="���� �� ����� .:. "; $frtname="";
include("$fskin/top.html"); addtop(); // ���������� ����� ������
print"
";
print "
";
}}
}
//////////////////
// ����� ��� ���� ������� ������
// ���������� ���� ���������� ������. +5 ����� �����������
if (isset($_COOKIE['wrfcookies']))
{ $wrfc=$_COOKIE['wrfcookies']; $wrfc=htmlspecialchars($wrfc);
$wrfc=stripslashes($wrfc); $wrfc=explode("|", $wrfc);
$wrfname=$wrfc[0];$wrfpass=$wrfc[1];$wrftime1=$wrfc[2];$wrftime2=$wrfc[3];
if (time()>($wrftime1+240))
{
$tektime=time();
$wrfcookies="$wrfc[0]|$wrfc[1]|$tektime|$wrftime1|";
setcookie("wrfcookies", $wrfcookies, time()+1728000);
$wrfc=$_COOKIE['wrfcookies']; $wrfc=explode("|", $wrfc);
$wrfname=$wrfc[0];$wrfpass=$wrfc[1];$wrftime1=$wrfc[2];$wrftime2=$wrfc[3];
}
}
//////////////////
if (!isset($_GET['event'])) {
if (is_file("$datadir/mainforum.dat")) {$mainlines=file("$datadir/mainforum.dat");}
if (!isset($mainlines)) {$datasize=0;} else {$datasize=sizeof($mainlines);}
if ($datasize<=0) {if (is_file("$datadir/copy.dat")) {$mainlines=file("$datadir/copy.dat"); $datasize=sizeof($mainlines);}}
if ($datasize<=0) {exit("���� ������ ������������! ������� � ������� � �������� �������! ");}
// ���� ������� � ��������� ������: ���� -> ������ -> �����
if (isset($_GET['fid'])) { $fid=$_GET['fid'];
if (!ctype_digit($fid) or strlen($fid)>2) {exit("$back. ������� ������. ������� ����� �� �����. ");}
$i=count($mainlines);
// �������� �� ���� �������� � ������� - ���� �������������
$frname=""; do {$i--; $dt=explode("|", $mainlines[$i]);
if ($dt[0]==$fid) { $frname="$dt[1]"; if (isset($dt[11])) { if($dt[11]>0) {$maxtem=$dt[11];} else {$maxtem="100";}}}
} while($i >0);
if (isset($_GET['id'])) { $id=$_GET['id'];
if (!ctype_digit($id) or strlen($id)>15) {exit("$back. ������� ������. ������� ����� �� �����. ");}
if (is_file("$datadir/$id.dat")) {
$lines=file("$datadir/$id.dat");
if (count($lines)>4) {$dtt=explode("|",$lines[0]); $frtname=$dtt[3];} else {$frtname="";}
$ft=$frname; $frname="-> $ft ->";} else {$frtname=""; $frname="";}} else {$frtname=""; $frname.="->";} } else {$frname=""; $frtname="";}
include("$fskin/top.html"); addtop(); // ���������� ����� ������
// ������� ������� �������� ������
if (is_file("$datadir/usersdat.php")) { // ��������� ��� ���������� ���������������������
$userlines=file("$datadir/usersdat.php"); $dayx="";
$usercount=count($userlines); $ui=$usercount-1; $uu=$ui;
$tdt=explode("|", $userlines[$ui]);} else { $fp=fopen("$datadir/usersdat.php","a+"); fputs($fp,"\r\n"); fflush ($fp); fclose($fp); $ui=""; $tdt[0]="";}
$today=mktime();
if (!isset($_GET['fid'])) {
print "
";
// ������� ��� ������� �� �������
$adminmsg=""; if (is_file("$datadir/mainforum.dat")) {$lines=file("$datadir/mainforum.dat");}
if (!isset($lines)) {$datasize=0;} else {$datasize=sizeof($lines);}
if ($datasize<=0) {if (is_file("$datadir/copy.dat")) {$lines=file("$datadir/copy.dat"); $datasize=sizeof($lines);} $adminmsg="��������!!! ���� �� � ��������� ��������. ������������ ��� �� ��������� ����� � �������! ";}
if ($datasize<=0) {print "�������� � ����� ������ - ���������� � ��������������"; exit;}
$i=count($lines); $n="0"; $a1="-1"; $u=$i-1; $fid="0"; $itogotem="0"; $itogomsg="0"; $alt="";
do {$a1++; $dt=explode("|", $lines[$a1]);
if (isset($dt[1])) { // ���� ������� ���������� � ������� (������ ������) - �� ������ � �� �������
// ���������� ���: ����� ��� ���������
if ($dt[1]=="razdel") {print "";}
else {
//$dt[9] - ���� ���������� ���������; $wrftime2 - ��������� ���������
// ���� $dt[9] ������ (�.�. ������) $wrftime2 ������ ������ ������ - �����
$foldicon="folder.gif"; if (isset($wrfname)) {if (isset($dt[9])) {if ($dt[9]>$wrftime2) {$foldicon="foldernew.gif";}}}
if (is_file("$datadir/$dt[3].dat")) { $msgsize=sizeof(file("$datadir/$dt[3].dat")); // ������� ������ ��������� �������
if ($msgsize>$qq) {$page=ceil(($msgsize+1)/$qq);} else {$page=1;}} else {$page=1;}
//
if ($dt[7]==$date) {$dt[7]="�������";}
$fid="$dt[0]";
// ����� �������: ���� ���� ����� ���� main-XX.gif, ��� �� - �����, �� ������ ������� ���������������, ������ ���� ����, �� ������������ � ���������� FID
if (is_file("$fskin/main-$fid.gif")) {$foldicon="main-$fid.gif"; $alt="$dt[1]";} else {$alt="";}
print "";
$itogotem=$itogotem+$dt[4];$itogomsg=$itogomsg+$dt[5];}
} // if isset($dt[1])
} while($a1 < $u);
print "
������
���
�������
����������
$dt[2]
$dt[1] $dt[2]
$dt[4]
$dt[5]
����: "; if (strlen($dt[10])>0) {print "$dt[10] ";}
print" �����: $dt[6]
����: $dt[7] - $dt[8]
";
if ($statistika=="1") {
$c1="���������"; if ($cangutema=="1") {$c1="���������";}
$c2="���������"; if ($cangumsg=="1") {$c2="���������";}
$codename=urlencode($tdt[0]);
print"����������
���������: $itogomsg ���: $itogotem ����� ���������������� ����������: $ui ��������� �����������������: $tdt[0]
������ $c1 ��������� ���� � $c2 �������� � �����
";
// ���������� -=��� ��������=-
if (is_file("$datadir/usersdat.php")) { // ��������� ���� ������, ���� ��� �������
$userlines=file("$datadir/usersdat.php");
$usercount=count($userlines); $ui=$usercount-1; $t_people=""; $z_people=""; $s_p="0"; $s_people=""; $p_people="";
do {$udt=explode("|", $userlines[$ui]);
if (isset($udt[1])) {
$udt[5]=substr("$udt[5]",0, 10); // �������� ���� �������� �� �������
if (preg_match("(\d{2}\.\d{2}\.\d{4})",$udt[5])) { // ������������� ������� ��.��.����
$bday=substr("$udt[5]",0, -5);
$dmtoday=date("d.m");
$todaydt=explode(".",$dmtoday);
$codename=urlencode($udt[0]);
if ($bday==$dmtoday) {$t_people.="$udt[0] , ";}
$dt=explode(".",$udt[5]);
if ($dt[1]==12) {$year=1972;} else {$year=1973;} // ��� ����, ����� ����� ������� � ������� �� ������
$newdate=mktime(0,0,0,$dt[1],$dt[0],$year); // ��� ��� ��������
$tekdt=mktime(0,0,0,$todaydt[1],$todaydt[0],$year); // ������� ���� ��������� � ���� ������
$deystodate=round(($newdate-$tekdt)/86400); // ����� ������� ���� �������� �������
// �������� ��� ����������
if ($deystodate==1) {$z_people.="$udt[0] , ";}
// �������� �������������� � ������ (������ 1 � ������ 7 ����)
if ($deystodate>1 and $deystodate<7) {if ($deystodate<10) $deystodate="0$deystodate"; $s_peo[$s_p]="$deystodate|$udt[0]|"; $s_p++;}
} // if ������ ���� ������� � ���������� $udt[5]
} // if iiset($udt[1])
$ui--;
} while ($ui>0);
$today=mktime();
}
if (isset($s_peo)) {
usort($s_peo,"prcmp"); // ��������� ��� �� �����������
$i=0; do {$sdt=explode("|",$s_peo[$i]);
$sdt[0]=intval($sdt[0]); // ����������� ������ � �����, ����� ��������� 0 � ������.
$codename=urlencode($sdt[1]);
$s_people.="$sdt[1] ($sdt[0] ��.), "; $i++;
} while ($i<$s_p);
} // ���� ���� � ����-������ ��� �������
// �� ��� ������, ���� ���� �������� ���, ������ ��������
if (strlen($t_people)>1) {$t_people="$t_people �������� ����������! ";} else {$t_people="���.";}
if (strlen($z_people)>1) {$z_people="$z_people ����� ����������� � ���� �������! ";} else {$z_people="���.";}
if (strlen($s_people)>1) {$s_people="$s_people ������ ����� ���� �������! ";} else {$s_people="�� �����������.";}
print"��� ��������
�������: $t_people
������: $z_people
�����: $s_people
";
// ���������� -= ��������� ��������� � ������ =-
if (is_file("$datadir/news.dat")) { $newmessfile="$datadir/news.dat";
$lines=file($newmessfile); $i=count($lines); //if ($i>10) $i=10; (������������� - ��� ��� ����!!! ;-))
if ($i>1) {
print"��������� ���������
";
$a1=$i-1;$u="-1"; // ������� ������ �� ����������� ��� ��������
do {$dt=explode("|", $lines[$a1]); $a1--;
if (isset($dt[1])) { // ���� ������� ���������� � ������� (������ ������) - �� ������ � �� �������
$dt[6]=str_replace("[b] "," ",$dt[6]);
$dt[6]=str_replace("[/b]"," ",$dt[6]);
$dt[6]=str_replace("[RB] "," ",$dt[6]);
$dt[6]=str_replace("[/RB]"," ",$dt[6]);
$dt[6]=str_replace("[Code] "," ",$dt[6]);
$dt[6]=str_replace("[/Code]"," ",$dt[6]);
$dt[6]=str_replace("[Quote] "," ",$dt[6]);
$dt[6]=str_replace("[/Quote]"," ",$dt[6]);
$dt[6]=str_replace(" ","\r\n", $dt[6]);
$dt[2]=str_replace(".200",".0", $dt[2]);
$dt[2]=substr($dt[2],0,5);
$dt[3]=substr($dt[3],0,5);
if ($dt[8]>$qq) {$page=ceil(($dt[8]+1)/$qq);} else {$page=1;} // ������� ��������
if ($dt[10]=="��") {$codename=urlencode($dt[4]); $name="$dt[4] ";} else {$name="����� $dt[4]";}
print"$dt[2] - $dt[3]: $dt[9] -> $dt[5] - $name. ";
} // ���� ������� ����������
$a11=$u; $u11=$a1;
} while($a11 < $u11);
print"
";}
} // ����� ����� ��������� ���������
} // ����� if (statistika==1)
if (is_file("$fskin/bottom.html")) {include("$fskin/bottom.html");} // ���������� ������ ���� ������
} // ����� ������� ��������
// �������� � ������ ��������� �������
if (isset($_GET['fid']) and !isset($_GET['id'])) { $fid=$_GET['fid'];
// ������
if (!ctype_digit($fid) or strlen($fid)>2) {exit("$back. ������� ������. ������� ����� �� �����. ");}
$imax=count($mainlines); if (($fid>50) or (strlen($fid)==0)) {exit(" ������ ������ ����� ��� �� ����������. ");}
// �������� ������ �� ���-�� �¨�� �����. ���� ������ ���������� N � ���� ���� - �� ����������!
$maxzvezd="0";
do {$imax--; $ddt=explode("|", $mainlines[$imax]); if ($ddt[0]==$fid) {$maxzd=$ddt[12];} } while($imax>"0");
if ($maxzd<1) {$maxzd="0";}
$noacsess="��� ��������� ������� ������� ���������� ����� ������� �� ����� $maxzd ���� $back ";
if (strlen($wrfname)>0) {$iu=$usercount;
$wrfname=htmlspecialchars($wrfname); $wrfname=stripslashes($wrfname);
do {$iu--; $du=explode("|", $userlines[$iu]);
if (strtolower($du[0])==strtolower($wrfname))
{ if ($du[2]<$maxzd) {print"$noacsess"; exit;}}
} while($iu > "1");
}
if (strlen($wrfname)<1 and $maxzd>0) {print"$noacsess"; exit;}
print "
";
$addbutton="
����
C��������
�����
����������
";
// ���������� ���� �� ���������� � ����� � �������
if (is_file("$datadir/topic$fid.dat"))
{
$msglines=file("$datadir/topic$fid.dat");
if (count($msglines)>0) {
if (count($msglines)>$maxtem) {$addbutton="
";
} //if (is_file)
} while($lm < $fm);
// ������� ������ ��������� �������
$lines=file("$datadir/topic$fid.dat"); $maxi=count($lines)-1;
$maxpage=ceil(($maxi+1)/$qq); if ($page>$maxpage) {$page=$maxpage;}
print "$addbutton ";
} else {print"$addbutton";}
} else {print"$addbutton";}
print "���������� ���������� ��� � ������� ���������.";}
// ������� qqmain ��������� �� ������� ��������
$linesdo=file("$datadir/topic$fid.dat");
$i=count($linesdo); $maxi=count($linesdo)-1; $n="0";
// ��������� ������ ������ �������������� ��������
if (!isset($_GET['page'])) {$page=1;} else {$page=$_GET['page']; if (!ctype_digit($page)) {$page=1;} if ($page<1) $page=1;}
// ���� ���������� ��������� ���� - ��������� ������ ������!
$p=$i;
do {$p--; $dt=explode("|", $linesdo[$p]);
$filename="$dt[7].dat"; if (is_file("$datadir/$filename")) {$ftime=filemtime("$datadir/$filename");} else {$ftime="";}
$newlines[$p]="$ftime|$dt[7]|$p|";
} while($p > 0);
usort($newlines,"prcmp");
// $newlines - ������ � �������: ���� | ���_�����_�_����� | � �/� |
// $linesdo - ������ �� ����� ������ ��������� �������
$p=$i;
do {$p--; $dtn=explode("|", $newlines[$p]);
$numtp="$dtn[2]"; $lines[$p]="$linesdo[$numtp]";
} while($p > 0);
// ����� ����� ����������
// ���������� QQ ���
$fm=$maxi-$qq*($page-1); if ($fm<"0") {$fm=$qq;}
$lm=$fm-$qq; if ($lm<"0") {$lm="-1";}
do {$dt=explode("|", $lines[$fm]);
$fm--; $num=$fm+2;
$filename=$dt[7]; if (is_file("$datadir/$filename.dat")) { // ���� ���� � ����� ���������� - �� �������� ����
$msgsize=sizeof(file("$datadir/$filename.dat"));
// --------- �������� ����� ���������
$linetmp=file("$datadir/$filename.dat");
$pos=$msgsize-1; $dtt=explode("|", $linetmp[$pos]);
$foldicon="folder.gif";
// ���� ��������� ��������� � ������ ��������� ������ ��������� - ������ ������ ������ - �����
if (isset($wrfname)) {if (isset($dtt[9])) {if ($dtt[9]>$wrftime2) {$foldicon="foldernew.gif";}}}
if (strlen($dt[8])>1 and $dt[8]=="closed") {if ($msgsize<"20") {$foldicon="close.gif";} else {$foldicon="closed.gif";}}
// --------- �����
print "
$dt[3] ";
if ($msgsize>$qq) { // ������� ������ ��������� �������
print " ��������: ";
// ������� � ���������� �������� � �����
$maxit=count($linetmp)-1; $maxpaget=ceil(($maxit+1)/$qq);
if ($maxpaget<=5) {$f1=$maxpaget;} else {$f1=5;}
for($i=1; $i<=$f1; $i++) {print "$i ";}
if ($maxpaget>5) print "... $maxpaget ";
print" "; }
print" $msgsize
";
$codename=urlencode($dt[0]);
if ($dt[1]=="��") {print "$dt[0] $users ";}
else {if (strlen($dt[2])>5) {print "$dt[0] ";} else {print"$dt[0]";} print"$guest ";}
if ($msgsize>=2) {$linesdat=file("$datadir/$filename.dat"); $dtdat=explode("|", $linesdat[$msgsize-1]);
if (strlen($linesdat[$msgsize-1])>10) {$dt[0]=$dtdat[0]; $dt[1]=$dtdat[1]; $dt[2]=$dtdat[2]; $dt[5]=$dtdat[5]; $dt[6]=$dtdat[6];}} // ������ if (strlen...) ������ ���� ���� ���� � ����� ������ ������ - �������
if ($dt[5]===$date) {$dt[5]="������� ";}
print "
�����: $dt[0]
����: $dt[5]
�����: $dt[6]
��������: ";
if ($page>=4 and $maxpage>5) print "1 ... ";
$f1=$page+2; $f2=$page-2;
if ($page==1) { $f1=$page+4; $f2=$page; }
if ($page==2) { $f1=$page+3; $f2=$page-1; }
if ($page==$maxpage) { $f1=$page; $f2=$page-4; }
if ($page==$maxpage-1) { $f1=$page+1; $f2=$page-3; }
if ($maxpage<4) {$f1=$maxpage; $f2=1;}
for($i=$f2; $i<=$f1; $i++) {if ($page==$i) {print "$i ";} else {print "$i ";}}
if ($page<=$maxpage-3 and $maxpage>5) print "... $maxpage ";
print "
";
if (isset($_GET['newtema'])) { if ($cangutema=="0" and !isset($wrfname)) {print"������������� �������� ��������� ������ ����! ��� ����������� �������� �� ������: ������������������ "; } else {
print " ���������� ����
";
if (!isset($wrfname)) {print "��� � E-mail ";}
print "��������� ���� ���������
"; }}
}
} // ���� ���� Fid, �� ���� id
if (isset($_GET['fid']) and isset($_GET['id'])) {$id=$_GET['id']; $fid=$_GET['fid'];
// ���������� ���� �� ���������� � ����� � �������
if (!is_file("$datadir/$id.dat")) {exit(" $back. ��������, �� ����� ���� �� ������ �� ����������. ������ ����� � ������ �������������.");}
$lines=file("$datadir/$id.dat"); $mitogo=count($lines); $i=$mitogo; $maxi=count($lines)-1;
if ($mitogo>0) { $tblstyle="row1";
// ��������� ���������� ���� ����������
if (is_file("$datadir/userstat.dat")) {$ufile="$datadir/userstat.dat"; $ulines=file("$ufile"); $ui=count($ulines)-1;}
// ���� ���� � topic��.dat - ��������� �� ������� �� ����?
$msglines=file("$datadir/topic$fid.dat"); $mg=count($msglines); $closed="no";
do {$mg--; $mt=explode("|",$msglines[$mg]);
if ($mt[7]==$id and $mt[8]=="closed") {$closed="yes";}
} while($mg > "0");
// ��������� ������ ������ �������������� ��������
if (!isset($_GET['page'])) {$page=1;} else {$page=$_GET['page']; if (!ctype_digit($page)) {$page=1;} if ($page<1) $page=1;}
$fm=$qq*($page-1); if ($fm>$maxi) {$fm=$maxi-$qq;}
$lm=$fm+$qq; if ($lm>$maxi) {$lm=$maxi+1;}
do {$dt=explode("|", $lines[$fm]);
$fm++; $num=$maxi-$fm+2; $status=""; unset($youwr);
if (strlen($lines[$fm-1])>5) { // ���� ������� ���������� � ������� (������ ������) - �� ������ � �� �������
$dt[4]=str_replace("[b]","", $dt[4]);
$dt[4]=str_replace("[/b]"," ", $dt[4]);
$dt[4]=str_replace("[RB]","", $dt[4]);
$dt[4]=str_replace("[/RB]"," ", $dt[4]);
$dt[4]=str_replace("[Quote]","������: ", $dt[4]);
$dt[4]=str_replace("[/Quote]"," ", $dt[4]);
$dt[4]=str_replace("[Code]","���: ", $dt[4]);
$dt[4]=str_replace("[/Code]"," ", $dt[4]);
$dt[4]=str_replace(":-))",$s2,$dt[4]);
$dt[4]=str_replace(":-)",$s1,$dt[4]);
$dt[4]=str_replace(":-P",$s3,$dt[4]);
$dt[4]=str_replace("8-)",$s4,$dt[4]);
$dt[4]=str_replace(":-((",$s5,$dt[4]);
$dt[4]=str_replace(":-(",$s12,$dt[4]);
$dt[4]=str_replace(":-O",$s6,$dt[4]);
$dt[4]=str_replace(";-)",$s7,$dt[4]);
$dt[4]=str_replace(":roll:",$s8,$dt[4]);
$dt[4]=str_replace(":rf:",$s9,$dt[4]);
$dt[4]=str_replace("8-(",$s10,$dt[4]);
$dt[4]=str_replace("`-(",$s11,$dt[4]);
$dt[4]=str_replace("|","|",$dt[4]);
$dt[4]=eregi_replace("((https?|ftp)://[[:alnum:]_=/-]+(\\.[[:alnum:]_=/-]+)*(/[[:alnum:]+&._=/~%]*(\\?[[:alnum:]?+&;_=/%]*)?)?)", "\\1 ", $dt[4]);
//$dt[4]=ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]","\\0 ",$dt[4]);
$dt[4]=eregi_replace("\\[img\\]\\((https?|ftp)://[[:alnum:]_=/-]+(\\.[[:alnum:]_=/-]+)*(/[[:alnum:]+&._=/%]*(\\?[[:alnum:]?+&_=/%]*)?)?) \\[/img\\]", " ", $dt[4]);
// ��������� � ������ ������ �� ������������
if ($dt[1]=="��") { $iu=$usercount;
do {$iu--; $du=explode("|", $userlines[$iu]); if ($du[0]==$dt[0])
{ if (isset($du[12])) {$status=$du[13]; $reiting=$du[2]; $youavatar=$du[12]; $email=$du[3]; $icq=$du[7]; $site=$du[8]; $userpn=$iu;} $youwr=eregi_replace("((https?|ftp)://[[:alnum:]_=/-]+(\\.[[:alnum:]_=/-]+)*(/[[:alnum:]+&._=/%]*(\\?[[:alnum:]?+&;_=/%]*)?)?)", "\\1 ", $du[11]);}
} while($iu > "0");
}
if ($tblstyle=="row1") {$tblstyle="row2";} else {$tblstyle="row1";}
if (!isset($m1)) {
print "";
/* ---------------������� --------------------------
print "������� ������� �� ������: ";
$rublines=file("$datadir/mainforum.dat"); $rmax=count($rublines); $r=0;
do {$dt=explode("|", $rublines[$r]);
if ($fid==$dt[0]) {$fy="selected";} else {$fy="";}
if ($dt[1]!="razdel") {print " - $dt[1] \r\n";}
else {print "$dt[2] \r\n";}
$r++;
} while($r < $rmax);
print " ";
----------------------------------------------- */
print""; $m1="1"; }
print"";
} // ���� ������� ����������
} while($fm < $lm);
print "
�����
��������� ";
// ���������: ��� �����?
if (!isset($youwr)) {if (strlen($dt[2])>5) {print "$dt[0] ";} else {print"$dt[0]";} print" ".chr(149)." $guest ";}
else {
$codename=urlencode($dt[0]);
print "$dt[0] ".chr(149)." ";
if (strlen($status)>2 & $dt[1]=="��" & isset($youwr)) {print "$status";} else {print"$users";}
if (isset($reiting)) {if ($reiting>0) {print" "; if (is_file("$fskin/star.gif")) {for ($ri=0;$ri<$reiting;$ri++) {print" ";} } }}
if (isset($youavatar)) { if (is_file("avatars/$youavatar")) {$avpr="$youavatar";} else {$avpr="noavatar.gif";}
print " ";}
} // isset($youwr)
if (isset($youwr) and is_file("$datadir/userstat.dat")) { // ������ ��������� ����� ��� ���������! ;-)
if (isset($ulines[$userpn])) {
if (strlen($ulines[$userpn])>5) {
$ddu=explode("|",$ulines[$userpn]);
print"
��� �������: $ddu[1]
���������: $ddu[2]
���������: $ddu[3]
-+
��������������: $ddu[4]
"; }}}
print "
$dt[4] ";
if (isset($youwr)) {if (strlen($youwr)>3) {print "--------------------------------------------------$youwr ";}} // �������� ������� ���������
print"
��������� # $fm.
����������: $dt[5] - $dt[6]
";
// ������� ������ ��������� �������
$maxpage=ceil(($maxi+1)/$qq); if ($page>$maxpage) {$page=$maxpage;}
print "��������: ";
if ($page>=4 and $maxpage>5) print "1 ... ";
$f1=$page+2; $f2=$page-2;
if ($page==1) { $f1=$page+4; $f2=$page; }
if ($page==2) { $f1=$page+3; $f2=$page-1; }
if ($page==$maxpage) { $f1=$page; $f2=$page-4; }
if ($page==$maxpage-1) { $f1=$page+1; $f2=$page-3; }
if ($maxpage<4) {$f1=$maxpage; $f2=1;}
for($i=$f2; $i<=$f1; $i++) {if ($page==$i) {print "$i ";} else {print "$i ";}}
if ($page<=$maxpage-3 and $maxpage>5) print "... $maxpage ";
print "
";
if ($cangumsg=="0" and !isset($wrfname)) {print" ������������� �������� �������� ������ �� ���������! ��� ����������� �������� �� ������: ������������������ "; } else {
if ($closed!="yes") { print "
";
} else {print" ���� ������� ��� ����������! ";}
}}
} // else isset(event)
?>
Powered by WR-Forum © 1.8M