Posts Tagged tools
PHP Winamp Randomiser
Posted by Howard Yeend in PHP on March 13, 2009
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 »
PHP HTTP Interface
Posted by Howard Yeend in hacking, networking, PHP on March 13, 2009
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 »
PHP Bar Graph / Bar Chart
Posted by Howard Yeend in PHP on August 29, 2005
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 »
Small PHP Tools
Posted by Howard Yeend in PHP on February 5, 2005
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 »
DB 2 SQL code
Posted by Howard Yeend in PHP on February 1, 2005
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 »
win32 C / C++ scripts
Posted by Howard Yeend in Other Code on January 5, 2005
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 »
Recent Comments