[REQ] Someone can null this? YaaX - SaaS platform to create social networks

  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

Mrsam_1

Well-known member
Administrative
Trusted Seller
Jul 25, 2018
57,189
62,432
120
This cannot be nulled without a valid license code as it retrieve the database from dev server.

Edit:
In step 2 of install it retrieve the database from server and write it to a file:
Code:
$inforesult = json_decode($result , true);
[...]
file_put_contents($s['CODEP'], $inforesult['clipping']);
file_put_contents($s['CODEP'].'e', $inforesult['clipper']);
while on step 6 it decodes the file and execute queries

Code:
$thesql = file_put_contents($s['CODEP'], base64_decode(file_get_contents($s['CODEP'])));
            
            if ($thesql) {

                $templine = '';
                $lines = file($s['CODEP']);
                foreach ($lines as $line) {
                   if (substr($line, 0, 2) == '--' || $line == '') continue;

                   $templine .= $line;
                   $query = false;

                   if (substr(trim($line), -1, 1) == ';') {
                      $query = mysqli_query($conn, $templine);
                      $templine = '';
                   }
                }
 
  • Like
Reactions: Taekiwz

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu