ricky siteul pe care mi l-ai dat imi face redirect la http://www.kloakit.com/. La sectiunea download spune ca nu se mai vinde softul kloakit.
Am caut si eu pe google si am gasit urmatorul script:
CODSURSA
<?php
$botlist = array("alexa", "appie", "Ask Jeeves", "crawler", "FAST",
"froogle", "Firefly", "girafabot", "Googlebot", "InfoSeek", "inktomi",
"looksmart", "NationalDirectory", "rabaz", "Scooter", "Slurp", "Spade",
"TECNOSEEK", "Teoma", "WebBug", "WebFindBot", "URL_Spider_SQL",
"ZyBorg");
function detectBrowser($agent) {
if (eregi("botlist", $agent)) {
$browser = "Bot";
} else {
$browser = "Browser";
}
return $browser;
}
$user_agent = $HTTP_SERVER_VARS["HTTP_USER_AGENT"];
$isBrowser = detectBrowser($user_agent);
if ($isBrowser=="Bot") {
//aici ar trebui sa fie siteul html
} else {
echo 'human';
//aici ar trebui sa fie flash
}
?>
In cele 2 locuri nu stiu cum sa introduc site-urile as fi recunoscator daca ma poate ajuta cineva