Archive for the ‘Scripts’ Category

WordPress Google Reader Widget

Number 3 in Widget-A-Day is a Google Reader widget.
This widget will display your latest shared stories. You can change the amount of stories to display and how to display them.
Download googlereader.zip
Default display:

Admin panel:

Download googlereader.zip
SVN Checkout
svn co http://svn.wp-plugins.org/google-reader-widget/trunk
Requirements

WordPress 2.2 or 2.0.x/2.1.x with WordPress Widgets
file_get_contents (PHP 4.3.0 or greater) or cURL
Your Google Reader User ID

Installation

Download googlereader.zip
Extract and [...]

WordPress Last.fm Widget Widget

Number 2 in Widget-A-Day is a widget for the last.fm widgets.
It can show the chart of your recent tracks, top tracks, and top artists (weekly tracks and artists don't work currently since the value varies throughout). You can also choose between red, blue, black, and green.
Download lastfm.zip (lastfm.tar.gz)
Here is the default view:

Here is the [...]

Compete WordPress Widget

Compete released it's API today, so I decided to make a widget for WordPress using it.
Download compete.zip
SVN Checkout
svn co http://svn.wp-plugins.org/compete-widget/trunk
This adds a link, your current rank, the amount of visitors, and your rank image to the sidebar.
By default, it looks like:

In the widget admin panel, you can completely edit the title, your api key, your [...]

New Paintball Classifieds Site

I just finished making a new paintball classified site that takes feeds from various paintball sites across the web, and brings them into one easy to use place.
Paintball Classifieds – Find Paintball Gear to Buy, Sell, or Trade
Here's how the front end works:
First, you go to the site, and are presented with the 20 latest [...]

Amarok Jukebox

I've coded a jukebox script for amarok. It consists of a python HTTP server and an amarok control script. Unlike this one, it is not a script to add to amarok. It's completely separate. It's also only 3 python files. Also, AJAX!
What it does:
You visit the url, where you can then control the [...]

Auto Scrolling Apache Log Script

Here is a python script that will print new requests to your server. I'm sure there are a lot of these, but I couldn't find any when I searched.
Anyway, set logloc to the location of your log file, and if you want it to update more quickly or slower, change updatefrq to the amount [...]

Simple Weather

There's a site called SimpleWeather. It prides itself on being simple. Enter a zip code, and you get the weather. Go there again, and it will automatically show you the current weather for your location. It's so awesome that it can remember your location.
But being too simple has it's drawbacks, such as being able [...]

XLMPP

XLMPP is XAMPP, but instead of Apache, it uses lighttpd.
This is from version 1.6.0a of XAMPP and lighttpd is 1.4.13 from here.
This is a very primitive release. There are of course problems with it. If you find something not listed or have a fix for it, please let me know.
Usage:
1. Run setup-xampp.bat to update configuration.
2. [...]

Game Site Script v0.1

Finished it up enough to constitute a version 0.1 release. Didn't find any big bugs. The admin panel is a little 'meh', but it works. Decided to try Trac this time around. Hopefully it will be easier on me than what I've done in the past.
Download Game Site Script
Also, I've made a game pack for [...]

Flash Game Site

I finished, for the most part, my flash game site script that I mentioned earlier. It took longer than I really expected it to. Ran into some really stupid snags with inconsistencies in PHP, namely order of variables and underscores in their functions. Anyways, have most of the site done with only maybe a couple [...]