mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-13 00:24:12 +00:00
trying out some search stuff...
This commit is contained in:
parent
6406111246
commit
6eacd9cd3c
2 changed files with 69 additions and 67 deletions
|
@ -35,7 +35,7 @@ State of the Code items here as well.
|
|||
<?
|
||||
infoItem('addnews.php', 'Post News', 'Post new news items from here.');
|
||||
infoItem('userinfo.php', 'User Info', 'Display or change your user information; Please use this when your email address, phone number, or snailmail address changes.');
|
||||
infoItem('plan.php', 'Edit "plan"', 'Not used by the web site at the moment, this will provide something for users to see what the hell we\'re working on.');
|
||||
infoItem('plan.php', 'Edit "plan"', 'Update this to notify the outside world what you\'re currently working on.');
|
||||
?>
|
||||
|
||||
</TD>
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
$focused = "none"; // Dock icon name to gets a border
|
||||
require("parts/preamble.php"); // Load most of document
|
||||
// Start actual search
|
||||
$lib = dblist();
|
||||
echo "<P>Using dbm library '$lib'";
|
||||
$dbm = dbmopen("siteindex.db","r");
|
||||
if (dbmexists($dbm, $string)) {
|
||||
$parseMe = dbmfetch($dbm, $string);
|
||||
|
|
Loading…
Reference in a new issue