Warning: file_put_contents() expects at least 2 parameters, 1 given in /srv/www/httpd/phost/n/com/pytalhost/nosbot/web/counter/bot/counter_setter.php on line 21
<?php
$CounterTXTPath = 'counter.txt';
if(!file_exists($CounterTXTPath)) {
file_put_contents($CounterTXTPath, '0');
}...