Yes, I have renamed the folder " admin " and a subfolder of admin which is also " admin " to "iadmin", but I still have a problem accessing some options within the adminCP...only a few option i get my hosting CP login page
Would you like to tell me which options are not working?
There is another folder called admin_tpl, do i have to change this also to iadmin_tpl..
No you do not need to change name of admin_tpl
You may need to change the following codes in all files in /admin folder, pointing to your new admin folder.
PHP Code:
if($users_obj->GetUserAuthentication(0)!=0){
$back_url = urlencode("admin/link_validate_edit.php");
header("Location: ../login.php?f=1&b=$back_url");
}