<?php $file = "counter.txt"; $user_ip = $_SERVER['REMOTE_ADDR'] . "n"; $ip_list = file($file); $visitors = count($ip_list) - 1; if (in_array($user_ip, $ip_list)) { echo ("$visitors"); } else { $fp = fopen($file,"a"); fwrite($fp, "n$user_ip"); fclose($fp); $visitors++; echo $visitors; } ?>

This page cannot be displayed due to an internal error.
If you are the administrator of this site, please visit the XOOPS Troubleshooting Page for assistance.
Error [Xoops]: Unable to connect to database in file class/database/databasefactory.php line 34
Only the roster feature will be a bit tricky.