RE: 2 Issues
Your a genius, thanks a bunch BMR. I switched to a new host, truely bythehost kinda sucks lol.
Ok, so in config i set who i want for admin, this is just an example ::
$auser = 'Test'; //Admin Username for Host Admin CP
$apass = 'testing'; //Password for Host Admin CP
?>
Than i created an account as that, but when i went to myurl.com/adm/admin.php
It said access denied, so than i though i had to set it in here ::
Adm >> admin.php and set ::
$username = $_POST['Test'];
$admpassword = $_POST['testing'];
Than went once again to myurl.com/adm/admin.php and it didnt work ..access denied.
|