Home Blog Work Projects Fun Contact 
Projects

px.sklar.com

The PX is a site for sharing code written in PHP. I launched it in 1996. Its URL is http://px.sklar.com/.

myphp

myphp is a MySQL UDF that interprets PHP. This lets you do things like this:

mysql> SELECT php('$argv[1]','hello, world!');
+---------------------------------+
| php('$argv[1]','hello, world!') |
+---------------------------------+
| hello, world!                   |
+---------------------------------+

Read more about myphp and download it here.

di-ip.php

di-ip.php is a PHP program that retrieves the WAN IP address from a DLink DI-704 or DI-704P broadband router. It logs in to the router automatically if necessary. It is useful if you need to get the WAN IP address from the router to use in a script. Download di-ip.php here.

DAD

DAD is an ad server for web sites written in mod_perl. I built it for Student.Net Publishing when there weren't (m)any commercial options available for serving ads on one's web site. (Or at least there weren't any options that made financial sense for SNP at the time.) My paper on DAD was accepted by the Perl Conference 2.0 in 1998. Read more about DAD and download it here.

Dynamic Hypertext Scrapbook

My senior thesis from college is a library of functions that retrieve, cache, and manipulate the contents of web pages. Read more and download it here.

Copyright © 1994 - 2009 David Sklar - Feedback