[05-May-2012 11:16:50 UTC] PHP Strict Standards: Declaration of passwordStrength_skin::registerForm() should be compatible with that of skin_register_4::registerForm() in /var/www/u2797426/public_html/violence-club.ru/forum/admin/sources/classes/output/publicOutput.php(3445) : eval()'d code on line 38
а вот и сам publicOutput.php тока до 42 линий
Скрытый текст
<?php
/**
* <pre>
* Invision Power Services
* IP.Board v3.2.3
* Public output methods
* Last Updated: $Date: 2011-10-05 21:08:45 -0400 (Wed, 05 Oct 2011) $
* </pre>
*
* @author $Author: bfarber $
* @copyright (c) 2001 - 2009 Invision Power Services, Inc.
* @package IP.Board
* @since Who knows...
* @version $Revision: 9586 $
*
*/
if ( ! defined( 'IN_IPB' ) )
{
print "<h1>Incorrect access</h1>You cannot access this file directly. If you have recently upgraded, make sure you upgraded all the relevant files.";
exit();
}
class output
{
/**#@+
* Registry Object Shortcuts
*
* @access public
* @var object
*/
public $registry;
public $DB;
public $settings;
public $request; ---------------------------------------------------------------------------------38 линия
public $lang;
public $member;
public $cache;
/**#@-*/