\n"; /*********************************************************/ /* phpAdsNew self configuration code - don't change */ /*********************************************************/ // Disable magic_quotes_runtime set_magic_quotes_runtime(0); if (empty($phpAds_path)) { if (strlen(__FILE__) > strlen(basename(__FILE__))) $phpAds_path=substr(__FILE__, 0, strlen(__FILE__) - strlen(basename(__FILE__)) - 1); // If this path doesn't work for you, customize it here like this // $phpAds_path="/home/myname/www/phpAdsNew"; // Note: no trailing backslash } if (empty($phpAds_path)) $phpAds_path = "."; ?>