Community Forums Today's Posts     Member List     Archive    
Page 12 of 24 FirstFirst ... 2101112131422 ... LastLast
Results 166 to 180 of 360
  1. #166
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    18
    Quote Originally Posted by faralsimbor View Post
    Nothing, You can run the bot on every Linux system. But some V-Servers may have resource limits that avoid using the bot.
    okk sounds good

    soo one question more can i name the bot to an other name?

  2. #167
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    see this post http://forum.teamspeak.com/showpost....&postcount=154

    Does someone have a good bad-nicknames and bad-channelnames list that can be shipped with the next bot version?

    TS3PHPBot v1.0.0-beta9 available for download.
    Last edited by florian_fr40; 29-03-2012 at 08:14.

  3. #168
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    40
    Just testing it and get some funny errors as always
    I belive that my server dosen't like you fara ^^
    INFO: Have renamed the user in the error message due to savety
    [Jun 13 20:33:51] notice: Starting ts3phpbot daemon, output in: '/home/XXX/ts3phpbot/logs/ts3phpbot_2010-06-13_20_33_51..log'
    [Jun 13 20:33:51] debug: forking ts3phpbot daemon
    [Jun 13 20:33:51] debug: Ending ts3phpbot parent process
    [Jun 13 20:33:51] info: Changed identify to 'XXX':'XXX'
    [Jun 13 20:33:51] warning: [PHP Error] pcntl_signal(): Error assigning signal [f:/class/System/Daemon.php] [l:1304]
    [Jun 13 20:33:51] emerg: Unable to reroute signal handler: 0 [f:/class/System/Daemon.php] [l:1308]
    [Jun 13 20:33:51] notice: Starting ts3phpbot daemon, output in: '/home/XXX/ts3phpbot/logs/ts3phpbot_2010-06-13_20_33_51..log'
    [Jun 13 20:33:51] debug: forking ts3phpbot daemon
    [Jun 13 20:33:51] debug: Ending ts3phpbot parent process
    [Jun 13 20:33:51] info: Changed identify to 'XXX':'XXX'
    [Jun 13 20:33:51] warning: [PHP Error] pcntl_signal(): Error assigning signal [f:/class/System/Daemon.php] [l:1304]
    [Jun 13 20:33:51] emerg: Unable to reroute signal handler: 0 [f:/class/System/Daemon.php] [l:1308]
    [Jun 13 20:33:51] notice: Starting ts3phpbot daemon, output in: '/home/XXX/ts3phpbot/logs/ts3phpbot_2010-06-13_20_33_51..log'
    [Jun 13 20:33:51] debug: forking ts3phpbot daemon
    [Jun 13 20:33:51] debug: Ending ts3phpbot parent process
    [Jun 13 20:33:51] info: Changed identify to 'XXX':'XXX'
    [Jun 13 20:33:51] warning: [PHP Error] pcntl_signal(): Error assigning signal [f:/class/System/Daemon.php] [l:1304]
    [Jun 13 20:33:51] emerg: Unable to reroute signal handler: 0 [f:/class/System/Daemon.php] [l:1308]

  4. #169
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    to fix the error

    Code:
    emerg: Unable to reroute signal handler: 0 [f:/class/System/Daemon.php] [l:1308]
    plz redownload the beta9 tarball

    changelog:
    Code:
    =============================================================
                  TeamSpeak 3 PHP BOT - Changelog
    =============================================================
    + Added feature or noticable improvement
    - Bug fix or something removed
    * Changed or Information
    ! Important - Take note!
    =============================================================
    
    === Version 1.0.0-beta9-1
    *class System_Daemon updated to version 0.10.3
    Last edited by faralsimbor; 14-06-2010 at 08:46.

  5. #170
    Join Date
    Jan 2010
    Location
    need not to know
    Posts
    26
    new errors in beta9-1

    Mon, 14 Jun 2010 18:38:08 +0200 EMERG: [GLOBAL] required section CONNECTION not found

    but the section exists in the daemon.ini
    happens when i use the startscript and the multi startscript.

  6. #171
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    it seems that your config files are not in

    [BOT-DIRECTORY]/config
    [BOT-DIRECTORY]/config/virtualServer

    or the bot was unable to read the files (make sure that your unix user can read and write all files and subdirectorys from [BOT-DIRECTORY] .

    to start the bot manualy type
    Code:
    ./ts3phpbot.php -g config/daemon.ini -c config/virtualServer/9987.ini -s
    to stop the bot type
    Code:
     ./ts3phpbot.php -g config/daemon.ini -c config/virtualServer/9987.ini -p
    to reload the feature config type
    Code:
     ./ts3phpbot.php -g config/daemon.ini -c config/virtualServer/9987.ini -r
    The file "config/daemon.ini" should have as chown of daemon:daemon and an chmod of 744 as default.

    Note: DO NOT edit any bot config file with an windows text editor use a linux text editor only (.i.e. vi or mcedit)!

    --- Merged ---

    Sorry to all how had downloaded the beta9, but there was a problem with the release, so please use the beta10 instead.

    I confirmed that the beta10 is the correct version.
    Last edited by florian_fr40; 29-03-2012 at 08:14.

  7. #172
    Join Date
    Jun 2010
    Location
    US
    Posts
    11
    I'm sorry for this seeming like such a noob question but I'm just getting familiar with putty. This is what I get when I issue the start command.

    Code:
     ./ts3phpbot_startscript.sh start
    X-Powered-By: PHP/5.2.9
    Content-type: text/html
    
    Tue, 15 Jun 2010 16:37:46 -0500 EMERG:     This daemon can only be run from command line
    What am I doing wrong and what do I need to start the bot? Please forgive me for my ignorance as I only know enough to get by with atm. I'm desperatly trying to learn all of these things on the fly.

    Thanks in advance.

  8. #173
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    You can only run the bot from a comandline. That means that you need php5-cli installed to run the bot
    Last edited by florian_fr40; 29-03-2012 at 08:14.

  9. #174
    Join Date
    Jun 2010
    Location
    US
    Posts
    11
    Quick way of finding out if that's installed? And if not, quick way of installing it? Again, sorry for my ingorance with this.

  10. #175
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    On an Debian or Ubuntu type

    apt-get install php5-cli

    as root
    Last edited by florian_fr40; 29-03-2012 at 08:14.

  11. #176
    Join Date
    Jun 2010
    Location
    US
    Posts
    11
    What I am sure about is it's a VPS running CentOS, Apache and it supports MySQL, PHP, Perl, Python (Django), Ruby (on Rails), FFMpeg.

    Again, I'm not a Linux superhero, lol.

  12. #177
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    Ah, ok. For CentOS you must type

    Code:
    yum install php5-cli php-posix php-pcre php-sysvmsg php-sysvsem php-sockets
    If some of the packets are missing skip them
    Last edited by florian_fr40; 29-03-2012 at 08:14.

  13. #178
    Join Date
    Jun 2010
    Location
    US
    Posts
    11
    This is all I got out of that attempt.

    Code:
    [~]# yum install php5-cli php-posix php-pcre php-sysvmsg php-sysvsem php-sockets
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
     * addons: mirrors.netdna.com
     * base: mirror.skiplink.com
     * extras: styx.biochem.wfubmc.edu
     * updates: mirrors.serveraxis.net
    addons                                                   |  951 B     00:00
    http://mirror.skiplink.com/centos/5.5/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
    Trying other mirror.
    base                                                     | 2.1 kB     00:00
    extras                                                   |  951 B     00:00
    updates                                                  | 1.9 kB     00:00
    Excluding Packages in global exclude list
    Finished
    Setting up Install Process
    No package php5-cli available.
    No package php-posix available.
    No package php-pcre available.
    No package php-sysvmsg available.
    No package php-sysvsem available.
    No package php-sockets available.
    Nothing to do
    Hope this helps.

  14. #179
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    Perhaps in CentOs the packets was called php-cli.

    try

    Code:
    yum install php-cli
    Last edited by florian_fr40; 29-03-2012 at 08:15.

  15. #180
    Join Date
    Jun 2010
    Location
    US
    Posts
    11
    Again, no joy. I do appreciate the help on this.

    Code:
     [~]# yum install php-cli
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
     * addons: mirrors.netdna.com
     * base: mirror.skiplink.com
     * extras: styx.biochem.wfubmc.edu
     * updates: mirrors.serveraxis.net
    addons                                                   |  951 B     00:00
    http://mirror.skiplink.com/centos/5.5/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
    Trying other mirror.
    base                                                     | 2.1 kB     00:00
    extras                                                   |  951 B     00:00
    updates                                                  | 1.9 kB     00:00
    Excluding Packages in global exclude list
    Finished
    Setting up Install Process
    No package php-cli available.
    Nothing to do

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
  •