Community Forums Today's Posts     Member List     Archive    
Page 1 of 24 12311 ... LastLast
Results 1 to 15 of 360
  1. #1
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227

    [NOW AVAILABLE] ts3phpbot

    TS3PHPBot R.I.P

    primary download location: http://urbach-webhosting.de/downloads (gone)
    Bug Tracker http://www.urbach-webhosting.de/support/ts3phpbot (gone)

    TS3PHPBot FAQ
    http://www.urbach-webhosting.de/faq (gone)

    This was the last version of the TS3PHPBot i coded, all of you how had downloaded v2.0.0-beta1 of the bot don't worry the bot will keep running even with no version control server available.

    The hole support and all code updates are suspended.

    Thanks to all of you.
    Last edited by faralsimbor; 18-07-2012 at 19:34.

  2. #2
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    36
    Can i use it with sqlite?

  3. #3
    Join Date
    Jan 2010
    Location
    germany
    Posts
    12
    First, thank you for the great work!!!


    I got a Problem when i starting, here the Log:

    [Feb 07 16:35:10] notice: starting ts3phpbot daemon, output in: /var/log/ts3phpbot_9987.log
    [Feb 07 16:35:10] debug: forking ts3phpbot daemon
    [Feb 07 16:35:10] notice: TS3PHPBot 1.0.0-BETA5
    [Feb 07 16:35:10] notice: Copyright 2010 Thomas Urbach
    [Feb 07 16:35:10] notice: License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    [Feb 07 16:35:10] notice: This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
    [Feb 07 16:35:10] debug: ending ts3phpbot parent process
    [Feb 07 16:35:10] err: flood ban [f:/home/conf/class/TS3Bot.php] [l:318]
    [Feb 07 16:35:10] info: stopping ts3phpbot daemon

  4. #4
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,382
    I'm already use the beta3.

    In next Days i try to use this.

    Nice Work Man!

  5. #5
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    Quote Originally Posted by Cadino View Post
    Can i use it with sqlite?
    The bot does not need any database.

    Quote Originally Posted by Red33 View Post
    First, thank you for the great work!!!


    I got a Problem when i starting, here the Log:

    [Feb 07 16:35:10] notice: starting ts3phpbot daemon, output in: /var/log/ts3phpbot_9987.log
    [Feb 07 16:35:10] debug: forking ts3phpbot daemon
    [Feb 07 16:35:10] notice: TS3PHPBot 1.0.0-BETA5
    [Feb 07 16:35:10] notice: Copyright 2010 Thomas Urbach
    [Feb 07 16:35:10] notice: License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    [Feb 07 16:35:10] notice: This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
    [Feb 07 16:35:10] debug: ending ts3phpbot parent process
    [Feb 07 16:35:10] err: flood ban [f:/home/conf/class/TS3Bot.php] [l:318]
    [Feb 07 16:35:10] info: stopping ts3phpbot daemon
    Do you've added the bot ip to query_ip_whitelist.txt found in your TeamSpeak3 directory (if not found create it)?
    Last edited by florian_fr40; 29-03-2012 at 08:04.

  6. #6
    Join Date
    Feb 2010
    Location
    germany
    Posts
    1
    Nice Teamspeak 3 Bot so..

    Can you add Musik player to the Bot?..

    greez flaming

  7. #7
    Join Date
    Oct 2006
    Location
    Germany
    Posts
    29
    Problem on Startup:
    Code:
    [Feb 07 19:11:52]    emerg: you are using an outdated PHP version, at least version 5.2.4 is required to run this Daemon
    I have V5.2.12 ???

  8. #8
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    5.2.1-2 is lesser then 5.2.4 isn't it ?
    Last edited by florian_fr40; 29-03-2012 at 08:40.

  9. #9
    Join Date
    Feb 2010
    Location
    Internet
    Posts
    52
    Quote Originally Posted by flaming View Post
    Nice Teamspeak 3 Bot so..

    Can you add Musik player to the Bot?..

    greez flaming
    I 'm looking for Music + Bot. On Linux... some suggestion

  10. #10
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    Quote Originally Posted by flaming View Post
    Nice Teamspeak 3 Bot so..

    Can you add Musik player to the Bot?..

    greez flaming
    Sorry it's not possible to do voice chat over a query login

  11. #11
    Join Date
    Oct 2006
    Location
    Germany
    Posts
    29
    Sorry thats wrong:

    My version:
    Version 5.2.12
    17-December-2009

    Version for the Bot:
    Version 5.2.4
    30-August-2007

    That's from the changelog

  12. #12
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    Sorry i've a typo error in my bot class. Please redownload the beta5 or change
    the line 745 in class/TS3Bot.php from

    return (version_compare(phpversion(), self::REQUIRED_PHP_VERSION) >= 0);

    to

    return !(version_compare(phpversion(), "5.2.4") == -1);
    Last edited by florian_fr40; 29-03-2012 at 08:42.

  13. #13
    Join Date
    Jan 2010
    Location
    germany
    Posts
    12
    Quote Originally Posted by faralsimbor View Post
    Do you've added the bot ip to query_ip_whitelist.txt found in your TeamSpeak3 directory (if not found create it)?
    This works thx.


    But i got a new Problem:

    Log:

    [Feb 07 21:13:21] notice: License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    [Feb 07 21:13:21] notice: This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
    [Feb 07 21:13:21] debug: ending ts3phpbot parent process
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client

  14. #14
    Join Date
    Oct 2006
    Location
    Germany
    Posts
    29
    Quote Originally Posted by faralsimbor View Post
    Sorry i've a typo error in my bot class. Please redownload the beta5 or change
    the line 745 in class/TS3Bot.php from

    return (version_compare(phpversion(), self::REQUIRED_PHP_VERSION) >= 0);

    to

    return !(version_compare(phpversion(), "5.2.4") == -1);
    Sorry still the same problem

  15. #15
    Join Date
    Jan 2010
    Location
    germany
    Posts
    12
    Quote Originally Posted by Red33 View Post
    This works thx.


    But i got a new Problem:

    Log:

    [Feb 07 21:13:21] notice: License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    [Feb 07 21:13:21] notice: This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
    [Feb 07 21:13:21] debug: ending ts3phpbot parent process
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client
    [Feb 07 21:13:29] debug: [PHP Error] Undefined variable: client

    Ok it was the ID in the "servergroup_clients.ini", i have changed this and now it works all fine!!!

    Thx alot!!!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 17
    Last Post: 27-10-2010, 15:32

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •