PDA

View Full Version : Broken links


RipJawWolfFang
04-10-2009, 08:34 PM
this is what happens when you click one of my adoptables...

http://i369.photobucket.com/albums/oo139/ripjawwolffang/Help1.gif

try it yourself:
http://www.lonelybeastshaunt.comoj.com/get.php?id=2 (http://www.lonelybeastshaunt.comoj.com/levelup.php?id=2)

Any ideas?

night807
04-10-2009, 09:28 PM
In your config you don't have the adoptables file in.
Yours would be:

<?php

// PHP Easy Adoptables Configuration File

$dbhost = 'bdhost'; //DB Hostname
$dbuser = 'bduser'; //DB User
$dbpass = 'pass'; //DB Password
$dbname = 'database'; //Your database name
$dname = 'lonelybeastshaunt.comoj.com'; //Your domain name (No http, www or . )
$spath = '/adoptables'; //The folder you installed this script in, if subfolder use a slash, if root domain empty
$auser = 'Username'; //Admin Username for Host Admin CP
$apass = 'password'; //Password for Host Admin CP

?>


But the details of your MySQL settings.

RipJawWolfFang
04-11-2009, 03:16 AM
WOW IT WORKED!
THANK YOU SO MUCH!