Kiwi admin chyba.

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
BatlleGame
Příspěvky: 108
Registrován: 03 led 2012, 00:29
Reputation: 0

Kiwi admin chyba.

#1 Příspěvekod BatlleGame » 11 led 2012, 20:20

Můj výpis s banlistu:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<body>
<?php

// change these things

$server = "bruce.fakaheda.eu/";
$dbuser = "gs_27886_1";
$dbpass = "Heslo";
$dbname = "gs_27886_1";

mysql_connect($server, $dbuser, $dbpass);
mysql_select_db($dbname);

$result = mysql_query("SELECT * FROM banlist ORDER BY time DESC");

echo "<table width=70% border=1 cellpadding=5 cellspacing=0>";

echo "<tr style=\"font-weight:bold\">
<td>Prezdivka hrace</td>
<td>Duvod zabanovani</td>
<td>Zabanovan Adminem</td>
<td>Kdy byl ban udelen</td>
<td>Kdy ban vyprsi</td>
</tr>";

while($row = mysql_fetch_assoc($result)){

if($col == "#eeeeee"){
$col = "#ffffff";
}else{
$col = "#eeeeee";
}
echo "<tr bgcolor=$col>";

echo "<td>".$row['name']."</td>";
echo "<td>".$row['reason']."</td>";
echo "<td>".$row['admin']."</td>";
echo "<td>".$row['time']."</td>";
if($row['temptime'] == "0000-00-00 00:00:00"){
echo "<td>Permanent</td>";
}else{
echo "<td>".$row['temptime']."</td>";
}

echo "</tr>";
}

echo"</table>"

?>
Ban database provided by <a href="http://forums.bukkit.org/threads/admn-kiwiadmin-v2-0-kick-temp-ban-unban-mysql-and-flatfile-670.1681/">KiwiAdmin</a>.
</body></html>¨

Díky
Obrázek

BatlleGame
Příspěvky: 108
Registrován: 03 led 2012, 00:29
Reputation: 0

Re: Kiwi admin chyba.

#2 Příspěvekod BatlleGame » 11 led 2012, 20:30

Už to mam u adresy bylo /
Obrázek

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: Kiwi admin chyba.

#3 Příspěvekod LavorekCZ » 11 led 2012, 20:31

Zkus někoho zabanovat, jestli se to ukáže.
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

BatlleGame
Příspěvky: 108
Registrován: 03 led 2012, 00:29
Reputation: 0

Re: Kiwi admin chyba.

#4 Příspěvekod BatlleGame » 11 led 2012, 20:48

Zabanuju ale není v banliste, a když dám tempban tak zase mi to dá Reason:žádný ale v banliste nic neni
Obrázek

SpreyMannik
Příspěvky: 202
Registrován: 18 pro 2011, 20:56
Reputation: 0

Re: Kiwi admin chyba.

#5 Příspěvekod SpreyMannik » 11 led 2012, 20:49

dpc jaky mas webhosting ? me nejde banlist vubec ( www.sgamings.eu/banlist.php ) dlouho nabiha ap ak errory
Obrázek


Obrázek

BatlleGame
Příspěvky: 108
Registrován: 03 led 2012, 00:29
Reputation: 0

Re: Kiwi admin chyba.

#6 Příspěvekod BatlleGame » 11 led 2012, 20:52

pošlu ti skype do PM
Obrázek

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: Kiwi admin chyba.

#7 Příspěvekod LavorekCZ » 11 led 2012, 21:15

Dej sem config KiwiAdminu co máš na FTP Serveru.
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

BatlleGame
Příspěvky: 108
Registrován: 03 led 2012, 00:29
Reputation: 0

Re: Kiwi admin chyba.

#8 Příspěvekod BatlleGame » 11 led 2012, 22:24

mysql: false
mysql-database: 'jdbc:mysql://localhost:3306/gs_27886_1'
mysql-user: 'gs_27886_1'
mysql-password: ''
mysql-table: banlist
mysql-table-ip: banlistip
auto-complete: true

messages:
banMsgFailed: "&cPlayer &e%victim% &cis already banned!"
unbanMsg: "&aSuccessfully unbanned player &e%victim%&a!"
unbanMsgGlobal: "&e%victim% &6was unbanned by &e%player%&6!"
unbanMsgFailed: "&cFailed to unban &e%victim%&c!"
kickAllMsg: "%player% kicked everyone. Reason: %reason%"
kickMsgVictim: "You have been kicked by %player%. Reason: %reason%"
kickMsgBroadcast: "&e%victim% &6was kicked by &e%player%&6. Reason: &e%reason%"
kickMsgFailed: "&cKick failed: &6%victim% &cisn't online."
banMsgVictim: "You have been banned by %player%. Reason: %reason%"
banMsgBroadcast: "&e%victim% &6was banned by &e%player%&6. Reason: &e%reason%"
tempbanMsgVictim: "You have been temp. banned by %player%. Reason: %reason%"
tempbanMsgBroadcast: "&e%victim% &6was temp. banned by &e%player%&6. Reason: &e%reason%"
LoginTempban: "&cYou are banned until &e%time%&c! Reason: &e%reason%"
LoginBan: "&cYou are banned from this server! Reason: &e%reason%"
LoginIPBan: "&cThis IP is banned!"
Obrázek

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: Kiwi admin chyba.

#9 Příspěvekod LavorekCZ » 11 led 2012, 22:26

A se divíš, že ti to nejde :D Když hned na prvním řádku máš MySQL: false :D dej tam true

EDIT:

Důležité, ispirace viz Sejsel :D
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

BatlleGame
Příspěvky: 108
Registrován: 03 led 2012, 00:29
Reputation: 0

Re: Kiwi admin chyba.

#10 Příspěvekod BatlleGame » 11 led 2012, 22:52

:D dík
Obrázek


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Google [Bot] a 28 hostů