PEAK XOOPS - problem in protector in englishin japanese

problem in protector

List posts in the topic

none problem in protector

msg# 1
depth:
0
Previous post - Next post | Parent - Children.1 | Posted on 2006/11/11 18:26
voltan  伍長 From: iran-tehran  Posts: 70
when i add the line

 define('XOOPS_GROUP_ADMIN', '1');
	define('XOOPS_GROUP_USERS', '2');
	define('XOOPS_GROUP_ANONYMOUS', '3');

    foreach ( array('GLOBALS', '_SESSION', 'HTTP_SESSION_VARS', '_GET', 'HTTP_GET_VARS', '_POST', 'HTTP_POST_VARS', '_COOKIE', 'HTTP_COOKIE_VARS', '_REQUEST', '_SERVER', 'HTTP_SERVER_VARS', '_ENV', 'HTTP_ENV_VARS', '_FILES', 'HTTP_POST_FILES', 'xoopsDB', 'xoopsUser', 'xoopsUserId', 'xoopsUserGroups', 'xoopsUserIsAdmin', 'xoopsConfig', 'xoopsOption', 'xoopsModule', 'xoopsModuleConfig', 'xoopsRequestUri') as $bad_global ) {
        if ( isset( $_REQUEST[$bad_global] ) ) {
            header( 'Location: '.XOOPS_URL.'/' );
            exit();
        }
    }
    
 include( XOOPS_ROOT_PATH . '/modules/protector/include/precheck.inc.php' ) ;

	if (!isset($xoopsOption['nocommon'])) {
		include XOOPS_ROOT_PATH."/include/common.php";
	}

	include( XOOPS_ROOT_PATH . '/modules/protector/include/postcheck.inc.php' ) ;


in mainfile.php

i have lots of attackes recorded in protector module repeatedly! and i dont know why!

xoops 2.0.15
php 5.1.6
MySQL 5.0.26
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!