Xain - Hotel Management System with Website

Xain - Hotel Management System with Website 2.5 Nulled

No permission to download
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
 
Top