userid != $user->id) { echo "Host not found"; exit(); } $t = time_str($host->create_time); echo " Sometimes BOINC assigns separate identities to the same host. You can correct this by merging old identities with the newest one.
Merge $host->domain_name (created $t) with - "; $result = mysql_query("select * from host where userid=$user->id"); while ($host2 = mysql_fetch_object($result)) { if ($host->id == $host2->id) continue; if ($host2->create_time < $host->create_time) continue; if (!hosts_compatible($host, $host2)) continue; $t = time_str($host2->create_time); echo "id> $host2->domain_name (created $t)\n"; } echo "