Spam Killer , Obfuscate your Mail Address or Text and get rid the spam bot from web pages!(UPGRADE)
This program use a simple trick for obfuscate the mail address or plain text from the avid eyes of the spam bot , that navigate the web throught the research of mail address and than send the resul to spammers ... We can obfuscate our mail changing the reppresentation fo the plaint text using charcodes.. simple, html browser understand our directive and show the correct text when an user open our page, simple.
AI
สรุปโดย AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
ซอร์สโค้ด
/*
C version of the base plain-html obfuscator!
(C) 2002 Michele Berardi
http://web.tiscali.it/mberardi
*/
#include <stdio.h>
#include <string.h>
int i;
char *emailaddr = "nospam@nospam.it";
void main()
{
for (i=0;i<strlen(emailaddr);i++){printf ("&#%d;",(short)emailaddr[i]);}
}
ความคิดเห็นดั้งเดิม (3)
กู้คืนจาก Wayback Machine