[QUOTE=PGAmerica;1646649]
Quote:
Originally Posted by basketmen
argh guys i still cannot install biblesupersearch.com software, because my hostname is mysql.mydomain.com and not localhost.
Mine is not localhost either. The installation is supposed to overwrite your bible_login.php file with a new one, therefore prompting you for your database info.
You can try renaming bible_login_demo.php to bible_login.php, edit the file and put in the following information.
<?php
// Enter your MySQL login information below
$host="Put Your DB Address Here";
$user="Put Your DB Username Here";
$password="Put Your DB Password Here";
$db="Put Your DB Name Here";
?>
If that does not work, I can poke at it for you. You would need to pm me the pertinent info tho. (FTP, DB, ACP, etc).
|
thank you, it works now using that methode
gbu