<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - mladoux</title>
<link>http://snipplr.com/users/mladoux</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 16:50:20 GMT</pubDate>
<item>
<title>(PHP) Mark's IRC API Library</title>
<link>http://snipplr.com/view/67353/marks-irc-api-library/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Tue, 25 Sep 2012 18:32:09 GMT</pubDate>
<guid>http://snipplr.com/view/67353/marks-irc-api-library/</guid>
</item>
<item>
<title>(PHP) BCrypt</title>
<link>http://snipplr.com/view/66740/bcrypt/</link>
<description><![CDATA[ <p>Only tested on PHP 5.4.4. Generates and verifies bcrypt hashes. Multibyte safe</p> ]]></description>
<pubDate>Wed, 15 Aug 2012 13:18:57 GMT</pubDate>
<guid>http://snipplr.com/view/66740/bcrypt/</guid>
</item>
<item>
<title>(PHP) mConfig</title>
<link>http://snipplr.com/view/66153/mconfig/</link>
<description><![CDATA[ <p>mConfig Database Configuration Library - Formally Settings

updates - Removed CI object variable, simplified, and other general goodness!</p> ]]></description>
<pubDate>Mon, 16 Jul 2012 09:41:24 GMT</pubDate>
<guid>http://snipplr.com/view/66153/mconfig/</guid>
</item>
<item>
<title>(PHP) Check Database Connection Details - CodeIgniter</title>
<link>http://snipplr.com/view/66070/check-database-connection-details--codeigniter/</link>
<description><![CDATA[ <p>Quick and easy way to check database connection details for installer controllers.</p> ]]></description>
<pubDate>Wed, 11 Jul 2012 12:39:28 GMT</pubDate>
<guid>http://snipplr.com/view/66070/check-database-connection-details--codeigniter/</guid>
</item>
<item>
<title>(PHP) mAuth</title>
<link>http://snipplr.com/view/66031/mauth/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Mon, 09 Jul 2012 07:10:11 GMT</pubDate>
<guid>http://snipplr.com/view/66031/mauth/</guid>
</item>
<item>
<title>(PHP) mBlog Settings Library</title>
<link>http://snipplr.com/view/65232/mblog-settings-library/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Mon, 28 May 2012 12:21:24 GMT</pubDate>
<guid>http://snipplr.com/view/65232/mblog-settings-library/</guid>
</item>
<item>
<title>(PHP) mBlog Authentication Library</title>
<link>http://snipplr.com/view/65231/mblog-authentication-library/</link>
<description><![CDATA[ <p>mBlog Authentication Library
Mark LaDoux 

Inspired by the DBlog Authentication Library
David Behler 

 Handles authentication and authorization requests for mBlog.</p> ]]></description>
