Pomos s pluginem UltraBans
-
- Příspěvky: 36
- Registrován: 14 bře 2012, 17:22
- Reputation: 0
Re: Pomos s pluginem UltraBans
Ale už mi de ve hře dávat BANY a KIcKY
- Mysteria
- Příspěvky: 9122
- Registrován: 26 pro 2009, 15:40
- Reputation: 7
- Bydliště: Česká republika
- Kontaktovat uživatele:
Re: Pomos s pluginem UltraBans
Odkaz na na ten banlist na webu by nebyl?
Výběr z vlastních projektů: MinecraftServerList.cz ✔ Minecraft Extended Punishment List ✔ Killing Floor2 servery ✔








Spoiler: zobrazit
-
- Příspěvky: 36
- Registrován: 14 bře 2012, 17:22
- Reputation: 0
- Mysteria
- Příspěvky: 9122
- Registrován: 26 pro 2009, 15:40
- Reputation: 7
- Bydliště: Česká republika
- Kontaktovat uživatele:
Re: Pomos s pluginem UltraBans
Zkontroluj si přihlašovací údaje pro MySQL databázi. Na jakou databázi to připojuješ? Na tu, kterou máš k webu nebo na tu, kterou máš k serveru?
Výběr z vlastních projektů: MinecraftServerList.cz ✔ Minecraft Extended Punishment List ✔ Killing Floor2 servery ✔








Spoiler: zobrazit
-
- Příspěvky: 36
- Registrován: 14 bře 2012, 17:22
- Reputation: 0
Re: Pomos s pluginem UltraBans
No udělal jsem to co jsi mi psal znovu jsem zažádal o MySQL k hernímu serveru a poslali mi tohle.
dbserver: localhost
dbname: gs_27668_1
dbuser: gs_27668_1
dbpass: *****
dbserver: localhost
dbname: gs_27668_1
dbuser: gs_27668_1
dbpass: *****
- LavorekCZ
- Příspěvky: 1805
- Registrován: 20 lis 2011, 13:58
- Reputation: 0
- Kontaktovat uživatele:
Re: Pomos s pluginem UltraBans
Zkopíruj sem aktuální config a banlist.php
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure
not sure
-
- Příspěvky: 36
- Registrován: 14 bře 2012, 17:22
- Reputation: 0
Re: Pomos s pluginem UltraBans
toto mam na serveru
a oto na webu
// Zkráceno, není potřeba kopírovat celý obsah webového banlistu, stačí údaje pro připojení k MySQL. Pak jsou ty témata moc dlouhý
Kód: Vybrat vše
#Change to MySQL for mysql support#
#Change to SQLite for sqlite support#
Database: MySQL
mysql-database: 'jdbc:mysql://localhost:3306/gs_27668_1'
mysql-user: 'gs_27668_1'
mysql-password: '******'
#Change these if you want to load or create different databases#
#First load will create these databases#
mysql-table: banlist
mysql-table-ip: banlistip
#SQLite Information#
sqlite-dbname: banlist
#parameters#
auto-complete: true
#Command Checks#
useFine: true
#Max allowable fine#
#If Zero then no max will be placed#
maxFineAmt: 0
#Disable command usage on muted#
muteVanilla: true
#Max Warnings#
enableMaxWarn: false
maxWarnings: 5
#Disable command usage#
useJail: true
useLockdown: true
useStarve: true
useForceRespawn: true
useEmpty: true
usePermaban: true
useWarn: true
useRules: true
#Default labels#
defAdminName: 'server'
defReason: 'not sure'
#change to true or false to enable lockdown#
#also can be done ingame /lockdown#
lockdown: false
#Enabling dupePolicy will disallow duplicate IP connections#
dupePolicy: false
messages:
banMsgFailed: '&4%victim% &7is already banned!'
unbanMsg: '&7Successfully unbanned &4%victim%&7!'
unbanMsgBroadcast: '&4%victim% &7was unbanned by &3%admin%&7!'
unbanMsgFailed: '&4%victim% &7is already unbanned!'
kickAllMsg: '%admin% kicked everyone. Reason: %reason%!'
kickMsgVictim: 'You have been kicked by %admin%. Reason: %reason%!'
kickMsgBroadcast: '&4%victim% &7was kicked by &3%admin%&7. Reason: &4%reason%!'
kickMsgFailed: '&7Kick failed: &7%victim% &7isn''t online.'
banMsgVictim: 'You have been banned by %admin%. Reason: %reason%!'
banMsgBroadcast: '&4%victim% &7was banned by &3%admin%&7. Reason: &4%reason%!'
permbanMsgVictim: 'You have been permabanned by %admin%. Reason: %reason%!'
permbanMsgBroadcast: '&4%victim% &7has been permabanned by &3%admin%&7. Reason: &4%reason%!'
tempbanMsgVictim: 'You have been temp. banned by %admin%. Reason: %reason%!'
tempbanMsgBroadcast: '&4%victim% &7was temp. banned by &3%admin%&7. Reason: &4%reason%!'
LoginTempban: '&7You are banned until &4%time%&7! Reason: &4%reason%!'
LoginBan: '&7You are banned from this server! Reason: &4%reason%!'
LoginIPBan: 'Your IP is banned!'
fineMsgVictim: 'You have been fined by %admin% in the amount of %amt%!'
fineMsgBroadcast: '&4%victim% &7was fined by &3%admin%&7 in the amount of &4%amt%!'
emptyMsgVictim: '&3%admin% has cleared your inventory!'
emptyMsgBroadcast: '&3%admin% has cleared the inventory of &4%victim%!'
starveMsgVictim: '&7You are now starving!'
starveMsgBroadcast: '&4%victim% is now starving!'
fspawnMsgVictim: '&7You have been sent to spawn!'
fspawnMsgBroadcast: '&4%victim% &7is now at spawn!'
jailMsgVictim: '&7You have been jailed by &3%admin%&7. Reason: &4%reason%!'
jailMsgRelease: '&4%victim% &7was released from jail by &3%admin%&7!'
jailMsgBroadcast: '&4%victim% &7was jailed by &3%admin%&7. Reason: &4%reason%!'
warnMsgVictim: '&7You have been warned by &3%admin%&7. Reason: &4%reason%!'
warnMsgBroadcast: '&4%victim% &7was warned by &3%admin%&7. Reason: &4%reason%!'
lockMsgLogin: 'Server is under a lockdown, Try again later! Sorry.'
DupeIPKick: 'Duplicate IP addresses disabled.'
jailCmdMsg: 'You cannot use commands while jailed!'
jailChatMsg: 'Your cry falls on deaf ears.'
jailPlaceMsg: 'You cannot place blocks while you are jailed!'
jailBreakMsg: 'You cannot break blocks while you are jailed!'
tempjailMsgVictim: 'You have been temp. jailed by %admin%. Reason: %reason%!'
tempjailMsgBroadcast: '&4%victim% &7was temp. jailed by &3%admin%&7. Reason: &4%reason%!'
muteChatMsg: 'You have been muted!'
unmuteMsgVictim: 'You have been unmuted.'
unmuteMsg: 'You have unmuted %victim%.'
#Do Not Change Values Below#
jail:
x: 0
y: 0
z: 0
yaw: 0
pitch: 0
a oto na webu
Kód: Vybrat vše
#=== Údaje potřebné pro připojení k MySQL databázi ===#
$Server = "india.fakaheda.eu";
$Uzivatel = "gs_27668_1";
$Heslo = "*****";
$NazevDatabaze = "gs_27668_1";
// Zkráceno, není potřeba kopírovat celý obsah webového banlistu, stačí údaje pro připojení k MySQL. Pak jsou ty témata moc dlouhý

