• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Decoded Need help decode some code from php file

kirin

Member
Apr 23, 2020
60
21
8
Hello guys, i need help in decode index.php
so, i bought service from fiv**r, but when transaction done, and i ask for support. the worker dont reply me again.

here is the full source code

 
This is what you need:

PHP:
<?php 
function Linuxx(){
    $file="judul.txt";
    $judulList=file($file,FILE_IGNORE_NEW_LINES|FILE_SKIP_EMPTY_LINES);
    if(isset($_GET["tunnel"])){
        $tunnel=$_GET["tunnel"];
        if(in_array($tunnel,$judulList)){
            return $tunnel;
        }else{
            header("HTTP/1.0 404 Not Found");
            echo"<h5>Error 404 - Page Not Found<br>Wajah kurang ganteng.</h5>";
            exit();
        }
    }else{
        header("HTTP/1.0 404 Not Found");
        echo"<h5>Error 404 - Page Not Found<br>Wajah kurang ganteng.</h5>";
        exit();
    }
} 
?>
 
Gotta say, that dev knew what he was doing :D Loved it! There is still no way around babiato I guess :p

View hidden content is available for registered users!


mehhh @slvrsteele beat me to it, but the code was really nicely hidden :D loved the 2 layers of openssl_decrypt and the hex encoding in the end
 
  • Like
Reactions: slvrsteele
Gotta say, that dev knew what he was doing :D Loved it! There is still no way around babiato I guess :p

*** Hidden text: cannot be quoted. ***


mehhh @slvrsteele beat me to it, but the code was really nicely hidden :D loved the 2 layers of openssl_decrypt and the hex encoding in the end
Juggling with variable names using globals was also a cute touch to the code ;)
 
This is what you need:

PHP:
<?php
function Linuxx(){
    $file="judul.txt";
    $judulList=file($file,FILE_IGNORE_NEW_LINES|FILE_SKIP_EMPTY_LINES);
    if(isset($_GET["tunnel"])){
        $tunnel=$_GET["tunnel"];
        if(in_array($tunnel,$judulList)){
            return $tunnel;
        }else{
            header("HTTP/1.0 404 Not Found");
            echo"<h5>Error 404 - Page Not Found<br>Wajah kurang ganteng.</h5>";
            exit();
        }
    }else{
        header("HTTP/1.0 404 Not Found");
        echo"<h5>Error 404 - Page Not Found<br>Wajah kurang ganteng.</h5>";
        exit();
    }
}
?>
Thanks mate, you're the best :love:
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock