Yahoo! Signature Script

Demo/Generator: http://email.liquism.com/
Download: http://www.liquism.com/downloads/email/
Version: 1.0.0
Support: http://forums.liquism.com/

This script has been made for free for the public to use under the license at: http://www.liquism.com/info/license/


Requirements: Preferably the latest versions.

Installation:
  1. Unzip yahoo.zip
  2. Place all these files in the SAME folder:

Instructions:
  1. Use the generator page by typing this into your address bar:
  2. Just type in the username in the textbox and click create and save.
  3. This page is commented for your convenience, edit them out if you want to and know what you're doing.
or
  1. Link to a generator directly by typing this into your address bar:
  2. Just replace [username] with your yahoo username and [end] with your suffix.

Tips:
FAQ:

The generator page displays & generates blank images, why?
Please make sure your server has PHP & GD library ENABLED before contacting support.

The generator page generates blank images, why?
Please make sure the session_start(); PHP code is at the very top of the page, BEFORE any other coding.

The generator is too short for my address?
I'm sorry this is a static image generator, if you require a longer username, please use the generator at Liquism which is dynamic.

How can I change the font colour?
Goto line: $color = imagecolorallocate($im, 164, 164, 164);
and edit the numbers 164, 164, 164 where the first number is red, second is green, third is blue.

How can I change the font face?
Edit all 'tahoma.ttf' in the code with the filename of the new font. Make sure the font is OpenType, as TrueType will not work.

How can I change the font size?
Edit all the number '9' in the code to change the size of the font.

After changing the font and/or size, the username is out of place, how to fix?
Goto the line with: $userid_start and play around with the last number (the one after the '+') until it aligns with the @ symbol.