@ Hans, The problem is if someone know about bot, aaa, aab, aac, ... zzx, zzy, zzz, looks not too different from a, b, c...z. :(
@ Dan, I didn't test your fix yet (because I don't know where to replace), I rather waiting the next release. :P However, I should notice that the "count=" can affect the out put number of "pages", while the highlight plugin will output ALL lines found in a page, no matter the number of "count=". Isn't it? Cheers, linly On Feb 28, 2:42 am, The Editor <[email protected]> wrote: > Should work. Hmmm. Looks like a glitch. To fix it, go to engine.php > around line 1852 or so, & change the subroutine to this: > > if (is_numeric($x[0]) && is_numeric($x[1])) { > foreach ($outarray as $k => $kk) { > if ($i < $x[0] || $i >= $x[1]) > unset($outarray[$k]); > $i = $i + 1; > } > } > > Will go into the next release. > > Cheers, > Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
