GzPro Bots (All)

GzPro Bots (All) 1.0

No permission to download

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
254
I got a question.

Why isn't any of the bots joining the teamspeak server?
I did the next thing:
Code:
<?php

/*   Server IP           */                       $ts3_ip = '127.0.0.1';
/*   UDP Port           */                       $ts3_port = 9987; 
/*   Query Port            */                       $ts3_queryport = 10011;
/*   Query login           */                       $ts3_user = 'Serveradmin'; 
/*   Query pass           */                       $ts3_pass = 'changeme'; 
/*   Bot nickname       */                       $bot_nickname = 'OnlineBot';
/*   Bot default channel   */                       $bot_move = 123;
/*   #Sleep   "sec"       */                       $sleep = 60; 

/*   Server Name       "1=On" "0=Off"  */       $Server = 1;
                   /*   ServerName   */           $server_name = "Online:";
 
/*   Channel Name   "1=On" "0=Off"  */       $Channel = 1;
                   /*   Channel name*/           $channel_name = "[cspacer]Server Online:";
                   /*   Channel ID   */           $channel_id = 123;
             
?>
How are you attempting to run it, what does it return?
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
It only wont stop now,

it says ./bot.sh line 28 pkill: command not found.
you just try to start the bot with this command?: ./bot.sh
It's wrong! type this: ./bot.sh start to start the bot and ./bot.sh stop to stop the bot!
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
I did, it starts and no error, but when I do ./bot.sh stop I get that error
well, i don't know what does that issue but you can do that:
on your ssh client type:
screen -r (this will show you all screen you have) as these bots start as screens)
then find the one you need! px: it shows the vpnguard and next to it has the screen id px: 1234.
What you need to do after is kill that screen by typing: screen kill 1234

This should help you!
 

sad

Member
Sep 19, 2016
18
8
46
Code:
/*    Channel Name    "1=On" "0=Off"  */        $Channel = 1;
                    /*    Channel name*/            $channel_name = "[cspacer]Server Online:";
                    /*    Channel ID    */            $channel_id = 123;
this<onlinebot> i don't know who set channel id
 

Henkde2de

VIP
Dec 24, 2015
13
4
35
well, i don't know what does that issue but you can do that:
on your ssh client type:
screen -r (this will show you all screen you have) as these bots start as screens)
then find the one you need! px: it shows the vpnguard and next to it has the screen id px: 1234.
What you need to do after is kill that screen by typing: screen kill 1234

This should help you!
Thank you! it works
 

sad

Member
Sep 19, 2016
18
8
46
I did, it starts and no error, but when I do ./bot.sh stop I get that error
Attention you first install lamp=apache-mysql-php but important php
Code:
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
and you will try to sure install good use this address in browser for test
127.0.0.1 or localhost for test apache
127.0.0.1/info.php fot test php
==================
example i change name folder in gz & copy file in desktop
use this code in terminal
Code:
cd Desktop
next
Code:
sh ./gz/TimeBot/bot.sh start
next
you want connect in team speack for see you local ip
Code:
ifconfig
exaple for me 192.168.126.128
and connected in team speack
 
Last edited:

c1912

Guy Incognito
Apr 5, 2016
26
8
38
Hm.. I've tried it now via Edge browser and it worked. Probably a browser function or addon is blocking something...
Also I can't login to the forums via Cyberfox. I'm keep getting redirected to this site:
wuAoDWQ.png
 
Last edited:

CanadiansEh

Contributor
Jun 26, 2016
80
36
103
I've setup the Rankbot and I provided it the information it needed inside of the config.php and even tho it says "Rank_Bot: Bot has been STARTED!" and I type the command "!ping" or "!help" in both channel and serverchat but nothing happens...
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
I've setup the Rankbot and I provided it the information it needed inside of the config.php and even tho it says "Rank_Bot: Bot has been STARTED!" and I type the command "!ping" or "!help" in both channel and serverchat but nothing happens...
Maybe because you don't type anything?
What this bot does is to give out server groups after a specific time (in our case the time you set in the file) everything goes automatic, and there is nothing else that can be done from your side with any commands!
 

CanadiansEh

Contributor
Jun 26, 2016
80
36
103
Maybe because you don't type anything?
What this bot does is to give out server groups after a specific time (in our case the time you set in the file) everything goes automatic, and there is nothing else that can be done from your side with any commands!
Then whats the point of these commands? https://www.gravitezero.com/src/59fd19.png , Secondly where in the file do you set the specific time? I'm a bit confused with the last part of your sentence.

I was also curious as to why the debug mode wasn't working either?
 
Top