PDA

View Full Version : [UserSystem] DOWNLOAD 0.2 BETA



Tomm
27-07-2007, 03:48 PM
[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_beta/us_rel_02_beta_EN.rar
http://www.usersystem.net/release_beta/us_rel_02_beta_EN.zip

---

Installation

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



Download the files using the link above and extract
Upload to your server via FTP
Make sure the template_cache is writable
Using phpmyadmin or another MySQL administration tool to execute the file "usersystem.sql"
Edit Connections/MySQL.php with your MySQL details
Edit includes/sys_config.php with your license key (See below for details)

Navigate to where you uploaded the files using your browser
Login with the username: "admin" and password: "admin"
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:

Sunny.
27-07-2007, 04:17 PM
Looks very good, PM'd you for license :)

Tomm
27-07-2007, 04:25 PM
Forgot to mention this ;)

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

Jamieb
27-07-2007, 05:00 PM
What fetures does it have?

Sunny.
27-07-2007, 05:31 PM
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

Tomm
27-07-2007, 05:31 PM
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

Tomm
28-07-2007, 01:12 PM
---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:



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

Tomm
28-07-2007, 02:47 PM
---PATCH---
Fixes some bugs releated to paths. REQUIRED UPDATE!

http://www.usersystem.net/release_beta/0.2.1%20PATCH.rar
http://www.usersystem.net/release_beta/0.2.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/

Want to hide these adverts? Register an account for free!