View Single Post
Old 04-19-2005, 07:41 AM   #5
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
PC file search (may vary depending on OS): Start > Find > Files or Folders > choose the Name & Location tab > leave the Named field blank > type option in the Containing text field > set the Look in field to the main PhpDig folder by using the Browse button > check mark the Include subfolders option > click the Find Now button. You could also use grep if it's available on your server. Type man grep at the prompt for usage.

In the files that show up, look for things like the following: option=$option, $option="start", $option='start', option=start, $option, $result['form_radio'], etcetera. Concentrate on the search.php, list.php, function_phpdig_form.php, phpdig_functions.php, search_function.php files. Also, uncomment error_reporting(E_ALL); in the config.php file, so that after you make the changes, you can test your edits.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote