Modern POS - Point of Sale with Stock Management System
Nulleado 

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

No tiene permiso para descargar
  • Iniciador del hilo Iniciador del hilo anne
  • Fecha de inicio Fecha de inicio
Última edición:
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 edición por un moderador:
  • Me gusta
Reacciones: exo
Archivos adjuntos
  • 1686159115811.webp
    1686159115811.webp
    28,1 KB · Vistas: 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 edición por un moderador:
  • Triste
Reacciones: exo
Superior