View Single Post
DezzY
SourceMod Donor
Join Date: Apr 2012
Location: Portugal
Old 04-20-2014 , 10:29   Re: ImportBans Using hlstatsxban.php
Reply With Quote #4

Never mind I fixed...

so... i put my DB in the correct spot

Code:
$hlxdbs = array();
$hlxdbs[] = "hlx";
Code:
[-] Error hiding banned players: Table 'hlx.hlx_Players' doesn't exist root@skillsoldiers:/var/scripts/ImportBans#
In the database ther is no table called hlx_players only hlstats_Players.

I tried to change the HLX_PREFIX but give my an error...

So i change the HLX_PREFIX in the hlstatsxban.cfg

Code:
//** HLSTATSX MYSQL INFO ------------------------------
// http://www.hlxcommunity.com/
define('HLX_HOST', 'localhost');      // MySQL host
define('HLX_PORT', 3306);             // MySQL port (Default 3306)
define('HLX_USER', 'hlx');               // MySQL user
define('HLX_PASS', 'ventil');               // MySQL password
define('HLX_PREFIX', 'hlstats');      // MySQL table prefix

ANd it works

tanks for your help !!!

+KARMA
__________________
DezzY is offline