[REL][JABBO]Hotel status for jabbo[JABBO][REL]

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! Habblet is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    324Posts

    [REL][JABBO]Hotel status for jabbo[JABBO][REL]

    Here it is

    1. <?php if ($hotel_status == "online")
    2. {
    3. ?>
    4. <strong>Hotel Status: </strong><font color="#00ff00">Online</font>
    5. <?php
    6. }
    7. else
    8. {
    9. ?>
    10. <strong>Hotel Status: </strong><font color="#ff0000">Offline</font>
    11. <?php
    12. }
    13. ?>


    Cya, Habblet

    Credits to:
    Thomas
    And me


  2. #2
    Apprentice Jhab is offline
    MemberRank
    Mar 2007 Join Date
    On my pcLocation
    12Posts

    Re: [REL][JABBO]Hotel status for jabbo[JABBO][REL]

    PHP Code:
    <?php
    include "config.php";
    if (
    $hotel_status == "online")
    {
        echo 
    "<strong>Hotel Status: </strong><font color=\"#00ff00\">Online</font>";
    }else{
        echo 
    "<strong>Hotel Status: </strong><font color=\"#ff0000\">Offline</font>";
    }
    ?>

  3. #3
    Account Upgraded | Title Enabled! Habblet is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    324Posts

    Re: [REL][JABBO]Hotel status for jabbo[JABBO][REL]

    Quote Originally Posted by Jhab View Post
    PHP Code:
    <?php
    include "config.php";
    if (
    $hotel_status == "online")
    {
        echo 
    "<strong>Hotel Status: </strong><font color=\"#00ff00\">Online</font>";
    }else{
        echo 
    "<strong>Hotel Status: </strong><font color=\"#ff0000\">Offline</font>";
    }
    ?>
    You dont need to include config.php
    put this Code in header.php below Online.php

    Sorry, for my bad englis



Advertisement