Jump to content
  • 0

How to secured phpadmin from injecting some program hack?


Question

Posted (edited)

How to secured phpadmin from injecting some program hacks?

is there any tips or guide? how to secure php admin even you have strong password..

Edited by zhen

7 answers to this question

Recommended Posts

Posted

When you create your MySQL users, set hostnames too so they can only connect from the host you specify. Only give each MySQL user the minimum privileges it needs.

rAthena only needs SELECT, INSERT, UPDATE, DELETE on the ragnarok database

and INSERT on the log database.

Posted

-1- create a vhost instead of standard pma symlink

-2- set strong passwords

-3- use allow,deny rules in vhost to only accept connections from maint'staff computers

Posted

also, make your own encryption algorithm for `user_pass` on `login` table. MD5 is very famous, many people able to dencrypt it. :D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...