/users/patterns/www2_Hacked_x/counter/counter_config.php


1
2
3
4
5
6
7
8
9
10
11
12
<?php

// change these values :
$localhost 'localhost';
$dbuser =  'patterns_counter';
$dbpass 'patterns';
$dbname 'patterns_counter';
$dbtablehits'hits';
$dbtableinfo'info';
$maxrows 50// Restrics how many entry´s are allowed in $dbtableinfo. if more then $maxrows , new entry´s will replace the oldest to keep your database small. 

?>