User : mladoux
![]() |
Title | User | Language | Tags | Description | Date |
|---|---|---|---|---|---|---|
|
Mark's IRC API Library | mladoux | PHP | irc | Formats data for sending to an IRC network. This library does not handle * actual connecting to the IRC server or parsing the IRC servers output. * * The raw_send method can be used to send data to the IRC in formats that are * either not standard, or not yet implemented here. I know there is a lot more * to implement, and I plan to do so as time goes on. |
September 25 |
|
MBPHPHash | mladoux | PHP | password | Only tested on PHP 5.4.4, may not work on earlier versions. Should have no trouble on PHP 5.x or newer though, so maybe. Let me know if you run this on PHP4 and it works or not. |
August 15 |
|
mConfig | mladoux | PHP | codeigniter | mConfig Database Configuration Library - Formally Settings updates - Removed CI object variable, simplified, and other general goodness! |
July 16 |
|
Check Database Connection Details - CodeIgniter | mladoux | PHP | database | Quick and easy way to check database connection details for installer controllers. |
July 11 |
|
mAuth | mladoux | PHP | security | A simple user management library. It makes no attempt at handling sessions or cookies, I'll leave that part up to you. It's just a drop in that will allow you to create users, update passwords, and make sure that user supplied information is correct. Should easily integrate into any application setting that you might be able to think of. The library is completely database agnostic, as it makes use of the dbforge library to automatically generate databases on first use. As long as CodeIgniter supports the database, this library will work with it. |
July 9 |
|
mBlog Settings Library | mladoux | PHP | configuration | Get's settings from the database, and adds them to the CodeIgniter config array. Some overwriting may occur. TODO: filter out things that should not be overwritten, and make it configurable. |
May 28, 2012 |
|
mBlog Authentication Library | mladoux | PHP | security | mBlog Authentication Library Mark LaDoux http://markladoux.com/ Inspired by the DBlog Authentication Library David Behler http://www.davidbehler.de/ Handles authentication and authorization requests for mBlog. |
May 28, 2012 |
|
Portable PHP Password Hashing Framework - Modified for CodeIgniter | mladoux | PHP | password | Modified by adding public and protected declarations, renamed PasswordHash constructor to __construct. Adapted for use with CodeIgniter |
May 28, 2012 |
|
mBlog Akismet Library | mladoux | PHP | codeigniter | mBlog Akismet library Mark LaDoux http://markladoux.com/ Inspired by the DBlog Akismet library David Behler http://www.davidbehler.de/ Provides functions and utilities for checking comments against Akismet for spam, and for reporting spam and ham.
version 2.0.1 license http://www.gnu.org/licenses/gpl.html |
May 27, 2012 |
|
Settings Library | mladoux | PHP | configuration | Simple library for maintaining settings for an application. One of many for my new framework that I'm working on. This is the first release, it is beta and untested. Use at your own risk. Requires a constant be set for the configuration directory, read script to understand how to set it up. |
April 21, 2012 |
|
Auth Library | mladoux | PHP | codeigniter | This is an authentication library that I'm working on for a school project. No, I'm not asking for any help, just sharing. Obviously some parts are commented out because I haven't gotten to them yet, and I'm just testing the parts that are finished at this point. There is no attempt made at any kind of permission scheme in this library, nor will there be one. If you want to use it, feel free, but I do not warrant that it will be the most secure of systems, nor will I say that it will make your site un-hackable ( as if there was anything that could EVER do that, lol ). But enjoy. |
February 6, 2012 |
|
Settings Class | mladoux | PHP | codeigniter | A generic library to pull application settings from a database for CodeIgniter. Designed to not modify or effect operation of the CI_Config class. |
February 1, 2012 |
|
Config Class | mladoux | PHP | utility | Simple class to manage configuration data stored in scripts or in a database. |
January 3, 2012 |
|
is_json | mladoux | PHP | json | function to test whether or not a string is JSON encoded |
January 3, 2012 |
|
Very Simple Auth Model ( CodeIgniter ) | mladoux | PHP | security | This is a very simple CodeIgniter model to handle authentication and simple security. You can use it as is, but it is very limited. It was just something quick and dirty that I flung together. The hasher functions are from phpass ( http://openwall.com/phpass/ ). I put this together more for experimental reasonings than for actual use. |
September 18, 2011 |

