ok there is my config im trying to get stats on my page from manis admin plugin. Im making a simple mistake of were the stats file should be i beleive. Please help me i dont no how im dumb.
this is what i have so far: http://nba1341.nuclearfallout.net/cs_st ... hp?pgnum=1
what do i need to edit in this config
<?
// FTP Information
$ftp['server'] = "rev1341.nuclearfallout.net"; // IP or name of FTP server
$ftp['port'] = "21"; // FTP port - 21 is default port
$ftp['login'] = "xxx"; // FTP user login name
$ftp['passwd'] = "xxx"; // FTP user password
$ftp['passive'] = true; // Passive or active mode for FTP (true = passive, false = active)
$ftp['use'] = true; // USE FTP for get stats file? (true = yes, false = no)
// Path's , filenames and settings
$cfg['serverpath'] = "../cstrike/cfg/mani_admin_plugin/"; // default server path
$cfg['serverfile'] = "mani_ranks.txt"; // Mani Admin Plugin stats file
$cfg['localfile'] = "mani_ranks.txt"; // Stats file on your web server
// MySQL Settings
$sql['host'] = "localhost"; // MySQL host
$sql['login'] = "xxx"; // MySQL login name
$sql['password'] = "xxx"; // MySQL password
$sql['db'] = "xxx"; // name of MySQL database
$sql['table'] = "manistats"; // name of MySQL data table (must be different than config table name!)
$sql['cfg_table'] = "stats_config"; // name of MySQL configuration table
config.php help - please help nfo!
- ReV|Donatello
- This is my homepage
- Posts: 103
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Nov 11, 2004 4:25 pm
- Location: Upland, California
- Contact:
- ReV|Donatello
- This is my homepage
- Posts: 103
- Joined: Thu Nov 11, 2004 4:25 pm
- Location: Upland, California
- Contact: