Page 1 of 4
[Beta 0.4]Fox Control for TM²
Posted: 28 Aug 2011, 19:21
by jensoo7
Fox Control is coded completely new in Beta 0.4.
We try Fox Control running faster.
Old Plugins won't work anylonger, but they just need some modifications.
More new things are a chat editor, or a link for developers for the new plugin system.
The german version for the tutorial for the plugin system can be found
here and the english one
here.
Download
Re: [Beta 0.4]Fox Control for TM²
Posted: 29 Aug 2011, 02:16
by weerwolf
This fox control will not work on php 5.3.5
Code: Select all
Fatal error: Call to undefined function mysqli_connect()
Tested on 5.2.6 - works.
Re: [Beta 0.4]Fox Control for TM²
Posted: 29 Aug 2011, 11:13
by hakkisk
pls, get back music plugin in fox04 ...

Re: [Beta 0.4]Fox Control for TM²
Posted: 29 Aug 2011, 19:01
by Chris92
weerwolf wrote:This fox control will not work on php 5.3.5
Code: Select all
Fatal error: Call to undefined function mysqli_connect()
Tested on 5.2.6 - works.
create a phpinfo.php, containing the following
Upload this file on the webserver of your server, where you host FoxControl with PHP 5.3.5
Check if there is a section called "mysqli" in it... If not, check your php.ini if you disabled the php_mysqli extension
Re: [Beta 0.4]Fox Control for TM²
Posted: 29 Aug 2011, 19:12
by schinken
Hello Fox Team
I hope you remember wo i am:-)
I am happy hat i can use your foxcontrol on TM2. IT works in Beta 4 very nice
Only Thema restarts of foxcontrol in game let Crash the foxcontrol, but your work and tutorial in your Website very very good.
I give you thousands thx for your work:-)
Schinken
Re: [Beta 0.4]Fox Control for TM²
Posted: 29 Aug 2011, 19:31
by metoxys
Moin Jens!
Re: [Beta 0.4]Fox Control for TM²
Posted: 29 Aug 2011, 20:19
by weerwolf
onkelz_chris wrote:
create a phpinfo.php, containing the following
Upload this file on the webserver of your server, where you host FoxControl with PHP 5.3.5
Check if there is a section called "mysqli" in it... If not, check your php.ini if you disabled the php_mysqli extension
No need ^^ - Because i allready use sqlite for manialive threading.
Re: [Beta 0.4]Fox Control for TM²
Posted: 29 Aug 2011, 22:29
by svens
weerwolf wrote:No need ^^ - Because i allready use sqlite for manialive threading.
SQLite is not the same as mysql
i. It's a more modern version of the mysql plugin.
Re: [Beta 0.4]Fox Control for TM²
Posted: 30 Aug 2011, 11:09
by matrix142
You have to enable mysqli on your server.
The music plugin will come with the next update

Re: [Beta 0.4]Fox Control for TM²
Posted: 31 Aug 2011, 00:32
by weerwolf
svens wrote:weerwolf wrote:No need ^^ - Because i allready use sqlite for manialive threading.
SQLite is not the same as mysql
i. It's a more modern version of the mysql plugin.
I'll look into it