Server: 93.91.250.118:27835Dobrý den, omlouvám se že tu zase otravuji, ale mám problém s pluginem web auction +.
Když chci na serveru zadat příkaz /wa password pasword (samozřejmě se svým heslem). Tak mi to napíše:
/wa password [somepassword]" to set password, then log info the WebAuction on the Website
Přikládám sem config pluginu a složky na webu
pl:
MySQL:
Host: mysql.fakaheda.eu
Username: 137566
Password: xxxxx
Port: 3306
Database: 137566
TablePrefix: WA_
ConnectionPoolSizeWarn: 5
ConnectionPoolSizeHard: 10
Misc:
ReportSales: true
UseOriginalRecentSigns: true
SignClickDelay: 500
UnsafeEnchantments: false
AnnounceGlobally: true
Tasks:
SaleAlertSeconds: 20
ShoutSignUpdateSeconds: 20
RecentSignUpdateSeconds: 60
AnnouncerMinutes: 60
SignLink:
Enabled: false
NumberOfLatestAuctionsToTrack: 10
Development:
UseMultithreads: false
Debug: true
Announcer:
Enabled: false
Prefix: '&c[Info] '
Random: false
Announcements:
- This server is running WebAuctionPlus!
web:
<?php if(!defined('DEFINE_INDEX_FILE')){if(headers_sent()){echo '<header><meta http-equiv="refresh" content="0;url=../"></header>';}else{header('HTTP/1.0 301 Moved Permanently'); header('Location: ../');} die("<font size=+2>Access Denied!!</font>");}
// Database config
function ConnectDB(){global $db,$config;
$host = 'mysql.fakaheda.eu';
$port = 3306;
$username = '137566';
$password = 'morezelezo';
$database = '137566';
$config['table prefix'] = 'WA_';
$db=@mysql_pconnect($host.($port==0?'':':'.((int)$port)),$username,$password);
if(!$db || !@mysql_select_db($database,$db)){echo '<p>MySQL Error: '.mysql_error().'</p>'; exit();}
mysql_query("SET names UTF8");
}
// iConomy config
$config['iConomy']['use'] = 'auto'; // ( true / false / 'auto' ) you you have iConomy data in another table in the same database?
$config['iConomy']['table'] = 'iConomy'; // 'iConomy' is the default table name when using MySQL with iConomy
?>
Předem děkuji. Za případnou pomoc dám samozřejmě karma +.