see this?
PHP Code:
$cxip_count_file = "../addons/count.txt"; // check the path
$cxip_file = "../addons/ip.txt"; // check the path
check the path first plx...

i set the path of count.txt and ip.txt to "../addons/", if you like, you can change it to anything else...
or like this:
chage those two lines to:
PHP Code:
$cxip_count_file = "count.txt"; // check the path
$cxip_file = "ip.txt"; // check the path
it will be ok!