Log in

View Full Version : [MOD] Embed code


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=&quot;padding:1px; margin:4px 2px 2px 2px; border:1px solid black; float:left;&quot;><img src=&quot;http://yourserver.com/arcade/images/{$game['gname']}1.gif&quot;></div>{$game['object']}<br><a target=&quot;_blank&quot; href=&quot;http://yourserver.com/arcade.php?&act=Arcade&do=play&gameid={$game[gid]}&quot;><img style=&quot;margin-top:6px;&quot; border=&quot;0px&quot; src=&quot;http://yourserver.com/play_now.gif&quot; width=&quot;77&quot; height=&quot;15&quot;></a><hr size=&quot;1&quot;><div style=&quot;float:right;&quot;><a title=&quot;games&quot; href=&quot;http://yourserver.com&quot;>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

MrZeropage
08-30-2007, 07:42 AM
nice idea, but should only be visible/active if guests are allowed to play (arcade main settings), otherwise all visitors following the link get "no permission" ;)

basketmen
08-30-2007, 12:35 PM
if we embed the game in other website
the only problem is after games finished it will redirect to

www.otherwebsite.com/index.php?act=Arcade&do=newscore



how we can redirect it to

www.ourforum.com/index.php?act=Arcade&do=newscore



do we need to edit all .tar file and add www.ourforum.com/index.php?act=Arcade&do=newscore there??

basketmen
09-04-2007, 08:02 AM
if we embed the game in other website
the only problem is after games finished it will redirect to

www.otherwebsite.com/index.php?act=Arcade&do=newscore



how we can redirect it to

www.ourforum.com/index.php?act=Arcade&do=newscore



do we need to edit all .tar file and add www.ourforum.com/index.php?act=Arcade&do=newscore there??
Hi MrZeropage, this is still unanswered question


i am looking to edit this file, what file or plugin contain this



from

index.php?act=Arcade&do=newscore


to replace with


http://www.ourdomainforum.com/index.php?act=Arcade&do=newscore

stangger5
09-04-2007, 03:17 PM
Hi MrZeropage, this is still unanswered question
i am looking to edit this file, what file or plugin contain this

from
index.php?act=Arcade&do=newscore
to replace with
http://www.ourdomainforum.com/index.php?act=Arcade&do=newscore

Have you tried editing the game.swf itself ??

Take a look at this thread (https://vborg.vbsupport.ru/showthread.php?t=140353) ...

basketmen
09-05-2007, 04:02 AM
ahh so you say that this redirect is in swf files it self???

index.php?act=Arcade&do=newscore

have anyone try to change that redirect the swf file with Sothink Quicker Converting and success??? i just want to ask

MrZeropage
09-05-2007, 03:20 PM
yes, the redirect is hardcoded in the game itself