Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
islaam.net
/
public_html
/
main
/
Filename :
redirect.php
back
Copy
<?php $old_post_id = $_GET['id']; include 'redirect_ids.php'; $new_post_id = $redirect_ids[$old_post_id]; if ($new_post_id) { $new_url = "https://islaam.net/?p=$new_post_id"; header("HTTP/1.1 301 Moved Permanently"); header("Location: $new_url"); exit; } else { // Handle cases where there is no redirection for the given old ID echo "Redirect not found for ID: $old_post_id"; } ?>