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!


Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default [UserSystem] DOWNLOAD 0.2 BETA

    [UserSystem] 0.2 BETA

    This is not a final or stable release. It does not contain near any of the features that will be in the end product.

    ---

    Please report and general bugs in this thread, any security related bugs please drop me a PM

    ---

    Download Links

    http://www.usersystem.net/release_be...02_beta_EN.rar
    http://www.usersystem.net/release_be...02_beta_EN.zip

    ---

    Installation

    READ ALL OF THIS BEFORE POSTING IN HERE OR SENDING ME A PM ABOUT HOW TO INSTALL IT!!

    1. Download the files using the link above and extract
    2. Upload to your server via FTP
    3. Make sure the template_cache is writable
    4. Using phpmyadmin or another MySQL administration tool to execute the file "usersystem.sql"
    5. Edit Connections/MySQL.php with your MySQL details
    6. Edit includes/sys_config.php with your license key (See below for details)
    7. Navigate to where you uploaded the files using your browser
    8. Login with the username: "admin" and password: "admin"
    9. Change the password or create another Super Administrator account and delete the original admin account
    ---
    To get a license key please PM me with the following information:
    Your name:
    Site URL:
    Contact Email:
    (Optional)MSN Email:




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

    Latest Awards:

    Default

    Looks very good, PM'd you for license

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

    Latest Awards:

    Default

    Forgot to mention this

    System requirements:
    - PHP 4.3+
    - GD Lib
    - Zend Optmizer
    - MySQL 4/5+

  4. #4
    Join Date
    Oct 2006
    Location
    BUXTON
    Posts
    2,191
    Tokens
    0

    Latest Awards:

    Default

    What fetures does it have?

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

    Latest Awards:

    Default

    Dno but its 0.2 BETA so its still being made I imagine. Im still having the problem Tom.. Says Cache cannot be writen on, When ive chmod'd to 0777

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

    Latest Awards:

    Default

    Known bug with Linux systems:

    Even after CHMODing the template_cache to 0777 the template engine is unable to create the files required.

    Looking into it now.

    As I don't use Linux and my server runs Windows Server 2003 any help from linux gurus would be helpful ^^

    Posible solution:

    CHMOD template_cache to 606
    Last edited by Tomm; 27-07-2007 at 05:39 PM.

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

    Latest Awards:

    Default

    ---PATCH---
    Fixed problem with template caching and redirects

    http://www.usersystem.net/release_beta/0.2%20PATCH.rar
    http://www.usersystem.net/release_beta/0.2%20PATCH.zip

    Extract and upload to your installation replacing older files.

    Run following SQL query:

    Code:
    UPDATE `templates` SET `content`='<div id="loginbox" class="loginbox"><img src="images/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="images/user_suit.png" border="0" /> Username:
        <br /><br />
        <img src="images/key.png" border="0" /> Password:</span>
    </div>
    <div id="loginform" class="loginform">
        <span class="maintext">
        <br />
        <form id="form1" name="form1" method="post" action="index.php">
    
        <input name="uname" 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" />
    <input name="do" type="hidden" id="do" value="login" /></td>
        </form>
    <br />
    <a href="index.php?page=regpage">Create an account</a>
        </span>
    </div>
    
    </div>' WHERE `name`='loginbox';
    Original ZIP updated.

    THERE IS NO NEED TO PATCH IF YOU DOWNLOADED AFTER 14:20 28/07/2007 GMT
    Last edited by Tomm; 28-07-2007 at 01:19 PM.

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

    Latest Awards:

    Default

    ---PATCH---
    Fixes some bugs releated to paths. REQUIRED UPDATE!

    http://www.usersystem.net/release_be....1%20PATCH.rar
    http://www.usersystem.net/release_be....1%20PATCH.zip

    ONLY REQUIRED IF YOU DOWNLOADED BEFORE 15:45 28/07/2007 (BST or GMT+1)

    To moderators: Can't edit.. so don't whine to me - go whine to who ever decided to make this stupid 15 minute limit.

    Developer Blog now open

    http://www.usersystem.net/devblog/

    Last edited by Tomm; 28-07-2007 at 02:49 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •