Именно так в папке modules создаю папку pstats в ней файл index.php вот с таким содержанием
<?php
$statSite[1] = "/stats_cs1.6/";//
http://10.14.113.24/pstats/
$statSite[2] = "/stats_cscz/";
$statSite[3] = "/utstats/"; //etc, etc
if (!eregi("modules.php", $PHP_SELF)) { die ("You can't access this file directly..."); }
if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
OpenTable();
print " ";
CloseTable();
echo ".";
include("footer.php");
?>
Захожу в на сайт пишу
http://10.14.113.24/modules.php?name=pstats&site=1
Пишит что ошибка =(((( может ошибка теги не закрыл или ёще чтонибуть проверти пожалусто.