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!

[Developer] Developing UBERCMS Page Requests [Developer]

Status
Not open for further replies.
Experienced Elementalist
Joined
Jun 11, 2010
Messages
229
Reaction score
23
I Have Recently Gotten into Creating and Releasing pages.

I have already released Two things..

The New Housekeeping Layout (Wordpress Theme) (off Habbinho)

And the New HC + VIP Habbo Page. (Made Myself)

I Just want to do more, As it will be good practice for me.
if ANYONE Has a request, I Will gladly attempt it.

Just remember, Im new to all this. So Dont expect a sudden reply, I either can do it, or I cant do it.

Like I said, I think this is good practice for me :)
 
Last edited:
Junior Spellweaver
Joined
Oct 21, 2008
Messages
134
Reaction score
5
Re: [Developer] Developing Page Requests [Developer]

Can you make a page where you can show the server features, bugs, stuff thats coming soon, and be able to edit it from housekeeping for uber cms
 
Last edited:
Newbie Spellweaver
Joined
Mar 6, 2009
Messages
27
Reaction score
1
Re: [Developer] Developing Page Requests [Developer]

doing any PHPretro Work?
 
Experienced Elementalist
Joined
Jun 11, 2010
Messages
229
Reaction score
23
Re: [Developer] Developing Page Requests [Developer]

I could whip you up something for PHPRetro, just ask ;D

Ontopic: This is cool, although you didn't code that world press theme, it was from some other forum.

Yeah.
Sorry..
I Forgot to put the Credits for it Lol.
But I Released it, I Didnt Code it. :p It was off Habbinho CMS


Can you make a page where you can show the server features, bugs, stuff thats coming soon, and be able to edit it from housekeeping for uber cms

This is a good idea, but as I said, im sort of new to this.
I WILL Try My Best Though.
Dont Expect a Sudden Reply :)
Im only doing this because I am bored, and want to further practice my coding/creating skills :)
 
Experienced Elementalist
Joined
Jun 11, 2010
Messages
229
Reaction score
23
Re: [Developer] Developing Page Requests [Developer]

I want a whos online page for php


open me.php find
Code:
$tpl->AddTemplate($compMe);
And under that add
Code:
$tpl->AddGeneric('comp-onlineusers');
Open inc->tpl folder and save this Code below as comp-onlineusers.tpl

Code:
<div class="habblet-container ">
<div class="cbb clearfix red ">

<h2 class="title">Online Users</h2>

<div id="online-users">

<?php

echo '<b>The following users are currently online:</b>';

$getUsers = dbquery("SELECT id FROM users WHERE online = '1' ORDER BY id ASC");

if (mysql_num_rows($getUsers) > 0)
{
echo '<ul style="margin: 0; color:#000000">';

while ($u = mysql_fetch_assoc($getUsers))
{
echo $users->formatUsername($u['id']); echo ', ';
}

echo '</ul>';
}
else
{
echo '<br /><br /><i>There are currently no users online.</i>';
}

?>

</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>




Credits To ClanHabbo
 
Custom Title Activated
Loyal Member
Joined
Oct 21, 2007
Messages
2,098
Reaction score
464
Re: [Developer] Developing Page Requests [Developer]

Code:
 open me.php find
Code:
$tpl->AddTemplate($compMe);
And under that add
Code:
$tpl->AddGeneric('comp-onlineusers');
Open inc->tpl folder and save this Code below as comp-onlineusers.tpl

Code:
<div class="habblet-container ">        
<div class="cbb clearfix red "> 

<h2 class="title">Online Users</h2> 

<div id="online-users"> 

<?php

echo '<b>The following users are currently online:</b>';

$getUsers = dbquery("SELECT id FROM users WHERE online = '1' ORDER BY id ASC");

if (mysql_num_rows($getUsers) > 0)
{
    echo '<ul style="margin: 0; color:#000000">';
    
    while ($u = mysql_fetch_assoc($getUsers))
    {
        echo $users->formatUsername($u['id']);     echo ', ';
    }
    
    echo '</ul>';
}
else
{
    echo '<br /><br /><i>There are currently no users online.</i>';
}

?>

</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>




Credits To ClanHabbo
Use **
Code:
** PHP File Here then end it like /code  with the [ ]
and i think he means phpretro not uber
 
Last edited:
Experienced Elementalist
Joined
Jun 11, 2010
Messages
229
Reaction score
23
Remember.
If you wish to have a page made.
I will be more than happy to create it.

I am already constructing.
- Details Page
- Server Details Page (able to edit in Housekeeping)
- Changing Clothes ON SITE
CHANGING ON SITE STATS

Mikehunt - [Developer] Developing UBERCMS Page Requests [Developer] - RaGEZONE Forums


(Note. Where it says UNDEFINED I have Changed that to what it should say)

Im NEARLY Finished.
I Do need some help.
My class.mutant has an error. Something about $this not being an object..

But other than that..
 
Last edited:
Joined
Jun 12, 2010
Messages
133
Reaction score
1
How about a lottery scratch off and can win credits if they match like a lottery ticket does. And if you can make a table for the cron_script so it can give the player coins or pixels or furniture. Please try to make for Uber. Thanks
 
Web Developer
Loyal Member
Joined
Nov 5, 2009
Messages
1,229
Reaction score
309
Lol.
That is INCREDIBLY diffucult.
Being as I cannot convert PHP to Ubercms And Vice Versa
But i will give a shot!

Ty and its just like a sumit system also remember to make the tables in the sql.
 
Experienced Elementalist
Joined
Jun 11, 2010
Messages
229
Reaction score
23
How about a lottery scratch off and can win credits if they match like a lottery ticket does. And if you can make a table for the cron_script so it can give the player coins or pixels or furniture. Please try to make for Uber. Thanks

Thats A Brilliant Idea.
I Especially Like the Furniture Given Out,
I May Do A System, Were You Are Given A New Gift Every Day..
Also, Lottery Has Been Coded Already. But For PHP.. Lots of people want PHP stuff for Ubercms, so I will see what I can do. :)
 
Joined
Jun 12, 2010
Messages
133
Reaction score
1
Thats A Brilliant Idea.
I Especially Like the Furniture Given Out,
I May Do A System, Were You Are Given A New Gift Every Day..
Also, Lottery Has Been Coded Already. But For PHP.. Lots of people want PHP stuff for Ubercms, so I will see what I can do. :)

You try to work on it at all? It's been 3 days almost 4 lol.
 
Custom Title Activated
Loyal Member
Joined
Oct 21, 2007
Messages
2,098
Reaction score
464
you gotta wait because its not easy.
 
Status
Not open for further replies.
Back
Top