Auto register bot

r3flex

Member
Jun 21, 2016
33
0
38
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/
 

ownerrek1992

Member
Jan 11, 2016
8
0
33
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/
Bro can you update this script to multiple add channel when user join bot add more ranks ? thanks .
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
@Alligatoras I changed to 100 but it doesn't show client query. Any help? I created my own register bot and when I run its shows no error In code but it doesn't show anything in ts3.
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
Tnx for help btw I fixed that. I set to 100 permission and saved to bookmarks server>more>and check radio box show query clients. It worked for me :D
 
Top