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

Website question, Admin account.

brendan2

Sensation black
Joined
Feb 19, 2009
Messages
507
Reaction score
1
Well I have a problem when you create the website it forces you to use account 1 and it ruins account manager. I want to change it to a diff acount. Also make it so people cant login to 1/1 so they cant change the dang acc manager password.... Rep++
 
you cant have acc manager and a acc site because no matter what you have your acc manager number/password they will be able to log on the site and change stuff you dont want changed
 
Here this might help people...

if(!$logged && !empty($login_account) && !empty($login_password))
Replace it with:
if(!$logged && !empty($login_account) && !empty($login_password) && $login_account != 1)
 
Back
Top