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

I cant login as an Admin at my Website And Not in Game! [HELP]!!

Kaywin

Lord of War WoW/Tibia 2D
Joined
Oct 24, 2008
Messages
541
Reaction score
6
Location
SwedeN
Hello!

I cant login as an Admin at my Website And Not in Game and then I write on the website so every player got my information about whats new on the update and I can't give Samples EQ.

When I made my Setup I got an admin login! Account number 1 and with a password that I choised by my self.

Whats wrong? :/ I made a thread some days ago but no-one has answer that thread yet!
 
Last edited:
I'm guessing that you're using GesiorAAC. First of all I would suggest that you change your account number, because all it would take was to know your password to hack you. Next, did you create a character and change its group-id to 6?
 
go to phpmyadmin table accounts and check for acc_name and acc_pass for account id 1...

I'm using gesior acc too but when I tried to change encryption type to sha1 I got a problem because it changes all passwords to a encrypt pass and gesior acc don't remove the encryption.

my suggestion is:
change in your config.lua the encryption type to "plain"
go to your phpmyadmin and select table server_config and change to it:
db_version = 23
encryption = 0
go to table acc and change your ADM account informations (acc name and pass)
 
I will soon try that you just wrote.. But it's something wierd with my database. When i'm cliking at account table I can see everyones account number but not the password, it seems like a security for the databas? But maybe it got something to do with it ? o.O

I'll message back as soon i've tryed that you told me to do.
 
Go to your config-and-functions.php and go to line 27~

change this:
PHP:
if(strtolower($config['server']['passwordType']) == 'sha1')
	$passwordency = 'sha1';
for this:
PHP:
if(strtolower($config['server']['encryptionType']) == 'sha1')
$passwordency = 'sha1';
 
I can't make a code of the config-and-function script -.- wierd but I diden't have to change that you just wrote to me, cuz it was alredy there :/
 
Last edited:
find this:
PHP:
if(strtolower($config['server']['passwordType']) == 'sha1')
	$passwordency = 'sha1';
and change for this:
PHP:
if(strtolower($config['server']['encryptionType']) == 'sha1')
$passwordency = 'sha1';
 
I diden't have to change anything.

Code:
if(strtolower($config['server']['encryptionType']) == 'sha1')
$passwordency = 'sha1';

That code was alredy there! :)
 
go to phpmyadmin table accounts and check for acc_name and acc_pass for account id 1...

I'm using gesior acc too but when I tried to change encryption type to sha1 I got a problem because it changes all passwords to a encrypt pass and gesior acc don't remove the encryption.

my suggestion is:
change in your config.lua the encryption type to "plain"
go to your phpmyadmin and select table server_config and change to it:
db_version = 23
encryption = 0
go to table acc and change your ADM account informations (acc name and pass)

This was really really wierd.. when i changed to "plain" as you said it worked to enter the website with my admin account and password. BUT the server could not snart because of we had "plain" and not "sha1". But i waited and checked a website while the console was loading and then automatic Poff it started with "plain" when it said it coulden't cuz i needed "sha1".

Now I can enter the samples in game. :O
 
Last edited:
This was really really wierd.. when i changed to "plain" as you said it worked to enter the website with my admin account and password. BUT the server could not snart because of we had "plain" and not "sha1". But i waited and checked a website while the console was loading and then automatic Poff it started with "plain" when it said it coulden't cuz i needed "sha1".

Now I can enter the samples in game. :O

this error that you said about console showing an error message is just a message telling you that sha1 is most security than plain...
to stop this message go to your phpmyadmin and select table server_config and change to it:
db_version = 23
encryption = 0
=]

ps: probably when you start the server again it will change "db_version" to another value...but it doesn't matter.
 
this error that you said about console showing an error message is just a message telling you that sha1 is most security than plain...
to stop this message go to your phpmyadmin and select table server_config and change to it:
db_version = 23
encryption = 0
=]

ps: probably when you start the server again it will change "db_version" to another value...but it doesn't matter.

It's true as you says! But thanks, finally we have solved this nasty problem and thank you very very very MUCH!
 
Back
Top