Well finally I know what was the problem there was line in the regbot.php
$time = $usersOnChannelTemp['clientLastConnected'] - $usersOnChannelTemp['clientCreted'];
So basicly time was counted as infinite negative I suppose because the client last connection was never estabilished as the following equation shows.
I had to delete $usersOnChannelTemp['clientLastConnected'] - so the code looks now like this: $time = $usersOnChannelTemp['clientCreted']; both in the men and women section.
Or just download the regbot.php file that I've modified and change it with original regbot.php.
http://www.filedropper.com/regbot
Virus scan:
https://www.virustotal.com/pl/url/4...a5165985975d86ba10595e4d/analysis/1466820138/
$time = $usersOnChannelTemp['clientLastConnected'] - $usersOnChannelTemp['clientCreted'];
So basicly time was counted as infinite negative I suppose because the client last connection was never estabilished as the following equation shows.
I had to delete $usersOnChannelTemp['clientLastConnected'] - so the code looks now like this: $time = $usersOnChannelTemp['clientCreted']; both in the men and women section.
Or just download the regbot.php file that I've modified and change it with original regbot.php.
http://www.filedropper.com/regbot
Virus scan:
https://www.virustotal.com/pl/url/4...a5165985975d86ba10595e4d/analysis/1466820138/