| Replies |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-29-09 2:02 pm
Message:

posts:25 | Rewrote `sessions` more secure and less cluttered code.
Implimented user data for a better `session` inserted `logged_in` variable to reduce confusion | |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-29-09 2:03 pm
Message:

posts:25 | added validation functions to add another layer of security and less code clutter | |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-29-09 10:53 pm
Message:

posts:25 | Created directories for a more semantic way of controlling files.
Created seperate function files, user.php, common.php, validation.php
Created login / register functions
Rewrote session.php again using new functions
Continuing my progress on rewriting entire forum. | |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-29-09 11:04 pm
Message:

posts:25 | Auto login after registration implemented | |
Subject: Re:Rewriting forum
By: kingtaco
Written on: 12-30-09 12:28 am
Message:

posts:140 | That's awesome... if you're interested I could create a subversion account for you to make these changes to the code base. I would appreciate it at least, I haven't really updated the code in a long time, outside of some immediate security issues... let me know and I'll send log in info to your email. | |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-30-09 3:04 am
Message:

posts:25 | Haha, I suck with subversion but I'll release it once I'm done, huge changes to the code are being made basically rewrite | |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-30-09 3:07 am
Message:

posts:25 | I'm going to implement an edit function for users, cause I seem to be needing to add some things to my posts so that I don't double post so much.
I'm coding this while coding my site, and keeping up a new api I just created. However, I'm focusing mostly on the rewrite. It's something I've gotten interested in.
Registration is changing and users can update their name / country rather than at registration to shorten the amount of fields.
Also when you incorrectly create an account and go back the fields are blank, I have fixed that occurance | |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-30-09 3:35 am
Message:

posts:25 | Will add admin panel -going to sleep atm- | |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-30-09 12:44 pm
Message:

posts:25 | User email confirmation added
User field updating function added
Mail function added
Md5 check function added | |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-30-09 12:58 pm
Message:

posts:25 | session.php rewritten now 93 lines long and more flexible with hightened security.
Now using error codes:
case 904: $login_error = "No email given, please try again!"; break;
case 905: $login_error = "Email given was invalid, please try again!"; break;
case 906: $login_error = "Invalid username given!"; break;
case 907: $login_error = "Username contains invalid characters!"; break; | |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-30-09 1:12 pm
Message:

posts:25 | user_add();
- Added banned email check
- Added email in use check | |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-30-09 1:13 pm
Message:

posts:25 | Dang, I meant to put
- Added email in use check* | |
Subject: Re:Rewriting forum
By: nijikokun
Written on: 12-30-09 10:49 pm
Message:
|