[RevCMS] New index![DANISH]

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    big grin [RevCMS] New index![DANISH & ENNGLISH]

    Don't forget to rep and like if you like this release!

    Hello! I'd like to share my beautiful index to you guys :)

    Download: liiiiiime.rar
    English index.php, just replace the danish one with this: index.php
    Live demo: limeHotel - Den nye generation af Habbo!

    Screen:




    Cya! ;)
    Last edited by PRIZM; 30-05-13 at 02:23 PM.


  2. #2
    Enthusiast LuisGSoliManE is offline
    MemberRank
    Aug 2008 Join Date
    31Posts

    Re: [RevCMS] New index![DANISH]

    Nice release 6/10

  3. #3
    fak Dysfunctional is offline
    MemberRank
    Jul 2012 Join Date
    AustraliaLocation
    391Posts

    Re: [RevCMS] New index![DANISH]

    Why would you release something thats not English on a English forum? I know you can easily translate it but really, it just sounds stupid.

    I'd say it looks good but it'd be great if you translated it.

    I'd say this is kind of translated, worked for me!

    Spoiler:

    PHP Code:


    <!DOCTYPE html>
    <html lang="en">
        <head>
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

                        
            <meta http-equiv="content-type" content="text/html; charset=utf-8">
            <title>{hotelname} - The new generation of Habbo</title>
            
            
            <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/frontpage.css" type="text/css">
            <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/libs2.js"></script>
            <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/landing.js"></script>
            <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script 
            
            <script type="text/javascript">
                document.habboLoggedIn = true;
                var habboName = null;
                var habboId = null;
                var habboReqPath = "";
                var habboStaticFilePath = "{url}/app/tpl/skins/Habbo";
                var habboImagerUrl = "http://www.Habbo.com/Habbo-imaging/";
                var habboPartner = "";
                var habboDefaultClientPopupUrl = "{url}/client";
                window.name = "habboMain";
                if (typeof HabboClient != "undefined") {
                    HabboClient.windowName = "client";
                    HabboClient.maximizeWindow = true;
                }
            </script>
            
            <style type="text/css">
                body {
                    background-image: url({url}/app/tpl/skins/Habbo/bg.png);
                }
                #footer .footer-links   { color: #666666; }
                #footer .footer-links a { color: #ffffff; }
                #footer .copyright      { color: #666666; }
                #footer #compact-tags-container span, #footer #compact-tags-container a { color: #333333; }
                
                input[type="submit"] {
                    border: 1px solid #999;
                    padding: 5px;
                    font-family: verdana;
                    font-size: 10px;
                }
                input[type="submit"]:hover {
                    background-position: bottom;
                    cursor: pointer;
                }
            </style>
            
            <!--[if IE 8]>
                <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/ie8.css" type="text/css">
            <![endif]-->
            <!--[if lt IE 8]>
                <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/ie.css" type="text/css" />
            <![endif]-->
            <!--[if lt IE 7]>
                <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/ie6.css" type="text/css" />
                <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/pngfix.js"></script>
                <script type="text/javascript">
                    try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
                </script>
                <style type="text/css">
                    body { behavior: url({url}/app/tpl/skins/Habbo/csshover.htc); }
                </style>
            <![endif]-->
        </head>
        
        <body id="frontpage">
        
            <div id="overlay"></div>
            <div id="site-header">
                <form id="loginformitem" name="loginformitem" method="post">
                               
                                            
                                               <div id="login">
                                            <div id="xmas_banner"><div style="margin-top: -55px;"><img src="http://www.sulake.com/files/4213/3249/4764/Boy_and_girl.gif" align="right"></div></div>
                <div class="hotel_bg_innerbox">
                <div class
                <div class="logo_login"></div>
                <div class="login_box">
                <center>New to {hotelName}<b><a href="/register">REGISTER HERE!</a></b></center>
                <br /><br />
                 <label for="login-username" class="login-text">Username:</label>
                                <input tabindex="3" type="text" class="login-field" name="log_username" id="login-username" value="" maxlength="48">
                                
                <label for="login-password" class="login-text">Password:</label>
                                <input tabindex="4" type="password" class="login-field" name="log_password" id="login-password" maxlength="48">
                                <br /><br />
                                 <center><input type="submit" value="Login" name="login"></center>
                </div>
                <div class="status_box">
                <b>{online}</b>{hotelName}'s Online<br />
                </b><b><?php 
    $query 
    mysql_query("SELECT COUNT(*) AS aantalleden FROM users") or die(mysql_error()); 
    $data mysql_fetch_assoc($query); 

    echo 
    $data['aantalleden']; 
    ?>
    </b>
      Registered users
                
                </div>
                </div>
                </div>

        <center><p class="copyright">&copy;{hotelName} 2013 - 2014 All rights reserved.</p></center>


            </div>
            <script type="text/javascript">
                if (typeof HabboView != "undefined") {
                    HabboView.run();
                }
            </script>
        
        </body>



    </html>
    Last edited by Dysfunctional; 14-01-13 at 03:59 PM.

  4. #4
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: [RevCMS] New index![DANISH]

    Quote Originally Posted by Dysfunctional View Post
    Why would you release something thats not English on a English forum? I know you can easily translate it but really, it just sounds stupid.

    I'd say it looks good but it'd be great if you translated it.
    Thread updated, now english version too.

  5. #5
    **Danish aZure support** Gilibert is offline
    MemberRank
    Jan 2011 Join Date
    236Posts

    Re: [RevCMS] New index![DANISH]

    Quote Originally Posted by Dysfunctional View Post
    Why would you release something thats not English on a English forum? I know you can easily translate it but really, it just sounds stupid.
    Yeah Translations takes no time. I allready translated more than 4 themes

  6. #6
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,607Posts

    Re: [RevCMS] New index![DANISH]

    Looks good :)

  7. #7
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: [RevCMS] New index![DANISH]

    Quote Originally Posted by tdid View Post
    Looks good :)
    It's good you like it. ;)

  8. #8
    Apprentice Quid is offline
    MemberRank
    Aug 2012 Join Date
    7Posts

    Re: [RevCMS] New index![DANISH]

    Like some, but not all, unfortunately. Otherwise, it worked great! Continue like that.

  9. #9
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: [RevCMS] New index![DANISH]

    Quote Originally Posted by Quid View Post
    Like some, but not all, unfortunately. Otherwise, it worked great! Continue like that.
    Great! I'm happy that you like it.

  10. #10
    Banned MistakeDEV is offline
    BannedRank
    Feb 2013 Join Date
    In a RevCMSLocation
    40Posts

    Re: [RevCMS] New index![DANISH]

    Nice bro, i really like it!

  11. #11
    Member Dan822 is offline
    MemberRank
    Jan 2013 Join Date
    BirminghamLocation
    92Posts

    Re: [RevCMS] New index![DANISH]

    Amazing Index page! Reminds me of a ubercms style index.

  12. #12
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: [RevCMS] New index![DANISH]

    Quote Originally Posted by Dan822 View Post
    Amazing Index page! Reminds me of a ubercms style index.
    Yeah the index page is amazing! You're right, I think we are thinking on the same index. Lol
    Last edited by PRIZM; 04-02-13 at 09:42 PM. Reason: no

  13. #13
    Banned V for Vendetta is offline
    BannedRank
    Feb 2007 Join Date
    1,809Posts

    Re: [RevCMS] New index![DANISH]

    Looks amazing. Keep it up

  14. #14
    Apprentice CosmoTrigger is offline
    MemberRank
    Dec 2012 Join Date
    voxhotel.netLocation
    9Posts

    Re: [RevCMS] New index![DANISH]

    Good work man, keep making more of these! thanks for sharing

  15. #15
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: [RevCMS] New index![DANISH]

    Quote Originally Posted by CosmoTrigger View Post
    Good work man, keep making more of these! thanks for sharing
    Thanks man! But I didn't make it. =D



Page 1 of 2 12 LastLast

Advertisement