Posts Tagged tools

PHP Winamp Randomiser

A PHP script that will play random mp3s from a specified directory. This script has -only- been tested with the following configuration: Winamp 5.02, PHP 5.0.2, Apache 1.3.29. It may or may not work on other config, and as with much of the code here, is pretty much a proof-of-concept rather than a neatly packaged-up application. Read the rest of this entry »

, , ,

No Comments

PHP HTTP Interface

This code give you a HTML front end for HTTP using PHP. I quite often find myself wanting to fire up putty to send some custom HTTP headers, so I wrote this simple PHP tool to provide a “front end” for HTTP. It allows quick and easy customisation of HTTP headers, sends them to a web server and shows you in plain text the HTTP response headers and body. It’s quite nifty and rather useful for debugging / hacking / etc. Read the rest of this entry »

, , , , ,

6 Comments

PHP Bar Graph / Bar Chart

This script allows you to create a simple dynamic horizontal PHP bar graph / bar chart from session data. With labels, colours, and many other customisable features. Great if you just want a simple PHP chart with no fuss.
Read the rest of this entry »

, , ,

14 Comments

Small PHP Tools

Here I present various online web applications that you can use from your browser. In most cases, PHP source code is provided.

If there’s an app here that you want the source to, email me. Read the rest of this entry »

, , , ,

No Comments

DB 2 SQL code

A PHP file that connects to a specified host and mySQL database, and generates the SQL queries needed to reconstruct the database. Very useful if you want to back up a database over the web, or simply to transfer a mySQL database to your local machine. Read the rest of this entry »

, , , ,

9 Comments

win32 C / C++ scripts

Some of the better scripts I’ve written. They’re all command line utilities. The downloads come with code (compiles OK with ) and windows executables.

Everything is released under the GPL as usual.
I’m very much a beginner in C so the coding probably isn’t that great. I hope someone will find something here useful. Most of the code is my own work, and where I’ve used other people’s code I’ve commented it as such. Read the rest of this entry »

, , , , , ,

1 Comment