|  Please subscribe to the blog if you haven't already

Free Scripts

Free php scripts, c# programs, perl scripts for programmers and webmasters. Includes open source scripts and code covered under the bsd license and freeware.

Word Press Plugins

Delicious Rank

Displays the number of times that an article has been bookmarked at delicious. Just use “webprof_delicious::show()” in the loop in them loop in your templates. If you want it to display even when there are no bookmarks pass in a true value “webprof_delicious::show( 1 )”

Registration Blacklist

This plug in allows the banning of email domains and complete email addresses from user registration.

Append Post

This plugin allows you to append or prepend text to a post and selectively display that on the blog, rss, or both. I created it to allow me an easy way to add links to my sponsors in my feed. Its easy to install just unzip it and drop the file into your plugins directory. Then activate it in via the plugins menu in your admin panel.

To use the plugin go to options and select the “Append Post” tab. From there you can add text ( including html ) to be prepended or appended to your posts. Also you can select whether you want that text displayed in the feed, on the blog, or both. Pretty straight forward please post any questions your have in the comments.

Easy Redirect Homepage

This plug in makes it easy to to redirect the homepage to a new location. It allows pulling the homepage via curl on the same server and displaying it somewhere else to.

Classes and Functions

 

Easy Mod Rewrite

Function to make using mod_rewrite easy. Used often to convert older php scripts to using mod rewrite.

 

PHP Functions for detecting Small Screen User Agents & Spiders

Two functions that test useragent strings to identify spiders and small screen devices. Can be used for useragent cloaking, delivering lite content to PDA’s and cellphones, or solving any other problem that requires delivering content based on user agent.

 

PHP Typo Generation Class

A php class to generate common typos. Check it out here, its covered by the MIT License so you can use it in whatever you like. If you just want to grab the class and go click here, don’t worry its well documented

 

Cycle

PHP class for iterating through a list of strings. [ PHP5 required ]

 

PHP Node Class with Mysql Storage

cNodes is a php class to store and manipulate tree structure in a mysql database. An example of a typical uses for this would be a web directory. Its important to note that the class and the table are meant only to model the relationships between nodes in a tree. All descriptive data about the nodes should be stored in a seperate table. The class requires the use of PEAR::DB.

General Webmaster Scripts

 

Parse Logs with Php

Dirty script to parse apache logs ( CLF format) .

 

DI-524 Router WAN IP script

Used to let you know your home DI-524 router’s wan IP if your running a server out of the house.

 

Splat

Splat is a script I use to park something on my domains that are awaiting development. It just pulls an RSS feed in and publishes it on the page. It uses a combination of Magpie [probably an old version at that] and a modified phpbb template engine. Note: The php_cache directory in the templates directory needs to be writable.

  • Download the tarred and gzipped script here

 

invisiText

Script for hiding text from bots via javascript. The script encrypts the text you need hidden using rot13 with php. Then decrypts and writes the text to the screen via javascript.

 

Fetch Proxies

PHP functions to automatically retrieve and test proxy lists.

 

Text2Image

Script that converts text to an image of a specified width

 

Resize Images JavaScript

This script resizes large images to prevent them from breaking the overall theme ofa site ( particularrly useful for forums and blogs ). The user can click on the image to see the image at full size