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

Mrsam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
25,415
28,314
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

Latest posts

Forum statistics

Threads
70,080
Messages
915,464
Members
245,345
Latest member
liama2

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