Main > Free Download Search >

Free protector safety script

protector safety

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16
Protector

Protector


This package can be used to make it more difficult to get images in Web pages. It provides several protection methods: - Serve the image with several headers to tell browses to not cache the images - more>> This package can be used to make it more difficult to get images in Web pages. It provides several protection methods: - Serve the image with several headers to tell browses to not cache the images - Avoid hot linking to prevent saving the images when menu mouse button is clicked by the user over the image on the browser, prevent retrieving the with a Web mirroring utility program, display the images typing the URL directly in the browser - Serve the images with a watermark logo rendered over the image When an invalid attempt to access the protected images is performed, the class can execute exception actions like redirecting the browser to a given URL or displaying a given alternative image.<<less
Added: 2006-09-27 License: Freeware Price: Free
1123 downloads
Micro Protector 1.0

Micro Protector 1.0


Micro Protector is a small PHP script which helps you to protect your pages with password. To create your own password protected page you only need to insert 1 line at the beginning of your page code. more>> Micro Protector is a small PHP script which helps you to protect your pages with password. To create your own password protected page you only need to insert 1 line at the beginning of your page code.<<less
Added: 2007-09-18 License: Freeware Price: $0.00USD
11 downloads
HTML TEXT PROTECTOR 1.0

HTML TEXT PROTECTOR 1.0


PASTE THIS JAVASCRIPT IN HEAD SECTION This Script helps to Prevent HTML Text From Copy OR Robbery more>> PASTE THIS JAVASCRIPT IN HEAD SECTION This Script helps to Prevent HTML Text From Copy OR Robbery<<less
Added: 2005-05-25 License: Freeware Price: $0.00USD
11 downloads
Password Protection Script

Password Protection Script


This Password Protection Script, is a password protector. The password is the name of the html page with out the html more>> This Password Protection Script, is a password protector. The password is the name of the html page with out the html<<less
Added: 2006-11-28 License: Freeware Price: $0.00USD
17 downloads
Max's Site Protector 1.0

Max's Site Protector 1.0


Maxs Site Protector is a simple PHP based script which helps you to protect your pages with password. Setting up a password protected page is very easy. You only need to add 1 line of code to all of your pages you want to protect and thats all. You more>> Maxs Site Protector is a simple PHP based script which helps you to protect your pages with password. Setting up a password protected page is very easy. You only need to add 1 line of code to all of your pages you want to protect and thats all. You need to login only once and all protected pages will be available for you. The script uses CSS so changing the style is very simple. An example code is attached to the installation package.<<less
Added: 2007-11-28 License: Freeware Price: $0.00USD
10 downloads
Password Protector Password Maker 1.0

Password Protector Password Maker 1.0


If you need help password protecting directories, this handy utility is just what you need. Generate everything needed to protect your directories. more>> If you need help password protecting directories, this handy utility is just what you need. Generate everything needed to protect your directories.<<less
Added: 2006-06-11 License: Freeware Price: $0.00USD
11 downloads
Simple PageRank Protector 1.0

Simple PageRank Protector 1.0


A brief introduction about what PageRank is, followed by some code to help you preserve it on your website. Has both the redirection script, and a link generation tool. more>> A brief introduction about what PageRank is, followed by some code to help you preserve it on your website. Has both the redirection script, and a link generation tool.<<less
Added: 2004-03-04 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Simple PageRank Protector
Simple PageRank ProtectorA brief introduction about what PageRank is, followed by some code . A brief introduction about what PageRank is, followed by some code
License:Freeware
Download
2059 downloads
Added: 2004-03-04
Password Protect / Encode HTML 1.0

Password Protect / Encode HTML 1.0


HTML Password Protector is a JavaScript tool to protect whole HTML page, or only part of it. It will encode HTML using your password, and will add password box. Incorrect password will result in incorrectly decoded HTML. Password is not stored, so it more>> HTML Password Protector is a JavaScript tool to protect whole HTML page, or only part of it. It will encode HTML using your password, and will add password box. Incorrect password will result in incorrectly decoded HTML. Password is not stored, so it cannot be retrieved from the page contents.<<less
Added: 2007-12-12 License: GPL Price: $0.00USD
16 downloads
Gate Keeper

Gate Keeper


PLEASE REVIEW AND EDIT CAREFULLY Gate Keeper is a Javascript password protector for your web pages. more>> <<less
Added: 2008-04-11 License: Freeware Price: Freeware
1 downloads
STLport 5.2.1

STLport 5.2.1


STLport is a multiplatform ANSI C++ Standard Library implementation more>>
STLport 5.2.1 is a very serviceable multiplatform ANSI C++ Standard Library implementation. This library provides an uniform and solid code base for all compilers that users can use.

Major Features:

  1. Advanced techniques and optimizations for maximum efficiency
  2. Exception safety and thread safety
  3. Important extensions - hash tables, singly-linked list, rope
<<less
Added: 2009-07-02 License: BSD - BSD License Price: BSDBSDLicense
17 downloads
Web safety with AJAX and PHP 5 safeweb_01_fastpro

Web safety with AJAX and PHP 5 safeweb_01_fastpro