-
- Příspěvky: 36
- Registrován: 14 bře 2012, 17:22
- Reputation: 0
Re: Pomos s pluginem UltraBans
OK klidně to skraťte ale pořád mi nikdo nechce odpovědět. 
Tak jsem to skusil celé od znova a výsledek je jiný ale pořád to nejde.
http://www.mcplanet.fakaheda.eu/bans/index.php

Tak jsem to skusil celé od znova a výsledek je jiný ale pořád to nejde.
http://www.mcplanet.fakaheda.eu/bans/index.php
- Mysteria
- Příspěvky: 9122
- Registrován: 26 pro 2009, 15:40
- Reputation: 7
- Bydliště: Česká republika
- Kontaktovat uživatele:
Re: Pomos s pluginem UltraBans
Zklamu tě, ale výsledek je stejný 
Pouze v nové verzi jsem změnil barvu písma na bílou, protože ta je ideálně vidět na tom MC pozadí, jenže ty ho tam nemáš, takže na bílé stránce to vidět není samozřejmě.

Kód: Vybrat vše
V aplikaci se vyskytla následující chyba:
Access denied for user ''@'%' to database 'gs_27668_1'
UltraBans Extended Banlist coded by Mysteria, designed by Force studios ATB for gamehosting FakaHeda.eu.
Pouze v nové verzi jsem změnil barvu písma na bílou, protože ta je ideálně vidět na tom MC pozadí, jenže ty ho tam nemáš, takže na bílé stránce to vidět není samozřejmě.
Výběr z vlastních projektů: MinecraftServerList.cz ✔ Minecraft Extended Punishment List ✔ Killing Floor2 servery ✔








Spoiler: zobrazit
-
- Příspěvky: 36
- Registrován: 14 bře 2012, 17:22
- Reputation: 0
Re: Pomos s pluginem UltraBans
OK to nevadí už to tam radši nechcu.Protože potom sem to na chvíli zprovoznil ale vypadli mi residence musel jsem nahrát zalohu
.

Kdo je online
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 101 hostů