Community Forums Today's Posts     Member List     Archive    
Page 4 of 24 FirstFirst ... 2345614 ... LastLast
Results 46 to 60 of 360
  1. #46
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    88
    please post the log from the bot ...

  2. #47
    Join Date
    Feb 2010
    Location
    Bayern
    Posts
    5
    he doesent made an log.file

    Code:
    [DAEMON-CONFIG]
    logfileName=ts3phpbot_9987.log
    pidfileName=ts3phpbot_9987.pid
    logVerbosity=debug
    memoryLimit=128M
    maxExecutionTime=0
    user=daemon
    group=daemon
    intervalTime=2
    
    [CONNECTION]
    hostIP=91.143.91.103
    queryPort=10011
    virtualserverPort=9987
    username=serveradmin
    password=xxxxxxxx
    
    [WELCOME-MESSAGE]
    enabled=1
    file=text/welcome_message.txt
    
    [AUTO-AFK]
    enabled=1
    channel=AFK
    
    [BAD-CHANNELNAMES]
    enabled=0
    file=text/bad_channelnames.txt
    
    [BAD-NICKNAMES]
    enabled=1
    file=text/bad_nicknames.txt
    punishment=kick
    banTime=120
    reason=bad nickname
    channel=AFK
    
    [ANTI-RECORDING]
    enabled=1
    withExceptions=1
    file=text/recording_exceptions.txt
    punishment=kick
    banTime=120
    reason=no recording
    
    [SERVERGROUP-PROTECTION]
    enabled=1
    protectedServerGroups=2,6,7
    iniFile=text/servergroup_clients.ini
    punishment=kick
    banTime=120
    reason=unauthorized use of server group
    
    [IDLE-PROTECTION]
    enabled=1
    warnTime=1800
    idleTime=3600
    warnIdlers=1
    warnMessage=This server punishs for idle, you've 30 minutes left
    reason=IDLE-PROTECTION
    punishment=kick
    banTime=120
    
    [ADVERTISING-MESSAGE]
    enabled=1
    intervalTime=120
    file=text/advertising_message.txt
    mode=server
    
    [STICKY-CHANNEL]
    enabled=0
    channel=Sticky Channel
    how to start all my ts3servers with the bot
    i have 5
    Last edited by wasgeht; 10-02-2010 at 12:15. Reason: zusatz

  3. #48
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    Quote Originally Posted by TeamSpeak3 View Post
    Hm, but when the bot connect "1" and "2" both disconnect...

    <19:43:53> "TS BOT from XX.XX.100.200:50898" connected
    <19:43:53> "TS BOT from XX.XX.100.200:50898" disconnected (deselected virtualserver)
    <19:43:53> "TS BOT from XX.XX.100.200:50899" connected
    <19:43:53> "TS BOT from XX.XX.100.200:50899" dropped (connection lost)

    And banned...

    [Feb 08 23:28:40] notice: starting ts3phpbot daemon, output in: /var/log/ts3phpbot_9987.log
    [Feb 08 23:28:40] debug: forking ts3phpbot daemon
    [Feb 08 23:28:40] notice: TS3PHPBot 1.0.0-BETA5
    [Feb 08 23:28:40] notice: Copyright 2010 Thomas Urbach
    [Feb 08 23:28:40] notice: License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    [Feb 08 23:28:40] notice: This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
    [Feb 08 23:28:40] debug: ending ts3phpbot parent process
    [Feb 08 23:28:40] err: flood ban [f:/opt/ts3phpbot/class/TS3Bot.php] [l:318]
    [Feb 08 23:28:40] info: stopping ts3phpbot daemon
    Add your bot ip to the file query_ip_whitelist.txt found in your TeamSpeak3 directory (if not found create it)

    Quote Originally Posted by wasgeht View Post
    PHP Code:
    91-143-81-16:/opt/ts3phpbot # ./ts3phpbot_multi_startscript.sh start
    starting all instances of ts3phpbot:
    starting config/9987.ini...\t\033[31mfailed\033[39m
    91
    -143-81-16:/opt/ts3phpbot 
    got this message now

    whats happend?
    to see the error start the bot with ./ts3phpbot_startscript.sh start
    the multi start script did not throw any usefull exception yet
    NOTICE: ts3phpbot_startscript requires the file 9987.ini in the config directory

    to manualy start the bot type
    ./ts3phpbot.php -i config/9987.ini

    to manualy stop the bot type
    ./ts3phpbot.php -i config/9987.ini -s


    To start the bot for more than one server create a new ini file in the config directory.
    And start the bot with ./ts3phpbot_multi_startscript.sh start
    NOTICE: you must change the config parameter pidfileName and logfileName for each inifile.

    For all commands listed above you must be root!
    Last edited by florian_fr40; 29-03-2012 at 08:07.

  4. #49
    Join Date
    Jan 2010
    Location
    germany
    Posts
    12
    Quote Originally Posted by faralsimbor View Post
    Yes, it is.

    try to start the bot as root

    I have you added!

    By root it works, but is that possible to start the Bot by non root?

  5. #50
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    Thats the reason why the bot has the config parameter [DAEMON-CONFIG] user and [DAEMON-CONFIG] group.

    both config parameter supporty either the name or the uid / gid

    The bot switchs the identity itself
    Last edited by florian_fr40; 29-03-2012 at 08:44.

  6. #51
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    36
    Quote Originally Posted by faralsimbor View Post
    type apt-get install php-pear as root
    PHP and Pear are already up to date!

    Where is the error?

  7. #52
    Join Date
    Feb 2010
    Location
    Internet
    Posts
    52
    Quote Originally Posted by faralsimbor View Post
    Add your bot ip to the file query_ip_whitelist.txt found in your TeamSpeak3 directory (if not found create it)
    Thank you!

    ---

    So, do you know how I make a custom welcome message like:

    your IP is:
    your ping is:
    you have XX of packetloss:
    your last connection was:

    And, how I change the bot name, for now is: BOT_TEST from XX.XX.100.200

    please, can you help me again?
    Last edited by TeamSpeak3; 10-02-2010 at 20:40.

  8. #53
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    The welcome message currently supports only the placeholder that are used in the default text file. All other placeholder like for client ip comes in beta6.

    the bot name is sticked to the username the bot uses to connect to the TeamSpeak3 server. But per default the bot will only be visible for server group Server Admin Query (i_client_serverquery_view_power and i_client_needed_serverquery_view_power)
    Last edited by florian_fr40; 29-03-2012 at 08:44.

  9. #54
    Join Date
    Feb 2010
    Location
    Internet
    Posts
    52
    Ok, I'll wait for beta6...

    And:

    [SERVERGROUP-PROTECTION]
    enabled=1
    protectedServerGroups=2,6,7
    iniFile=text/servergroup_clients.ini
    punishment=kick
    banTime=120
    reason=unauthorized use of server group

    I was kicked and my ID was removed from group 6, how I fix this to be in "white_list" of S.Admins?

  10. #55
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    edit the file servergroup_clients.ini in the text directory

    e.x.
    [YOUR CLIENT UNIQUE IDENTIFIER (on german: Eindeutige ID)]
    restrictToServerGroups=2,6
    Last edited by florian_fr40; 29-03-2012 at 08:45.

  11. #56
    Join Date
    Feb 2010
    Location
    Bayern
    Posts
    5

    Post

    Code:
    91-143-81-16:/opt/ts3phpbot # ./ts3phpbot_startscript.sh start
    [Feb 11 09:05:18]    emerg: POSIX functions are not available in this PHP installation
    91-143-81-16:/opt/ts3phpbot #
    how to install POSIX on suse 11.1?
    google doesent help

  12. #57
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    type

    yast -i php5-posix php5-sockets php5-pcntl php5-pear

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

  13. #58
    Join Date
    Jan 2010
    Location
    France
    Posts
    12
    Hello to all, I try to install phpbot on my server dedicated under Windows but I do not know how to proceed. Can anybody help me?

  14. #59
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    227
    ! The bot requires a Linux Kernel Version 2.6.x
    Last edited by florian_fr40; 29-03-2012 at 08:44.

  15. #60
    Join Date
    Jan 2010
    Location
    France
    Posts
    12
    Ok and has another means there to install him ?

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
  •