Search a Bunch of SE-R Sites
Use this to search for documents at the SE-R mailing list homepage,
as well several as other web pages serving the SE-R community.
Please note that you cannot search the mailing list archives
with this search engine. Use the archives search page
instead.
The following sites are searchable from here:
mysql_pconnect("vader", "webcount", "Count_ThIs;");
$result = mysql("webcounter", "select count, since, counter_id from counters where counter_name = 'se-r-list-search'");
$row = mysql_fetch_array($result);
if ($row) {
$id = $row["counter_id"];
printf("\tAccessed %s times since %s\n",
$row["count"],
$row["since"]);
mysql("webcounter", "update counters set count = count + 1, last_where = '$REMOTE_HOST' where counter_id = $id");
mysql("webcounter", "insert into hitlist (counter_id, where_from, referer, browser) values ($id, '$REMOTE_HOST', '$HTTP_REFERER', '$HTTP_USER_AGENT')");
}
?>
$Id: search.phtml,v 1.15 1999-03-09 18:04:37-06 dev Exp $