Ok, my webmaster just left and the web server I was on went down so I got another one with php and mysql, and I copy all the files that I could before my old site went down to my new site but when I try to go to my new site. www.cujef.com/index.php I get
Warning: main(db/db.php): failed to open stream: No such file or directory in /home/cujefcom/public_html/mainfile.php on line 77
Fatal error: main(): Failed opening required 'db/db.php' (include_path='.:/usr/local/lib/php') in /home/cujefcom/public_html/mainfile.php on line 77
and line 77 is or the whole section
if ($forum_admin == 1) {
require_once("../../../config.php");
require_once("../../../db/db.php");
} elseif ($inside_mod == 1) {
require_once("../../config.php");
require_once("../../db/db.php");
} else {
require_once("config.php");
require_once("db/db.php");
}
and when I went looking for the db.php I found out I don't have one and I was wondering how I coudl get one or make one etc.