HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/wordpress0612/wp-content/pluginsBK/wp-useronline/bots.php
<?php

function useronline_get_bots() {
	$bots = array(
		'Google Bot' => 'google',
		'MSN' => 'msnbot',
		'BingBot' => 'bingbot',
		'Alex' => 'ia_archiver',
		'Lycos' => 'lycos',
		'Ask Jeeves' => 'jeeves',
		'Altavista' => 'scooter',
		'AllTheWeb' => 'fast-webcrawler',
		'Inktomi' => 'slurp@inktomi',
		'Turnitin.com' => 'turnitinbot',
		'Technorati' => 'technorati',
		'Yahoo' => 'yahoo',
		'Findexa' => 'findexa',
		'NextLinks' => 'findlinks',
		'Gais' => 'gaisbo',
		'WiseNut' => 'zyborg',
		'WhoisSource' => 'surveybot',
		'Bloglines' => 'bloglines',
		'BlogSearch' => 'blogsearch',
		'PubSub' => 'pubsub',
		'Syndic8' => 'syndic8',
		'RadioUserland' => 'userland',
		'Gigabot' => 'gigabot',
		'Become.com' => 'become.com',
		'Baidu' => 'baidu',
		'Yandex' => 'yandex',
		'Amazon' => 'amazonaws.com',
		'Ahrefs' => 'AhrefsBot'
	);

	return apply_filters( 'useronline_bots', $bots );
}