in the /home/mic360/public_html/v4sharedauction.php Find the following block of code: # WP # where are we? get the path of this file and break each segment into array $temp = explode("/", $_SERVER["SCRIPT_FILENAME"]); # pop off /auction.php array_pop($temp); # pop off /phpBay array_pop($temp); # pop off /plugins array_pop($temp); # pop off /wp-content array_pop($temp); # what's left is the root folder of the blog (not necessarily the site) $temp = implode("/", $temp) . "/wp-blog-header.php";