December 5th, 2007 2 Comments »
I don’t really like to double post, but Wordpress leaves me with no choice. Their WYSIWYG always screws up my paragraphing, so I try not to edit my post. At least while I was using Safari 2, Wordpress automatically disables WYSIWYG mode. Oh well, if any of you guys know how to disable the WYSIWYG editor, kindly tell me.OK, I managed to turn it off. It was hidden under Users>User Profiles. Tricky.
Anyway, I have added a new feature to Advanced Login System. It is a password strength checker, similar to that of Google Signup. The code was kindly provided by Intelligent Web. Anyway, you can see it in the screenshot here:

I am also thinking of releasing nightly builds, especially since I am not sure when exactly I can release my next build. But that’s just a thought I am holding onto right now. If I do nightly releases, it will probably take a long time as I have to write documentation, upload an encoded version, and also send another version to those that paid for the source code. And this is a very time consuming process. But maybe I will try it out one of these days.
Anyway, I just upgraded to Wordpress 2.3.1. And I am going to test the tagging functions.
Till next time,
cheers
Tags: Advanced Login System, Build 20071117, Nightly Releases, Password Strength Checker, PHP, Preview 2, update, Upgrade, Wordpress
December 5th, 2007 2 Comments »
Here’s the few changes that has been made to ALS in the newest build (20071117). Details below.
- CAPTCHA image tweaked to give better visibility
- Update script tweaked to reduce page loading times.
- SQL injection protection added.
- New email validation function
- Theme Creation Documentation
Update script tweak
One issue with the update script is that it will always check the update server for updates every time a page is loaded. This can slow down the loading of the page by a lot as the script will still have to establish a connection to an external server. Hence, I have added session logging, so that the script will only check for updates on the first page during the user session. This should decrease the loading time by quite a lot.
SQL script injection Protection
Although I strongly doubt that SQL injection will actually work on my script (I made a few tries using methods provided by some online forums and I was unsuccessful - probably because I encode the input), I cannot be completely sure. So I have added mysql_real_escape_string() function to those input variables. I have also added stripslashes() function for servers with magic quotes turned on.
New email validation function
I am currently testing out a different email validation function given at http://www.ilovejackdaniels.com/php/email-address-validation/. Hopefully it will be better than the one I currently have.
Please note that this build is still in progress. There are still quite a lot of features that I have yet to complete. But you can download the tweaked update file here. Just replace the update.php file in the alssystem folder.
You need ALS v0.03B Build 20071013 for this update!
Downloaded a total of 209 times
Till next time,
cheers
Tags: Advanced Login System, Build 20071117, PHP, Preview 2, update