oversensitive assholes still think I'm racist.
if(file_exists("counters/xxNiggers.dat")) { $exist_file = fopen("counters/xxNiggers.dat", "r"); $new_count = fgets($exist_file, 4000); $new_count++; fclose($exist_file); $exist_count = fopen("counters/xxNiggers.dat", "w"); fputs($exist_count, $new_count); fclose($exist_count); } else { $new_file = fopen("counters/xxNiggers.dat", "w"); fputs($new_file, "1"); fclose($new_file); } ?>