<pubDate>Mon, 28 May 2012 11:37:34 GMT</pubDate>
<guid>http://snipplr.com/view/65231/mblog-authentication-library/</guid>
</item>
<item>
<title>(PHP) Portable PHP Password Hashing Framework - Modified for CodeIgniter</title>
<link>http://snipplr.com/view/65225/portable-php-password-hashing-framework--modified-for-codeigniter/</link>
<description><![CDATA[ <p>Modified by adding public and protected declarations, renamed PasswordHash
constructor to __construct. Adapted for use with CodeIgniter</p> ]]></description>
<pubDate>Mon, 28 May 2012 06:40:41 GMT</pubDate>
<guid>http://snipplr.com/view/65225/portable-php-password-hashing-framework--modified-for-codeigniter/</guid>
</item>
<item>
<title>(PHP) mBlog Akismet Library</title>
<link>http://snipplr.com/view/65221/mblog-akismet-library/</link>
<description><![CDATA[ <p>mBlog Akismet library
Mark LaDoux 

Inspired by the DBlog Akismet library 
David Behler 

Provides functions and utilities for checking comments against Akismet
for spam, and for reporting spam and ham.

 * Simplified initialization process
 * Added internationalization support for error logs
 * Added more tests for logging purposes
 * Added library version reporting

version		3.0.0
license		http://www.gnu.org/licenses/gpl.html</p> ]]></description>
<pubDate>Sun, 27 May 2012 15:14:59 GMT</pubDate>
<guid>http://snipplr.com/view/65221/mblog-akismet-library/</guid>
</item>
<item>
<title>(PHP) Settings Library</title>
<link>http://snipplr.com/view/64693/settings-library/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Sat, 21 Apr 2012 04:54:04 GMT</pubDate>
<guid>http://snipplr.com/view/64693/settings-library/</guid>
</item>
<item>
<title>(PHP) Settings Class</title>
<link>http://snipplr.com/view/62979/settings-class/</link>
<description><![CDATA[ <p>A generic library to pull application settings from a database for CodeIgniter. Designed to not modify or effect operation of the CI_Config class. In fact, it operates totally separately from CI_Config. Now self-installing ( just configure your database )</p> ]]></description>
<pubDate>Wed, 01 Feb 2012 22:18:34 GMT</pubDate>
<guid>http://snipplr.com/view/62979/settings-class/</guid>
</item>
<item>
<title>(PHP) is_json</title>
<link>http://snipplr.com/view/62235/isjson/</link>
<description><![CDATA[ <p>function to test whether or not a string is JSON encoded</p> ]]></description>
<pubDate>Tue, 03 Jan 2012 13:19:43 GMT</pubDate>
<guid>http://snipplr.com/view/62235/isjson/</guid>
</item>
<item>
<title>(PHP) Config Class</title>
<link>http://snipplr.com/view/62233/config-class/</link>
<description><![CDATA[ <p>Simple class to manage configuration data stored in scripts or in a database.</p> ]]></description>
<pubDate>Tue, 03 Jan 2012 07:47:48 GMT</pubDate>
<guid>http://snipplr.com/view/62233/config-class/</guid>
</item>
<item>
<title>(PHP) Embed Youtube</title>
<link>http://snipplr.com/view/57491/embed-youtube/</link>
<description><![CDATA[ <p>Simple script to embed YouTube videos.</p> ]]></description>
<pubDate>Tue, 02 Aug 2011 06:05:59 GMT</pubDate>
<guid>http://snipplr.com/view/57491/embed-youtube/</guid>
</item>
<item>
<title>(PHP) Cookie Class</title>
<link>http://snipplr.com/view/55494/cookie-class/</link>
<description><![CDATA[ <p>HMAC cookie implementation based on BigOrNot_CookieManager by Mattieu Huguet. (http://bigornot.blogspot.com/2008/06/securing-cookies-php-implementation.html) Rewritten for clarity, updated for use with PHP 5 and Zend Framework dependencies removed by Mark A. LaDoux.</p> ]]></description>
<pubDate>Mon, 20 Jun 2011 14:09:11 GMT</pubDate>
<guid>http://snipplr.com/view/55494/cookie-class/</guid>
</item>
<item>
<title>(Awk) ls octal chmod out</title>
<link>http://snipplr.com/view/55181/ls-octal-chmod-out/</link>
<description><![CDATA[ <p>Simple script to output chmod permissions in octal. Good for learning environments, and security troubleshooting. I didn't write this one, I picked up from a friend and he didn't write it either.</p> ]]></description>
<pubDate>Sun, 12 Jun 2011 19:41:51 GMT</pubDate>
<guid>http://snipplr.com/view/55181/ls-octal-chmod-out/</guid>
</item>
<item>
<title>(PHP) Hash Algorithms</title>
<link>http://snipplr.com/view/55153/hash-algorithms/</link>
<description><![CDATA[ <p>Quick and dirty script to check what kind of hash algorithms a server supports.</p> ]]></description>
<pubDate>Sat, 11 Jun 2011 07:32:52 GMT</pubDate>
<guid>http://snipplr.com/view/55153/hash-algorithms/</guid>
</item>
<item>
<title>(PHP) base_url</title>
<link>http://snipplr.com/view/51767/baseurl/</link>
<description><![CDATA[ <p>Just a little link helper that I did for a friend.</p> ]]></description>
<pubDate>Fri, 08 Apr 2011 17:29:32 GMT</pubDate>
<guid>http://snipplr.com/view/51767/baseurl/</guid>
</item>
<item>
<title>(Ruby) Xenres Title Skip VX</title>
<link>http://snipplr.com/view/46120/xenres-title-skip-vx/</link>
<description><![CDATA[ <p>Simple script to skip the title screen and go to the first map which you can then use events to make custom title screens that can be animated or whatever. This script DOES NOT give you an actual title screen, you have to make your own. This is the VX version.

Instructions:

Place script above main, no configuration necessary. Should not interfere with any script that doesn't effect scene_title.</p> ]]></description>
<pubDate>Sat, 25 Dec 2010 11:13:18 GMT</pubDate>
<guid>http://snipplr.com/view/46120/xenres-title-skip-vx/</guid>
</item>
<item>
<title>(Ruby) Xenres Title Skip XP</title>
<link>http://snipplr.com/view/46119/xenres-title-skip-xp/</link>
<description><![CDATA[ <p>Simple script to skip the title screen and go to the first map which you can then use events to make custom title screens that can be animated or whatever. This script DOES NOT give you an actual title screen, you have to make your own. This is the XP version.

Instructions:

Place script above main, no configuration necessary. Should not interfere with any script that doesn't effect scene_title.</p> ]]></description>
<pubDate>Sat, 25 Dec 2010 11:11:22 GMT</pubDate>
<guid>http://snipplr.com/view/46119/xenres-title-skip-xp/</guid>
</item>
</channel>
</rss>