Welcome to the RaGEZONE - MMORPG development forums.

New Credits Page

This is a discussion on New Credits Page within the Habbo Releases forums, part of the Habbo Hotel category; Hey Everyone I found this Credits Page on yifan_lu's PhpRetro site.I then wanted to try and make it.I did'nt Ripped ...

Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    Infraction Banned
    Rank
    Member +
    Join Date
    Apr 2009
    Posts
    724
    Liked
    3

    New Credits Page

    Click
    Hey Everyone

    I found this Credits Page on yifan_lu's PhpRetro site.I then wanted to try and make it.I did'nt Ripped you can see by the coding.

    Picture:


    SQL made by Habbzo@Ragezone:
    Code:
    INSERT INTO `cms_content` (`contentkey`, `contentvalue`, `setting_title`, `setting_desc`, `fieldtype`, `category`) VALUES
    ('credits1-color', 'green', 'Credits Content Box 1 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '1', 3),
    ('credits3', 'There are a few ways to get Credits. Credits are the main source of the Hotel. If you don\\''t have credits you can\\''t buy anything. Here are a few ways on how to get credits. ', 'Credits Content Box 3', 'The text within a content box on the credits page.', '1', 3),
    ('credits3-heading', 'How to get Credits', 'Credits Heading 3', 'The Header text within a content box on the Credits page.', '1', 3),
    ('credits3-color', 'blue', 'Credits Content Color 3', 'The Color of the 3 Credits Content Box.', '1', 3),
    ('credits4-1/2', 'The Easiest Way', 'Credits Content Box 4', 'The text within a content box on the credits page.', '1', 3),
    ('credits4-2/2', 'Ask a Staff member', 'Credits Content Box 4 (Second)', 'The text within a content box on the credits page.', '1', 3),
    ('credits4-text(1/2)', 'Staff members are all over the hotel. Ask one of them and they\\''ll give you a voucher.Once you have a voucher you may Redeem it.', 'Credits Text Content Box 4', 'The text within a content box on the credits page.', '1', 3),
    ('credits4-text(2/2)', '<b>Here\\''s How to do this:</b><br /><br />Find a Staff member in \r\n\r\nthe Hotel and ask him with kindness.', 'Credits Text Content Box 4 (Second)', 'The text within a content box on the credits page.', '1', 3),
    ('credits5-1/2', 'Other way', 'Credits Content Box 5', 'The text within a content box on the credits page.', '1', 3),
    ('credits5-2/2', 'Refer a Friend', 'Credits Content Box 5 (Second)', 'The text within a content box on the credits page.', '1', 3),
    ('credits5-text(1/2)', 'Refer a friend to this hotel and earn some credits.', 'Credits Text Content Box 5', 'The text within a content box on the credits page.', '1', 3),
    ('credits5-text(2/2)', '<b>Here\\''s How to do This: </b><br /><br />Get your link on the front page and send it to your friends. When they sign up, you get credits!', 'Credits Content Box Text 5 (Second)', 'The text within a content box on the credits page.', '1', 3),
    ('purse-text', 'Your purse', 'Heading Purse', 'The Heading from the Purse on credits.php.', '1', 3),
    ('purse-color', 'brown', 'Purse Heading Color', 'The Heading Color of the Purse on credits.php.', '1', 3);
    Download:
    http://uppit.com/v/NS0TYOTV
    http://rapidshare.com/files/235438640/credit.rar.html

    Mirror:
    http://share.brokenhatredvideo.com/f..._1G/credit.rar

    Credits:
    70% to yifan_lu for idea.
    30% to me for coding.

    If yifan_lu doesnt want me to release cause it was kinda his idea.I will take d/l link out.
    Last edited by Suzushima; 29-05-09 at 10:50 PM.

  2. #2
    Infraction Banned
    Rank
    Member
    Join Date
    Sep 2008
    Location
    $_SERVER['HTTP_
    Posts
    99
    Liked
    2

    Re: New Credits Page

    Mirror: ^.^
    http://share.brokenhatredvideo.com/f..._1G/credit.rar

    Looks nice BTW, good job!

  3. #3
    Entrepreneur & Investor
    Rank
    Alpha Member
    Join Date
    Jun 2008
    Location
    Look Behind You
    Posts
    2,266
    Liked
    11
    Gamertag: chadderbox25

    Re: New Credits Page

    Very nice

    Luv luv it, actually I don't have a hotel anymore, but I luv it!
    It's CHAD
    aka Martin Mongol





    Funny Tutorial [MUST SEE]








  4. #4
    Sesame Street
    Rank
    Member +
    Join Date
    May 2009
    Location
    Sesame Street
    Posts
    508
    Liked
    0

    Re: New Credits Page

    Great release! 10/10
    Off-Topic: You closed Future hotel, Chad? Wow, that was fast :(
    Quote Originally Posted by DaCheat View Post
    You suck dick for coke...


    duh. : )

  5. #5
    I know ya' want me!
    Rank
    Member +
    Join Date
    Mar 2008
    Location
    Sweden
    Posts
    554
    Liked
    5

    Re: New Credits Page

    Finaly! Super great! 8.6/10
    A "Thanks" would be good!

    .

  6. #6
    Sesame Street
    Rank
    Member +
    Join Date
    May 2009
    Location
    Sesame Street
    Posts
    508
    Liked
    0

    Re: New Credits Page

    Yeah, isnt that great? :)
    Quote Originally Posted by DaCheat View Post
    You suck dick for coke...


    duh. : )

  7. #7
    Infraction Banned
    Rank
    Member +
    Join Date
    Apr 2009
    Posts
    724
    Liked
    3

    Re: New Credits Page

    Thanks guys, I couldnt have got the idea without Yifan_lu

    EDIT: Added Mirror

  8. #8
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    May 2008
    Posts
    834
    Liked
    163
    Gamertag: omghealme

    Re: New Credits Page

    Why don't you do a WHILE loop into the database, thats what yifan's doing
    PHP Code:
    <? $sql mysql_query("SELECT * FROM cms_credititems");
    while(
    $row mysql_fetch_assoc($sql){ ?>
    <div id="method-full-<?php echo $row['id']; ?>" class="credits-method-full">

                                <?php echo $row['text']; ?>

                        </div>
                        <script type="text/javascript">
                        $("method-show-<?php echo $row['id']; ?>").show();
                        $("method-full-<?php echo $row['id']; ?>").hide();
                        </script>
    <? 
    // DONT USE THIS SCRIPT JUST A QUICK ONE AND IT WILL POSSIBLY ERROR LULZ.
    ?>

  9. #9
    I <3 GFX ! =]
    Rank
    Member +
    Join Date
    Apr 2009
    Location
    Malaysia
    Posts
    278
    Liked
    0

    Re: New Credits Page

    Not Bad, You Just Added Some New Borders In It.

    Dachi's Kewl Present =).
    Started Learning GFX - April 24 , 2009

  10. #10
    God
    Rank
    Subscriber
    Join Date
    Dec 2008
    Location
    Virginia
    Posts
    914
    Liked
    51
    Gamertag: Day PSN ID: Ryandoung69

    Smile Re: New Credits Page

    Quote Originally Posted by Suzushima View Post
    Hey Everyone

    I found this Credits Page on yifan_lu's PhpRetro site.I then wanted to try and make it.I did'nt Ripped you can see by the coding.

    Picture:


    Download:
    http://uppit.com/v/NS0TYOTV
    http://rapidshare.com/files/235438640/credit.rar.html

    Mirror:
    http://share.brokenhatredvideo.com/f..._1G/credit.rar

    Credits:
    70% to yifan_lu for idea.
    30% to me for coding.

    If yifan_lu doesnt want me to release cause it was kinda his idea.I will take d/l link out.
    Awsome man you really wokring on these things

  11. #11
    Don't buff my pylon!
    Rank
    Member +
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    1,281
    Liked
    56
    Gamertag: AdmiralSpeedy

    Re: New Credits Page

    Nice I'm going to use But I m going to do a bit of editing to it. 10/10
    RZ's Finest:
    Spoiler:
    Quote Originally Posted by Grost View Post
    I need it hard.
    Quote Originally Posted by MoeZe View Post
    This is retarding!!
    Quote Originally Posted by toperwin View Post
    I MADE THIS BY MYSELF! SHIT UP!
    Yes, I am a Brony. You want to fight about it?

  12. #12
    Sesame Street
    Rank
    Member +
    Join Date
    May 2009
    Location
    Sesame Street
    Posts
    508
    Liked
    0

    Re: New Credits Page

    Yeah.
    I would edit this too.
    Quote Originally Posted by DaCheat View Post
    You suck dick for coke...


    duh. : )

  13. #13
    Hardcore Member
    Rank
    Member
    Join Date
    Dec 2008
    Posts
    115
    Liked
    2

    Re: New Credits Page

    Nice! good job and thanks for the release

    i wanted new updates!

    ty so much

    ~ Sam

    10/10
    [SIGPIC][/SIGPIC]

    CrazyHotel .org <<< Join NOW!

  14. #14
    Sesame Street
    Rank
    Member +
    Join Date
    May 2009
    Location
    Sesame Street
    Posts
    508
    Liked
    0

    Re: New Credits Page

    Yeah
    It's a good release.
    Quote Originally Posted by DaCheat View Post
    You suck dick for coke...


    duh. : )

  15. #15
    Makeing Habbo Layouts
    Rank
    Alpha Member
    Join Date
    May 2007
    Location
    Newfoundland , Canada
    Posts
    1,819
    Liked
    0

    Re: New Credits Page

    pretty nice , but theres not much of a change.
    [SIGPIC][/SIGPIC]

 

 
Page 1 of 2 12 LastLast

Posting Permissions

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