Parse query from http://www.hugeurl.com/

    A little bit about www.hugeurl.com - we parse the url, we take the query_string at the output we get And here is the search: $ url = $ argument [2] ;

    $urlDecode = base64_decode( $queryString );
    $argument = explode( "&", $urlDecode );




    $argument[0] = некий хеш
    $argument[1] = количество итераций
    $argument[2] = еще одно base64

    for ( $i = 0, $i < $argument[1], $i++ ){
    $argument[2] = base64_decode( $argument[2] )
    }



    Also popular now: