They can rip all they want, as you are ripping Sulakes content. But feel the need to be disappointed when someone does it to your work? How do you think Sulake feels? You are in better position than Predict.
They can rip all they want, as you are ripping Sulakes content. But feel the need to be disappointed when someone does it to your work? How do you think Sulake feels? You are in better position than Predict.
You obviously misunderstand the point of my arguing, the creation of the retros occured to different themselves from Habbo it self. Starting with little tweaks no and there, the retro community tried to push itself farther and farther from Habbo, while maintaining updates. Now it seems retros are against retros, ripping occurs, no one can create shit for themselves. I use nothing from Habbo besides Images, look at the CSS, look at anything you want. The retro community needs a lot of growing up to do, ripping layouts for what? Retros should be unique, not similar, I thought that was the problems with retros these days? Immaturity leads a long and tough road, its sucks when your work has been constantly ripped for 2 years, and no one ever bothers to credit on how hard I work to deliver. Life is difficult and filled with people that won't ever be able to learn to do their own shit. It's people like Predict that drive the innovaters away, because they can't and most likely will never learn to develop their own shit.
Nice effort, just understand that not everyone wants their stuff ripped and replicated. Credits given or not.
I is amused
I've been partying hard for easter sunday, so not much have been done, but I've finished the profile page??
Features:
- $_GET the pages are used through is_numeric() (1, 2)
- Password has a set of arrays() that require to be successful for it to be updated
- $_SESSION will be updated upon password being updated
- Email has a set of arrays() that require to be successful for it to be updated
Somewhat simple and sexy, I didn't like how Wabbo did all its settings on one page, I think this is better. (x
People from the other forum didn't like my staff page :l
I didn't like how Wabbo did their staff page, theirs looked a little to common for a well put up design.
Well aren't you all little cry babies, lulz.PHP Code:<?php
if(!defined('DH_PAGES'))
{
die('<h1>Access denied</h1><p>You do not have the privileges to access this webpage.</p>');
}
$tmp->Input();
$staff = new template2('staff');
$staff->Set('username', $usr->UserField('username', $usr->UserID($_SESSION['username'])));
$query = $db->query('SELECT username, rank, look, online FROM users WHERE rank >= 5 ORDER BY rank DESC LIMIT 50');
while ($row = $query->fetch_assoc())
{
$ranks = array(5 => 'Gold Hobba', 6 => 'Moderator', 7 => 'Administrator');
foreach ($ranks as $id => $name)
{
if ($id == $row['rank'])
{
$rank = $name;
}
}
if ($row['online'] == 0)
{
$online = 'offline';
}
else
{
$online = 'online';
}
$result .= '
<div class="staff-container">
<div class="name">'.$row['username'].'</div>
<div class="rank">'.$rank.'</div>
<div class="status '.$online.'"></div>
<div class="avatar" style="background:url(http://habbo.com/habbo-imaging/avatarimage?figure='.$row['look'].'&direction=4&head_direction=4&size=l) no-repeat;"></div>
</div>';
}
$staff->Set('lol', $result);
$tmp->Add($staff);
$tmp->Output();
?>
I'm not to sure if Wabbo is down because of me (so they attempt to stop me from ripping their design, it's a shame they forget all I needed was a screenshot, ops). Anyway this is taking me a little time to code so here's a first picture of the forums.
Features:
Forum categories (able to make your own categories, via the database)
Forum Topics (able to create your own topics for your categories, via the database)
Topic: Announcements (Upon creating a thread in here, it'll make a new feed on the me/community page)
Forum Threads (open/close)
Forum Posts (post/edit/delete)
Staff Forums (rank 5+)