Xain - Hotel Management System with Website
Nulled 

Xain - Hotel Management System with Website 3.0 Nulled

Sem autorização para baixar
  • Criador do tópico Criador do tópico emmie
  • Data de início Data de início
Brother google is working on my live server.
I already downloaded the code from here.
try php with 7.4 version .and change code to fixed default issue
/install/php/Requirements.php
from
PHP:
    function smtp_check(){
        $apdomain = $this->domain();
        $f = @fsockopen($apdomain, 25) ;
        if ($f !== false) {
            $res = fread($f, 1024) ;
            if (strlen($res) > 0 && strpos($res, '220') === 0) {
                return TRUE;
            }
            else {
                return FALSE ;
            }
        }
        @fclose($f);
        return FALSE;
    }

to
PHP:
 function smtp_check(){
    return TRUE;
    }

let installation page speed was fast
 

Este membro @bootman contribuiu para a discussão na postagem #26 com um anexo.

1730057905394.webp
 
Te same error plz hel us
 
Top