Advanced IP Ban Script ver

  Advanced IP Ban Script
  Category : Php Tutorials-tips Security  
  Platform : Linux,  Windows  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

This script is useful if you want to restrict the access to some people on your site, based on their IPs. There are 2 lists which can be used: one which has a list of the IPs you want to ban and one which you can use to ban a range of IPs. The script checks both lists and if the Visitors IP is in the list then the script will show a message to the user and exit.

 

more Tag: script,

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....

PHP MyHitCounter 1)    PHP MyHitCounter
 PHP MyHitCount is a counter script to calculate the number of visitors online to your site currently and stores the details of the online visitors in to the MySQL database. It is easy to handle this software. The definition is in simple format to understand....

PHP and UML Class Diagrams 2)    PHP and UML Class Diagrams
 UML (Unified Modelling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications by drawing, and if the right tools existed, even generate code from the diagrams. In this article we`ll look at how PHP code is represented in UML terms, via use of the the UML class diagram....

PHP/MySQL News with Comments 3)    PHP/MySQL News with Comments
 PHP/MySQL News with Comments lets the PHP beginners to implement a news engine on their PHP oriented website. This tutorial gives the new ideas and concepts about PHP so as to enabling you to create your own PHP scripts. Using this package, you can generate a backend to manage your news articles and can allow your users to post comment on each news item. Storing methods are explained here with examples for easy understanding....

How To Install Apache, Php and Mysql 4)    How To Install Apache, Php and Mysql
 Installing Apache, php and Mysql in a windows environment is what this tutorial is all about. This article even has links to download php, Mysql and Apache from their respective sites along with the installation readme files. The article describes installation of Mysql then Apache with php, configuring apache and php, Apache + PHP (DSO Module), compiling Apache with DSO support and installing PHP as a module. This is a very useful tutorial for users....

RedPoll Pro 5)    RedPoll Pro
 RedPoll Pro is a fully customizable MySQL backended web poll with support for multiple polls. Features include: Easy to install and use, Fully customizable apperance using a template file, Unlimited Polls, Online admin, control pannel to edit and maintain polls, Ability to 'close' polls to prevent any future votes, and Uses cookies to prevent multiple voting and more....

Code4Design Email Marketing Tool 6)    Code4Design Email Marketing Tool
 Code4Design Email Marketing Tool is an mailing script designed to support email campaigning tasks on the website. Using this script you will be able to launch flexible mailing list program with subscription and unsubscription options on your website. Key features of this script includes personalized emails, automatic newsletter archives, generation of HTML templates etc., This online script is capable of reporting the website owners about the total number of opened mails, bounces, and click...

SQL Theory & How-To 7)    SQL Theory & How-To
 This article addresses two SQL-related issues in PHP: 1) Creating complex, powerful, queries to take advantage of your table schemas, and 2) Building those queries on the fly according to user input....

DHT 8)    DHT
 DHT is a php program where user handles file and to avoid direct linking and to track each visitor, it hide files. In this script you could encounter problems in the client configuration about the content types. This script handles new binary files. Html interface is provided for configuration. It can be easily integrated into any websites....

Mysql & Php: A Beginners Look 9)    Mysql & Php: A Beginners Look
 As in many languages, there are 150 different ways to do just about everything, the same rule applies for a simple connection and output of data in a mySQL database using PHP. This tutorial will give you only one way of accomplishing this, and while it works, it is definitely not the only way....