PDA

View Full Version : Project: UserSystem Reopening.. This time for free!



Tomm
26-06-2007, 07:20 PM
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

Sunny.
26-06-2007, 07:22 PM
Nice good luck, Id test it

Pawf
26-06-2007, 07:43 PM
I PM'd you :)

VPSwow
26-06-2007, 07:48 PM
Il be a BETA Tester

Ini
26-06-2007, 08:05 PM
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

Tomm
27-06-2007, 06:25 PM
What do you think of this concept login screen?

http://www.uploadz.co.uk/468usloginconseptpreview.png

Fully coded in DIVS using XHTML and CSS:



<!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).

Ajax.
27-06-2007, 06:44 PM
Design looks cool.

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

Sunny.
27-06-2007, 06:50 PM
Whens the BETA out?

Tomm
29-06-2007, 05:58 PM
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.

Sunny.
29-06-2007, 06:34 PM
Ok Id love to be a tester :)

redtom
29-06-2007, 08:19 PM
I'll be happy to help with graphics here and there but I've not been coming on the computer much so I could do bit here and there for you or help out the full time graphics team if you want.

Mashi
29-06-2007, 08:27 PM
I'd Love to BETA test.

Luke
30-06-2007, 08:05 AM
same here, looks great so far

Dentafrice,
02-07-2007, 07:41 PM
I wanna help.

Scania
02-07-2007, 07:43 PM
Good luck with it, & I wouldn't mind being a tester =)

Tomm
04-07-2007, 06:39 PM
BETA testing will start soon on a invitation only basis..

Plus I am working on implementing an Auto-Update Service.

Using a XML document like this:



<autoupdateservice>
<update ver="0.1.1">
<file name="admin.php" hash="25697170d3df46ed6ab9a46cc465319d">
<file name="index.php" hash="25697170d3df46ed6ab9a46cc465319d">
</update>
<update ver="0.1.2">
<file name="admin.php" hash="25697170d3df46ed6ab9a46cc465319d">
<file name="index.php" hash="25697170d3df46ed6ab9a46cc465319d">
</update>
</autoupdateservice>


I plan to setup a system where it gets this XML document then downloads all the files listed under the next update via FTP, then once downloaded, check the hashes and replace the files.

Also provide and SQL changes with some sort of upgrade facitlity if it affects current data.

Rix
04-07-2007, 10:20 PM
GO TOM!!!!!!! Your rock zee world i reckon u should incorp a billing system into it:P

Scania
04-07-2007, 11:16 PM
Goodluck then!

Tomm
05-07-2007, 07:57 PM
Previews of auto-update in action:

http://www.uploadz.co.uk/757autoupdate_1.png

http://www.uploadz.co.uk/431autoupdate_2.png

Dentafrice,
05-07-2007, 08:02 PM
Wow, nice work tom. I would love to see how that worked.

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