• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux GESIOR / Forbidden - HELP

kaiquefb

New Member
Joined
Feb 18, 2010
Messages
62
Reaction score
0
Can someone help me?
I have this error on my website / Gesior.

I can create account, and regular character. The problem is that this message is appearing all time.

Code:
Forbidden

You don't have permission to access /index.php on this server.

Apache/2.2.22 (Debian) Server at xxxxxx.net Port 80
 
Last edited:
I have done this and it did not work.

I can create normal account. only appear this message.

It happened after I reset my server. (Wiped the database)
 
Did u have in ur index.php subtopic like: ajax_check_email

its line from ur gesior:
Code:
var url="?subtopic=ajax_check_email&email=" + email + "&uid="+Math.random();
and do u have access to this file or does it exist?
 
My index.php

Code:
<?php
// comment to show E_NOTICE [undefinied variable etc.], comment if you want make script and see all errors
error_reporting(E_ALL ^ E_STRICT ^ E_NOTICE);

// true = show sent queries and SQL queries status/status code/error message
define('DEBUG_DATABASE', false);

define('INITIALIZED', true);

// if not defined before, set 'false' to load all normal
if(!defined('ONLY_PAGE'))
    define('ONLY_PAGE', false);
   
// check if site is disabled/requires installation
include_once('./system/load.loadCheck.php');

// fix user data, load config, enable class auto loader
include_once('./system/load.init.php');

// DATABASE
include_once('./system/load.database.php');
if(DEBUG_DATABASE)
    Website::getDBHandle()->setPrintQueries(true);
// DATABASE END

// LOGIN
if(!ONLY_PAGE)
    include_once('./system/load.login.php');
// LOGIN END

// COMPAT
// some parts in that file can be blocked because of ONLY_PAGE constant
include_once('./system/load.compat.php');
// COMPAT END

// LOAD PAGE
include_once('./system/load.page.php');
// LOAD PAGE END

// LAYOUT
// with ONLY_PAGE we return only page text, not layout
if(!ONLY_PAGE)
    include_once('./system/load.layout.php');
else
    echo $main_content;
// LAYOUT END
 
When I try to create any account or character, it happens sometimes.

255nny8.jpg


So I go out I do everything the same again and as a magic pass works, so that it bothers some vesses can create acc other vesses not.
8x920w.jpg

wish someone ajudace me solve that little problem
 
Back
Top