Ok, Im still missing something here. I feel like an idiot but I'm still doing something wrong. Below is the code I changed.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GunGame Winner</title>
<style type="text/css">
body {
background:#FFFF00;
font-family:Verdana,Tahoma;
color:#000000;
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.gungame5.com/images/gungame5_logo.png"> </td><td>
<b><?php print ($_GET["winnerName"]); ?></b> Won!<hr><br />
<b><?php print ($_GET["winnerName"]); ?></b> won the game by killing <b><?php print ($_GET["loserName"]); ?></b><br /><br />
<b>Stats:</b><br />
Wins: <b><?php print ($_GET["wins"]); ?></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>Join our forums <a href="http://thebucketsplace.com">http://www.thebucketsplace.com</a></td></tr></table></td></tr></table>
</body>
</html>
I also changed the path to my server, example below.
// Enable / Disable gg_winner_display
// Enable = 1 / Disable = 0
gg_winner_display 1
// Custom web page
// Leave this as default unless you want to have a customised winner page (hosted on your own web server).
// If you want to host the file on your web server, the file is here:
viewtopic.php?f=17&t=162//
// Default =
http://gungame5.com/gg5_win.phpgg_winner_display_page "http://thebucketsplace5.com/gg5_win.php"
Do I have to place an image of this on my web server? Where do I place the changed code? Thanks