|
What is it?
My signature is now powered by my
Signature Lab
PHP script.
How does it work?
The Signature Lab script loads a series of plug-in images from a MySQL
database. A plug-in can be active or static, and can be loaded randomly, or
not. Signature Lab then takes the plug-in images and adds them to the main
signature image using PHP's image functions (GD). The base signature image
can be pre-made, or it can be created dynamically by Signature Lab.
There is also a dynamic link feature. Using a static link (required for use in
forums), Signature Lab dynamically redirects the viewer to the corresponding
location, depending on which plug-in is being displayed. The Now Playing plug-in
would redirect to Railwolf.com's Now Playing section, for example.
What do the icons and numbers in
your signature mean?
The icon on the top right of the signature indicates that the dynamic link
function is enabled.
The number on the bottom right side of the signature
indicates how many days have passed since the last update at Railwolf.com. It is
replaced by a green light bulb icon when it has been 24 hours or less since the
last update.
Can I have one too?
No, you can't. I know, I'm mean. I will not give the Signature
Lab source code to anyone.
I might offer Signature Lab hosting in the future, but
only to a limited amount of users...
You can, however, design your own signature, similar to mine.
You will need
to be able to work with PHP and MySQL , and specifically the image functions of
PHP,
such as imagecreatefrompng. You will need to have GD
installed on your server. Contact your server's administrator to install it for
you if you don't have it. It might also need to be updated if you don't have the
latest version.
Here's a bit of code (very simplified version of a plug-in
image) to get you started:
|