This is my first mod I have done without any help, only Lithium checking over it.
This mod is more suited for people with a themed game.
E.G Mafia, Fighting.
What it does :
Users can go to the Avatar page and check through a list of avatars suited to the game.
If a player likes an avatar they can copy the link to it and then click the picture.
Once clicked it will bring you to the preference pic change page, paste the link and your done.
If you wish you can let users request pictures and put them up too.
What to do :
Make a folder named Images or if you have one called images you can make one inside that one of your choice.
Upload game avatar pics into it.
Make a file named Avatar.php
<?php
include "globals.php";
?>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="35%" id="AutoNumber1" height="236">
<tr>
<td width="50%" height="14" align="center"><u>Avatars</u></td>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u> <a href="http://wrestling-wars.com/preferences.php?action=picchange" target="_blank"><img src="http://wrestling-wars.com/images/botpic/Jeff_Hardy.jpg" border="0" alt="yourgamename"></a></u></td>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u><label for="urlcode4">Link</label>
<input type="text" class="txtCode" name="urlcode4" id="urlcode4" value="http://wrestling-wars.com/images/botpic/Jeff_Hardy.jpg" readonly="readonly" onclick="trackCodeClick(event,'image','0'); copyToClipboard(this);" oncontextmenu="linksMo.handleContextMenuOpen('4');">
<br class="clearL">
</u></td>
</tr>
<tr>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u> <a href="http://wrestling-wars.com/preferences.php?action=picchange" target="_blank"><img src="http://wrestling-wars.com/images/botpic/JeffHardy2.jpg" border="0" alt="yourgamename"></a></u></td>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u><label for="urlcode4">Link</label>
<input type="text" class="txtCode" name="urlcode4" id="urlcode4" value="http://wrestling-wars.com/images/botpic/JeffHardy2.jpg" readonly="readonly" onclick="trackCodeClick(event,'image','0'); copyToClipboard(this);" oncontextmenu="linksMo.handleContextMenuOpen('4');">
<br class="clearL">
</u></td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u> <a href="http://wrestling-wars.com/preferences.php?action=picchange" target="_blank"><img src="http://wrestling-wars.com/images/botpic/JeffHardy3.jpg" border="0" alt="yourgamename"></a></u></td>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u><label for="urlcode4">Link</label>
<input type="text" class="txtCode" name="urlcode4" id="urlcode4" value="http://wrestling-wars.com/images/botpic/JeffHardy3.jpg" readonly="readonly" onclick="trackCodeClick(event,'image','0'); copyToClipboard(this);" oncontextmenu="linksMo.handleContextMenuOpen('4');">
<br class="clearL">
</u></td>
</tr>
<tr>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u> <a href="http://wrestling-wars.com/preferences.php?action=picchange" target="_blank"><img src="http://wrestling-wars.com/images/botpic/MattHardy.jpg" border="0" alt="yourgamename"></a></u></td>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u><label for="urlcode4">Link</label>
<input type="text" class="txtCode" name="urlcode4" id="urlcode4" value="http://wrestling-wars.com/images/botpic/MattHardy.jpg" readonly="readonly" onclick="trackCodeClick(event,'image','0'); copyToClipboard(this);" oncontextmenu="linksMo.handleContextMenuOpen('4');">
<br class="clearL">
</u></td>
</tr>
<tr>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u> <a href="http://wrestling-wars.com/preferences.php?action=picchange" target="_blank"><img src="http://wrestling-wars.com/images/botpic/MattHardy2.jpg" border="0" alt="yourgamename"></a></u></td>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u><label for="urlcode4">Link</label>
<input type="text" class="txtCode" name="urlcode4" id="urlcode4" value="http://wrestling-wars.com/images/botpic/MattHardy2.jpg" readonly="readonly" onclick="trackCodeClick(event,'image','0'); copyToClipboard(this);" oncontextmenu="linksMo.handleContextMenuOpen('4');">
<br class="clearL">
</u></td>
</tr>
<tr>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u> <a href="http://wrestling-wars.com/preferences.php?action=picchange" target="_blank"><img src="http://wrestling-wars.com/images/botpic/MattHardy3.jpg" border="0" alt="yourgamename"></a></u></td>
</tr>
<tr>
<tr>
<td width="50%" height="14" align="center"><u><label for="urlcode4">Link</label>
<input type="text" class="txtCode" name="urlcode4" id="urlcode4" value="http://wrestling-wars.com/images/botpic/MattHardy3.jpg" readonly="readonly" onclick="trackCodeClick(event,'image','0'); copyToClipboard(this);" oncontextmenu="linksMo.handleContextMenuOpen('4');">
<br class="clearL">
</u></td>
</td>
</tr>
</table>
</body>
</html>