File size: 1.93Kb
____________________________
| |
| Gmail Signature Generator |
|___________________________|
Version: 2.1.2
------------------------------------------------------------
supplied by : holyplanets.com
------------------------------------------------------------
// Requirements:
PHP
GD Library
// Instructions:
1. Select which one image you want, gmail1 or gmail2 or gmail3
2. Upload these files into the same folder:
gmail.php
gmail.png
tahoma.ttf
3. Type this in the address bar: http://yourdomain.com/yourpath/gmail.php?user=[username]
4. Replace [username] with your gmail username
5. Done!
// Tips:
Forum use:
[img]http://yourdomain.com/yourpath/gmail.php?user=username&gmail.png[/img]
Website use:
<img border="0" width="200" height="20" src="http://yourdomain.com/yourpath/gmail.php?user=username">
// Hosting:
- Just use the hosting.php file, just make sure the file paths are correct in it.
- or -
1. Select which image(s) you want to host. (gmail1/gmail2/gmail3)
2. Upload these files into the same folder (rename the files to the following):
gmail.php and/or gmail2.php and/or gmail3.php
gmail.png gmail2.png gmail3.png
tahoma.ttf
3. Then use the following script on any .php page, just change the scr="" location:
<form method="post">
Username: <input name="user" type="text" size="20"> <input type="submit" value="Create">
<br><br><input type="image" border="0" width="200" height="20" src="yourpath/gmail.php?user=<?php echo $_REQUEST['user'] ?>">
<br><br><input type="image" border="0" width="200" height="20" src="yourpath/gmail2.php?user=<?php echo $_REQUEST['user'] ?>">
<br><br><input type="image" border="0" width="220" height="64" src="yourpath/gmail3.php?user=<?php echo $_REQUEST['user'] ?>">
</form>
------------------------------------------------------------