View Single Post
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 04-23-2008 , 08:17   Re: Player Status in DB (sqlstats Lite)
Reply With Quote #28

Quote:
Originally Posted by Ambrosia View Post
Wish I could use it, still require help.
Don't know where to start with this plugin.
Have you already prepared a server of Web and MySQL?

If the preparations for server are set, you can use this plug in for plugins.ini after setting by confirming setting of sql.cfg

in sql.cfg
Code:
amx_sql_host	"127.0.0.1" //mysql host ip
amx_sql_user	"root" //mysql username
amx_sql_pass	"" //mysql password
amx_sql_db	"amx" //database
amx_sql_table	"admins" //not use
amx_sql_type	"mysql" //don't replace
psd_tbname	"statustable" //you write new line. PSD table name.
Quote:
Originally Posted by hasta View Post
plugin work perfect, but background is white not black like yours screen
black page is PHPBB template. sample is simple
you maiking new design.
__________________
GitHub
SteamWishlist

六四天安門事件

Last edited by +ARUKARI-; 04-23-2008 at 08:20.
+ARUKARI- is offline