Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
function fn_ab__am_compare_url($active_hrefs,$current_url){ if (strpos($current_url,'disp..
Decoded Output download
<? function fn_ab__am_compare_url($active_hrefs,$current_url){
if (strpos($current_url,'dispatch=') !== false) {
list(,$current_url)=explode('dispatch=',$current_url);}
$current_url_array=(array) explode('&',str_replace('?','&',$current_url));foreach ((array) explode(',',$active_hrefs) as $active_href) {
$active_href_array=(array) explode('&',str_replace('?','&',$active_href));$intersect=array_intersect($active_href_array,$current_url_array);if (count($active_href_array) == count($intersect)) {
return true;}}
return false;} ?>
Did this file decode correctly?
Original Code
function fn_ab__am_compare_url($active_hrefs,$current_url){
if (strpos($current_url,'dispatch=') !== false) {
list(,$current_url)=explode('dispatch=',$current_url);}
$current_url_array=(array) explode('&',str_replace('?','&',$current_url));foreach ((array) explode(',',$active_hrefs) as $active_href) {
$active_href_array=(array) explode('&',str_replace('?','&',$active_href));$intersect=array_intersect($active_href_array,$current_url_array);if (count($active_href_array) == count($intersect)) {
return true;}}
return false;}
Function Calls
None |
Stats
MD5 | 79f792fca9719c3ed30eb6d385b87e95 |
Eval Count | 0 |
Decode Time | 59 ms |