Thread: Digg's PHP code

Results 1 to 6 of 6
  1. #1
    arunforce's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    A place for amigos
    Posts
    24,704
    Reputation
    4747
    Thanks
    12,562
    My Mood
    Yeehaw

    Digg's PHP code

    [PHP]
    <?php
    require_once 'config.php';
    require_once 'Ads.php';
    header("HTTP/1.0 404 Not Found");
    $bodyid = '';
    $title = D::$siteName . " / Page Not Found";

    // Before generate page elements, we need to put all the local variables into a passable array
    $pageParams = array(
    'title' => $title
    );

    require_once 'top.php';

    // Track Basic Analytics for this page:
    $analytics = Analytics::singleton();
    $analytics->pageName = 'error'; // Page Name (generic)
    $analytics->prop29 = ''; // Media Type
    $analytics->prop9 = 'error'; // Page Template
    $analytics->prop24 = 'error'; // Section:Sub:Sub:Sub

    $context = Context::createSimpleContext();
    Header::display($context);
    Ads::display(Ads::GENERICBANNER);
    require_once 'contentheader.php';
    ?>
    <div class="not-found">
    <h2>Oops, what you're looking for isn't here!</h2>
    The page you requested is not here but there are a few things you can try:
    <ul>
    <li>Try searching for the story you're looking for using the form above.</li>
    <li>Go to the <a href="/">homepage</a> to see the most recent stories.</li>
    </ul>
    <p>Pretty sure it's a website bug? Please
    <a href="/bugreport">let us know</a> and we'll try to get it fixed.</p>
    </div>
    </div>
    <?php
    require_once 'footer.php';
    ?>
    [/PHP]

    There you go folks, that's how digg works.



    BRING BACK BT, BRING BACK SAGA, BRING BACK VF, BRING BACK MPGHCRAFT, BRING BACK HABAMON


  2. #2
    Dave84311's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    The Wild Wild West
    Posts
    35,837
    Reputation
    5782
    Thanks
    41,292
    My Mood
    Devilish
    lol, poor digg code gets leaked

    blame faulty http servers

    ALSO, PLS NO DMCAs





    THE EYE OF AN ADMINISTRATOR IS UPON YOU. ANY WRONG YOU DO IM GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE IM GONNA BE


    "First they ignore you. Then they laugh at you. Then they fight you. Then you lose.” - Dave84311

    HAVING VIRTUAL DETOX

  3. #3
    Zhellbound's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    In Your Mind
    Posts
    5,192
    Reputation
    21
    Thanks
    447
    My Mood
    Happy
    Whats diggs?
    Deutschland wird wieder Reign!

    Ganja King
    Thank me if i helped

  4. #4
    hotfudge2100's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    .
    Posts
    1,423
    Reputation
    11
    Thanks
    475
    What is a Digg? Damn I gotta go?
    and gosh if only i was smarter i could go Cyborg Hacka on this code >.<
    [IMG]https://i553.photobucke*****m/albums/jj397/hotfudge2100/TheJoker.png[/IMG]

  5. #5
    GOD's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    I am the God
    Posts
    11,084
    Reputation
    15
    Thanks
    1,517
    My Mood
    Amazed
    Digg lets u share stuff from anywhere on da web
    I am the God.

  6. #6
    Dart IV's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    328
    Reputation
    10
    Thanks
    11
    My Mood
    Hungover
    Is stealing this hard?

Similar Threads

  1. Process_promocode.php[code]
    By ferrar1000 in forum WarRock - International Hacks
    Replies: 22
    Last Post: 10-02-2007, 06:55 PM
  2. Replies: 37
    Last Post: 06-20-2006, 04:24 PM
  3. Pre-Regerstration - E3 Codes
    By Dave84311 in forum WarRock - International Hacks
    Replies: 67
    Last Post: 06-13-2006, 08:06 AM
  4. hi can any1 help me make or find a cheat code
    By CrUsHa in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-19-2006, 04:39 PM
  5. a Couple WPE Weapon codes?
    By phil823 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 02-10-2006, 02:14 PM

Tags for this Thread