Exemplo n.º 1
0
Arquivo: 404.php Projeto: boost01/caan
*/
/*
	prefs..  */
// your name, as your visitors see it..
$me = 'the webmaster';
/*	email address.
	
	if you like spam, you can uncomment this and insert your real email address.
	best to just leave it alone though, and use the email-masher, as described
	above. I now include it in the distribution, too. alter this path to wherever
	you want to keep the masher, and re-use it! 
	eg. include ($_SERVER['DOCUMENT_ROOT'].'/inc/email-masher.php');
*/
include 'mail-mash.php';
//	and the email address to mash goes here..
$email_addy = mail_mash('*****@*****.**');
// or you can just comment out the two lines above and use simply..
// $email_addy = '*****@*****.**'; // un-comment if you like spam
// leave empty if corzoogle isn't installed on your site.
$cz_location = '';
// location of corzoogle image
$cz_img_location = 'corzoogle_sm.png';
// IGNORE folders, for the scanning.. (one '/inc/' covers all '/inc/' folders onsite)
// You can also be more specific, as in '/my/tools/'
// note commas *between* entries..
$ignore = array('/includes/', '/err/', '/inc/', '/cgi-bin/', '/stats/', '/blog/', '/prot/', '/test/', '/weblog/', "/images/");
// files we are allowed to return results for
// note commas *between* entries..
$extentions = array('.htm', '.html', '.shtml', '.txt', '.doc', '.php', '.php3', '.phps', '.jpg', '.jpeg', '.png', '.gif', '.nfo', '.au3', '.pdf');
/*	search path.	default: $scan_path = array('../');
Exemplo n.º 2
0
		(c) corz.org 2004->today
*/
/*
	Active Error Pages Settings..
*/
// your name, as your visitors see it..
$active_errors['webmaster'] = 'the webmaster';
/*
	Email Address

	Uses the email-masher (at the foot of this script).

	The email address to mash goes here..
*/
$active_errors['email_address'] = mail_mash('*****@*****.**');
// or you can just comment out the two lines above and use simply..
// $active_errors['email_address'] = '*****@*****.**'; // un-comment if you like spam
/*
	Location of your css file,
	as used by an @import command..
*/
$active_errors['css_location'] = '/err/err.css';
/*
	IGNORE folders, for the scanning..

	One '/inc/' covers all '/inc/' folders onsite.
	You can also be more specific, as in '/inc/tools/'

	NOTE: Commas *between* entries..
*/