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

Solved Protection From hackers! (This Thread is only for Pros)

killing

Member
Joined
Feb 23, 2012
Messages
815
Reaction score
11
Location
BIH
Last edited:
Don't use root at login.
Use an strong password, like e8as@kS6€ or something.
Be sure you don't have any corrupted files in gesior/otserver.

What i think atm
 
Im not using Root?
I have create new user "Otserv"
I did not delete Root or PMA
and i have Strong pass it haves Simbols numbers letters.. but that password is for my new user.
and i have Change

LUA:
$cfg['Servers'][$i]['auth_type']       = 'config';

To

LUA:
$cfg['Servers'][$i]['auth_type']       = 'http';

- - - Updated - - -

Is that good..
and oh Im not using Linux..
I think to i need Linux..
 
In your phpmyadmin , go to "Privileges". You should delete the "root" account from there

- - - Updated - - -

Also check so all are password secured:

o4tRM4.png
 
Ofc you can ask me for help, just check like this:

jjsh0k.png


You need to have all this one secured, also don't remove pma. If you followed Znotes tutorial it should be secured already
 
Weit,Weit.......Weit.
1)I have Delete Root User
And look what i have get!
https://i.imgur.com/HZZszzO.png


What uniserver Version are u using?
or ur using Xampp??

- - - Updated - - -

I have saw this
LUA:
$cfg['Servers'][$i]['auth_type']       = 'config';  // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']            = 'root';    // MySQL user
$cfg['Servers'][$i]['password']        = $password; // MySQL password (only needed with 'config' auth_type)
$cfg['Servers'][$i]['AllowNoPassword'] = false;     // Must use password

and check this
LUA:
$cfg['Servers'][$i]['user']            = 'root';    // MySQL user
$cfg['Servers'][$i]['password']        = $password; // MySQL password (only needed with 'config' auth_type)
$cfg['Servers'][$i]['AllowNoPassword'] = false;     // Must use password

Do i need to Change Something in that??
 
That is because you using root after all.
Im using uniserver also.

If i would you, uninstall whole uniserver. Follow znotes tutorial again, read it to 100%
Take a look at this tutorial : Znote tutorial
 
When i have Install Uniserver
I have having just 2 users.
1-PMA
2-ROOT

and + i have add my own one Otserv

What is Cokie?

- - - Updated - - -

Do i need to Change something in here??
LUA:
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = $password; // MySQL password (only needed with 'config' auth_type)
$cfg['Servers'][$i]['AllowNoPassword'] = false; // Must use password
 
Bro
Im sad so sad so sad.. :(
I have Delete Root and i cant now Delete anything from Phpmyadmin!!!GRRR ;(
And yeah Im using Gesior AAc last Version!
and yeah I wish you could install it and Set up everything in phpmyadmin becuase my heart hurts.
 
Bro
Im sad so sad so sad.. :(
I have Delete Root and i cant now Delete anything from Phpmyadmin!!!GRRR ;(
And yeah Im using Gesior AAc last Version!
and yeah I wish you could install it and Set up everything in phpmyadmin becuase my heart hurts.

Write in PM
 
Back
Top