IP.Board Tutorials

[Safety Tip] Change Admin Directory

Submitted by MarcFrid, , Thread ID: 49860

Thread Closed
MarcFrid
Member ?
Level:
0
Reputation:
66
Posts:
456
Likes:
173
Credits:
547
05-10-2017, 07:29 PM
This post was last modified: 05-10-2017, 07:29 PM by MarcFrid
#1
This is recommended by official IP.Board to do:
  • It makes you more secure
  • Hackers usually attack /admin so we are gonna change it to /somethingyouwant

So how to do this?:
  1. Connect to your server through FTP or whatever you want.
  2. Go to your IP.Board Directory
  3. Locate the admin folder and rename it to whatever you want! If you want it ultra ultra secure you can use hash generator that generates you alot of compatible characters such as:ae0bbd2810ede227bbeec1b9442f83f4
  4. After you rename your admin folder you need to create a new php file. It should be placed in same location as index.php. Create it and call it:
    Code:
    constants.php


  5. It must be exactly calledconstants.php otherwise it wont work.
  6. Inside ofconstants.php type following:
Code:
<?phpdefine( 'CP_DIRECTORY', 'Your new directory' );
Replace your new directory with the new folder name. You should now have changed your Admin folder this should make your site easier if you have problems reply or PM me.

Users browsing this thread: 1 Guest(s)