robb9
08-30-2007, 07:05 AM
Hy!
This is a mini-mod.
Add this block in your arcade/skins/skininuse
(where user play to game)
Code:
<tr>
<td width="100%" align="center" class="tcat">Share this Game</td>
</tr>
<tr>
<td class="alt2">Url: <input class="displaycode" onclick="this.focus();this.select();" http://yourserver.com/forum/arcade.php?&act=Arcade&do=play&gameid={$game[gid]} size="37" name="f" value="http://yourserver.com/arcade.php?&act=Arcade&do=play&gameid={$game[gid]}" tabindex="1" /></td>
</tr>
<tr>
<td class="alt2">Embed: <input class="displaycode" onclick="this.focus();this.select();" http://yourserver.com/arcade.php?&act=Arcade&do=play&gameid={$game[gid]} size="37" name="f" value="<H3>{$game['gtitle']}</H3><div style="padding:1px; margin:4px 2px 2px 2px; border:1px solid black; float:left;"><img src="http://yourserver.com/arcade/images/{$game['gname']}1.gif"></div>{$game['object']}<br><a target="_blank" href="http://yourserver.com/arcade.php?&act=Arcade&do=play&gameid={$game[gid]}"><img style="margin-top:6px;" border="0px" src="http://yourserver.com/play_now.gif" width="77" height="15"></a><hr size="1"><div style="float:right;"><a title="games" href="http://yourserver.com">Games by http://yourserver.com</a> </div>" tabindex="1" /></td>
</tr>
You must replace "http://yourserver.com" and add icon play.gif (no insert).
That's all
This is a mini-mod.
Add this block in your arcade/skins/skininuse
(where user play to game)
Code:
<tr>
<td width="100%" align="center" class="tcat">Share this Game</td>
</tr>
<tr>
<td class="alt2">Url: <input class="displaycode" onclick="this.focus();this.select();" http://yourserver.com/forum/arcade.php?&act=Arcade&do=play&gameid={$game[gid]} size="37" name="f" value="http://yourserver.com/arcade.php?&act=Arcade&do=play&gameid={$game[gid]}" tabindex="1" /></td>
</tr>
<tr>
<td class="alt2">Embed: <input class="displaycode" onclick="this.focus();this.select();" http://yourserver.com/arcade.php?&act=Arcade&do=play&gameid={$game[gid]} size="37" name="f" value="<H3>{$game['gtitle']}</H3><div style="padding:1px; margin:4px 2px 2px 2px; border:1px solid black; float:left;"><img src="http://yourserver.com/arcade/images/{$game['gname']}1.gif"></div>{$game['object']}<br><a target="_blank" href="http://yourserver.com/arcade.php?&act=Arcade&do=play&gameid={$game[gid]}"><img style="margin-top:6px;" border="0px" src="http://yourserver.com/play_now.gif" width="77" height="15"></a><hr size="1"><div style="float:right;"><a title="games" href="http://yourserver.com">Games by http://yourserver.com</a> </div>" tabindex="1" /></td>
</tr>
You must replace "http://yourserver.com" and add icon play.gif (no insert).
That's all