• 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!

Crash Index.php

xLosT

Member
Joined
Jan 11, 2010
Messages
1,021
Reaction score
13
Location
Brasil, Rio Grande do Sul
I'm using a script to block the account 1 / 1 to log into the site, and the server crash
the poster said it was the script for modern acc

i use gesior acc
PHP:
if(!$logged && !empty($login_account) && !empty($login_password) && $login_account != 1)
 
I have 30 chars in 1 / 1 that does not save, there comes the personal likes and create acc ot the site
30 chars normal on 1/1 and need block to visite forum

PHP:
if($group_id_of_acc_logged == 2)
$main_content .= '<h1>Account Manager Bloqueado.';
else

blocks this script to change the password
but when I put the error in forum.php

Can someone help me set up to block the forum
if acc acess 2


need remove acess 2 to admin forum
 
I dont really understand this but, Create a new account, and change the password of 1/1 account to something else and use ure new account for posting news, ect...
 
i need remove account acess 2 to admin forum, in config.php
PHP:
$config['site']['access_news'] = 3; // access level needed to edit news
$config['site']['access_tickers'] = 3;

or inject script on forum.php
PHP:
if($group_id_of_acc_logged == 2)
$main_content .= '<h1>Account Manager Bloqueado.';
else

please help
 
Back
Top