/* __ // .-----.-----.-. .-.-----.--| |-----.-----.-----.-----. // |__ --| - | |_| | | _ | .__| - _| - | | // |_____|_____|_____|__|__|_____|__| |_____|_| |_|_|||_| // . ..: s o u n d r e a m o r g a n i z a t i o n :.. . // . ..Coding Division.. . // // PHP Script..: Download Counter v1.1 // Made By.....: |The-Crow| - thecrow@impulsive.org // Site........: http://soundream.planet-d.net */ //--------------------------------------------------------// // PLEASE DEFINE THE VARIABLES // //--------------------------------------------------------// $extension = ""; //leave this blank if you have various extensions. $counterdir = "counters/"; //change this if you want other directory for the counter files. $textfont = "Verdana,Arial"; //text font for the error msg //--------------------------------------------------------// // DO NOT EDIT ANYTHING FROM HERE // //--------------------------------------------------------// if (file_exists("$get")) { header("Location: $get"); // download the file [download.php?get=name_of_file] $file = fopen("$counterdir$get.txt","r"); // download counter $count = fread($file, 100); $countplus = ($count + 1); fclose($file); $fileb = fopen("$counterdir$get.txt","w"); fwrite($fileb, $countplus, 100); fclose($fileb); } else { echo ""; echo "