TS3 GamBot

TS3 GamBot 0.2.1

No permission to download

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
kalle submitted a new resource:

TS3 GamBot - TS3 PHP Query bot for gambling

Hi, this is my first query bot and its coded totally bad because I was in rush. Next week I will improve the script.
And I expect someone who will reply with "query is not for games bla bla" and its true. It uses too much resources to work but who cares :cool:

Bot name is GamBot. It uses ts3 php framework to work.
It operates by random number logic and chooses defined color.

Tnx to:
jpt for random function
@hASVAN for bot idea and one part in code...

Read more about this resource...
 

koen

Member
Jun 13, 2016
8
2
38
This sounds like fun and can be usefull just in case u need it :p btw where to put it? kinda new to TS3 scripts :)
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
This sounds like fun and can be usefull just in case u need it :p btw where to put it? kinda new to TS3 scripts :)
Hi, to use any kind ts3 php script you have to upload on webserver.
Fot this script you need to have 5.+ php installed and mysql server.
When you upload .php file on server you have to run it over ssh but I didn't include any run script *my bad* but I will do it in future.
And before start you need to edit file with login credentials of ts3 query account.
 

hASVAN

Active Member
Jun 7, 2015
76
40
93
@kalle hey if you want i can help you create bot with client query its better and i can help you add AI to the bot like you can play a game with him :D
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
Idk what that would work, but we can talk this weekend on r4p3 ts3 server or discord. Im interested in that Al, and its possibilities :D
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
Hope this will be updated regualy! This is a cool project!
Yeah I'll probably gonna update this next week (optimisation) and add functionality to this point exam. group redeemer.
 

Joxiii

Discord hater!
Feb 2, 2016
271
182
92
Yeah I'll probably gonna update this next week (optimisation) and add functionality to this point exam. group redeemer.
I installed it . But it gave a few bugs. When i was wrote !help it just tells me to wrote !help xD Hope this will be fixed in next update :)
And a install tutorial would be great!
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
I installed it . But it gave a few bugs. When i was wrote !help it just tells me to wrote !help xD Hope this will be fixed in next update :)
And a install tutorial would be great!
Yeah I didn't include !help and !status command yet but I will.
Next upgrade will bring config with almost all custom variables.
For tut I will see :D
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
100/100 downloads. :)
New update soon with group redeemer.
 

amsaal

VIP
Jul 28, 2015
273
102
122
Today i will install and see. if any issue i will let you know. Thanks for this script.
 

Norvik

Retired Staff
Contributor
Jul 18, 2015
635
588
157
Why do you check for the path "TeamSpeak3/TeamSpeak3.php" if you initialized a variable for it? That results in the whole if statement being useless. Also why are you using ' and " at the same time? You should try to only use one of both. And even if you made this fast, you should notice your whole if statement is useless if the $filename variable isn't the one you are trying to require.

Code:
$filename = 'TeamSpeak3/TeamSpeak3.php';

if (file_exists($filename)) {
   require_once("TeamSpeak3/TeamSpeak3.php");
} else {
   die ("The file $filename does not exist");
}
 

koen

Member
Jun 13, 2016
8
2
38
Code:
gambot.sh: line 10: screen: command not found
Script sucessfully started! To stop it type ./gambot.sh stop

after that it doesnt actually start altough it says it started :S

what do i do?

P.S Do i put it in htdocs or in www?
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
Code:
gambot.sh: line 10: screen: command not found
Script sucessfully started! To stop it type ./gambot.sh stop

after that it doesnt actually start altough it says it started :S

what do i do?

P.S Do i put it in htdocs or in www?
any
 
Top