Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   nulling 5.1 !! (http://www.bvlist.com/showthread.php?t=594)

mrdecoder 10th July 2008 16:46

nulling 5.1 !!
 
1 Attachment(s)
as some of you know, we have some trouble on the nulling bit/decode

it seems that xam used this last update only for security
he has done stuff like
made file encoded some stuff inside it in base64
then he encoded that to ioncube and some files are also again encoded to base64 again
and so on
he is realy trying to make it hard

i also got a pm from security team from xam
with stuff like legal actions and things like that in it
i realy dont care about this
mainly because he is also doing wrong by law
he uses mods from other people without leaving copyright in of the original builders
and he secures a script that supose to be opensource

so im asking help on decoders

to help me decode some files
there are also some files still in ioncube inside

i found 1 sofar
to decode this its gonna cost me 5$ so please donate some

if any of you wanna help more then add me in msn
mrdecoder@x-releases.org
only use this for msn not for e-mail

greets from mrdecoder

djlee 10th July 2008 22:00

Re: nulling 5.1 !!
 
i dont have any ioncube decoding software and i refuse to help pay for decoding of a source i dont even think should be in circulation anyway. But i dont mind using some free cpu cycles to aid in pissing off xam. So if you need any extra CPU power drop us a PM

reptileking 10th July 2008 22:46

Re: nulling 5.1 !!
 
i dont know if this is anyhelp but i read the best thing to use to decode ioncube files is Zend-Decoder not to sure if that is any help gusy just trying help

mrdecoder 10th July 2008 23:53

Re: nulling 5.1 !!
 
no the ioncube is fine only need one file to decode thats arround 5$
i just need some good decoders who know base64 and stuff like that

reptileking 11th July 2008 00:26

Re: nulling 5.1 !!
 
np was just trying help u do great stuff anwyays :>

EViL.GENiUS 12th July 2008 05:56

Re: nulling 5.1 !!
 
xam's encoding is similiar to this output

Code:

define('VERSION', 'PHP Basic Encoder v.0.2 by xam');

// Bu Encoder ornek olmasi amaciyla xam tarafindan hazirlanmistir. unutmayin kirilmasi cok kolay bir yontemdir ama 10 kisiden 3'unu kodlari degistirmekten alikoyar, 2'sini ugrastirir, kalanlari guldurur :) Kolay gelsin

$hata = $kod = '';
$action = isset($_POST['action']) ? $_POST['action'] : '';
$hatalar = array(
    1 => 'Lutfen sifrelenmesini istediginiz kod blogunu giriniz.',
    2 => 'Islem yapilamiyor.. Bu kod zaten gizlenmis..'
);

function rastgele($length = 10)
{
    $set = array("a","A","b","B","c","C","d","D","e","E","f","F","g","G","h","H","i","I","j","J","k","K","l","L","m","M","n","N","o","O","p","P","q","Q","r","R","s","S","t","T","u","U","v","V","w","W","x","X","y","Y","z","Z","1","2","3","4","5","6","7","8","9");
    $str = '';
    for($i = 1; $i <= $length; $i++)
    {
        $ch = rand(0, count($set)-1);
        $str .= $set[$ch];
    }
    return $str;
}

function gizle($kod)
{
    $r = base64_encode(gzdeflate($kod));
    $r1 = rastgele();
    $r2 = rastgele();
    $r3 = rastgele();
    return '';
}

if ($action == 'gizle')
{
    $kod = isset($_POST['kod']) ? trim($_POST['kod']) : '';
    if (empty($kod))
    {
        $hata = $hatalar[1];
    }
    elseif (strstr($kod, 'strrev("etalfnizg")') || strstr($kod, 'strrev("edoced_46esab")'))
    {
        $hata = $hatalar[2];
    }
    elseif (strstr($kod, '     {
        $regex = '#<\?php(.*?)\?>#si';
        preg_match_all($regex, $kod, $results, PREG_SET_ORDER);
        foreach ($results as $left => $right)
        {
            $tmp .= gizle($right[1]);
        }
        $kod = $tmp;
    }
    else
    {
        $kod = gizle($kod);
    }
}

if (!empty($hata))
{
    echo '';
}
$title = (!empty($hata) || empty($action) ? 'Gizlenecek Kod blogu:' : 'Gizlenen Kod Blogu:');
$taclass = (!empty($hata) || empty($action) ? 'style2' : 'style1');
?>


   
       
        <?php echo VERSION; ?>
       
   
   
           

           
           

           
           

           
       

   



All times are GMT +2. The time now is 16:11.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.