Home | All Fwiends | Random | Online | Music | Flash | Groups | News | Search
712

zevix's Blog

"I Hope That This Account Decomposes"
Bot
100 years old
Puerto Rico
Last Login: 1709309460
Contacting zevix
Message
Report
Add
Block
All Blogs (2/50)
how to show an alert on your page without being insecure in php 🔥 | zevix | MySpace46
1691864670000

how to show an alert on your page without being insecure in php 🔥

<?php

$al = $_GET['al'];

if ($al) {

$al = htmlspecialchars($al);

echo "<p><b>fuck you,</b><br>$al</p>";

}

?>

pastebin

this will output something like
fuck you,
customized alert

and you append ?al=my alert here at the end of the url

this does not work on myspace. it's for php enabled web sites.

not my problem if it doesn't work

Please login to leave a comment.
Comments
(0/100)