Файл: KOSMOS/inc/pismo/index.php
Строк: 94
<?php
include_once '../sys/inc/start.php';
include_once '../sys/inc/compress.php';
include_once '../sys/inc/sess.php';
include_once '../sys/inc/home.php';
include_once '../sys/inc/settings.php';
include_once '../sys/inc/db_connect.php';
include_once '../sys/inc/ipua.php';
include_once '../sys/inc/fnc.php';
include_once '../sys/inc/user.php';
$set['title']='Письмо деду морозу';
include_once '../sys/inc/thead.php';
title();
err();
aut();
$j=1; $designe='configs/designe.cfg'; if (is_readable($designe)): $tvu=fopen($designe,"r"); $trd=fread($tvu,filesize($designe)); fclose($tvu); if (ereg('<страница>',$trd)): $designe=split('<страница>',$trd); $designe_begin=$designe[0]; $designe_end=$designe[1]; else: $designe_begin='<html><head><title></title></head><body><p><b>Файл $designe не существует или для него запрещена операция чтения!</b></p><br>'; $designe_end='</body></html>'; endif; else: $designe_begin='<html><head><title></title></head><body><p><b>Файл $designe не существует или для него запрещена операция чтения!</b></p><br>'; $designe_end='</body></html>'; endif; print $designe_begin; function opq($pu) { $di=opendir($pu); rewinddir($di); $gor=array(); while ($rdd=readdir($di)): if ($pu=='pages'): if (eregi("^([0-9a-z_-]+.pg)$",$rdd)): array_push($gor,$rdd); endif; elseif ($pu=='archives'): if (eregi("^([0-9a-z_-]+.av)$",$rdd)): array_push($gor,$rdd); endif; endif; endwhile; closedir($di); sort($gor); return $gor; } function mas($q) { $ooo='pages/'.$q; if (is_readable($ooo)): $fp=fopen($ooo,"r"); if (filesize($ooo)<1): $m='1'; else: $m=fread($fp,filesize($ooo)); endif; fclose($fp); $jab=split("nn",$m); else: $jab=array(''); endif; return $jab; } if (isset($_GET['faq'])): include ("system/faq.php"); elseif (isset($_GET['c'])): include ("system/choice.php"); elseif (isset($_GET['a'])): include ("system/archives.php"); elseif (isset($_POST['z']) xor isset($_GET['at'])): include ("system/texts.php"); else: include ("system/questions.php"); endif; print $designe_end;
include_once '../sys/inc/tfoot.php';
?>