Program for generating images using emailaddress

Source: Internet
Author: User
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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.