Manipulation of parameters, Cross Site Scripting, SQL Injection, Session hacking - there are many ways to attack a websites integrity for evil purposes. And it is note easy to imagine every way hackers are trying to manipulate your web code. This more>> Manipulation of parameters, Cross Site Scripting, SQL Injection, Session hacking - there are many ways to attack a websites integrity for evil purposes. And it is note easy to imagine every way hackers are trying to manipulate your web code. This application makes use of several techniques to prevent your web application from harmful code (some of them refer to the excellent book "PHP-Sicherheit", published by dpunkt.verlag, 2007). Among other features youll find data type control, control of allowed variables in URI strings, several session and history controls, control of drowdown menus, control of form names and form action URI and controls of forbidden inserts in form elements (fully automated), a generator for safe passwords, and a consistent use of file_exists(). Besides the PHP 5 functions __autoload for classes and try and catch a special feature is the safeHTML parser (http://pixel-apes.com/sa fehtml), which helps to remove not desired attributes and tags effective.<<less
Added: 2009-02-16 License: Freeware Price: $0.00USD
14 downloads
Handle remote data with PHP 5 and REST Web service fp_websrest_sm_01

Handle remote data with PHP 5 and REST Web service fp_websrest_sm_01


This Representational State Transfer (REST) Web service is made of three main parts: the login part, the xml part and the data part. The first part concerns about the validation of the user data: username, password, account id and IP address, which are more>> This Representational State Transfer (REST) Web service is made of three main parts: the login part, the xml part and the data part. The first part concerns about the validation of the user data: username, password, account id and IP address, which are all transferred and returned by the function file_get_contents(): It is supported by the function stream_context_create() which takes care of how the request will be made (for safety reasons POST). The second part (xml part) offers a HTTP-connection to an xml file with internal DTD on a remote server which is client side processed by SimpleXMLElement (from the PHP 5 SPL) for presentation and offers the complete CRUD handling (create, retrieve, update, delete) done by the DOM XML extension on the server side (if xml file is read- and writable!). The third part is simple database handling:with MySqli.<<less
Added: 2009-02-16 License: Freeware Price: $0.00USD
13 downloads
What are CLS features? 1.0.0

What are CLS features? 1.0.0


The CLS provides following advantages: Access to Complete .NET Framework hierarchy. High level of interoperability within languages.(e.g. - C# Class can be inherit from a Visual Basic class). Component is accessible from any programming language that more>> The CLS provides following advantages: Access to Complete .NET Framework hierarchy. High level of interoperability within languages.(e.g. - C# Class can be inherit from a Visual Basic class). Component is accessible from any programming language that supports the CLS. All CLS-compliant languages can produce verifiable code so the type safety of code possible.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
11 downloads
 
Other version of What are CLS features
What are CLS features?All CLS-compliant languages can produce verifiable code so the type safety of code possible
License:Freeware
Download
870 downloads
Added: 2007-06-07
SVN Webcopy 1.0

SVN Webcopy 1.0


SVN Webcopy is an SVN hook that allows your SVN server to automatically FTP or copy modified files as they are committed. For safety, all FTP servers, usernames, and passwords are saved on the SVN server itself, with destinations being set per path. This more>> SVN Webcopy is an SVN hook that allows your SVN server to automatically FTP or copy modified files as they are committed. For safety, all FTP servers, usernames, and passwords are saved on the SVN server itself, with destinations being set per path. This keeps your FTP information safe. All work is done post-commit, after SVN decides whether or not the commit will succeed or fail. All of this is generally done within 2-3 seconds, giving you rapid development to a live server, with versioning!<<less
Added: 2008-12-04 License: Freeware Price: $0.00USD
16 downloads
Sequel 2.5

Sequel 2.5


This is a lightweight database access toolkit for Ruby more>> Sequel 2.5 provides users with a professional and lightweight database access toolkit for Ruby. Sequel uses the concept of datasets to retrieve data. A dataset object encapsulates an SQL query, letting the query fetch all the data by using a Ruby DSL.

Major Features:

  1. Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas.
  2. Sequel also includes a lightweight but comprehensive ORM layer for mapping records to Ruby objects and handling associated records.
  3. Sequel supports advanced database features such as prepared statements, bound variables, stored procedures, master/slave configurations, and database sharding.
  4. Sequel makes it easy to deal with multiple records.
  5. Sequel currently has adapters for ADO, Amalgalite, DataObjects, DB2, DBI, Firebird, Informix, JDBC, MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3.

Enhancements

  • Add Dataset #set_defaults and #set_overrides, used for scoping the values used in insert/update statements
  • Allow Models to use the RETURNING clause when inserting records on PostgreSQL
  • Raise Sequel:DatabaseError instead of generic Sequel:Error for database errors, dont swallow tracebacks
  • Use INSERT ... RETURNING ... with PostgreSQL 8.2 and higher
  • Make insert_sql, delete_sql, and update_sql respect the :sql option
  • Default to converting 2 digit years, use Sequel.convert_two_digit_years = false to get back the old behavior
  • Make the PostgreSQL adapter with the pg driver use async_exec, so it doesnt block the entire interpreter
  • Make the schema generators support composite primary and foreign keys and unique constraints
  • Work with the 2008.08.17 version of the pg gem
  • Disallow abuse of SQL function syntax for types (use :type=>:varchar, :size=>255 instead of :type=>:varchar[255])
  • Quote index names when creating or dropping indexes
  • Dont have column accessor methods override plugin instance methods
  • Allow validation of multiple attributes at once, with built in support for uniqueness checking of multiple columns
  • In PostgreSQL adapter, fix inserting a row with a primary key value inside a transaction
  • Allow before_save and before_update to affect the columns saved by save_changes
  • Make Dataset#single_value work when graphing, which fixes count and paginate on graphed datasets
<<less
Added: 2009-07-03 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
15 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2