Results 166 to 180 of 360
Thread: [NOW AVAILABLE] ts3phpbot
-
06-06-2010, 11:52 #166
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 18
-
06-06-2010, 15:38 #167
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.
-
13-06-2010, 21:33 #168
-= TeamSpeak Lover =-
- 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]
-
13-06-2010, 22:51 #169
to fix the error
plz redownload the beta9 tarballCode:emerg: Unable to reroute signal handler: 0 [f:/class/System/Daemon.php] [l:1308]
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.3Last edited by faralsimbor; 14-06-2010 at 08:46.
-
14-06-2010, 17:44 #170
-= TeamSpeak User =-
- 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.
-
14-06-2010, 18:34 #171
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
to stop the bot typeCode:./ts3phpbot.php -g config/daemon.ini -c config/virtualServer/9987.ini -s
to reload the feature config typeCode:./ts3phpbot.php -g config/daemon.ini -c config/virtualServer/9987.ini -p
The file "config/daemon.ini" should have as chown of daemon:daemon and an chmod of 744 as default.Code:./ts3phpbot.php -g config/daemon.ini -c config/virtualServer/9987.ini -r
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.
-
15-06-2010, 22:43 #172
-= TeamSpeak User =-
- 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.
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.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
Thanks in advance.
-
15-06-2010, 23:55 #173
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.
-
15-06-2010, 23:56 #174
-= TeamSpeak User =-
- 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.
-
15-06-2010, 23:58 #175
On an Debian or Ubuntu type
apt-get install php5-cli
as rootLast edited by florian_fr40; 29-03-2012 at 08:14.
-
16-06-2010, 00:11 #176
-= TeamSpeak User =-
- 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.
-
16-06-2010, 00:18 #177
Ah, ok. For CentOS you must type
If some of the packets are missing skip themCode:yum install php5-cli php-posix php-pcre php-sysvmsg php-sysvsem php-sockets
Last edited by florian_fr40; 29-03-2012 at 08:14.
-
16-06-2010, 00:22 #178
-= TeamSpeak User =-
- Join Date
- Jun 2010
- Location
- US
- Posts
- 11
This is all I got out of that attempt.
Hope this helps.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
-
16-06-2010, 00:25 #179
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.
-
16-06-2010, 00:30 #180
-= TeamSpeak User =-
- 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
-
[NOW AVAILABLE] Wordpress TS3 Viewer Widget / Plugin
By MichaelP in forum ToolsReplies: 17Last Post: 27-10-2010, 15:32



Reply With Quote



