# CIDRAM **Repository Path**: mirrors/CIDRAM ## Basic Information - **Project Name**: CIDRAM - **Description**: 1. 前言 CIDRAM (无类别域间路由访问管理器)是一个PHP脚本,旨在保护网站途经阻止请求该从始发IP地址视为不良的流量来源,包括(但不限于)流量该从非人类的访问端点,云服务 - **Primary Language**: PHP - **License**: GPL-2.0 - **Default Branch**: v3 - **Homepage**: https://www.oschina.net/p/CIDRAM - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-05 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: webframework **Tags**: None ## README [![v1: PHP >= 5.4](https://img.shields.io/badge/v1-PHP%20%3E%3D%205.4-8892bf.svg)](https://maikuolan.github.io/Compatibility-Charts/) [![v2~v4: PHP >= 7.2](https://img.shields.io/badge/v2%7Ev4-PHP%20%3E%3D%207.2-8892bf.svg)](https://maikuolan.github.io/Compatibility-Charts/) [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) [![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](http://makeapullrequest.com) ## **What is CIDRAM?** CIDRAM (Classless Inter-Domain Routing Access Manager) is a PHP script designed to protect websites by blocking requests originating from IP addresses regarded as being sources of undesirable traffic, including (but not limited to) traffic from non-human access endpoints, cloud services, spambots, scrapers, etc. It does this by calculating the possible CIDRs of the IP addresses supplied from inbound requests and then attempting to match these possible CIDRs against its signature files (these signature files contain lists of CIDRs of IP addresses regarded as being sources of undesirable traffic); If matches are found, the requests are blocked. --- ### Features: - Licensed as [GNU General Public License version 2.0](https://github.com/CIDRAM/CIDRAM/blob/v3/LICENSE.txt) (GPLv2). - Easy to install, easy to customise, easy to use. - Works for any system with PHP+PCRE installed, regardless of OS (PHP+PCRE required). - Fully configurable based on your needs. - Ideal solution for websites and forum systems using shared hosting services. - Does NOT require shell access. - Does NOT require administrative privileges. - Good, strong, stable support base. --- ### Documentation: - **[English](https://github.com/CIDRAM/Docs/blob/master/readme.en.md)** - **[العربية](https://github.com/CIDRAM/Docs/blob/master/readme.ar.md)** - **[Deutsch](https://github.com/CIDRAM/Docs/blob/master/readme.de.md)** - **[Español](https://github.com/CIDRAM/Docs/blob/master/readme.es.md)** - **[Français](https://github.com/CIDRAM/Docs/blob/master/readme.fr.md)** - **[Bahasa Indonesia](https://github.com/CIDRAM/Docs/blob/master/readme.id.md)** - **[Italiano](https://github.com/CIDRAM/Docs/blob/master/readme.it.md)** - **[日本語](https://github.com/CIDRAM/Docs/blob/master/readme.ja.md)** - **[한국어](https://github.com/CIDRAM/Docs/blob/master/readme.ko.md)** - **[Nederlandse](https://github.com/CIDRAM/Docs/blob/master/readme.nl.md)** - **[Português](https://github.com/CIDRAM/Docs/blob/master/readme.pt.md)** - **[Русский](https://github.com/CIDRAM/Docs/blob/master/readme.ru.md)** - **[اردو](https://github.com/CIDRAM/Docs/blob/master/readme.ur.md)** - **[Tiếng Việt](https://github.com/CIDRAM/Docs/blob/master/readme.vi.md)** - **[中文(简体)](https://github.com/CIDRAM/Docs/blob/master/readme.zh-Hans.md)** - **[中文(傳統)](https://github.com/CIDRAM/Docs/blob/master/readme.zh-Hant.md)** [\[CONTRIBUTING.md\] **Want to help?**](https://github.com/CIDRAM/.github/blob/master/CONTRIBUTING.md) --- Last Updated: 14 August 2025 (2025.08.14).