Modern POS - Point of Sale with Stock Management System
Nulled 

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

Sem autorização para baixar
  • Criador do tópico Criador do tópico anne
  • Data de início Data de início
Última edição:
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.
 
Última edição por moderador:
  • Curtir
Reações: exo
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.
Texto oculto para os usuários: newimage
 
Anexos
  • 1686159115811.webp
    1686159115811.webp
    28,1 KB · Visualizações: 0
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
 
Última edição por moderador:
  • Triste
Reações: exo
Top