Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Ubercms Me.php (edited Badgeshow)

Status
Not open for further replies.
Junior Spellweaver
Joined
Feb 10, 2009
Messages
163
Reaction score
14
Hey Users!

I've edited the Me.php for Ubercms !

Preview :

How to Setup ?

Step 1 : Downlaod this :

Step 2 : Place the included Image to
Code:
htdocs/images/

Step 3 : Replace
Code:
htdocs/inc/tpl/comp-me.tpl
with this Code
Code:
<style type="text/css"> 
#badge-back { position: absolute; left: 90px; top: 85px; }
#new-personal-info .enter-hotel-btn { position: absolute; top: -10px; right: 20px; padding: 28px 0; background: transparent url(); !important;  }
</style> 

                <div class="habblet-container ">        
    
                        <div id="new-personal-info" style="background-image:url(%www%/images/htlview_gb.png)"> 

<div id="badge-back">
        <img src="./images/badgeback.png">
        <img src="./images/badgeback.png">
        <img src="./images/badgeback.png">
        <img src="./images/badgeback.png">
        <img src="./images/badgeback.png">
</div>
<?php

    $getBadges = dbquery("SELECT * FROM user_badges WHERE user_id = '" . USER_ID . "' AND badge_slot >= 1 ORDER BY badge_slot DESC LIMIT 5");
        
?>

<div id="badge-back">
    <ul class="badge-back"><br>
<?php
    while($b = mysql_fetch_assoc($getBadges)){
                echo '  <img src="http://images.habbo.com/c_images/album1584/' . $b['badge_id'] . '.gif">    ';
}
    ?>

    </div> 

    <div class="enter-hotel-btn"> 
        <div class="open enter-btn"> 
                <a href="%www%/client" target="uberClientWnd" onclick="HabboClient.openOrFocus(this); return false;">Enter Habbo<i></i></a> 
            <b></b> 
        </div> 
    </div> 
    
 
    <div id="habbo-plate"> 
        <a href="%www%/profile"> 
                <img alt="%habboName%" src="http://www.habbo.com/habbo-imaging/avatarimage?&action=wav&figure=%look%" /> 
        </a> 
    </div> 
 
    <div id="habbo-info"> 
        <div id="motto-container" class="clearfix">            
            <strong>%habboName%:</strong> 
            <div>
            <?php
            
            if (strlen($motto) == 0)
            {
                $motto = "What's on your mind today?";
            }
            
            echo '<span title="' . $motto . '">' . $motto . '</span>';
            echo '<p style="display: none"><input type="text" maxlength="60" name="motto" value="' . $motto . '"/></p>';
                
            ?>
            
                
            </div> 
        </div> 
        <div id="motto-links" style="display: none"><a href="#" id="motto-cancel">Cancel</a></div> 
    </div> 
    
    <ul id="link-bar" class="clearfix"> 
                
        <li class="credits"> 
            <a href="%www%/credits">%creditsBalance%</a> Credits
        </li>        
        <li class="club"> 
            <span id="clubdaysleft" style="display:none"> 
                <a href="%www%/credits/club">0</a> 
                Club days left
            </span> 
            <span id="joinclub"> 
                %clubStatus%
            </span> 
        </li> 
            <li class="activitypoints"> 
                <a href="%www%/credits/pixels">%pixelsBalance%</a> Pixels
            </li> 
    </ul> 
    
    <div id="habbo-feed"> 
        <ul id="feed-items">  
        <li class="small" id="feed-lastlogin"> 
                Last signed in:
                %lastSignedIn%
            </li> 
        </ul> 
    </div> 
    <p class="last"></p> 
</div> 
 
<script type="text/javascript"> 
    HabboView.add(function() {
        L10N.put("personal_info.motto_editor.spamming", "Don\'t spam me, bro!");
        PersonalInfo.init("");
    });
</script> 
    
                        
                            
                    
                </div> 
                <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>


Step 4 : Save & Exit


If you can want to change the Waving to drink than do this


Step 1 : Go to the edited comp-me.tpl

Step 2 : Search for this Line :
Code:
                <img alt="%habboName%" src="http://www.habbo.com/habbo-imaging/avatarimage?&action=wav&figure=%look%" />

Step 3: Replace with this
Code:
                <img alt="%habboName%" src="http://www.habbo.com/habbo-imaging/avatarimage?&action=crr=6&figure=%look%" />

Step 4 : Save & Exit



Preview:


-----------------------------------------------------------------------------------------
Important Tips :
-----------------------------------------------------------------------------------------
If you cant see the Avatar than open comp-me.tpl and search for this line

Code:
www.habbo.com/habbo-imaging/avatarimage

And change the .com with .de,.jp.no,.ch, .etc
that it will work

like this

Code:
www.habbo.de/habbo-imaging/avatarimage


If you want to change the Badge folder than do this

search for
Code:
images.habbo.com/c_images/album1584

and replace images.habbo.com

to whereever your badgefolder url like this

Code:
happo.hopto.org/c-images/Badges

-----------------------------------------------------------------------------------------



PHP:
Credits : Taylan , Impact

Do not release this Release without the Credits please :)

Rate this Release please 0/10 and rate the Thread
 
Last edited:
Junior Spellweaver
Joined
Feb 10, 2009
Messages
163
Reaction score
14
no respects/thanks to me for the effort :( ???
 
Web Developer
Loyal Member
Joined
Nov 5, 2009
Messages
1,229
Reaction score
309
Lol Dude What A Fail I Have Also Aready Released This... And Thats Me In That Picture Lol...
 
Junior Spellweaver
Joined
Feb 10, 2009
Messages
163
Reaction score
14
I didnt knows that they all released it on forum.ragezone -.-
i searched at this forum and found nothing about this release.

so i released it here -.-

dont cry becouse the credits or released -.-
 
Web Developer
Loyal Member
Joined
Nov 5, 2009
Messages
1,229
Reaction score
309
LOl i made this myself for uberCMS weeks ago, You have went on iBobbax and moved it to here give credits.
 
Custom Title Activated
Loyal Member
Joined
Jan 25, 2009
Messages
1,539
Reaction score
4
This is great =] Thankyou so much. Yeah it's more of a tutorial but good job. Keep it up

no it's not Ricky already release this and the one for phpretro -.-
 
Custom Title Activated
Loyal Member
Joined
Jan 25, 2009
Messages
1,539
Reaction score
4
lol @ grant wot do you think this is referring to:
no it's not Ricky already release this
if you dont know, well i mean ricky already released it.. for uberCMS -.-

sorry for teh off topic :p:
 
I'm back!
Joined
Nov 29, 2008
Messages
526
Reaction score
95
Thanks for this, it actually helped me ;)
 
Web Developer
Loyal Member
Joined
Nov 5, 2009
Messages
1,229
Reaction score
309

Lol ive released other stuff in iBobbax if you was planning to re-release and take credits for that aswell :)

Mate here is a little advice, If you want to re-release someones work you should change the image atleast noob.

Goob Job for adding the lines under the tut i did though ;)
 
Status
Not open for further replies.
Back
Top