PDA

View Full Version : Adding Adsense?


nick-harper
08-20-2008, 12:40 PM
Where abouts do I go to edit the screen where the game is played?

I want to add some adsense directly above it but can't seem to figure out where I need to edit?

Thankyou.

Gemma
08-20-2008, 02:20 PM
In your skin_Arcade.php or skin_v3arcade.php file search for this (it's near the top)

function game($game,$top,$extra) {
global $ibforums;
return <<<EOF
<!-- Add JS function for pnFlashGames Updated games component (Not Sure if this is needed yet) -->
<script type="text/javascript">
<!--
function refreshScores()
{
}
//-->
</script>

Below that add

<br>
<table width="75%" border="0" cellspacing="1" cellpadding="4" align="center">
<tr>
YOUR ADSENSE CODE
</tr></table>

ram94401
11-10-2008, 05:37 PM
Gemma: Thank you very much. It works great.