Welcome to the TestSwarm Alpha! Please be aware that TestSwarm is still under heavy testing and during this alpha period data may be lost or corrupted and clients may be unexpectedly disconnected. More information about TestSwarm can be found on the TestSwarm wiki.
"; loadBrowsers("osx10.6"); loadBrowsers("osx"); loadBrowsers("linux"); loadBrowsers("2000"); loadBrowsers("2003"); echo "

High Score Board

"; $result = mysql_queryf("SELECT users.name, SUM(total) as alltotal FROM clients, run_client, users WHERE clients.id=run_client.client_id AND clients.user_id=users.id GROUP BY user_id ORDER by alltotal DESC LIMIT 10;"); $num = 1; while ( $row = mysql_fetch_array($result) ) { $user = $row[0]; $total = $row[1]; echo ""; $num++; } echo "
$num$user$total

All Scores...

Rarest Browsers

"; $result = mysql_queryf("SELECT name, SUM(runs) as allruns FROM run_useragent, useragents WHERE run_useragent.useragent_id=useragents.id GROUP BY name ORDER BY allruns LIMIT 10;"); $num = 1; while ( $row = mysql_fetch_array($result) ) { $name = $row[0]; echo ""; $num++; } echo "
$num$name
"; function loadBrowsers($name) { global $found, $browser, $version, $os; $result = mysql_queryf("SELECT useragents.engine as engine, useragents.name as name, (SELECT COUNT(*) FROM clients WHERE useragent_id=useragents.id AND DATE_ADD(updated, INTERVAL 1 minute) > NOW()) as clients, (engine=%s AND %s REGEXP version AND os=%s) as found FROM useragents WHERE os=%s AND active=1 ORDER BY engine, name;", $browser, $version, $os, $name); $engine = ""; if ( $name == "xp" ) { $name = "Windows XP"; } else if ( $name == "vista" ) { $name = "Windows Vista"; } else if ( $name == "win7" ) { $name = "Windows 7"; } else if ( $name == "2000" ) { $name = "Windows 2000"; } else if ( $name == "2003" ) { $name = "Windows 2003"; } else if ( $name == "osx10.4" ) { $name = "OS X 10.4"; } else if ( $name == "osx10.5" ) { $name = "OS X 10.5"; } else if ( $name == "osx10.6" ) { $name = "OS X 10.6"; } else if ( $name == "osx" ) { $name = "OS X"; } else if ( $name == "linux" ) { $name = "Linux"; } echo "

$name

"; while ( $row = mysql_fetch_array($result) ) { if ( $row[3] ) { $found = 1; } if ( $row[0] != $engine ) { echo "
"; } #
<?=$row[1]?> 0 ) { echo "" . $row[2] . ""; }?>
"; } if ( $found ) { ?>

TestSwarm Needs Your Help! You have a browser that we need to test against, you should join the swarm to help us out.


Username:

» Start Running Tests

TestSwarm doesn't need your help at this time. If you wish to help run tests you should load up one of the below browsers.

If you feel that this may be a mistake, copy the following information ( ) and your useragent string, and post it to the discussion group.