PHP3 Glimpse Search

You may use a ';' (semi-colon) between expressions to represent a logical "AND" while a ',' (comma) represents an "OR". So, to search for APPLE and ORANGE, use "APPLE;ORANGE". You may also use full regular expressions in the search field.
Search for:
Case Sensitive Search 
Match Whole words only
Approximate Search    

Glimpse Search Results

Search expression:

SORRY - Search index is currently being rebuilt, please try again in a few minutes.

No matches found!

"; } else { ?>

Results - out of

-1) { $text = fgetss($fp,256); $text = ereg_replace(" +"," ",$text); $text = ereg_replace(13,"",$text); while(strlen($text)<3 && !feof($fp)) { $text = fgetss($fp,256); $text = ereg_replace(" +"," ",$text); $text = ereg_replace(13,"",$text); if(!strlen(ereg("[a-zA-Z0-9]",$text))) { $text=""; } } $j=0; $remain = ereg_replace(".+[\?]","",$text); if($text!=$remain) { $text = $text - $remain; } echo "

$text  file size: $size  modified: $mtime  matches: $cnt\n"; echo "

"; exec("$glimpse $icase $words $fuzzy -y -L0:0:1 -q -F '$filepat' -H $gdir '$pattern'",&$context); $pos = ereg("@",$context); unset($context); $pos = substr($pos,1,strlen($pos)); $pos = intval(ereg_replace("{.*","",$pos)); if($pos > ftell($fp)) { fseek($fp,$pos-1); } while(!feof($fp) && $j<240) { $text = fgetss($fp,256); $j+=strlen($text); echo HtmlSpecialChars($text); } fclose($fp); echo "

\n"; } $i++; } ?>