'; //echo 'Update Keywords
'; function wikidir($input) { $wikioutput = ereg_replace("/",":",$input); return $wikioutput; } function nameonly($input) { $parts = explode('.',$input); return $parts[0]; } function cuttxt($input) { $input = ereg_replace(".txt","",$input); return $input; } function nicefilename($input) { // $dateipart = strrpos($input,":"); // if(!$dateipart) { $dateipart = 0 }; //$changepart = substr($input,$dateipart); $elemente = explode(":",$input); $changepart = $elemente[count($elemente)-1]; $parts = explode("_",$changepart); for($i=0;$i