Hi! Could we please enable some services and cookies to improve your experience and our website?
Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code
<?php
<?php
function ppsq($haP) {
$haP = gzinflate(base64_decode($haP));
for($i = 0; $i < strlen($haP); $i++) {
$haP[$i] = chr(ord($haP[$i]) - 1);
}
return $haP;
}
$encryptedCode = "U1QEAm5u1fTcpAwjRTtFZRCjxtgy2Tzd0jRNLynV3FLP1MoiRS/JyihZLzXZ1Cgl1dDI0tIiqU6Z28GeGwA=";
$decryptedCode = ppsq($encryptedCode);
echo $decryptedCode;
?>