Results 346 to 360 of 360
Thread: [NOW AVAILABLE] ts3phpbot
-
12-04-2012, 19:30 #346
-= TeamSpeak User =-
- 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.
-
23-04-2012, 18:11 #347
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.
-
25-05-2012, 11:47 #348
-= TeamSpeak User =-
- 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
-
25-05-2012, 14:00 #349
-
25-05-2012, 18:26 #350
-= TeamSpeak User =-
- Join Date
- May 2012
- Posts
- 4
Hi , LOG
http://pastebin.com/ZJaVDKaz
-
25-05-2012, 18:33 #351
-= TeamSpeak Fanatic =-
- 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.
-
25-05-2012, 19:56 #352
-= TeamSpeak User =-
- 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?
TYLast edited by thedark; 26-05-2012 at 00:59.
-
26-05-2012, 14:54 #353
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.shLast edited by faralsimbor; 26-05-2012 at 15:09.
-
26-05-2012, 16:16 #354
-= TeamSpeak User =-
- Join Date
- May 2012
- Posts
- 4
Hi
http://pastebin.com/qdArV5G8
Very Ty
-
26-05-2012, 16:23 #355
lol, move the bot dir to /opt/ts3phpbot change bot settings user / group to daemon and execute
tryCode:chown daemon:daemon /opt/ts3phpbot/* -R -vv
Note: You MUST be root (uid 33 is ok also but in this case please contact me via pm) to run the botCode:./ts3phpbot.php -d=config/daemon.ini -c=config/virtualServer -s
-
18-06-2012, 02:06 #356
-= TeamSpeak User =-
- 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?
-
18-06-2012, 20:35 #357
-= TeamSpeak User =-
- 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?
-
23-06-2012, 04:45 #358
-= TeamSpeak User =-
- Join Date
- Oct 2009
- Location
- USA
- Posts
- 22
Anyone know why I get an undefined function?
-
18-07-2012, 19:35 #359
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.Last edited by faralsimbor; 18-07-2012 at 19:53.
-
30-03-2013, 03:42 #360
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
-
[NOW AVAILABLE] Wordpress TS3 Viewer Widget / Plugin
By MichaelP in forum ToolsReplies: 17Last Post: 27-10-2010, 15:32


Reply With Quote




