Famous Posted February 23, 2013 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Share 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 Link to comment Share on other sites More sharing options...
Cydh Posted February 23, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share Posted February 23, 2013 nothing that secure on Internet.. :v Quote Link to comment Share on other sites More sharing options...
Famous Posted February 23, 2013 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Author Share 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 ? Link to comment
clydelion Posted February 23, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 754 Reputation: 186 Joined: 05/22/12 Last Seen: October 15, 2022 Share 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 Link to comment Share on other sites More sharing options...
janacechan Posted February 23, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 01/30/12 Last Seen: February 23, 2013 Share Posted February 23, 2013 Use a strong password. like 10-30 Letter with numbers. Quote Link to comment Share on other sites More sharing options...
Brian Posted February 25, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share 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 Link to comment Share on other sites More sharing options...
Mitsu Posted March 6, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 7 Reputation: 0 Joined: 01/05/12 Last Seen: May 11, 2017 Share 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 Link to comment Share on other sites More sharing options...
Cydh Posted March 7, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share 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 Link to comment Share on other sites More sharing options...
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 zhenLink to comment
Share on other sites
7 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.