Welcome To

SleePy Code

The limitation of PHP is the script creator.

PHP Development going SVN! by SleePy

While this isn't related to my site or anything. I thought I would post about this.

I generally read the PHP.net Internals mailing lists. While I used to be subscribed to it, I just can't take reading another 50 more emails a day :P
This interesting thing popped up during my reads

Where does a script come from by SleePy

Well, this is easier to explain to anyone of all ages (unlike explaining where other things come from).

For me, a script just doesn't appear nor do I just open something up and start coding right away. I don't know about most people but I do know I like to think about what I am going to do and think about the best possible way to accomplish it.

For the most part, I start off with just thinking about it. It may take days to do this. I usually find it best to go do...

Programing secure directory reading scripts by SleePy

This has to be one of the funnest things I like to do.
Reading a directory in PHP is very simple, infact if you are using PHP 5 you can just use the scandir function and get the array it returns.
It is just as easy to use a $_GET or $_REQUEST to change the directory you are reading...

But what is going to stop somebody from doing some very clever hacking here and get to areas you don't want to allow them in?
The one thing you should know about hackors, is if its...

Under construction by SleePy

* SleePy puts on his hard hat.
Time to go indepth about my site changes I am working on.

The major thing in this is the splitting of the source from the templates.
I have taken things and named two folders core and visual. The visual if you haven't guessed is holding my templates for all my pages. The core of course is doing all the dirty work. To help accomplish this easily, I simply created a new function that handles my template loading. This...

Run those Apps by SleePy


Click For larger Image


I didn't realize until I was about to put down my computer for the night, that I was running a ton of applications and had hundreds of windows open.. I don't want to name them all but...


Go To Top