Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | JavaScript | Scripts & Programs | Security

Results 1-20 of 38
Email obfuscator and encoder
posted bykublaiinSecurity
Email harvesting is a real problem nowadays; publishing an email address on a web page means exposing it to automated email collection softwares. Once it's been collected there no way of getting rid of spam. The best way to avoid this is obfuscating and encoding email addresses; this simple javascript script does exactly that. It splits an address in six different parts, so that bots are not able to recognize it, and it also encode the @ symbol and the . (dot) using ascii codes, just to make it harder for bots to decode it. Even if the email harvesting software can read javascript and put the different parts of the address together, it would obtain an useless text like this: myaddress@mydomain 6;com instead of [email protected].
(9 ratings)
Reviews0
PriceFree
Views1246
Right Click Disable
posted bydburhaninSecurity
Use this script to disable right click on your page with a warning message. Helpful to protect site contents.
(6 ratings)
Reviews0
PriceFree
Views2991
Email AntiLeech
posted byfredinSecurity
This very simple yet original script prevents all softwares from grabbing email addresses from your site. It can be used with any automated script (e.g. forum, directory, etc.) to protect your visitors. It can also help you trace the culprits for further complaints.
(6 ratings)
Reviews0
PriceFree
Views2982
AntiSpambotMailto()
posted bykenricinSecurity
CGI mailto forms provide the ultimate level of protection from spambots. However, unless you need that for other reasons such as database transactions, mailto links have the great advantage of ensuring that you receive the sender's correct email address. The beauty of AntiSpambotMailto is that the email address parameter is not just the usual collection of ASCII codes. Each encoded character is also offset by the total length of the email address. For a spambot to be foolproof, they would have to write a complete JavaScript parser, which seems unlikely.
(105 ratings)
Reviews0
PriceFree
Views2917
Javascript and Html Source Encoding
An example of a simple JavaScript encoding of an html page. When the page loads you are prompted for a password. Enter the correct password and the page displays properly - enter the wrong password and you see only an "Invalid password" message. Viewing the source of the page shows only the encoded content. The encoding is fairly basic but should stop all but the most determined script thieves, spam-bots, or spiders. Tested in Mozilla on Linux, IE on Windows, and Safari on Mac.
(42 ratings)
Reviews0
PriceFree
Views4070
Password protection by razalgar
posted byrazalgarinSecurity
A code snippet that prompts user for password. If they enter the correct password it displays welcome in an alert box. Otherwise, it displays sorry wrong password in an alert box and sends them back to the previous page.
(40 ratings)
Reviews1
PriceFree
Views8424
SafeMail
One way spammers get your email address is with programs written to extract addresses from web pages. These robots, as they are called, look for mailto: links in the body of web pages. A good way to protect your email address from spammer lists created in this way is keep your email address off web pages. But what if you want people to have your links to your email address? This script, SafeMail, solves the problem. SafeMail lets you put your address on the page using javascript's document.write method. With this, your user's browser displays your email link exactly as if you had coded it with HTML, except you can achieve this effect without at any point putting the string of your email address in the code. This means spambots find nothing, and you stay clear of spam.
(9 ratings)
Reviews0
PriceFree
Views3449
TPCS Referrer verification/validation
posted bytpcsinSecurity
Do you want to make sure that your visitors can only access your content via your domain. This Javascript is very useful for this. This javascript verifies that the request for the page (containing the script) was made from a page on your domain. This is really useful for log in forms that you want to make sure that the visitor uses the form you provide on your server.
(3 ratings)
Reviews0
PriceFree
Views1375
TPCS Random Password generator
posted bytpcsinSecurity
This password generator Javascript will generate random passwords with a variety of options. You can include numerals, symbols and regular characters. There is also an option to add custom characters plus you can also define the passwords desired length.
(6 ratings)
Reviews0
PriceFree
Views1044
No Right Click Generator - Simple-Code.Net
This is a simple JavaScript that allows you to protect your HTML source code and images of your web sites by preventing visitors from right-clicking on your sites. An specified alert box will prompt out when visitors right click their mouse.
(136 ratings)
Reviews1
PriceFree
Views4720
Disable right click on images script
Use this script to disable right clicking on your page's images, so to prevent visitors from easily saving/copying them.
(27 ratings)
Reviews0
PriceFree
Views10756
Encrypted Password Script
This is a short encrypted password Javascript that allows you to password protect your webpage.
(27 ratings)
Reviews0
PriceFree
Views17823
ExD'0r
ExD'or is a useful JavaScript application for encrypting and decrypting .txt files. It uses a 4-bit paradigm to convert any text string into a scrambled ASCII string. Using it you can easily protect your documents from being viewed from other people, because once encrypted a decryption key of your own will be required for the reverse process.
(6 ratings)
Reviews0
PriceFree
Views2206
Disabling the Right Mouse (Right-Click) Button
posted bysupportinSecurity
This script allows you to effectively protect your code from prying eyes by disabling the availability of the right-click context menu's View Source option in the browser.
(41 ratings)
Reviews2
PriceFree
Views13512
Hide Your Source Code
posted bymbaroneinSecurity
This tutorial/code will show you all you need to know, and provide you with the scripts, to hide your source code.
(84 ratings)
Reviews3
PriceFree
Views25388
Blowfish HTML Encryption
posted bysgriffininSecurity
Uses 448-bit Blowfish encryption to create password protected web pages. The encrypted pages use JavaScript to self-decrypt in a standard web browser, but only after the correct password has been entered. Tested in all the most popular browsers, including: IE, FireFox and Chrome.
(33 ratings)
Reviews0
PriceFree
Views5772
Source Code Encryption Wizard - Automated
posted bymbaroneinSecurity
Scramble the source of any chunk of code, or the entire webpage, using this creative script. The encrypted code will still be interpreted properly by the browser, just difficult for us humans to read.
(58 ratings)
Reviews1
PriceFree
Views15034
No-Right-Click 3
posted bymbaroneinSecurity
This code allows you to disable the ability of visitors to your site from being able to use the "Right-Click" function to save images from your web site.
(15 ratings)
Reviews0
PriceFree
Views5869
Ace No-Right-Click
posted bymbaroneinSecurity
Use this code to disable the ability of visitors to your site from being able to use the "Right-Click" function to save images from your web site.
(3 ratings)
Reviews0
PriceFree
Views6515
rand password
posted bytressinSecurity
This JavaScript generates a random password of how many and what ever characters you want.
(10 ratings)
Reviews1
PriceFree
Views3748
Results 1-20 of 38