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.
что то у меня не сработало =((
$item["news_title"] = charset_x_win($item["news_title"]);
$item["news_description"] = charset_x_win($item["news_description"]);
$arr = array_slice ($arr, $offset, $keyword_count);
$metatags['keywords'] = implode (", ", $arr);
$cat=1;
if ($item["groups_id"] == 117) {$cat=1;}
if ($item["groups_id"] == 113) {$cat=3;}
$fullnews=$item["news_text"];
$added_time = time();
$thistime = date ("Y-m-d H:i:s", $added_time);
$fullnews= str_replace("{DOWNLOAD_IMAGES_DIR_HTTP}", "/ПАПКА_С_КАРТИНКАМИ_NG/", $fullnews);
if ($item["news_errormessage"] == "") {
$db->query("INSERT INTO dle_post (source,date, autor, short_story, full_story, title, descr, keywords, category, alt_name, allow_comm, approve, allow_main, allow_rate, allow_br, votes) values ('$src','$thistime', 'nastya', '".addslashes($item["news_description"])."', '".addslashes($fullnews)."', '".addslashes($item["news_title"])."', '{$metatags['description']}', '{$metatags['keywords']}', '$cat','".addslashes($item["news_trans_title"])."','1', '1', '1', '1', '1', '0')");
$db->query("UPDATE dle_users set news_num=news_num+1 where user_id='4'");
}
что то у меня не сработало =((