- $11,617
Yes It's working.
I already downloaded it.
I already downloaded it.
Посмотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на главный экран.
Примечание: Данная функция может быть недоступна в некоторых браузерах.
Brother google is working on my live server.first you need to download it ,then make sure your website have network normal to connect google.com
try php with 7.4 version .and change code to fixed default issueBrother google is working on my live server.
I already downloaded the code from here.
from/install/php/Requirements.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;
}
function smtp_check(){
return TRUE;
}
delete install folder
Bro php v7.4 removed by hosting provider.try php with 7.4 version .and change code to fixed default issue
no change log for this version