Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default Project: UserSystem Reopening.. This time for free!

    Hey,

    I have decided to reopen Project: UserSystem... but release it for free.

    Features:

    - Multiple User Login
    - Advanced API
    - Template System with Caching Features
    - Language System
    - IP Banning
    - Banning with auto expiry
    - Backup facility
    - SQL Table Optimizer
    - Registration with GD verification image
    - Usergroups
    - Permissions based on usergroups
    - Advanced template parsing engine with support for SQL results
    - Admin logging

    Interested in supporting Project: UserSystem? We have some positions open, if you are intrested please drop me a PM.

    Graphics Designer
    Basically design graphics based on requirements set by me. Must be able to design to a professional standard. Examples must be provided.

    (X)HTML/CSS/JS(AJAX) Developer
    You will be required to create pages for UserSystem with CSS styling and advanced AJAX features. Again, you must provide examples.

    BETA Tester
    Required to test the software for bugs and report back. Preferably able to use a live site to test with basic PHP skills. Please note that if you decide to "test" just to get the software and use it on your site with no intention of actually doing any bug reporting I will revoke your tester status.

    Thanks,

    Tom

  2. #2
    Join Date
    Aug 2006
    Location
    United Kingdom
    Posts
    3,843
    Tokens
    1,121

    Latest Awards:

    Default

    Nice good luck, Id test it

  3. #3
    Join Date
    Feb 2005
    Location
    Sheffield
    Posts
    2,288
    Tokens
    1,686

    Latest Awards:

    Default

    I PM'd you

  4. #4
    Join Date
    Apr 2006
    Location
    UK
    Posts
    4,830
    Tokens
    0

    Latest Awards:

    Default

    Il be a BETA Tester

    Need a domain but dont have paypal... not to worry. You can purchase a domain via text or home phone at XeoDomains.mobi.

    (X Moderator)
    AKA Cheekykarl

  5. #5
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    I'll be a BETA tester if you still need..

    Shouldn't you ask for BETA testers in the furture when the panels nearly done
    Looking for a good desiner to design a social networking template.

    PM me.

  6. #6
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    What do you think of this concept login screen?



    Fully coded in DIVS using XHTML and CSS:

    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>UserSystem || Login</title>
    <style type="text/css">
    <!--
    body {
    	background-image: url(gradlogin.png);
    	background-repeat: repeat-x;
    	text-align:center;
    }
    .loginbox {
    	height: 20px;
    	width: 300px;
    	margin: auto;
    	border: 1px dashed #000000;
    	background-color:#FFFFFF;
    	text-align:left;
    }
    .maintext {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 10px;
    }
    .loginlabel {
    position:relative;
    width:296px;
    height:140px;
    margin: auto;
    border-bottom:1px dashed #000000;
    border-left:1px dashed #000000;
    border-right:1px dashed #000000;
    background-color:#FFFFFF;
    text-align:left;
    padding:2px;
    }
    .loginform {
    width:200px;
    float:right;
    text-align:left;
    }
    .loginlabels {
    float:left;
    }
    .logintxtbx {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 10px;
    	background-image: url(gradlogin.png);
    	background-repeat: repeat-x;
    	border: 1px solid #000000;
    	height: 18px;
    	text-align:center
    }
    .loginbutton {
    	border: 1px solid #000000;
    	background-color: #FFFFFF;
    }
    -->
    </style>
    </head>
    
    <body>
    <div id="loginbox" class="loginbox"><img src="shield.png" width="16" height="16" border="0" />
    	<span class="maintext"> <strong>Login...</strong></span>
    </div>
    
    <div id="loginlabel" class="loginlabel"><div id="loginlabels" class="loginlabels">
    	<span class="maintext"><br /><img src="user_suit.png" border="0" /> Username:
        <br /><br />
    	<img src="key.png" border="0" /> Password:</span>
    </div>
    <div id="loginform" class="loginform">
    	<span class="maintext">
    	<br />
    	<form id="form1" name="form1" method="post" action="">
    
    	<input name="username" type="text" class="logintxtbx" id="username" />
    	<br />
    	<br />
    	<input name="password" type="password" class="logintxtbx" id="password" />
    	<br /><br />
    	<input name="button" type="submit" class="loginbutton" id="button" value="Login" />
        </form>
        </span>
    </div>
    
    </div>
    </body>
    </html>
    Valid apart from ALT tags and something about my form tag being in the wrong place (?? lol).

  7. #7
    Join Date
    May 2007
    Location
    bed
    Posts
    707
    Tokens
    100

    Default

    Design looks cool.

    If you still need BETA tester, ill be up for it

  8. #8
    Join Date
    Aug 2006
    Location
    United Kingdom
    Posts
    3,843
    Tokens
    1,121

    Latest Awards:

    Default

    Whens the BETA out?

  9. #9
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Just to prove the capibilites of the Template Engine I have added this new login without editing any of the PHP files

    The old login was just a plain page with a simple form.

    The BETA will be starting soon on a invitation only basis.

  10. #10
    Join Date
    Aug 2006
    Location
    United Kingdom
    Posts
    3,843
    Tokens
    1,121

    Latest Awards:

    Default

    Ok Id love to be a tester

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
  •