Modern POS - Point of Sale with Stock Management System
Обнулено 

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

Нет прав на скачивание
  • Создатель Темы Создатель Темы anne
  • Дата начала Дата начала
Последнее изменение:
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.
 
Последнее изменение модератором:
  • Нравится
Реакции: exo
Вложения
  • 1686159115811.webp
    1686159115811.webp
    28.1 КБ · Просмотры: 0
change this message for other people.if touch same problem ,how to fix .

change files

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
 
Последнее изменение модератором:
  • Грустно
Реакции: exo
Вверх