ssl through whm ver 1.0

  ssl through whm
  Category : Php Tutorials-tips Security  
  Platform :  
  Price :  
  Developer:  
  Version : 1.0  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

SSL is an internet security protocol. When a web server sends out content through HTTPS, this one gets encrypted so that only the client making the request can read it.

 

more Tag: 

Also see ...


Protect Your Website From Leach Programs 1)    Protect Your Website From Leach Programs
 This tutorial lets you know how to protect the contents of your website from being copied by the leach programs. It will be an ideal tool for webmasters, since their work will be protected. The source code for this is available on the website which may be used by anyone who is bothered about the security of their website contents....

Protecting PHP Scripts with HTTP Authorization 2)    Protecting PHP Scripts with HTTP Authorization
 This is a tutorial with which you will be taught to protect the PHP scripts on your website with the HTTP authorization. It also discusses about the method of using PHP to verify a username and password pair sent by the user. The source code is provided on the website for your use. You can use it on your website to protect the contents of your website....

Security 101 - Client Side - Security Conscious 3)    Security 101 - Client Side - Security Conscious
 This is a tutorial class with which you will be able to protect the PHP codes on your website from being copied by unauthorised persons. It discusses in detail how the codes and data for forms, user submissions, members area and your database can be protected from hackers. Each method is explained elaborately and demonstrated with examples so that they could be understood by anyone very quickly and easily....

.htaccess Password Protection 4)    .htaccess Password Protection
 This tutorial guides you to protect your files by assigning password. From this tutorial you can provide security to your files without using MySQL database. The security is provided by splitting the code into three "if else" functions. You can also make users redirect to their page if you want. This tutorial gives you an idea of using header and footer. This is very useful article for the webmasters and also the freshers....

Encryption Tutorial 5)    Encryption Tutorial
 This is an article to study about basic and most common web based encryption, they are Asymmetric key-based algorithms- this uses one key to encrypt and another to decrypt, Symmetric key-based algorithms - chunked data is encrypted and Hashing, or creating a digital summary of a string or file- to store passwords on a system. This tutorial is very useful for everyone to keep their special information safe in the database and restrict access....

Security and Sessions in PHP 6)    Security and Sessions in PHP
 You want to secure your pages on www from the intruders?, this is a tutorial made for you. This tutorial describes how to provide security with session using PHP. The security can be assessed by creating a data structure, constructing a login page, make an include file and then you can provide security to your files. From this article you will have a fool-proof and simple method to protect your files....

How to detect and log malicious activity on your website 7)    How to detect and log malicious activity on your website
 This tutorial is about detecting the malicious activities on your website. This can be identified by creating a logging system. The malicious activities can be detected by two forms, one is manually and the other is by analyzing the users input. This tutorial describes four level of events. This tutorial is useful for the administrators and the webmasters to detect the malicious activities on their websites....

Protect areas of your web site with using PHP sessions login script 8)    Protect areas of your web site with using PHP sessions login script
 This is an essential tutorial for every webmaster which helps them to find the solution for protecting certain website area from hackers with the help of PHP session login program. This tutorial allows the users to provide login section on their websites on which the visitors have to use their username and password for further operation. For quick reference example has been given and for running test program sample source file is also given....

Franciscocharrua's Secure Sockets Layer 9)    Franciscocharrua's Secure Sockets Layer
 Franciscocharrua's Secure Sockets Layer is an aritcle by which you can learn about SSL and its usage in securing the web services. In this article the author has also provided his valuable tips and guide lines in implementing SSL on webservers. You can gain knowledge on SSL, how to generate an SSL certificate, how to install them on your apache server etc., This is an useful article for all webmasters who needs to protect their online applications....

abarcar's combined Shop and Quote System 1)    abarcar's combined Shop and Quote System
 abarcar's combined Shop and Quote System is a PHP based shopping cart system with photo equipment and furniture kit. Using this script you can display 'Forced forwarding' features along with group of images for all products. This shopping cart system is designed in such a way that products are to be quoted for its prices....

Quick News 2)    Quick News
 Quick News is a program which helps the webmasters to publish news on their website. This program gives an admin control panel through which they can add and delete emoticons, news, text model etc., Administrators can indicate number of news per page to be displayed. Layout of news publishing page can be changed using your own theme....

Franciscocharrua's Next Week 3)    Franciscocharrua's Next Week
 This is an advanced calendar utility which can be used to list weekly activities from your calendar postings. You can specify any desired number between 0 and 6 to represent the weekdays and this program can list those weekly activites posted on your calendar earlier....

ArticleMentor (PHP) 4)    ArticleMentor (PHP)
 ArticleMentor - which was a simple/lightweight content management system. features. 1. Lightweight. Few tables and few scripts. 2. MySQL database access 3. Three layered content structure - Categories, subcategories and the actual articles. For example I have a category 'ArticleMentor', with subcategories 'Features', 'Download' etc and all subcategories contains articles 4. Show multipage articles ( with automatic next/prev buttons ). See example by looking at the Admin GUI screenshots 5. Ar...

POPMail 5)    POPMail
 POPMail is a script based on PHP for web based emails and it is a POP3 client to send and check your mail.This script is packed with features such as support for multiple users,sending and receiving attachments,checking and sending mail,encrypted addressbook.It supports multiple languages.Free demo and download options are available here.POPMail is simple and easy to use....

Implementing Cross-Domain Cookies 6)    Implementing Cross-Domain Cookies
 According to the cookie specification, any cookie set for one domain, must not be sent to any other domain. Therefore, if you set a cookie in your user`s browser on one domain, that cookie will not be available on any other domain. This tutorial describes a solution to get around this issue....

PHPCompressor 7)    PHPCompressor
 This is a software based on php where file data are decompressed and compressed by the visitors. The contents of the files can be viewed by the visitors by uncompressing the files that is need for the users to access. The modifications can be made in the data of files. Free download option is provided here. Easy to configure and access files in server....

Zen Affiliate 8)    Zen Affiliate
 Zen Affiliate is a PHP based shopping cart utitlity by which the users can create an e-commerce website. This script helps in maintaining the affilate accounts, provide site statistics tracking facility, helps in displaying banners, tracking affiliate sales, provision for displaying the banner just by clicking the mouse and more....

Formatting Date/Time value in SQL query 9)    Formatting Date/Time value in SQL query
 Learn how to use MySQL embedded function to format Date/Time field value just right in the SQL query string. For example another way is to use PHP, but it is slower and inconvenient. This tutorial will show you both examples for the same goal....