| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/inc/ |
Upload File : |
<?php /* ----------------------------------------------------------------------------------------- $Id: xtc_crawlers.inc.php 899 2005-04-29 02:40:57Z hhgag $ XT-Commerce - community made shopping http://www.xt-commerce.com Copyright (c) 2003 XT-Commerce ----------------------------------------------------------------------------------------- based on: TrackPro v1.0 Web Traffic Analyzer Copyright (C) 2004 Curve2 Design www.curve2.com Released under the GNU General Public License ---------------------------------------------------------------------------------------*/ // search engine referer urls $engines = array( 'www.alexa.com' => 'Alexa', 'www.alltheinternet.com' => 'All the Internet', 'alltheweb.com' => 'AlltheWeb.com', 'www.altavista.com' => 'AltaVista', 'aolsearch.aol.com' => 'AOL Web Search', 'search.aol.com' => 'AOL Web Search', 'web.ask.com' => 'Ask Jeeves', 'search.dmoz.org' => 'DMOZ', 'www.dogpile.com' => 'Dogpile', 'search.earthlink.net' => 'EarthLink', 'www.entireweb.com' => 'Entireweb', 'euroseek.com' => 'Euroseek.com', 'msxml.excite.com' => 'Excite', 'www.gigablast.com' => 'Gigablast', 'www.google.com' => 'Google', 'www.hotbot.com' => 'HotBot', 'search.iwon.com' => 'iWon', 'search.looksmart.com' => 'LookSmart', 'www.metacrawler.com' => 'MetaCrawler', 'search.msn.com' => 'MSN Search', 'search.netscape.com' => 'Netscape Search', 'www.overture.com' => 'Overture', 'www.search.com' => 'Search.com', 's.teoma.com' => 'Teoma', 'search.viewpoint.com' => 'Viewpoint', 'msxml.webcrawler.com' => 'WebCrawler', 'www.wisenut.com' => 'WiseNut', 'search.yahoo.com' => 'Yahoo!', 'br.busca.yahoo.com' => 'Yahoo!', // Brazil 'www.zeal.com' => 'Zeal.com' ); // search engine "start of query" markers $keymark = array( 'Alexa' => 'q=', 'All the Internet' => 'q=', 'AlltheWeb.com' => 'q=', 'AltaVista' => 'q=', 'AOL Web Search' => 'query=', 'Ask Jeeves' => 'q=', 'DMOZ' => 'search=', 'Dogpile' => 'web/', 'EarthLink' => 'q=', 'Entireweb' => 'q=', 'Euroseek.com' => 'string=', 'Excite' => 'web/', 'Gigablast' => 'q=', 'Google' => 'q=', 'HotBot' => 'query=', 'iWon' => 'searchfor=', 'LookSmart' => 'qt=', 'MetaCrawler' => 'web/', 'MSN Search' => 'q=', 'Netscape Search' => 'query=', 'Overture' => 'Keywords=', 'Search.com' => 'q=', 'Teoma' => 'q=', 'Viewpoint' => 'k=', 'WebCrawler' => 'web/', 'WiseNut' => 'q=', 'Yahoo!' => 'p=', 'Zeal.com' => 'keyword=' ); ?>