| PHPCounter VII | ||
You have requested a download from a plugin, but the plugin could not be found. Please try again from below.
Data"; $handle = @opendir(dirname(__FILE__) . "/plugins") or die("Plugins directory not found."); $PluginsArr = array(); while($entry = readdir($handle)){ if($entry != ".." && $entry != "." && $entry != "index.php"){ $PathParts = pathinfo($entry); if($PathParts["extension"] == "php"){ $Len = strpos($PathParts["basename"],".php"); $CleanPluginName = substr($PathParts["basename"], 0, $Len); $PluginsArr[] = $CleanPluginName; } } } asort($PluginsArr); //Security fixes!!! $tempEpoch = getvar("EpochPrefix", ""); $Epoch = ""; if(IsTimePrefixValid($tempEpoch)){ $Epoch = $tempEpoch; } $tempEonList = getvar("EonList", ""); $tempEonArray = explode(",",$tempEonList); $EonArray = array(); foreach($tempEonArray as $e){ if(IsTimePrefixValid($e)){ $EonArray[] = $e; } } $EonList = implode(",", $EonArray); foreach($PluginsArr as $p){ echo ""; } ?> |
Plugin took $diff second(s) to complete. ";
}
else{
echo "Plugin could not be found. "; } ?>
Do you see something missing in PHPCounter? Got a comment or some feedback? Please tell me! | |||||||||
PHPCounter 7.3 ©2005 Pierre Far.