0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed TYPE= statements to ENGINE= statements (type is deprecated). More... almost 18 years ago
Some routine changes. Comment updating, quote replacement, etc. More... almost 18 years ago
Replaced un-needed double quotes More... almost 18 years ago
Updated the changelog, readme, and release notes for alpha 3 release. More... almost 18 years ago
Mostly comment updating. Did some switch optimizing More... almost 18 years ago
Did some updating. On logout(), added an expression that sets $_SESSION = array(); More... almost 18 years ago
Changed from the fopen-fwrite-fclose to the more streamlined, php5, file_put_contents. Also edited some comments and changed an if/else to a switch. This should work with no config.php pre-created. There also should be no need for moving. I noticed that this created some problems because it forced the entire base dir to be writeable to php and that is a security risk. This should change that...I hope. Revert if it doesn't work More... almost 18 years ago
Added a member declaration at the beginning of the class to streamline the get_error method More... almost 18 years ago
Updated all of the comments to be compliant with PHPDocumentor. I think I might use it later on More... almost 18 years ago
Got rid of a statement that was no longer needed after the previous commit More... almost 18 years ago
Switched a couple of foreach's to use implode() instead. More... almost 18 years ago
Accidentally used a variable that is already initialized. No biggie More... almost 18 years ago
Added the possibility of using an array for get_config More... almost 18 years ago
Updated an if/else with a switch More... almost 18 years ago
Got rid of some ANCIENT code that was truly pointless More... almost 18 years ago
Added a note that tells users that no numbers are used in the confirmation image More... almost 18 years ago
Added a little error catcher More... almost 18 years ago
Fixed a smallish error More... almost 18 years ago
Streamlined some variable declarations, cleaned up the code, and fixed a bug that let users put '' as their username More... almost 18 years ago
Cleaned up the text so it sounds nicer More... almost 18 years ago
Deleted a massive meltdown line. The script tried to recreate the database object when it was already creating causing the script to fail! Yikes More... almost 18 years ago
Changed default port from 3307 to 3306 More... almost 18 years ago
The link to the credits was broken so I fixed er up More... almost 18 years ago
Just did a bit of CSS to make it look better :) More... almost 18 years ago
Removed two big headaches for me. 1) the script tried to create a database when it was already automatically created no matter what. 2) It tried to select a database when it was already selected. Got rid of those two pieces More... almost 18 years ago
Changed create_db method so it will _only_ return a boolean More... almost 18 years ago
Bug whacking, Ajax fixing, and all-around awesomeness. More... almost 18 years ago
Enclosed CSS in {literal} {/literal} delimiters More... almost 18 years ago
Removed "unstable" from ms sql option. More... almost 18 years ago
Quite a few changes in this commit... More... almost 18 years ago