For starters, you can download PHPNav here. Decompress the folder on your server where your website is hosted (for me, it was /htdocs/cloudplayer). The folder name would be phpnav
1. Ensure that the PHPNav folder is now in the directory containing the index page (landing page) of your site.
2. Inside your PHPNav directory, open the config.php file for editing. Search for the line $compress=true. After that line, add the following lines.
$mysql_server="xxxxxx"; //your SQL Server name
$mysql_user = "xxxxx"; //your SQL server username
$mysql_passwd = "xxxxx"; //your SQL Server password
$mysql_db = "xxxxxxxx"; // database name
$mysql_table = "xxxx"; // main table name in the database. for me it was called users
3. You can edit the login info for your PHPNav by changing the values of $user and $passwd.
You are good to go now. Enter the path of your PHPNav folder and login!
No comments:
Post a Comment