Save the following file as index. php (as the mainstream development language) & lt ;? /* MailXManagmentSystem0.8Beta */header (Content-type: image/png); & #36; mailaddress & #36; _ GET [mailname]; & #36; mailaddresslenstrlen (
Save the following file as index. php (as the mainstream development language)
/*
MailX Managment System 0.8 Beta
*/
Header ("Content-type: image/png ");
$ Mailaddress = $ _ GET [mailname];
$ Mailaddresslen = strlen ($ mailaddress );
$ Mailaddressimages = imagecreate ($ mailaddresslen * 10, 25 );
$ Lenadd = $ mailaddresslen;
$ Fontsize = "4 ";
$ Center = (imagesx ($ mailaddressimages)-8.3 * strlen ($ mailaddress)/2;
$ Mailimagesbackground = ImageColorAllocate ($ mailaddressimages, 231,196, 43 );
$ Mailimagesfacecolor = ImageColorAllocate ($ mailaddressimages, 0, 0 );
ImageString ($ mailaddressimages, $ fontsize, $ center, 5, $ mailaddress, $ mailimagesfacecolor );
Imagepng ($ mailaddressimages );
ImageDestroy ($ mailaddressimages );
?>
Save the following file as index.html
Welcome to domain.com
Then put the two files in the same directory.
This program is mainly.
Get the value and generate it.
An email address in the image format.
It is mainly used to prevent email search software from capturing email addresses.