Adsense Revenue Sharing Mod For 3.8.4 From vBulletin.org ?

Discussion in 'AdSense' started by ro7ma, Oct 7, 2010.

  1. #1
    Hi,
    in this link: http://www.vbulletin.org/forum/showthread.php?t=135079
    Adsense Revenue Sharing for 3.5.x and 3.6.x
    but my forum`s version is 3.8.4 , However i did the 10 steps on that link and i have tested the system and found that it did not work !
    The hack is in the attachments and the code which i should put it in the bottom of postbit. is
    <if condition="$post[postcount] == 1">
    <if condition="THIS_SCRIPT == 'showthread' AND ($post[postid] == $GLOBALS['qrfirstpostid'])">
    <if condition="$show['spacer']">$spacer_open<div style="padding:0px 0px $stylevar[cellpadding]px 0px"></if>
     
    <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" bordercolor=white width="100%" align="center">
    <tr><td class="alt1" style="padding:0px">
    <div class="smallfont" align="center">
    <script type="text/javascript"><!--
    google_ad_client = "$post[ad_client_id]";
    google_ad_width = 728;
    google_ad_height = 90;
    google_ad_format = "728x90_as";
    google_ad_channel ="$post[ad_channel]";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "000000";
    google_color_url = "666666";
    google_color_text = "333333";
    //--></script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </div></td></tr></table>
     
    <if condition="$show['spacer']"></div>$spacer_close</if>
    </if>
    </if>
    PHP:
    And The link of forum is : http://www.iamteamwork.com/en/t2.html

    and if i open the source of page i found :

    google_ad_client = "";
    PHP:
    without Pub ID

    google_ad_channel ="";
    PHP:
    without ad_channel

    Please , I want Adsense Revenue Sharing Mod For 3.8.4 From vBulletin.org ?
    And i want to Know what is the mod which Digitalpoint has used it?
     
    ro7ma, Oct 7, 2010 IP
  2. ro7ma

    ro7ma Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I have spent about 3 hours for Running the product of vB Ad Management and i could not!
    - I put the Adsense code in the space of header and it does not work ,and i did not know where is the wrong ?
    I put the code as
    <script type="text/javascript"><!--
    google_ad_client = "#field15#";
    /* 468x60, created 8/18/10 */
    google_ad_slot = "6071048215";
    google_ad_width = 468;
    google_ad_height = 60;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>  
    PHP:
    and does not work

    and put the code as

    <script type="text/javascript"><!--
    google_ad_client = "pub-xxxxxxxxxxxxxx";
    /* 468x60, created 8/18/10 */
    google_ad_slot = "6071048215";
    google_ad_width = 468;
    google_ad_height = 60;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>  
    PHP:
    and does not work again !
     
    ro7ma, Oct 8, 2010 IP