Famous Posted February 23, 2013 Posted February 23, 2013 (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 February 23, 2013 by zhen Quote
Famous Posted February 23, 2013 Author Posted February 23, 2013 · Hidden by Emistry, February 23, 2013 - more like a SPAM post ? Hidden by Emistry, February 23, 2013 - more like a SPAM post ?
clydelion Posted February 23, 2013 Posted February 23, 2013 You can change the default url as a first line of defense. Instead of http://yoursite.net/phpmyadmin use http://yoursite.net/phpmy4dm1n Or something complex. Quote
janacechan Posted February 23, 2013 Posted February 23, 2013 Use a strong password. like 10-30 Letter with numbers. Quote
Brian Posted February 25, 2013 Posted February 25, 2013 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. Quote
Mitsu Posted March 6, 2013 Posted March 6, 2013 -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 Quote
Cydh Posted March 7, 2013 Posted March 7, 2013 also, make your own encryption algorithm for `user_pass` on `login` table. MD5 is very famous, many people able to dencrypt it. Quote
Question
Famous
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 zhen7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.