Hi guys. I have a problem.
Link exchange system provide the following php code:
<?php
define('_SAPE_USER', 'da60bdf712e521c9ba89437968090d20');
require_once($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php');
$sape = new SAPE_client;
echo $sape->return_links();
?>
so, the file http://somehost/da60bdf712e521c9ba89437968090d20/sape.php must be included. if i try to go by this url wordpress provide to create a blog... what to do to stop wordpress blog creating only with this name?