Thread: 2 Issues
View Single Post
  #7  
Old 02-28-2009, 06:42 PM
Breakdown Breakdown is offline
Member
 
Join Date: Feb 2009
Posts: 4
Credits: 956
Breakdown
Default 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.
Reply With Quote