Loading...
Как исправить ?















[q]Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 29

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 32

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in W:\domains\game\login\libraries\loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 138

Strict Standards: Non-static method JRequest::clean() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 33

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in W:\domains\game\login\libraries\joomla\environment\request.php on line 463

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in W:\domains\game\login\libraries\joomla\environment\request.php on line 464

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in W:\domains\game\login\libraries\joomla\environment\request.php on line 465

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in W:\domains\game\login\libraries\joomla\environment\request.php on line 466

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in W:\domains\game\login\libraries\joomla\environment\request.php on line 467

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in W:\domains\game\login\libraries\joomla\environment\request.php on line 468

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 35

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 38

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 39

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in W:\domains\game\login\libraries\loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 138

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 46

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 47

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 50

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 53

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 54

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 57

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\joomla\import.php on line 58

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in W:\domains\game\login\libraries\loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in W:\domains\game\login\l
что за скрипт?
Maks islam , Joomla походу
Maks islam (04.07.2016 в 13:29)
что за скрипт?
вот главная

[q]




<?
define('BASE_DIR', dirname(__FILE__));
define('INCLUDES_DIR', BASE_DIR.DIRECTORY_SEPARATOR.'includes');

define( '_JEXEC', 1 );
define('JPATH_BASE', dirname(__FILE__).'/login/' );
define( 'DS', DIRECTORY_SEPARATOR );

require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );

$mainframe =& JFactory::getApplication('site');
$mainframe->initialise();


$user = &JFactory::getUser();
if (!$user->get('gid'))
{
jimport('joomla.utilities.utility');
$hash = JUtility::getHash('JLOGIN_REMEMBER');

if ($str = JRequest::getString($hash, '', 'cookie', JREQUEST_ALLOWRAW | JREQUEST_NOTRIM))
{
jimport('joomla.utilities.simplecrypt');


$key = JUtility::getHash(@$_SERVER['HTTP_USER_AGENT']);

$crypt= new JSimpleCrypt($key);
$str= $crypt->decrypt($str);

$options = array();
$options['silent'] = true;
if (!$mainframe->login(@unserialize($str), $options)) {

setcookie( JUtility::getHash('JLOGIN_REMEMBER'), false, time() - 86400, '/' );
}
else
{
echo "<script>document.location.href='play/index.php'</script>";
}
}
}


$incloc = '';
$isadmin = false;
$page='home';

include("includes/inc-preheader.php");

$thecode= $_COOKIE['sbbg_sid'];
if ($db->num($db->query("SELECT uID FROM users_online WHERE uCode=\"$thecode\"")))
echo "<script>document.location.href='play/index.php'</script>";


?>
<link rel="stylesheet" type="text/css" href="<?=$incloc?>layout/scroller.css" />

<script type="text/javascript" src="<? echo $incloc . "includes/"; ?>dom-drag.js"></script>
<script type="text/javascript" src="<? echo $incloc . "includes/"; ?>ypSimpleScrollC.js"></script>
<script type="text/javascript" src="<? echo $incloc . "includes/"; ?>scroller.js"></script>
<script type="text/javascript" src="<? echo $incloc . "includes/"; ?>ticker.js"/></script>
<script type="text/javascript">
instantiateScroller(0, "scroll0", 7, 0, 380, 192, 150);
</script>

<div class="logincontainer">
<div class="loginheader" align="center">
<? nav('login');?>
</div>
<div class="loginupperbox">
<span class="normaltext"> <?=$SETTINGS['game_descr']?></span>
</div>

<div class="loginscroller" align="center">
</div>

<div class="root" id="root0">
<div class="scrollContainer" id="scroll0Container">
<div class="scrollContent" id="scroll0Content">
<?
include("includes/nbbc.php");

$bbcode = new BBCode;

$newsArray=getNewsFromVb();
$db->connect();
foreach($newsArray as $news)
{
echo '<div class="newsdiv" onClick="document.location.href=\'news.php?id='.$news['id'].'\'">';
echo '<span style="font:normal 13px arial,helvetica,sans-serif;color: #FFCC00;"> '.date('Y-m-d', $news['dateline']).'</span><br>';
echo '<span class="highlighttext"><b>'.html_entity_decode($bbcode->Parse($news['title'])).'</b></span><br>';
echo $bbcode->Parse(substr($news['text'],0,220).'...');
echo '</div>';
}
?>
</div>
</div>
</div>
<div class="loginbottombox" align="center">
<span class="normaltext"> </span>
<div id="dropmsg0" class="dropcontent" subject="Richest">
<?php

$result = $db->query("SELECT * FROM stats Where stats.group='Richest' ORDER BY value desc limit 3");
$img_prefix="./includes/images/";
$bkimg = $img_prefix."avatars/default_avatar.jpg";
echo '<div id="dropcontentsubject">Richest</div>';
while($rvalue=$db->fetch($result))
{
echo "<div class='dropcontent3'>";
$img= $img_prefix."avatars/".$rvalue['uID'].".jpg";

if (file_exists($img)) {
echo '<img name="avatar" src="'.$img.'">';
} else {
echo '<img name="avatar" src="'.$bkimg.'">';
}
echo "{$rvalue['tribe']}<br/>";
echo number_format($rvalue['value'])."<br>";
echo "</div>";
}
?>
</div>
<div id="dropmsg1" class="dropcontent" subject="Most Powerful">
<?php
$result = $db->query("SELECT * FROM stats Where stats.group='power' ORDER BY value desc limit 3");
$img_prefix="./includes/images/";
$bkimg = $img_prefix."avatars/default_avatar.jpg";
echo '<div id="dropcontentsubject">Most Powerful</div>';
while($rvalue=$db->fetch($result))
{
echo "<div class='dropcontent3'>";
$img= $img_prefix."avatars/".$rvalue['uID'].".jpg";

if (file_exists($img)) {
echo '<img name="avatar" src="'.$img.'">';
} else {
echo '<img name="avatar" src="'.$bkimg.'">';
}
echo &quo
________
посл. ред. 04.07.2016 в 13:38; всего 1 раз(а); by NEC
Онлайн: 3
Время:
Gen. 0.0783
(c) Bym.Guru 2010-2026