View Single Post
Old 01-16-2005, 03:59 PM   #5
BulForce
Orange Mole
 
Join Date: Aug 2004
Location: none
Posts: 33
Thanks for your support

I have edit one line in robot_functions.php

Line:1323 Was $md5 = md5($titre_resume.$page_desc['content'].$text[$max_chunk]).'_'.$tempfilesize;

And have make it look this way:

Line:1323 Now $md5 = md5(rand().$titre_resume.$page_desc['content'].$text[$max_chunk]).'_'.$tempfilesize; //moded line - Turn off duplicate chk


I have run a little test spidering and all goes fine, i hope that there will be no more problems.

Last edited by BulForce; 01-16-2005 at 04:01 PM. Reason: :)
BulForce is offline   Reply With Quote