View Full Version : Free position! :)
HabboxForum Community,
I am looking for someone who could create a layout, also with content included. You will be awarded the position of the general manager if you show your work. We will be evaluating you based on the images used, and layout created.
The layout can NOT be poorly created, we don't use poor paint based layouts. We would like a layout sort-of designed like www.ClubHabbo.net (http://www.clubhabbo.net/). Similar, NOT THE SAME. The layout needs to be coded as well.
You can PM your information containing the URL(s) of your design, and you will get a response. If you require further information, feel free to send me a PM. ;)
This is for an OFFICIAL USA fansite community.
www.HabboFanWorld.net (http://www.habbofanworld.net/)
Moved by SyrupyMonkey (Forum Moderator) from Designing & Development: Please post in the correct forum next time, thanks :).
N9P.I
03-04-2008, 02:06 AM
HabboxForum Community,
I am looking for someone who could create a layout, also with content included. You will be awarded the position of the general manager if you show your work. We will be evaluating you based on the images used, and layout created.
The layout can NOT be poorly created, we don't use poor paint based layouts. We would like a layout sort-of designed like www.ClubHabbo.net (http://www.clubhabbo.net/). Similar, NOT THE SAME. The layout needs to be coded as well.
You can PM your information containing the URL(s) of your design, and you will get a response. If you require further information, feel free to send me a PM. ;)
This is for an OFFICIAL USA fansite community.
www.HabboFanWorld.net (http://www.habbofanworld.net/)
so why is your v10 layout free? :S
Agnostic Bear
03-04-2008, 02:18 AM
so why is your v10 layout free? :S
Why not? What's wrong with a free layout?
That's for the time being.
N9P.I
03-04-2008, 02:36 AM
Why not? What's wrong with a free layout?
Nothing is wrong with using a free layout, his post just made me laugh. He wants a decent layout that isn't poorly made, yet he uses a free one. lol
GhostFace-
03-04-2008, 02:40 AM
so basically you want someone to make your layouts and you take the credit 0.o
also when you say 'We' your reffering to who exactly?
Bojangles
03-04-2008, 10:30 AM
Basically what hes trying to say his he can't code nor design for scrap so he wants some fool to build his fansite for him whilst he sits back and sucks up to the US staff.
:Edzy
03-04-2008, 10:42 AM
HabboxForum Community,
I am looking for someone who could create a layout, also with content included. You will be awarded the position of the general manager if you show your work. We will be evaluating you based on the images used, and layout created.
The layout can NOT be poorly created, we don't use poor paint based layouts. We would like a layout sort-of designed like www.ClubHabbo.net (http://www.clubhabbo.net/). Similar, NOT THE SAME. The layout needs to be coded as well.
You can PM your information containing the URL(s) of your design, and you will get a response. If you require further information, feel free to send me a PM. ;)
This is for an OFFICIAL USA fansite community.
www.HabboFanWorld.net (http://www.habbofanworld.net/)
I agree with the above posts, you demand someone to create your WHOLE site and then give them a crappy job for it.
Sounds fair to me.
-.-
Jackboy
09-04-2008, 06:33 PM
Im interested!
I can do html look!!
<font color=pink>hi welcome to my habbo fansite.</font><br><br>
<- VALID HTML_>
IF YOU COPY THE <FONT> TAG OFF THIS SITE WE WILL SU.
And you mayswell use this code whilst your at it.
<iframe src=http://clubhabbo.net width=65456465465456 height=646456465465465 name=coolhabbofansite></iframe>
or the following
<? include ("http://clubhabbo.net"); die(); ?>
As you guessed i was joking.
Your threads are actually appauling. Like many people have said, you expect people to do all the work and for you to do nothing. I suggest you make a thread asking someone to do a "CLOSING DOWN DUE TO FAILING" image for your site?
:Edzy
09-04-2008, 07:11 PM
Im interested!
I can do html look!!
<font color=pink>hi welcome to my habbo fansite.</font><br><br>
<- VALID HTML_>
IF YOU COPY THE <FONT> TAG OFF THIS SITE WE WILL SU.
And you mayswell use this code whilst your at it.
<iframe src=http://clubhabbo.net width=65456465465456 height=646456465465465 name=coolhabbofansite></iframe>or the following
<? include ("http://clubhabbo.net"); die(); ?> As you guessed i was joking.
Your threads are actually appauling. Like many people have said, you expect people to do all the work and for you to do nothing. I suggest you make a thread asking someone to do a "CLOSING DOWN DUE TO FAILING" image for your site?
LOL, This Codezz iz better
<whole="1337" site="now">
<site>here mgzzz</site></whole="1337" site="now">
Edited by Kaotix12 (Forum Moderator): Please do not post pointlessly.
Jackboy
09-04-2008, 07:14 PM
Go away pls man i wnt this job!
rawritsluke
11-04-2008, 12:28 PM
LOL, This Codezz iz better
<whole="1337" site="now">
<site>here mgzzz</site></whole="1337" site="now">
No, this codes better.
<?php
if(!defined('IN_INDEX'))
{
header('Location: ../index.php');
exit;
}
if(isset($_SESSION[$settings['session_prefix'].'user_id']) && isset($_SESSION[$settings['session_prefix'].'user_type']) && $_SESSION[$settings['session_prefix'].'user_type'] == 2)
{
// Remove not activated user accounts.
@mysql_query("DELETE FROM ".$db_settings['userdata_table']." WHERE registered < (NOW() - INTERVAL 24 HOUR) AND activate_code != '' AND logins=0", $connid);
unset($errors);
if(isset($_REQUEST['action'])) $action = $_REQUEST['action'];
if(isset($_GET['delete_page'])) $action = 'delete_page';
if(isset($_GET['edit_page'])) $action = 'edit_page';
if(isset($_POST['delete_page_submit'])) $action = 'delete_page_submit';
if(isset($_POST['edit_page_submit'])) $action = 'edit_page_submit';
if(isset($_GET['move_up_page']) || isset($_GET['move_down_page'])) $action = 'move_page';
if(isset($_GET['move_up_smiley']) || isset($_GET['move_down_smiley'])) $action = 'move_smiley';
if(isset($_GET['move_up_category']) || isset($_GET['move_down_category'])) $action = 'move_category';
if(isset($_POST['new_category']))
{
$new_category = trim($_POST['new_category']);
$new_category = str_replace('"','\'',$new_category);
$accession = intval($_POST['accession']);
if($new_category!='')
{
#if(preg_match("/\"/i",$new_category) || preg_match("/</i",$new_category) || preg_match("/>/i",$new_category)) $errors[] = $lang_add['category_invalid_chars'];
// Does this category already exist?
$result = mysql_query("SELECT category FROM ".$db_settings['category_table']." WHERE lower(category) = '".mysql_real_escape_string(strtolower($new_category ))."'", $connid) or raise_error('database_error',mysql_error());
if(mysql_num_rows($result)>0) $errors[] = 'category_already_exists';
mysql_free_result($result);
if(empty($errors))
{
$count_result = mysql_query("SELECT COUNT(*) FROM ".$db_settings['category_table'], $connid);
list($category_count) = mysql_fetch_row($count_result);
mysql_free_result($count_result);
@mysql_query("INSERT INTO ".$db_settings['category_table']." (order_id, category, description, accession)
VALUES (".$category_count."+1,'".mysql_real_escape_string($new_category)."','',".$accession.")", $connid) or die(mysql_error());
header("location: index.php?mode=admin&action=categories");
exit();
}
else
{
$smarty->assign('errors',$errors);
}
}
$action='categories';
}
if(isset($_GET['edit_user']))
{
$edit_user_id = intval($_GET['edit_user']);
$result = mysql_query("SELECT user_type, user_name, user_real_name, user_email, email_contact, user_hp, user_location, signature, profile, user_view, new_posting_notification, new_user_notification, gender, birthday, time_difference, activate_code FROM ".$db_settings['userdata_table']." WHERE user_id = '".$edit_user_id."'", $connid) or raise_error('database_error',mysql_error());
$field = mysql_fetch_array($result);
mysql_free_result($result);
if(trim($field['birthday']) == '' || $field['birthday']=='0000-00-00') $user_birthday = '';
else
{
$year = substr($field['birthday'], 0, 4);
$month = substr($field['birthday'], 5, 2);
$day = substr($field['birthday'], 8, 2);
$user_birthday = $day.'.'.$month.'.'.$year;
}
if($field['time_difference']<0) $time_difference_hours = ceil($field['time_difference']/60);
else $time_difference_hours = floor($field['time_difference']/60);
$time_difference_minutes = abs($field['time_difference']-$time_difference_hours*60);
if($time_difference_minutes<10) $time_difference_minutes = '0'.$time_difference_minutes;
if(intval($field['time_difference'])>0) $user_time_difference = '+'.$time_difference_hours;
else $user_time_difference = $time_difference_hours;
if($time_difference_minutes>0) $user_time_difference .= ':'.$time_difference_minutes;
$smarty->assign('user_time_difference', $user_time_difference);
$smarty->assign('edit_user_id', $edit_user_id);
$smarty->assign('edit_user_name', htmlspecialchars(stripslashes($field["user_name"])));
$smarty->assign('edit_user_type', $field["user_type"]);
$smarty->assign('user_email',$field["user_email"]);
$smarty->assign('email_contact',$field["email_contact"]);
$smarty->assign('user_real_name',$field["user_real_name"]);
$smarty->assign('user_gender', $field['gender']);
$smarty->assign('user_birthday', $user_birthday);
$smarty->assign('user_hp',htmlspecialchars(stripslashes($fi eld["user_hp"])));
$smarty->assign('user_location',htmlspecialchars(stripslash es($field["user_location"])));
$smarty->assign('profile',htmlspecialchars(stripslashes($fi eld["profile"])));
$smarty->assign('signature',htmlspecialchars(stripslashes($ field["signature"])));
$smarty->assign('user_view',$field["user_view"]);
$smarty->assign('new_posting_notification',$field["new_posting_notification"]);
$smarty->assign('new_user_notification',$field["new_user_notification"]);
if(trim($field['activate_code'])!='') $smarty->assign('inactive', true);
if(file_exists('images/avatars/'.$edit_user_id.'.jpg')) $avatar['image'] = 'images/avatars/'.$edit_user_id.'.jpg';
elseif(file_exists('images/avatars/'.$edit_user_id.'.png')) $avatar['image'] = 'images/avatars/'.$edit_user_id.'.png';
elseif(file_exists('images/avatars/'.$edit_user_id.'.gif')) $avatar['image'] = 'images/avatars/'.$edit_user_id.'.gif';
if(isset($avatar))
{
$image_info = getimagesize($avatar['image']);
$avatar['width'] = $image_info[0];
$avatar['height'] = $image_info[1];
$smarty->assign('avatar', $avatar);
}
$action = 'edit_user';
}
if(isset($_POST['edit_user_submit']))
{
// Import posted data:
$edit_user_id = intval($_POST['edit_user_id']);
$edit_user_name = trim($_POST['edit_user_name']);
$edit_user_type = intval($_POST['edit_user_type']);
$user_email = trim($_POST['user_email']);
if(isset($_POST['email_contact'])) $email_contact=1; else $email_contact=0;
$user_real_name = trim($_POST['user_real_name']);
$user_birthday = trim($_POST['user_birthday']);
if(isset($_POST['user_gender'])) $gender = intval($_POST['user_gender']);
else $gender=0;
if($gender!=0&&$gender!=1&&$gender!=2) $gender=0;
$user_hp = trim($_POST['user_hp']);
$user_location = trim($_POST['user_location']);
$profile = trim($_POST['profile']);
$signature = trim($_POST['signature']);
if(isset($_POST['user_view'])) $user_view = intval($_POST['user_view']);
else $user_view = $settings['default_view'];
$user_time_difference = trim($_POST['user_time_difference']);
if(isset($_POST['new_posting_notification'])) $new_posting_notification = trim($_POST['new_posting_notification']); else $new_posting_notification = 0;
if(isset($_POST['new_user_notification'])) $new_user_notification = trim($_POST['new_user_notification']); else $new_user_notification = 0;
// Time difference:
$time_difference = trim($_POST['user_time_difference']);
if(isset($time_difference[0]) && $time_difference[0]=='-') $negative = true;
$time_difference_array = explode(':',$_POST['user_time_difference']);
$hours_difference = abs(intval($time_difference_array[0]));
if($hours_difference<-24 || $hours_difference>24) $hours_difference = 0;
if(isset($time_difference_array[1])) $minutes_difference = intval($time_difference_array[1]);
if(isset($minutes_difference))
{
if($minutes_difference<0 || $minutes_difference>59) $minutes_difference = 0;
}
else
{
$minutes_difference = 0;
}
if(isset($negative))
{
$time_difference = 0 - ($hours_difference*60 + $minutes_difference);
}
else $time_difference = $hours_difference*60 + $minutes_difference;
?>
From my forum xD
Jackboy
11-04-2008, 03:45 PM
No, this codes better.
<?php
if(!defined('IN_INDEX'))
{
header('Location: ../index.php');
exit;
}
if(isset($_SESSION[$settings['session_prefix'].'user_id']) && isset($_SESSION[$settings['session_prefix'].'user_type']) && $_SESSION[$settings['session_prefix'].'user_type'] == 2)
{
// Remove not activated user accounts.
@mysql_query("DELETE FROM ".$db_settings['userdata_table']." WHERE registered < (NOW() - INTERVAL 24 HOUR) AND activate_code != '' AND logins=0", $connid);
unset($errors);
if(isset($_REQUEST['action'])) $action = $_REQUEST['action'];
if(isset($_GET['delete_page'])) $action = 'delete_page';
if(isset($_GET['edit_page'])) $action = 'edit_page';
if(isset($_POST['delete_page_submit'])) $action = 'delete_page_submit';
if(isset($_POST['edit_page_submit'])) $action = 'edit_page_submit';
if(isset($_GET['move_up_page']) || isset($_GET['move_down_page'])) $action = 'move_page';
if(isset($_GET['move_up_smiley']) || isset($_GET['move_down_smiley'])) $action = 'move_smiley';
if(isset($_GET['move_up_category']) || isset($_GET['move_down_category'])) $action = 'move_category';
if(isset($_POST['new_category']))
{
$new_category = trim($_POST['new_category']);
$new_category = str_replace('"','\'',$new_category);
$accession = intval($_POST['accession']);
if($new_category!='')
{
#if(preg_match("/\"/i",$new_category) || preg_match("/</i",$new_category) || preg_match("/>/i",$new_category)) $errors[] = $lang_add['category_invalid_chars'];
// Does this category already exist?
$result = mysql_query("SELECT category FROM ".$db_settings['category_table']." WHERE lower(category) = '".mysql_real_escape_string(strtolower($new_category ))."'", $connid) or raise_error('database_error',mysql_error());
if(mysql_num_rows($result)>0) $errors[] = 'category_already_exists';
mysql_free_result($result);
if(empty($errors))
{
$count_result = mysql_query("SELECT COUNT(*) FROM ".$db_settings['category_table'], $connid);
list($category_count) = mysql_fetch_row($count_result);
mysql_free_result($count_result);
@mysql_query("INSERT INTO ".$db_settings['category_table']." (order_id, category, description, accession)
VALUES (".$category_count."+1,'".mysql_real_escape_string($new_category)."','',".$accession.")", $connid) or die(mysql_error());
header("location: index.php?mode=admin&action=categories");
exit();
}
else
{
$smarty->assign('errors',$errors);
}
}
$action='categories';
}
if(isset($_GET['edit_user']))
{
$edit_user_id = intval($_GET['edit_user']);
$result = mysql_query("SELECT user_type, user_name, user_real_name, user_email, email_contact, user_hp, user_location, signature, profile, user_view, new_posting_notification, new_user_notification, gender, birthday, time_difference, activate_code FROM ".$db_settings['userdata_table']." WHERE user_id = '".$edit_user_id."'", $connid) or raise_error('database_error',mysql_error());
$field = mysql_fetch_array($result);
mysql_free_result($result);
if(trim($field['birthday']) == '' || $field['birthday']=='0000-00-00') $user_birthday = '';
else
{
$year = substr($field['birthday'], 0, 4);
$month = substr($field['birthday'], 5, 2);
$day = substr($field['birthday'], 8, 2);
$user_birthday = $day.'.'.$month.'.'.$year;
}
if($field['time_difference']<0) $time_difference_hours = ceil($field['time_difference']/60);
else $time_difference_hours = floor($field['time_difference']/60);
$time_difference_minutes = abs($field['time_difference']-$time_difference_hours*60);
if($time_difference_minutes<10) $time_difference_minutes = '0'.$time_difference_minutes;
if(intval($field['time_difference'])>0) $user_time_difference = '+'.$time_difference_hours;
else $user_time_difference = $time_difference_hours;
if($time_difference_minutes>0) $user_time_difference .= ':'.$time_difference_minutes;
$smarty->assign('user_time_difference', $user_time_difference);
$smarty->assign('edit_user_id', $edit_user_id);
$smarty->assign('edit_user_name', htmlspecialchars(stripslashes($field["user_name"])));
$smarty->assign('edit_user_type', $field["user_type"]);
$smarty->assign('user_email',$field["user_email"]);
$smarty->assign('email_contact',$field["email_contact"]);
$smarty->assign('user_real_name',$field["user_real_name"]);
$smarty->assign('user_gender', $field['gender']);
$smarty->assign('user_birthday', $user_birthday);
$smarty->assign('user_hp',htmlspecialchars(stripslashes($fi eld["user_hp"])));
$smarty->assign('user_location',htmlspecialchars(stripslash es($field["user_location"])));
$smarty->assign('profile',htmlspecialchars(stripslashes($fi eld["profile"])));
$smarty->assign('signature',htmlspecialchars(stripslashes($ field["signature"])));
$smarty->assign('user_view',$field["user_view"]);
$smarty->assign('new_posting_notification',$field["new_posting_notification"]);
$smarty->assign('new_user_notification',$field["new_user_notification"]);
if(trim($field['activate_code'])!='') $smarty->assign('inactive', true);
if(file_exists('images/avatars/'.$edit_user_id.'.jpg')) $avatar['image'] = 'images/avatars/'.$edit_user_id.'.jpg';
elseif(file_exists('images/avatars/'.$edit_user_id.'.png')) $avatar['image'] = 'images/avatars/'.$edit_user_id.'.png';
elseif(file_exists('images/avatars/'.$edit_user_id.'.gif')) $avatar['image'] = 'images/avatars/'.$edit_user_id.'.gif';
if(isset($avatar))
{
$image_info = getimagesize($avatar['image']);
$avatar['width'] = $image_info[0];
$avatar['height'] = $image_info[1];
$smarty->assign('avatar', $avatar);
}
$action = 'edit_user';
}
if(isset($_POST['edit_user_submit']))
{
// Import posted data:
$edit_user_id = intval($_POST['edit_user_id']);
$edit_user_name = trim($_POST['edit_user_name']);
$edit_user_type = intval($_POST['edit_user_type']);
$user_email = trim($_POST['user_email']);
if(isset($_POST['email_contact'])) $email_contact=1; else $email_contact=0;
$user_real_name = trim($_POST['user_real_name']);
$user_birthday = trim($_POST['user_birthday']);
if(isset($_POST['user_gender'])) $gender = intval($_POST['user_gender']);
else $gender=0;
if($gender!=0&&$gender!=1&&$gender!=2) $gender=0;
$user_hp = trim($_POST['user_hp']);
$user_location = trim($_POST['user_location']);
$profile = trim($_POST['profile']);
$signature = trim($_POST['signature']);
if(isset($_POST['user_view'])) $user_view = intval($_POST['user_view']);
else $user_view = $settings['default_view'];
$user_time_difference = trim($_POST['user_time_difference']);
if(isset($_POST['new_posting_notification'])) $new_posting_notification = trim($_POST['new_posting_notification']); else $new_posting_notification = 0;
if(isset($_POST['new_user_notification'])) $new_user_notification = trim($_POST['new_user_notification']); else $new_user_notification = 0;
// Time difference:
$time_difference = trim($_POST['user_time_difference']);
if(isset($time_difference[0]) && $time_difference[0]=='-') $negative = true;
$time_difference_array = explode(':',$_POST['user_time_difference']);
$hours_difference = abs(intval($time_difference_array[0]));
if($hours_difference<-24 || $hours_difference>24) $hours_difference = 0;
if(isset($time_difference_array[1])) $minutes_difference = intval($time_difference_array[1]);
if(isset($minutes_difference))
{
if($minutes_difference<0 || $minutes_difference>59) $minutes_difference = 0;
}
else
{
$minutes_difference = 0;
}
if(isset($negative))
{
$time_difference = 0 - ($hours_difference*60 + $minutes_difference);
}
else $time_difference = $hours_difference*60 + $minutes_difference;
?>From my forum xD
Nice, but i still wants the jobzzz
Lol.. Mate You suck. You dont get people to make a layout for you. You at leaast help with it, you contribute ideas, or something! God. Grr you ppl stress me out!
It takes time and effort to make a good well presented layout, and NO ONE i repeat, No one is giving them out for free, the Habboring ones are free because they are public domain and everyone uses them, therefore they arent original
Learn to do it yourself Noob. ''/ :)
-
I personally think this is a great idea, and I would be willing to waste hours of my life labouring over a fansite that is less likely to become official than clubhabbo, and I would be proud to work for an owner who has absolutely no coding or design knowledge whatsoever.
+rep dude, this is a great offer.
Jackboy
14-04-2008, 09:09 PM
I personally think this is a great idea, and I would be willing to waste hours of my life labouring over a fansite that is less likely to become official than clubhabbo, and I would be proud to work for an owner who has absolutely no coding or design knowledge whatsoever.
+rep dude, this is a great offer.
Lmao ! +rep for wilingness
You do know that was sarcasm... :P
Remotive
16-04-2008, 10:01 AM
You do know that was sarcasm... :P
I think it was the slightest obvious. :P
I'd be delighted to spend my week codingand designing a fansite that I won't even own.
Want a layout? Go ask Invent or someone. :)
Nereo
16-04-2008, 11:07 AM
Go away pls man i wnt this job!
Why do you want it? Its a waste of time, anyone who is going to do it is a mug :D
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.