Modern POS - Point of Sale with Stock Management System 3.4 Nulled

No permission to download
require php 7.4 only,others version can not run it . require mysql 5.6~5.7 ,mysql8 can install but it is not work with wrong time format
try visit with 127.0.0.1 or use online hosting for testing.
 
Last edited by a moderator:
Reactions: exo
change this message for other people.if touch same problem ,how to fix .

change files
_inc\helper\network.php

with code
PHP:
function checkValidationServerConnection($url = 'http://www.bing.com') 
{
   return true;  if(url_exists($url)) {
        return true;
    }
    return false;
}
function checkEnvatoServerConnection($domain = 'www.bing.com')
{
    return true;if($socket =@ fsockopen($domain, 80, $errno, $errstr, 30)) {
        fclose($socket);
        return true;
    }
    return false;
}

to replace default
 
Last edited by a moderator:
Reactions: exo