View Single Post
Old 09-01-2004, 10:01 PM  
{fusion}
Confirmed User
 
Join Date: Sep 2003
Posts: 1,650
heres my work done for today

<?php
$CFG = array(
'default_url' => "http://www.nourl.com/", //if someone requested for non-existing .htm page
'redirect' => false, //redirect human visitors or not
'minlength' => 400, //minimum length of the text to be considered as valid (in bytes)
'maxstore' => 1000, //how many random content pieces to store - if more collected all used would be deleted
'pause' => 24, //how may hours to wait between grabbing data from the same resource
'perhit' => 3, //how many text sources to check each time script is called
'keyfiles' => 4, //how many files keys1.txt keys2.txt keys3.txt keys4.txt
'maxlinks' => 20, //maximum values of NN in %linkNN%
'404' => "/", //where to redirect if 404
);
{fusion} is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote