|
05-16-2006, 12:26 AM | #1 |
Green Mole
Join Date: Oct 2005
Location: Switzerland
Posts: 6
|
Exclude not working 1.8.9 RC1 (Workaround included)
Hi there,
ok time for another workaround in phpDig 1.8.9 RC1: The new spider engine removes all line breaks in the content wich would retrieve. That causes a problem with the exclude mechanism. This mechanisem works until now line based, that means that every line is checked for an exclude. If there is an exclude no more lines would be stored until the next include tag. If there is just one line of content with exclude and include tags included this mechanism dosn't work. That's why I've written a little regex to remove all the parts in the line wich are excluded. Insert following code in file admin/robot_functions.php in function phpdigIndexFile on line 1219 : PHP Code:
Greez shockfreezer |
05-16-2006, 12:55 AM | #2 |
Green Mole
Join Date: Oct 2005
Location: Switzerland
Posts: 6
|
Ok first fix is here:
PHP Code:
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PDF Indexing Workaround on Shared Hosting | dekortage | Mod Submissions | 0 | 02-07-2007 11:17 AM |
Certain sites, pages and pdfs are not indexed 1.8.9 RC1 [Workaround included] | obottek | Bug Tracker | 0 | 08-24-2006 05:30 AM |
Strange db change behavior [Fix included] | shockfreezer | Bug Tracker | 0 | 06-22-2006 07:11 AM |
Spider CLI call under Windows fails [Workaround included] | shockfreezer | Bug Tracker | 0 | 06-22-2006 06:58 AM |
files above 2 levels can not be included using require_once or include | ravi | Coding & Tutorials | 0 | 06-15-2006 03:33 AM |