1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

Bingung Adsense Mobile

Discussion in 'Pemrograman Web' started by bambangustik, May 18, 2008.

  1. bambangustik

    bambangustik Newbie

    Joined:
    May 18, 2008
    Messages:
    1
    Likes Received:
    0
    Saya sedang membantu teman saya di luar negri untuk menambahkan adsense mobile di situsnya.

    Saya sudah mencoba tetapi kenapa tidak ada iklan yang keluar yha? Apakah ada yang salah dengan code saya?

    Saya mencoba dengan xml php. Berikut saya cantumkan kodenya. Terima kasih.

    <html>

    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/php; charset=iso-8859-1">
    <title>Big Book WAP Site</title>
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Arial, Helvetica, sans-serif;

    color: #000000;
    }
    body {
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    }
    h1 { display:block; background-color:#AFCBFF; font-size:18px; padding:10px; margin:0px; }
    p { margin:0px; }
    h4 { background-color:#7AA8FD; padding:10px; margin:0px; font-size:11px; border-top:dashed 1px #000000; }
    a { text-decoration:none; color:#0000FF; font-weight:bold; }
    a:hover { text-decoration:underline; color:#0000FF; font-weight:bold; }
    -->
    </style></head>

    <body>
    <h1>Big Book WAP</h1>
    <h4>Home
    </h4>
    <div style="padding:10px;">
    <p><a href="http://www.recoveryzone.org/">The Recovery Zone</a> is proud to sponsor The Big Book of Alcoholics Anonymous WAP Site. Please visit us online at www.recoveryzone.org where you can listen to The Big Book of AA online in FREE streaming audio format.<br />
    <br />
    The following is the complete text of the original book &quot;Alcoholics Anonymous&quot; written in 1939. It still stands as today as the primary text for AA and is the foundation for most other 12 step programs. </p>
    <p>&nbsp;</p>
    <p> <strong>Big Book Index</strong></p>
    <ul>
    <li><a href="preface.php">Preface</a><br />
    </li>
    <li><a href="forward1.php">Forward to the 1st Edition</a><br />
    </li>
    <li><a href="forward2.php">Forward to the 2nd Edition</a><br />
    </li>
    <li><a href="doctor.php">The Doctor's Opinion</a><br />
    </li>
    <li><a href="bills.php">Bill's Story</a><br />
    </li>
    <li><a href="solution.php">There Is A Solution</a><br />
    </li>
    <li><a href="moreabout.php">More About Alcoholism</a><br />
    </li>
    <li><a href="agnostics.php">We Agnostics</a><br />
    </li>
    <li><a href="howitworks.php">How It Works</a><br />
    </li>
    <li><a href="intoaction.php">Into Action</a><br />
    </li>
    <li><a href="workingwithothers.php">Working with Others</a><br />
    </li>
    <li><a href="wives.php">To Wives</a><br />
    </li>
    <li><a href="familyafter.php">The Family Afterward</a><br />
    </li>
    <li><a href="employers.php">To Employers</a><br />
    </li>
    <li><a href="vision.php">A Vision for You</a></li>
    </ul>
    </div>
    <div style="display:block; background-color:#AFCBFF; border-top:#000000 dashed 1px; padding:10px; font-size:11px;">&copy; 2008, All Rights Reserved. </div>
    <div style="padding:10px; font-size:11px; background-color:#7AA8FD;">Sponsored by: <a href="http://www.recoveryzone.org/">The Recovery Zone</a> where you can Order the Big Book on CD or download the complete MP3 audio version.</div>
    <div style="padding:10px; font-size:11px;">Alcoholics Anonymous, and AA, and the Big Book are registered trademarks of Alcoholics Anonymous World Services, Inc. The publication of this web page and the above mentioned volume does not imply affiliation with or approval or endorsement from Alcoholics Anonymous World Services, Inc.. Narcotics Anonymous, Cocaine Anonymous, and Overeaters Anonymous are the trademarks of their respective organizations. The information contained is strictly the opinion of the owner and is not designed to be official AA information.<br><br>
    This site is not affiliated with any 12 Step program.</div>
    <?php

    $GLOBALS['google']['ad_type']='text';
    $GLOBALS['google']['channel']='7644107076';
    $GLOBALS['google']['client']='pub-0701996644763551';
    $GLOBALS['google']['color_border']='555555';
    $GLOBALS['google']['color_bg']='EEEEEE';
    $GLOBALS['google']['color_link']='0000CC';
    $GLOBALS['google']['color_text']='000000';
    $GLOBALS['google']['color_url']='008000';
    $GLOBALS['google']['format']='mobile_single';
    $GLOBALS['google']['https']=$_SERVER['HTTPS'];
    $GLOBALS['google']['host']=$_SERVER['HTTP_HOST'];
    $GLOBALS['google']['ip']=$_SERVER['REMOTE_ADDR'];
    $GLOBALS['google']['markup']='xphp';
    $GLOBALS['google']['oe']='utf8';
    $GLOBALS['google']['output']='xphp';
    $GLOBALS['google']['ref']=$_SERVER['HTTP_REFERER'];
    $GLOBALS['google']['url']=$_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
    $GLOBALS['google']['useragent']=$_SERVER['HTTP_USER_AGENT'];
    $google_dt = time();
    google_set_screen_res();

    function google_append_url(&$url, $param, $value) {
    $url .= '&' . $param . '=' . urlencode($value);
    }

    function google_append_globals(&$url, $param) {
    google_append_url($url, $param, $GLOBALS['google'][$param]);
    }

    function google_append_color(&$url, $param) {
    global $google_dt;
    $color_array = split(',', $GLOBALS['google'][$param]);
    google_append_url($url, $param,
    $color_array[$google_dt % sizeof($color_array)]);
    }

    function google_set_screen_res() {
    $screen_res = $_SERVER['HTTP_UA_PIXELS'];
    $delimiter = 'x';
    if ($screen_res == '') {
    $screen_res = $_SERVER['HTTP_X_UP_DEVCAP_SCREENPIXELS'];
    $delimiter = ',';
    }
    $res_array = explode($delimiter, $screen_res);
    if (sizeof($res_array) == 2) {
    $GLOBALS['google']['u_w'] = $res_array[0];
    $GLOBALS['google']['u_h'] = $res_array[1];
    }
    }

    function google_get_ad_url() {
    $google_ad_url = 'http://pagead2.googlesyndication.com/pagead/ads?';
    $google_scheme = ($GLOBALS['google']['https'] == 'on')
    ? 'https://' : 'http://';
    foreach ($GLOBALS['google'] as $param => $value) {
    if ($param == 'client') {
    google_append_url($google_ad_url, $param,
    'ca-mb-' . $GLOBALS['google'][$param]);
    } else if (strpos($param, 'color_') === 0) {
    google_append_color($google_ad_url, $param);
    } else if ((strpos($param, 'host') === 0)
    || (strpos($param, 'url') === 0)) {
    google_append_url($google_ad_url, $param,
    $google_scheme . $GLOBALS['google'][$param]);
    } else {
    google_append_globals($google_ad_url, $param);
    }
    }
    google_append_url($google_ad_url, 'dt',
    round(1000 * array_sum(explode(' ', microtime()))));
    return $google_ad_url;
    }

    $google_ad_handle = @fopen(google_get_ad_url(), 'r');
    if ($google_ad_handle) {
    while (!feof($google_ad_handle)) {
    echo fread($google_ad_handle, 8192);
    }
    fclose($google_ad_handle);
    }

    ?>
    </body>
    </html>
     
  2. aafyn

    aafyn Ads.id Pro

    Joined:
    Dec 23, 2005
    Messages:
    293
    Likes Received:
    10
    wah...saya orang indo tinggal di indo jadi lom pernah nyobain adsense for mobile, btw ngetesnya di indo? mungkin kalo dari indo ga keluar adsensenya
    cmiiw :D
     
  3. Bonie

    Bonie Super Hero

    Joined:
    Apr 20, 2008
    Messages:
    1,105
    Likes Received:
    23
    Location:
    BonieBarlian.com
    kaya'nya begitu, kalo daptarnya dari IP indo ga dianggap deh, sama kek ads for video... ada yg pernah dapet ga...
     
  4. white_muffin

    white_muffin Newbie

    Joined:
    Jul 4, 2008
    Messages:
    20
    Likes Received:
    0
    Location:
    yogyakarta
    Mungkin kalau buat mobile belom berfungsi dengan baik kali ? :hmm:
     
  5. Money.Lover

    Money.Lover Ads.id Fan

    Joined:
    Sep 24, 2010
    Messages:
    112
    Likes Received:
    0
    Location:
    Jakarta
    adsense mobile sama gak kaya admod dan mobgold? maklum newbie
     
  6. Money.Lover

    Money.Lover Ads.id Fan

    Joined:
    Sep 24, 2010
    Messages:
    112
    Likes Received:
    0
    Location:
    Jakarta
    mang ada yah adsense mobile?? hehe kuper nih ane.. setau ane kalo mobile pake google admob ya? ky mobgold gitu deh
     

Share This Page