Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    May 2007
    Location
    Nebo, NC, USA
    Posts
    2,517
    Tokens
    0

    Latest Awards:

    Default

    PHP Code:
    <?php
    $curdir 
    getcwd();
    $base "/home/hhgsnet/public_html/";
    chdir($base "forum /");
    require_once (
    $base "forum/global.php");
    chdir($curdir);

    echo 
    $headinclude;
    echo 
    $header;
    echo 
    $navbar;


    include 
    $base "/radiodjpanel/rares/values_public.php";

    echo 
    $footer;

    ?>

  2. #12
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    Quote Originally Posted by Dentafrice, View Post
    PHP Code:
    <?php
    $curdir 
    getcwd();
    $base "/home/hhgsnet/public_html/";
    chdir($base "forum /");
    require_once (
    $base "forum/global.php");
    chdir($curdir);

    echo 
    $headinclude;
    echo 
    $header;
    echo 
    $navbar;


    include 
    $base "/radiodjpanel/rares/values_public.php";

    echo 
    $footer;

    ?>
    Didnt work
    Came up with a error

  3. #13
    Join Date
    May 2007
    Location
    Nebo, NC, USA
    Posts
    2,517
    Tokens
    0

    Latest Awards:

    Default

    PHP Code:
    <?php
    $curdir 
    getcwd();
    $base "/home/hhgsnet/public_html/";
    chdir($base "forum /");
    require_once (
    $base "forum/global.php");
    chdir($curdir);

    echo 
    $headinclude;
    echo 
    $header;
    echo 
    $navbar;


    include 
    $base "radiodjpanel/rares/values_public.php";

    echo 
    $footer;

    ?>

  4. #14

    Default

    PHP Code:
     <?php
    $curdir 
    getcwd();
    $base "/home/hhgsnet/public_html/";
    chdir($base "/forum /");
    require_once (
    $base "/forum/global.php");
    chdir($curdir);

    echo 
    $headinclude;
    echo 
    $header;
    echo 
    $navbar;


    include 
    $base "/radiodjpanel/rares/values_public.php";

    echo 
    $footer;

    ?>
    Try that if above one didn't work

  5. #15
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    The above 2 didnt work they give me thease errors:
    ; echo
    - Top left above banner
    ; include . "/radiodjpanel/rares/values_public.php"; echo
    - under shoutbox

  6. #16
    Join Date
    Dec 2007
    Location
    :vi /bin/LINUXGURU.txt; :wq
    Posts
    513
    Tokens
    305

    Latest Awards:

    Default

    <?php
    $curdir = getcwd ();
    chdir('/hhgsnet/public_html/forum');
    require_once('/hhgsnet/public_html/forum/global.php');
    chdir ($curdir);

    echo $headinclude;
    echo $header;
    echo $navbar;

    ?>
    <?php

    $string
    = get_include_contents('/radiodjpanel/rares/values_public.php');

    function
    get_include_contents($filename) {
    if (
    is_file($filename)) {
    ob_start();
    include
    $filename;
    $contents = ob_get_contents();
    ob_end_clean();
    return
    $contents;
    }
    return
    false;
    }

    ?>


    <?php

    echo $footer;

    ?>

    Try That..

  7. #17
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    Quote Originally Posted by kickerbat View Post
    <?php
    $curdir = getcwd ();
    chdir('/hhgsnet/public_html/forum');
    require_once('/hhgsnet/public_html/forum/global.php');
    chdir ($curdir);

    echo $headinclude;
    echo $header;
    echo $navbar;

    ?>
    <?php

    $string
    = get_include_contents('/radiodjpanel/rares/values_public.php');

    function
    get_include_contents($filename) {
    if (
    is_file($filename)) {
    ob_start();
    include
    $filename;
    $contents = ob_get_contents();
    ob_end_clean();
    return
    $contents;
    }
    return
    false;
    }

    ?>


    <?php

    echo $footer;

    ?>

    Try That..
    Doesnt work ether.
    I realy need this !

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •