Archive for July, 2009
-
Getting Started with Object Oriented Programming in PHP
I just posted a tutorial on Object Oriented Programming in PHP. For those that aren’t sure what that is, it is classes and a way to stream line your code and make it much more efficient and quicker. Head over to the Tutorials Section to take a look at it. -
PHP IRC Bot Class
I just added an updated version of my PHP IRC Bot Class to the code bin. Basically it is a class that anyone can use to create a PHP bot that connects to any IRC network in just a few lines of code. Full documentation is provided. -
Getting around Vista’s Login
Had a problem a while back, where I needed to get some information of my brothers laptop. He wasn’t around, and I couldn’t contact him. He had one account “Todd”, which was password protected. Try as I might, I couldn’t break into it. I came across a nifty bootloader that could [...]