Page 2 of 2
Re: MySQL connection plugin
Posted: 30 Dec 2010, 09:52
by TheM
TheM wrote:Thanks for the update!
farfa wrote:We inserted some interesting features today, so you can enjoy them in the package we release:
- Player object is not destroy on disconnection but at the end of the loop
Can confirm this works, my plugin can see the player information onPlayerDisconnect

Hmm... I miss the possibility to get variables from other plugins.
Because I make a SQL connection in a plugin to use it in some other plugins.
Furthermore I want to know the version of another plugin . . .
(Might be possible that I don't see some things... in that case: sorry)
Re: MySQL connection plugin
Posted: 17 Jan 2011, 02:24
by weerwolf
aseco wrote:Maybe the php's mysql module is not loaded?
Them wrote:It is loaded, MySQL is used in websites on my localhost which are using the same PHP.
Are you sure about that, cause with me Apache & CLI use 2 diffrent php,ini files.
Hope to help

Re: MySQL connection plugin
Posted: 17 Jan 2011, 17:14
by TheM
weerwolf wrote:aseco wrote:Maybe the php's mysql module is not loaded?
Them wrote:It is loaded, MySQL is used in websites on my localhost which are using the same PHP.
Are you sure about that, cause with me Apache & CLI use 2 diffrent php,ini files.
Hope to help

It already works weerwolf, but thanks anyway
