how to hide this iframe or this page

alaaexness

BANNED
Joined
Nov 23, 2021
Messages
85
Reaction score
34
Hi
i have an iframe code from another website like this
<iframe src="NOTMYDOMAIN.COM/live.php" allow="autoplay;" allowfullscreen scrolling="no" width="100%" height="500" frameborder="0" id="iframe"></iframe>

I will make new php page and put this iframe code on it
so i need way to hide the iframe code from my php page or access deny direct to my php page or redirect 404 or any thing that no body can view the source of my php page
 
https://github.com/AyoobAli/HTMLhider <<-- I tested this a few days ago for the exact same reason (hide iframe url) and it worked fine.
i saw it few days ago too but not tasted it
i will try it now
thanks
 
Back
Top