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.
а какая разница январская или еще какая?.... шаблон элементарный - и нужны по сути минимальные знания html.Есть у кого нить шаблоны на Январьскую версию?
Люди подскажите правильно я для cron задание прописал для обновления RSS лент:
Код:/usr/local/bin/php/home/mysite/data/www/mysite.net/dating/admin/admin_cron_feeds.php
Потестил вроде правильно, только вот кодировка utf8, где ее можно поменять?
$str = "insert into " . NEWS_TABLE . " (date_add, news_text, status, image_path, title, date_ts, channel_name, channel_link, news_link, id_channel) values ('" . date("Y-m-d h:i:s", $rss_news["unixtimestamp"]) . "', '" . addslashes($rss_news["content"] ? $rss_news["content"] : $rss_news["description"]) . "', '1', '', '" . addslashes($rss_news["title"]) . "', '" . $rss_news["unixtimestamp"] . "', '" . addslashes($rss_array[$i]["content"]["channel"][0]["title"]) . "', '" . $rss_array[$i]["content"]["channel"][0]["link"] . "', '" . $rss_news["link"] . "', '" . $rss_array[$i]["id"] . "')";
// Конвертируем с UTF8 в cp1251
$news_text_f = addslashes($rss_news["content"] ? $rss_news["content"] : $rss_news["description"]);
$news_text_f = iconv("UTF-8","windows-1251", $news_text_f);
$news_title_f = addslashes($rss_news["title"]);
$news_title_f = iconv("UTF-8","windows-1251", $news_title_f);
$channel_name_f = addslashes($rss_array[$i]["content"]["channel"][0]["title"]);
$channel_name_f = iconv("UTF-8","windows-1251", $channel_name_f);
// Закончили конвертировать!
$str = "insert into " . NEWS_TABLE . " (date_add, news_text, status, image_path, title, date_ts, channel_name, channel_link, news_link, id_channel) values ('" . date("Y-m-d h:i:s", $rss_news["unixtimestamp"]) . "', '" . $news_text_f . "', '1', '', '" . $news_title_f . "', '" . $rss_news["unixtimestamp"] . "', '" . $channel_name_f . "', '" . $rss_array[$i]["content"]["channel"][0]["link"] . "', '" . $rss_news["link"] . "', '" . $rss_array[$i]["id"] . "')";
У когото есть template (шаблон) хоть какойто ?
Для Dating Pro