Код: Выделить всё
$user->format_date($какая-то_переменная, "d.m.Y G:i")Код: Выделить всё
$user->format_date($какая-то_переменная)
Код: Выделить всё
$user->format_date($какая-то_переменная, "d.m.Y G:i")Код: Выделить всё
$user->format_date($какая-то_переменная)Код: Выделить всё
<script language='JavaScript' type='text/javascript' src='/forum/recent.php'></script>Код: Выделить всё
Fatal error: Call to undefined function mmemory_get_peak_usage() in /home/deamon739/kiasoul.su/docs/logs/mem_log_past.php on line 3сорри, что не по теме мода, но вот что написано в /mem_log_past.phpnissin писал(а):Навскидку вместо mmemory_get_peak_usage должно быть memory_get_peak_usage.
Код: Выделить всё
<?php
// Получаем сколько памяти выделено когда скрипт отработал
$AllocMem = round(mmemory_get_peak_usage(true)/1024);
// Если больше 3000 кб, то логируем.
if ($AllocMem>3000)
{
$dtm=date(’Y-m-d’);
// Путь к файлу лога
$fn=’/home/deamon739/kiasoul.su/docs/logs/mem-’.$dtm.’.log’;
$txt="
Перерасход памяти: ".($AllocMem)." Kb
Скрипт: ".$_SERVER['SCRIPT_FILENAME']."
Ссылка: ".$_SERVER['REQUEST_URI']."
";
file_put_contents($fn,$txt,FILE_APPEND);
}
?>Код: Выделить всё
[phpBB Debug] PHP Notice: in file /home/deamon739/kiasoul.su/docs/logs/mem_log_past.php on line 11: Division by zeroКод: Выделить всё
[phpBB Debug] PHP Notice: in file /recent_cp1251.php on line 42: Cannot modify header information - headers already sent by (output started at /home/www/index.html:6)
[phpBB Debug] PHP Notice: in file /recent_cp1251.php on line 44: Cannot modify header information - headers already sent by (output started at /home/www/index.html:6)
[phpBB Debug] PHP Notice: in file /recent_cp1251.php on line 45: Cannot modify header information - headers already sent by (output started at /home/www/index.html:6)
[phpBB Debug] PHP Notice: in file /recent_cp1251.php on line 46: Cannot modify header information - headers already sent by (output started at /home/www/index.html:6)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /home/www/index.html:6)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /home/www/index.html:6)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /home/www/index.html:6)Код: Выделить всё
<!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" lang="ru" xml:lang="ru">
<head>
.......
</head>
<body>
.........
<?php
include('forum/recent_cp1251.php');
?>
.........
</body>
</html>
Код: Выделить всё
<?php
include('forum/recent_cp1251.php');
?>Код: Выделить всё
<script language='JavaScript' type='text/javascript' src='forum/recent_cp1251.php'></script>Код: Выделить всё
@readfile('http://domain.ru/forum/recent_cp1251.php');