
Whew! Yesterday, I posted about renaming my WordPress Admin Folder. Today, I completed the installation script which can help anyone rename ‘wp-admin’ folder of their WordPress installation.
I have tested the script extensively on my Windows Web Server. It will be great if someone can test it on Linux box.
Btw, idea behind renaming ‘wp-admin’ folder is to take a step towards securing your WordPress installation.
Right now, a cracker can easily identify your WordPress Admin site.
[If your WordPress blog URL is http://myblog.com, Your Admin Site URL is http://myblog.com/wp-admin/ ]
So a cracker may launch a dictionary attack to hack in to your blog.
I would like to emphasize that renaming your admin folder is not an end to securing your WordPress installation. You should use strong passwords. You should rename the default ‘admin’ account. Access Admin site over SSL, if possible.
Anyway, you can download script as a ZIP file here. [There is a README file inside which should guide you through the process.]
Here is the screenshot of the script:

Let me know if this script works for you. Make sure to contact me, in case you find any bugs.
Enjoy!
JD
UPDATE:
This script can be used only with WordPress v. 1.2.2.
Using it with any other version might break your WordPress installation.