2 Issues

Forum
Last Post
Threads / Messages

Breakdown

Member
Member
Joined
Feb 25, 2009
Messages
4
Points
0
Mysidian Dollar
0
OK, so i downloaded and installed the thing successfully.

However, i created an account but when i tried to log in it did not work. Than i tried again same deal.

So i figured id make another one, this time i did with the a simple pass / username, yet again it said invalid over and over and over. Ive made a total of 4 accounts and each kept saying invalid. So im guessing the issue is when someone creates an account it doesnt work ... my site ::

Here.

Next, how do i make a admin account? Is it those two last things in the config.php? If so it didnt work ...lastly, i wont remove the copywright on the bottom, but say for example i have my site open and than open a new tab. Is there anyway to make it so it doesnt say "Php easy Adoptables". I think it can be changed in admin CP, but i dont know how since i cant even make an account!

//Thanks for reading.
 
That is odd that accounts are not being created. Did you run the SQL queries on your database? Do the accounts you created show up in your "users" table?

For the admin account, yes the last two fields in config.php are for your admin account username and password. For the

The title for the browser title bar can be changed in your Admin CP. :)
 
How do i execute those queries? Thats the issue.

Do i just upload it to my FTP?
 
You have to use PHPMyAdmin in your host's control panel to run the queries on your database. You open PHPMyAdmin, select your database from the list on the left, then click the SQL icon from the icon row on the left and paste what's in sql.txt into the box and submit.
 
Thank you! But this ...new error happens. When i go to myphpadmin on my host (byethost) i get this when i click connect to my DB ::
--Page load error.
Failed to Connect

Im using firefox and the page wont open.
 
If the error occurs inside your host's control panel and you can't even connect to the database through PHPMyAdmin then I think it is a host issue.
 
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.
 
$username = $_POST
$admpassword = $_POST

^ They call info that the user has entered from the previous page to the functions page... Don't put the variables in there, otherwise you give everyone access to that account... You have to login to the admin panel with the last bit of info in the config file.
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,280
Messages
33,132
Members
1,603
Latest member
Monako
BETA

Latest Threads

Top