Quote:
Originally Posted by Mysticales
I would assume all one needs to use is the command in a php page for.
Code:
<?php
mysql_connect('sql server', 'user', 'password');
?>
Would that be all thats needed? Then remove the chdir line from the codes calling it?
|
No.
The user passwords for vB are encrypted when they are stored in the database so you cant authenticate just like that.