- Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
- https://www.wanmei.com/safestatic/privacy.html
<?php
echo getTargetUrl("https://api.32r.com/jump.php?target=https://www.wanmei.com/safestatic/privacy.html");
function getTargetUrl($str){
$parts = explode('?target=', $str);
if (!empty($parts['1'])){
return $parts['1'];
}
return $str;
}