PDA

View Full Version : Inserting ads


snoopgst
04-24-2006, 09:55 PM
how do I ad ads to this section of the arcade.

Gemma
04-24-2006, 10:30 PM
In your skin_Arcade.php find:

<tr>
<td align="center" class="alt1">
<a href="{$ibforums->base_url}act=Arcade">{$ibforums->lang['back_arcade']}</a>
<br /><a href="{$ibforums->base_url}act=Arcade&amp;do=stats&amp;gameid={$game['gid']}">{$ibforums->lang['view_high']}</a><br />
</td>
</tr>
{$extra}

Underneath that add:

<tr><td align="center" class="tcat"><b>Sponsored Link</b><br /></td>
<tr><td align="center" class="alt1">
***YOUR AD CODE***
</td></tr>

Put your ad code inplace of ***YOUR AD CODE***

Save skin_Arcade.php and upload

Stifmeister2
04-24-2006, 11:05 PM
What are those "Adds by Gooogle btw"? Are they any usefull? If so, how can I get them..

snoopgst
04-24-2006, 11:55 PM
Thanks that worked great.

briansol
04-27-2006, 04:15 AM
What are those "Adds by Gooogle btw"? Are they any usefull? If so, how can I get them..

google.com/adsense

Stifmeister2
04-27-2006, 11:33 AM
google.com/adsense
Thx dude. :)

MrZeropage
04-27-2006, 07:24 PM
don't spoil the fun while playing with those adverts - if anybody clicks the Banner, it may kill the Gameresult ...

Rated
04-30-2006, 03:20 PM
Where is "skin_arcade.php" - Can't find it anywhere :s

briansol
05-03-2006, 08:47 PM
in the file system... its not in the ACP templates section.

Rated
05-03-2006, 09:16 PM
found out this aint for v3arcade lol :p

lanc3lot
07-01-2006, 07:24 PM
In your skin_Arcade.php find:

<tr>
<td align="center" class="alt1">
<a href="{$ibforums->base_url}act=Arcade">{$ibforums->lang['back_arcade']}</a>
<br /><a href="{$ibforums->base_url}act=Arcade&amp;do=stats&amp;gameid={$game['gid']}">{$ibforums->lang['view_high']}</a><br />
</td>
</tr>
{$extra}

Underneath that add:

<tr><td align="center" class="tcat"><b>Sponsored Link</b><br /></td>
<tr><td align="center" class="alt1">
***YOUR AD CODE***
</td></tr>

Put your ad code inplace of ***YOUR AD CODE***

Save skin_Arcade.php and upload


Hello, this is working ok, but is it easy for you, to say what we have to add and where, for the V3Arcade skin (skin_v3Arcade.php_?

Thnx in advance :)

Neo_obs
07-05-2006, 07:35 AM
should be the exact same

lanc3lot
07-05-2006, 12:07 PM
no its not, i cant find this code there:(

Neo_obs
07-05-2006, 09:55 PM
I found it. If you want PM me your info and I can talk a look or just send me a copy of the php file.