Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
islaam.net
/
public_html
/
main
/
Filename :
display_article_printview.php
back
Copy
<?php /* if($_GET['student gender'] == 'male'){ header("Location: www.one.com"); die(); } else { header("Location: www.two.com"); die(); } */ $old_post_id = $_GET['id']; include 'redirect_ids.php'; $new_post_id = $redirect_ids[$old_post_id]; #echo "Requested id is $old_post_id and new id is $new_post_id"; header("HTTP/1.1 301 Moved Permanently"); header("Location: https://islaam.net/?p=$new_post_id"); ?>