<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GunGame Winner</title>
<style type="text/css">
body {
background:#BAB243;
font-family:Verdana,Tahoma;
color:#A0090C;
vertical-align:middle;
}
</style>
</head>
<body>
<table height="100%" topmargin="0" bottommargin="0" align="center" cellpadding="0" cellspacing="0">
<tr align="center" valign="middle">
<td valign="middle">
<table><tr><td>
<img src="http://www.clan-mnd.com/images/ggos.png"> </td><td>
<b><br />
<b><?php print ($_GET["winnerName"]); ?></b> won the game by killing <b><?php print ($_GET["loserName"]); ?></b><br /><br />
</b><br /><br />
<b>Stats:</b><br />
Wins: <b><?php print ($_GET["wins"]); ?></b><br />
</b><br />
Place: <b><?php print ($_GET["place"]); ?></b> of <b><?php print ($_GET["totalPlaces"]); ?></b></td></tr><tr><td colspan="2" align="center"><br><br>Powered by <a
href="http://clan-mnd.com">The Great Warrior</a></td></tr></table></td></tr></table>
</body>
</html>
I have a problem with gg_winner_display... I think this is a mistake on my part
When i write : gg_winner_display_page "http://gungame.net/gg5_win.php"
Inside
gg_winner_display.cfg
all is ok , the MOTD is comming with all informations for Winner
BUT
When i use my custom gg5_win.php hosted on my private web site :
gg_winner_display_page "http://clan-mnd.com/gg5_win.php"
The MOTD is comming well... but without informations...as if the server does not transmit information to the file gg5_win.php
which file should I edit to make it work ?
My source code :
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GunGame Winner</title>
<style type="text/css">
body {
background:#BAB243;
font-family:Verdana,Tahoma;
color:#A0090C;
vertical-align:middle;
}
</style>
</head>
<body>
<table height="100%" topmargin="0" bottommargin="0" align="center" cellpadding="0" cellspacing="0">
<tr align="center" valign="middle">
<td valign="middle">
<table><tr><td>
<img src="http://www.clan-mnd.com/images/ggos.png"> </td><td>
<b><br />
</b> Won!<hr><br />
<b><br />
</b> won the game by killing <b><br />
</b><br /><br />
<b>Stats:</b><br />
Wins: <b><br />
</b><br />
Place: <b><br />
</b> of <b><br />
</b></td></tr><tr><td colspan="2" align="center"><br><br>Powered by <a
href="http://clan-mnd.com">The Great Warrior</a></td></tr></table></td></tr></table>
</body>
</html>
My server Run : Mani Admin Plugin v1.2.22.6, MetaMod:Source v1.8.7V, EventScripts v2.1.1.370, SourceMod v1.3.9-dev, EsTool ok
j've followed the tutorial :
http://gungame.net/viewtopic.php?f=74&p=8632
Thanks for Helping