Protect e-mail address with CSS only

It’s very simple. You can protect your email address with only HTML & CSS. You don’t need to know about PHP or Java script. Try below code. Simple HTML and CSS code: <!doctype html> <html> <head> <title>Protect e-mail with only css</title> <style type=”text/css”> .e-mail:before { content: attr(data-website) “\0040” attr(data-user); unicode-bidi: bidi-override; direction: rtl; } </style> … Read more

Detecting a (naughty or nice) URL or link in a text string

I’m concentrating my answer on trying to avoid spammers. This leads to two sub-assumptions: the people using the system will therefore be actively trying to contravene your check and your goal is only to detect the presence of a URL, not to extract the complete URL. This solution would look different if your goal is … Read more

Better Honeypot Implementation (Form Anti-Spam)

Concept By adding a invisible field to your forms that only spambots can see, you can trick them into revealing that they are spambots and not actual end-users. HTML <input type=”checkbox” name=”contact_me_by_fax_only” value=”1″ style=”display:none !important” tabindex=”-1″ autocomplete=”off”> Here we have a simple checkbox that: Is hidden with CSS. Has an obscure but obviously fake name. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)