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

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,638
26,970
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

  • Our 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 to make sure our community is one of the best.

Quick Navigation

User Menu