Community Forums Today's Posts     Member List     Archive    
Page 24 of 24 FirstFirst ... 14222324
Results 346 to 360 of 360
  1. #346
    Join Date
    Dec 2009
    Location
    ger
    Posts
    12
    ./ts3phpbot.sh start
    starting all instances of ts3phpbot:
    starting config/virtualServer/9987...\tPHP Warning: realpath(): SAFE MODE Restriction in effect. The script whose uid is 1000 is not allowed to access /opt/ts3phpbot owned by uid 0 in /opt/ts3phpbot/class/Namess.php on line 129
    PHP Warning: realpath(): SAFE MODE Restriction in effect. The script whose uid is 1000 is not allowed to access /opt/ts3phpbot owned by uid 0 in /opt/ts3phpbot/class/Namespaces.php on line 132
    PHP Warning: include_once(): Unable to access /class/TeamSpeak3/TeamSpeak3.php in /opt/ts3phpbot/class/Namespaces.php on line 81
    PHP Warning: include_once(/class/TeamSpeak3/TeamSpeak3.php): failed to open stream: No such file or directory in /opt/ts3phpbot/class/Namespaces.php on line 81
    PHP Warning: include_once(): Failed opening '/class/TeamSpeak3/TeamSpeak3.php' for inclusion (include_path='.:') in /opt/ts3phpbot/class/Namespaces.php on line 81
    done\n

    PHP safe mode on or off ? at this time its off


    Edit: I know this Message means anything of User/Group Rights but what is wrong because what am I doing wrong ?
    Last edited by Vinterland; 15-04-2012 at 11:37.

  2. #347
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    Quote Originally Posted by Vinterland View Post
    starting config/virtualServer/9987...\tPHP Warning: realpath(): SAFE MODE Restriction in effect. The script whose uid is 1000 is not allowed to access /opt/ts3phpbot owned by uid 0
    disable the PHP Safe mode (its deprecated since PHP 5.3.0 and was removed in PHP 5.4.0) or set all bot file (including directorys) to UID 1000 instead of UID 0 or (this is the simple way) change the parameters user and group in section [DAEMON] (file: daemon.ini) to daemon. and make an recursive chown daemon:daemon on your bot directory.

  3. #348
    Join Date
    May 2012
    Posts
    4
    Hello, I have a small problem
    When I run the bot, it shows me no error but not the bot that connects

    How to solve this problem

    thank you


    [May 25 12:41:40] notice: Starting TS3PHPBot daemon, output in: '/home/teamspeak/ts3phpbot/logs/9987_2012-05-25_12:41:40.log'
    [May 25 12:41:40] info: Changed identify to 'daemon':'teamspeak'
    [May 25 12:41:40] notice: TS3PHPBot version 2.0.0 [Build: 595]
    [May 25 12:41:40] notice: Copyright 2011-2012 <info@urbach-webhosting.de>
    [May 25 12:41:40] notice: License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    [May 25 12:41:40] notice: This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
    [May 25 12:41:40] info: Nice level set to 20
    [May 25 12:41:40] info: I/O scheduling class set to 3
    [May 25 12:41:40] info: using TeamSpeak 3 PHP Framework version 1.1.11
    [May 25 12:41:40] info: connected to TeamSpeak 3 server at xxxxxxxx
    [May 25 12:41:40] info: logged in as user serveradmin
    [May 25 12:41:40] info: joned server at port 9987

  4. #349
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    Quote Originally Posted by thedark View Post
    Hello, I have a small problem
    When I run the bot, it shows me no error but not the bot that connects
    please reconfigure the bot loglevel to debug and post the log output.

  5. #350
    Join Date
    May 2012
    Posts
    4

  6. #351
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,038
    You need to actually enable display of Query Clients and have the proper Permissions to be able to see Query Clients like this one.
    Bookmarks -> Manage Bookmarks -> <Your Server> -> More -> Show Query CLients

    If you are connecting without using a Bookmark you will never see it.
    You also need sufficient i_client_serverquery_view_power on the Server.

  7. #352
    Join Date
    May 2012
    Posts
    4
    Hello, is that I have set permissions?

    http://www.noelshack.com/2012-21-133...Sanstitre1.jpg

    How do you see the bot?
    It takes permissons?

    TY
    Last edited by thedark; 26-05-2012 at 00:59.

  8. #353
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    Quote Originally Posted by thedark View Post
    as SilentStrom says you must enable display of Query Clients over the Bookmarks to see the bot. I assume that you're member of Admin Server Query. If you are unable to see the bot anyway double check the file permissions and user / group settings of the bot.

    Make sure that you've installed at least one bot plugin.

    Hint: Watch console output of the bot and use the ts3phpbot.php instead of ts3phpbot.sh
    Last edited by faralsimbor; 26-05-2012 at 15:09.

  9. #354
    Join Date
    May 2012
    Posts
    4

  10. #355
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    Quote Originally Posted by thedark View Post
    xxx@yyy:/home/teamspeak/ts3phpbot# ./ts3phpbot.php -d config/daemon.ini -c config/virtualServer -s
    lol, move the bot dir to /opt/ts3phpbot change bot settings user / group to daemon and execute
    Code:
    chown daemon:daemon /opt/ts3phpbot/* -R -vv
    Quote Originally Posted by thedark View Post
    Sat, 26 May 2012 17:14:16 +0200 TS3PHPBot: [EMERG] The file "" is not a valid TS3PHPBot virtual server config file
    try

    Code:
    ./ts3phpbot.php -d=config/daemon.ini -c=config/virtualServer -s
    Note: You MUST be root (uid 33 is ok also but in this case please contact me via pm) to run the bot

  11. #356
    Join Date
    Jan 2012
    Posts
    7
    I have got a different problem. I have a Virtual Machine running that has the bot on it, and I am trying to get it to connect to Teamspeak on the host machine. Whenever I try to get it started I get an error message. [EMERG] Since version 1.3.0-RC1 [Build: 300] you're only able to connect to IPv4 addresses that are bound to the underlaying host system.

    Any help?

  12. #357
    Join Date
    Oct 2009
    Location
    USA
    Posts
    22
    ./ts3phpbot.sh start
    starting all instances of ts3phpbot:
    starting config/virtualServer/9987...\tPHP Fatal error: Call to undefined function posix_getuid() in /srv/teamspeak/ts3bot/class/TS3Bot/Abstract.php on line 149
    done\n

    Ideas?

  13. #358
    Join Date
    Oct 2009
    Location
    USA
    Posts
    22
    Anyone know why I get an undefined function?

  14. #359
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227

    Exclamation TS3PHPBot R.I.P

    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.

    If you want to setup your own version control server for the bot look at the attachment of this post.

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

  15. #360
    Join Date
    Oct 2010
    Location
    Russian Federation, Saint-Petersburg
    Posts
    1
    Where get last version?

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
  •