Hi Olaf, finally found the official forum
Okay, here's the error I get upon testing the script:
Warning: include_once(/home2/equalize/public_html/classes/PHPMailer/class.phpmailer.php) [function.include-once]: failed to open stream: No such file or directory in /home2/equalize/public_html/classes/access_user/db_config.php on line 57
Warning: include_once() [function.include]: Failed opening '/home2/equalize/public_html/classes/PHPMailer/class.phpmailer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/equalize/public_html/classes/access_user/db_config.php on line 57
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home2/equalize/public_html/classes/db.php:8) in /home2/equalize/public_html/classes/access_user/access_user_class.php on line 31
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/equalize/public_html/classes/db.php:8) in /home2/equalize/public_html/classes/access_user/access_user_class.php on line 31
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'admin'@'localhost' (using password: YES) in /home2/equalize/public_html/classes/access_user/access_user_class.php on line 136
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'equalize'@'localhost' (using password: NO) in /home2/equalize/public_html/classes/access_user/access_user_class.php on line 137
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home2/equalize/public_html/classes/access_user/access_user_class.php on line 137
The login, etc. do appear on the page and even show the errors when trying to submit a blank field, links to the register, forgot work as well. I'm not sure what the paths should be. I basically have the classes folder in the public_html root, but haven't changed paths to any files as I'm not sure if/where I should be making such changes. Also, if I have two subdirectories of the public_html (subdomains), how can I use this script twice to create to separate login systems, and how would the path structure go since they are subdomains of public_html?
Thanks in advance for any and all responses!
Robbie