Giter Club home page Giter Club logo

cinemapress's Introduction

Watch Movies and TV Shows Online Streaming Portal CMS Open Source Script

Create a video streaming website to watch movies and TV shows on computer Windows / iOS, mobile device iPhone / Android and TV Smart TV / Android TV / STB

EN

Choose your language

RU ES DE FR JA PT IT ZH PL
NL TR CS KO VI SV HU EL RO
SK DA ID FI TH BG UK AR SQ
LT HR SR BN SL ET LV HI SW

Admin-panel

  • Default languages: English, Russian
  • Supported devices: PC 💻, Mobile 📱, TV 📺

How to install CinemaPress?

Install via terminal

bash <(wget git.io/JGKNq -qO-)

Install via terminal

Where to buy a VPS server?

The OS should be Debian, CentOS, Fedora, Ubuntu (Latest Stable Version) without control panels!

···· UA-Hosting Inferno PQ Zomro
🌎 Netherlands Netherlands Netherlands Netherlands
💻 2x2700MHz 2x2600MHz 2x2800MHz 3x2400MHz
🚀 4GB 2GB 4GB 4GB
💾 60GB 30GB 50GB 40GB
💵 $9.9 $8.5* $7.3 $5.9
···· SELECT SELECT SELECT SELECT

* - 15% discount, promo code: CinemaPress15

Where to buy a domain name?

···· Tonic InternetBS Pananames Namecheap
🌎 Tonga Bahamas Panama USA
💰 Card PayPal WebMoney Bitcoin
🙈 🔒* 🔓 🔓 🔓
💵 > $50/year > $1/year > $1/year > $1/year
···· SELECT SELECT SELECT SELECT

* - data is not sent to public WHOIS database

Where to buy a VPN?

···· Surfshark CyberGhost PureVPN
🌎 BVI Romania Hong Kong
💰 Bitcoin PayPal QIWI
🙈 🔒 🔒 🔒
💵 $47/2 years $99/3 years $99/5 years
···· SELECT SELECT SELECT

Theme «hodor»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com hodor

DEMO: «hodor»

Template «hodor»

Theme «sansa»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com sansa

DEMO: «sansa»

Template «sansa»

Theme «robb»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com robb

DEMO: «robb»

Template «robb»

Theme «ramsay»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com ramsay

DEMO: «ramsay»

Template «ramsay»

Theme «tyrion»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com tyrion

DEMO: «tyrion»

Template «tyrion»

Theme «cersei»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com cersei

DEMO: «cersei»

Template «cersei»

Theme «joffrey»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com joffrey

DEMO: «joffrey»

Template «joffrey»

Theme «drogo»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com drogo

DEMO: «drogo»

Template «drogo»

Theme «bran»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com bran

DEMO: «bran»

Template «bran»

Theme «arya»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com arya

DEMO: «arya»

Template «arya»

Theme «mormont»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com mormont

DEMO: «mormont»

Template «mormont»

Theme «tarly»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com tarly

DEMO: «tarly»

Template «tarly»

Theme «daenerys»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com daenerys

DEMO: «daenerys»

Template «daenerys»

Theme «tormund»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com tormund

DEMO: «tormund»

Template «tormund»

Theme «snow»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com snow

DEMO: «snow»

Template «snow»

Theme «dustin»

Install via FTP: GitHub / GitLab / BitBucket

Install via CLI: cinemapress theme example.com dustin

DEMO: «dustin»

Template «dustin»

Options and modules CinemaPress

Detailed information on all options and system modules can be found in the documentation.

Copyright (c) 2014 - ···· CinemaPress

cinemapress's People

Contributors

zeldaroot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cinemapress's Issues

Дополнительные параметры для опции Пропускать фильмы [Feature request]

Очень необходима фильтрация автозаполнения не только по идентификатору, а хотя бы еще и по стране и жанру. В идеале по всем доступным параметрам.
Потому что есть фильтрация только всех уже существующих фильмов (из раздела Настройки публикации), но нет фильтрации для новых добавляемых. К тому же это несколько разные вещи.
Разработчик живой? Проблема с куками все еще висит :/

Некорректно записываются куки

CP_viewed пишется на .ru.example.com вместо .example.com (домен для РФ).
CP_continue и CP_avatar на домен для людей из РФ не пишутся вообще, отчего функция Досмотреть позже не работает и вероятно аватар в комментах не запоминается.

CentOS 7 - Docker build not run

Where i can find proper initial script to run it in docker.
Try to build it myself with command
docker build -t cinemagit . and run it with docker run cinemagit
I change

...
ARG CP_DOMAIN="*CHANGED*"
ENV CP_DOMAIN=${CP_DOMAIN}
ARG CP_DOMAIN_=""
ENV CP_DOMAIN_=${CP_DOMAIN_}
ARG CP_LANG="ru"
ENV CP_LANG=${CP_LANG}
ARG CP_THEME="daenerys"
ENV CP_THEME=${CP_THEME}
ARG CP_PASSWD="MySuperPassword"
...

Docker build with many depricated errors but it was succeful - it's cant start.
System info (neofetch)

OS: CentOS Linux 7 (Core) x86_64
Host: KVM RHEL 7.6.0 PC (i440FX + PIIX, 1996)
Kernel: 3.10.0-1062.12.1.el7.x86_64
Uptime: 14 hours, 35 mins
Packages: 828 (rpm)
Shell: bash 4.2.46

Adds don't appear on the website

Hello there. I've added cutom ads through the advert module, unfortunately I don't see them on my website. I've also added the ability for the subdomain to change automatically. Could that be the reason?

База фильмов

Скажите от куда берётся база фильмов. и где хранятся сами фильмы? на моём сервере?

Настоящее и будущее CinemaPress?!

Автор давно не появлялся, CMS больше не поддерживается? Очень жаль, так как не видел пока лучше системы для киносайта. Пусть некоторые решения достаточно нестандартны, но что есть стандарт, DLE? Которая изначально вообще новостная платформа, а ее киношные вебмастера просто застряли в прошлом веке и не хотят развиваться, менять привычки наконец... Ну и наверное просто не доверяют автору, так как для таких изначально CMS нужно было делать полностью платной с покупкой вечного ключа для публичного использования, если были заинтересованы в монетизации. Но что если сделать платную поддержку? Учитывать все ошибки и достаточно актуальные предложения к реализации от уже рабочих сайтов и обновлять в общем виде здесь. Они были бы готовы платить даже вменяемую ежемесячную плату, если важен вопрос денег. Потому что сторонние разработчики, в особенности предоставляющие услуги на фрилансе незнакомы с данной CMS, не могут знать обо всех нюансах, не предоставят вменяемое решение по доступной цене и не смогут грамотно и быстро исправить имеющиеся ошибки. А даже если исправят, то при дальнейших правках автора, если они когда-то произойдут очень трудоемко будет синхронизировать одни обновления с другими.
Пожалуйста, не бросайте нас, пока кинониша рунета в нынешнем виде ещё жива. Вы сделали очень много замечательных вещей, неужели не найдется благодарных с донатом? Не верю, копейкой любой сможет отблагодарить. 1 уже есть. Хотя видя колоссальное количество работы и отношение в коммуникации с автором, он явно выше денег, у него есть принципы и чистый энтузиазм... Ты не один. Насрать на хейтеров и сторонников DLE.

Уверен автор прочтет сообщение, даже если бросил этот проект. Ведь существует человеческое любопытство :) Надеюсь он поймет наше положение. В любом случае, @zeldaroot спасибо тебе за чудесные годы, неоценимую помощь. Здоровья и процветания. Ты догадаешься от кого. Премного благодарен.

HOW TO INCREASE THE NUMBER OF MOVIES FROM 1000 TO 20,000+

Hello. I would like to ask for help on how to increase the number of movies in my website from 1099, which is the default to 20,000+ or more. I know this is not an issue per se but a trick that I would appreciate if someone can help me with. Thanks.

how to change URL title

HELLO everyone please help me i can't find function for change url title i need do translite of title on english words

thanks you

Start up issues

I'm having some issue getting the project to start up on my vps, I'm currently not at my PC but was getting alot of errors I can provide the errors when I get home from work / upon reply

Setting up Disqus in the Comments widget

I'm trying to setup disqus for comments but to no avail. I don't know how to find the api_key for comments indexing. I tried to use the global api provided by disqus but it didn't work. Can anyone help? Thanks

Can't upload torrent videos through ftp

Hi there. I'm trying to upload videos that I downloaded through the torrent client. Created folders with imdb identifiers and moved them to the uploads folder. When I run the cinemapress torrent example.com upload nothing happens, although it worked once. I've attached the screenshot for more details. Thanks.
Screen Shot 2021-10-13 at 11 30 46

rDNS, sitemap и проблемы с индексацией

В последнее время поисковые системы очень плохо индексируют сайт. То ли из-за все более сильных массовых ограничений в данной нише, то ли что-то не так с работой опции rDNS и доступа к sitemap только ботам.

В логах временами значатся такие ошибки:
FAKE [REVERSE] 93.158.161.70 YANDEX. 015ms Error: getHostByAddr ENOTFOUND 93.158.161.70
редко но бывают, именно те где вроде бы все в порядке, есть действительная PTR и соответственно А запись, или все же здесь что-то не так и я что-то упускаю? но их очень мало, в большинстве они действительно ложные. Есть еще PETALBOT, но у них у многих адресов просто нет А.

яндекс более менее индексирует, google с трудом, bing вообще пустой. На bing завязан ddg и там получается тоже пусто.

Также google перестал принимать sitemap почему-то, отображает "не получено".

Проверил доступ к карте сайта через интерфейс search console. Показывает URL доступен Google, но если открыть код страницы, то там будет следующее:

<sitemap>
<loc>https://example.search/mobile-version/sitemap/year/2022</loc>
</sitemap>
<sitemap>
<loc>https://example.search/mobile-version/sitemap/year/2021</loc>
</sitemap>
-//-
<sitemap>
<loc>https://example.search/sitemap/year</loc>
</sitemap>
<sitemap>
<loc>https://example.search/sitemap/genre</loc>
</sitemap>
-//-

почему-то часть карты он видит через мобильную версию. С яндексом такой проблемы нет.

если пойти дальше и прогнать https://example.search/sitemap/year, то все адреса будут с /mobile-version/. А по ним пусто. Соответственно нечего брать.

Special characters ' in translated country url issue (iso 3166-1)

Hello,
Cinemapress is really amazing, everything works great except for one little thing... The language of my site is set to French. I have a problem with the path of the url automatically generated with the translation (iso 3166-1) for the country: USA. In my language, The United States Of America is translated with iso 3166-1 as États-Unis d'Amérique. The system therefore generates this url: https://example.com/country-États-Unis-d'Amérique however when I go to the url, there is no movie, nothing in the category.

I think it's a problem with the apostrophe ' in the url.

Is it possible to manually modify the path of the translated url by replacing country-États-Unis-d'Amérique with country-USA?

Is it possible to add a condition when the path of the generated and translated url is created that will replace some special characters with other characters? Only in the url path, not in the title of the page created.

For example:

  • transform all ' into -
  • transform all é into e
  • transform all è into e
  • transform all ê into e
  • transform all à into a
  • transform all ç into c
  • transform all ù into u
  • transform all û into u
  • transform all uppercase letters to lowercase letters

So basically transform this: https://example.com/country-États-Unis-d'Amérique to this: https://example.com/country-etats-unis-d-amerique

Best Regards

IMDb ratings in movies pages

Hi,

When I try to add IMDb ratings to 74k published movies pages using this line:

0 ~ https://datasets.imdbws.com/title.ratings.tsv.gz ~ ~ ~ tconst <> custom.imdb_id ~ averageRating <> imdb_rating ~ numVotes <> imdb_vote

Ratings are not added to movies pages and in the last line, I get this error:

SPOILER:
4 [REALTIME] IMDb IDs 0
5 [REALTIME] IMDb IDs 100000
6 [REALTIME] IMDb IDs 200000
7 [REALTIME] IMDb IDs 300000
8 [REALTIME] IMDb IDs 400000
9 [REALTIME] IMDb IDs 500000
10 [REALTIME] IMDb IDs 600000
11 [REALTIME] IMDb IDs 700000
12 [REALTIME] IMDb IDs 800000
13 [REALTIME] IMDb IDs 900000
14 [REALTIME] IMDb IDs 1000000
15 [REALTIME] IMDb IDs 1100000
16 [REALTIME] IMDb IDs FOR FILTER 100
17 [REALTIME] IMDb IDs FOR FILTER 200
18 [REALTIME] IMDb IDs FOR FILTER 300
19 [REALTIME] IMDb IDs FOR FILTER 400
20 [REALTIME] IMDb IDs FOR FILTER 500
21 [REALTIME] IMDb IDs FOR FILTER 600
22 [REALTIME] IMDb IDs FOR FILTER 700
23 [REALTIME] IMDb IDs FOR FILTER 800
24 [REALTIME] IMDb IDs FOR FILTER 900
25 [REALTIME] IMDb IDs FOR FILTER 1000

[…] many lines later...[…]

1535 [REALTIME] IMDb IDs FOR FILTER 152000
1536 [REALTIME] IMDb IDs FOR FILTER 152100
1537 [REALTIME] IMDb IDs FOR FILTER 152200
1538 [REALTIME] IMDb IDs FOR FILTER 152300
1539 [REALTIME] IMDb IDs FOR FILTER 152400
1540 [REALTIME] IMDb IDs FOR FILTER 152500
1541 [REALTIME] IMDb IDs FOR FILTER 152600
1542 [REALTIME] IMDb IDs FOR FILTER 152700
1543 [REALTIME] IMDb IDs FOR FILTER 152800
1544 [REALTIME] IMDb IDs FOR FILTER 152900
1545 [REALTIME] IMDb IDs FOR FILTER 153000
1546 [REALTIME] IMDb IDs FOR FILTER 153100
1547 [REALTIME] IMDb IDs FOR FILTER 153200
1548 [REALTIME] IMDb IDs FOR FILTER 153300
1549 [REALTIME] IMDb IDs FOR FILTER 153400
1550 [REALTIME] IMDb IDs FOR FILTER 153500
1551 [REALTIME] IMDb IDs FOR FILTER 153600
1552 [REALTIME] IMDb IDs FOR FILTER 153700
1553 [REALTIME] IMDb IDs FOR FILTER 153800
1554 [REALTIME] IMDb IDs FOR FILTER 153900
1555 [REALTIME] IMDb IDs FOR FILTER 154000
1556 [REALTIME] IMDb IDs FOR FILTER 154100
1557 [REALTIME] IMDb IDs FOR FILTER 154200
1558 [REALTIME] IMDb IDs FOR FILTER 154300
1559 [REALTIME] IMDb IDs FOR FILTER 154400
1560 [REALTIME] IMDb IDs FOR FILTER 154500
1561 [REALTIME] IMDb IDs FOR FILTER 154600
1562 [REALTIME] IMDb IDs FOR FILTER 154700
1563 [REALTIME] IMDb IDs FOR FILTER 154800
1564 [REALTIME] IMDb IDs FOR FILTER 154900
1565 [REALTIME] IMDb IDs FOR FILTER 155000
1566 [REALTIME] IMDb IDs FOR FILTER 155100
1567 [REALTIME] IMDb IDs FOR FILTER 155200
1568 [REALTIME] IMDb IDs FOR FILTER 155300
1569 [REALTIME] IMDb IDs FOR FILTER 155400
1570 [REALTIME] IMDb IDs FOR FILTER 155500
1571 /usr/bin/cinemapress: line 2300: 2592484 Killed                  node /home/"${CP_DOMAIN}"/lib/CP_movies.js "run"

However after removing all movies and trying with less movies like 18k, IMDb ratings are added to the 18K movies pages without error:

SPOILER:
[REALTIME] IMDb IDs 0
[REALTIME] IMDb IDs 100000
[REALTIME] IMDb IDs 200000
[REALTIME] IMDb IDs 300000
[REALTIME] IMDb IDs 400000
[REALTIME] IMDb IDs 500000
[REALTIME] IMDb IDs 600000
[REALTIME] IMDb IDs 700000
[REALTIME] IMDb IDs 800000
[REALTIME] IMDb IDs 900000
[REALTIME] IMDb IDs 1000000
[REALTIME] IMDb IDs 1100000
[REALTIME] IMDb IDs FOR FILTER 100
[REALTIME] IMDb IDs FOR FILTER 200
[REALTIME] IMDb IDs FOR FILTER 300
[REALTIME] IMDb IDs FOR FILTER 400
[REALTIME] FILTER IMDb IDs 0
[REALTIME] FILTER IMDb IDs 100000
[REALTIME] FILTER IMDb IDs 200000
[REALTIME] FILTER IMDb IDs 300000
[REALTIME] FILTER IMDb IDs 400000
[REALTIME] FILTER IMDb IDs 500000
[REALTIME] FILTER IMDb IDs 600000
[REALTIME] FILTER IMDb IDs 700000
[REALTIME] FILTER IMDb IDs 800000
[REALTIME] FILTER IMDb IDs 900000
[REALTIME] FILTER IMDb IDs 1000000
[REALTIME] FILTER IMDb IDs 1100000
[REALTIME] 2021-12-20 02:38:53 [ 723 MB ] 5.05 1.45 0.50
[REALTIME] 1 / 18110 [18110] UPDATE MOVIE 409916362 
{
  custom: {
    imdb_id: '9916362',
    unique: false,
    lastmod: '2021-12-19T19:51:31.110Z'
  },
  imdb_rating: 64,
  imdb_vote: 4145,
  id: 409916362,
  kp_id: 409916362,
  rating: 68,
  vote: 179,
  kp_rating: 0,
  kp_vote: 0,
  premiere: 738065,
  type: 0,
  poster: '/lyB3yoQbGO3LiCVuSOD2g17Hr6p.jpg',
  title_ru: '',
  title_en: 'Coven',
  title_page: '',
  description: "French Basque Country, year 1609. The men of a small fishing village have gone to sea. Judge Rostegui, who has been charged by the king with ridding the country of the devil's wiles, arrests Ana and her friends and accuses them of witchcraft.",
  description_short: '',
  pictures: '/yxrAG28kXDuKJ7KJkQoj6e0dCcy.jpg',
  query_id: '409916362',
  search: 'Coven',
  year: '2020',
  country: 'Argentina,Spain,France',
  director: 'Pablo Agüero',
  genre: 'Drama,History',
  actor: 'Alex Brendemühl,Amaia Aberasturi,Daniel Fanego,Garazi Urkola,Yune Nogueiras',
  player: '',
  translate: '',
  quality: ''
}

[...]Some lines later...[...]

[REALTIME] 18110 / 18110 [18110] UPDATE MOVIE 400000417 
{
  custom: {
    imdb_id: '0000417',
    unique: false,
    lastmod: '2021-12-19T19:56:35.211Z'
  },
  imdb_rating: 82,
  imdb_vote: 47218,
  id: 400000417,
  kp_id: 400000417,
  rating: 80,
  vote: 1236,
  kp_rating: 0,
  kp_vote: 0,
  premiere: 694797,
  type: 0,
  poster: '/9o0v5LLFk51nyTBHZSre6OB37n2.jpg',
  title_ru: '',
  title_en: 'A Trip to the Moon',
  title_page: '',
  description: 'Professor Barbenfouillis and five of his colleagues from the Academy of Astronomy travel to the Moon aboard a rocket propelled by a giant cannon. Once on the lunar surface, the bold explorers face the many perils hidden in the caves of the mysterious satellite.',
  description_short: '',
  pictures: '/kJSnhBQZyCcbqxMZJuDby8ULcfS.jpg',
  query_id: '400000417',
  search: 'A Trip to the Moon',
  year: '1902',
  country: 'France',
  director: 'Georges Méliès',
  genre: 'Adventure,Fantasy,Sci-Fi',
  actor: "Georges Méliès,Bleuette Bernon,Victor André,Henri Delannoy,Brunnet",
  player: '',
  translate: '',
  quality: ''
}
[REALTIME] ADDED: 0
[REALTIME] UPDATE: 18110
[REALTIME] ADDED: 0
[REALTIME] UPDATE: 18110
[REALTIME] 2021-12-20 02:42:31 [ 859 MB ] 1.53 1.48 0.72
[REALTIME] DONE: 272840.874ms

1) How to fix this?

Here are the specifications of the VPS: Intel Xeon E5 / 2x2.6 GHz / 2 GB DDR4

2) Do you think I got this error due to lack of RAM and/or CPU?

3) If so, what would be the recommended specs for the VPS to be able to run the datasets.imdbws.com line on large scale without error?

4) How to remove IMDB Rating and votes that display in Google SERP snippet?

Does I need to only remove this line from CP_schema.js:

opengraph +='<meta property="ya:ovs:rating" content="' + movie.rating / 10 + '" />';

Or does there is anything else to edit inside CP-Schema.js?

Thanks a lots for making this free CMS available to everyone!

I wish you all a very happy festive season!

Website content module

Hi,

Regarding the pages published using the Website content module I noticied that:

  • The title page is the same as H1
  • The meta description is an excerpt from the first paragraph of the article

How to create a custom H1?

How to create a custom description?

Regarding H1, I removed <h1 class="page-title"><%- page.h1 %></h1> and included it manually inside the Page description like this:

But H1 appear inside the meta description and there is no space between it and next word:

<meta name="description" content="H1 heading tagTom Cruise and director Doug Lyman will go into space in October 2021. This is stated on the Space Shuttle Twitter page, where a list of trips">

If it was possible to write a custom description for news in website content module, that would solve the issue with H1. 👍

Thanks!

delete all movies

как удалить все автоматически загруженные фильмы*?

Please recheck after the change I am not able to upload through FTP.

Please recheck after the change I am not able to upload through FTP.
It goes through the first two FTP storage and deletes the file and leaves an empty folder in .process folder and also copy multiple time to FTP

�[0mUPLOAD TO CINEMATORRENT1
CREATE DIR tt5748448
UPLOAD FILE tt5748448/Copshop.2021.HDRip.XviD.AC3-EVO.avi
2021/10/20 21:00:54 DEBUG : Setting --config "/home/smashyhit.com/config/production/rclone.conf" from environment variable RCLONE_CONFIG="/home/smashyhit.com/config/production/rclone.conf"
2021/10/20 21:00:54 DEBUG : rclone: Version "v1.56.2" starting with parameters ["rclone" "-vv" "--retries" "3" "--low-level-retries" "3" "--ignore-size" "copy" "/home/smashyhit.com/files/torrent/.process/tt5748448/Copshop.2021.HDRip.XviD.AC3-EVO.avi" "CINEMATORRENT1:tt5748448/"]
2021/10/20 21:00:54 DEBUG : Creating backend with remote "/home/smashyhit.com/files/torrent/.process/tt5748448/Copshop.2021.HDRip.XviD.AC3-EVO.avi"
2021/10/20 21:00:54 DEBUG : Using config file from "/home/smashyhit.com/config/production/rclone.conf"
2021/10/20 21:00:54 DEBUG : fs cache: adding new entry for parent of "/home/smashyhit.com/files/torrent/.process/tt5748448/Copshop.2021.HDRip.XviD.AC3-EVO.avi", "/home/smashyhit.com/files/torrent/.process/tt5748448"
2021/10/20 21:00:54 DEBUG : Creating backend with remote "CINEMATORRENT1:tt5748448/"
2021/10/20 21:00:54 DEBUG : ftp://ftp.doodstream.com:21/tt5748448: Connecting to FTP server
2021/10/20 21:00:54 DEBUG : Copshop.2021.HDRip.XviD.AC3-EVO.avi: Need to transfer - File not found at Destination
2021/10/20 21:01:54 INFO  : 
Transferred:   	    1.333Gi / 1.333 GiByte, 100%, 12.501 MiByte/s, ETA 0s
Transferred:            0 / 1, 0%
Elapsed time:       1m0.2s
Transferring: Copshop.2021.HDRip.XviD.AC3-EVO.avi:100% /1.333Gi, 12.499Mi/s, 0s

2021/10/20 21:01:55 ERROR : Copshop.2021.HDRip.XviD.AC3-EVO.avi: Failed to copy: update getinfo: object not found
2021/10/20 21:01:55 ERROR : Attempt 1/3 failed with 1 errors and: update getinfo: object not found
2021/10/20 21:01:55 DEBUG : Copshop.2021.HDRip.XviD.AC3-EVO.avi: Need to transfer - File not found at Destination
2021/10/20 21:02:42 ERROR : Copshop.2021.HDRip.XviD.AC3-EVO.avi: Failed to copy: update getinfo: object not found
2021/10/20 21:02:42 ERROR : Attempt 2/3 failed with 1 errors and: update getinfo: object not found
2021/10/20 21:02:42 DEBUG : Copshop.2021.HDRip.XviD.AC3-EVO.avi: Need to transfer - File not found at Destination
2021/10/20 21:02:54 INFO  : 
Transferred:   	    3.031Gi / 4.000 GiByte, 76%, 29.456 MiByte/s, ETA 33s
Transferred:            0 / 1, 0%
Elapsed time:       2m0.3s
Transferring: Copshop.2021.HDRip.XviD.AC3-EVO.avi: 27% /1.333Gi, 30.831Mi/s, 32s

2021/10/20 21:03:33 ERROR : Copshop.2021.HDRip.XviD.AC3-EVO.avi: Failed to copy: update getinfo: object not found
2021/10/20 21:03:33 ERROR : Attempt 3/3 failed with 1 errors and: update getinfo: object not found
2021/10/20 21:03:33 INFO  : 
Transferred:   	    4.000Gi / 4.000 GiByte, 100%, 29.590 MiByte/s, ETA 0s
Errors:                 1 (retrying may help)
Elapsed time:      2m39.0s

2021/10/20 21:03:33 DEBUG : 2 go routines active
2021/10/20 21:03:33 Failed to copy: update getinfo: object not found
UPLOAD TO CINEMATORRENT2
CREATE DIR tt5748448
UPLOAD FILE tt5748448/Copshop.2021.HDRip.XviD.AC3-EVO.avi
2021/10/20 21:03:36 DEBUG : Setting --config "/home/smashyhit.com/config/production/rclone.conf" from environment variable RCLONE_CONFIG="/home/smashyhit.com/config/production/rclone.conf"
2021/10/20 21:03:36 DEBUG : rclone: Version "v1.56.2" starting with parameters ["rclone" "-vv" "--retries" "3" "--low-level-retries" "3" "--ignore-size" "copy" "/home/smashyhit.com/files/torrent/.process/tt5748448/Copshop.2021.HDRip.XviD.AC3-EVO.avi" "CINEMATORRENT2:tt5748448/"]
2021/10/20 21:03:36 DEBUG : Creating backend with remote "/home/smashyhit.com/files/torrent/.process/tt5748448/Copshop.2021.HDRip.XviD.AC3-EVO.avi"
2021/10/20 21:03:36 DEBUG : Using config file from "/home/smashyhit.com/config/production/rclone.conf"
2021/10/20 21:03:36 DEBUG : fs cache: adding new entry for parent of "/home/smashyhit.com/files/torrent/.process/tt5748448/Copshop.2021.HDRip.XviD.AC3-EVO.avi", "/home/smashyhit.com/files/torrent/.process/tt5748448"
2021/10/20 21:03:36 DEBUG : Creating backend with remote "CINEMATORRENT2:tt5748448/"
2021/10/20 21:03:36 DEBUG : ftp://ftp.streamon.to:21/tt5748448: Connecting to FTP server
2021/10/20 21:03:38 DEBUG : Copshop.2021.HDRip.XviD.AC3-EVO.avi: Need to transfer - File not found at Destination
2021/10/20 21:04:22 INFO  : Copshop.2021.HDRip.XviD.AC3-EVO.avi: Copied (new)
2021/10/20 21:04:22 INFO  : 
Transferred:   	    1.333Gi / 1.333 GiByte, 100%, 31.296 MiByte/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:        46.5s

2021/10/20 21:04:22 DEBUG : 4 go routines active
UPLOAD TO CINEMATORRENT3
CREATE DIR tt5748448
UPLOAD TO CINEMATORRENT4
CREATE DIR tt5748448
UPLOAD TO CINEMATORRENT5
CREATE DIR tt5748448
2021/10/20 21:04:27 ERROR : Attempt 1/3 failed with 1 errors and: 552 MKD denied: quota exceeded: used 200 of 200 upload files
MKD: notice: quota reached: used 200 of 200 upload files
2021/10/20 21:04:27 ERROR : Attempt 2/3 failed with 1 errors and: 552 MKD denied: quota exceeded: used 200 of 200 upload files
MKD: notice: quota reached: used 200 of 200 upload files
2021/10/20 21:04:27 ERROR : Attempt 3/3 failed with 1 errors and: 552 MKD denied: quota exceeded: used 200 of 200 upload files
MKD: notice: quota reached: used 200 of 200 upload files
2021/10/20 21:04:27 Failed to mkdir: 552 MKD denied: quota exceeded: used 200 of 200 upload files
MKD: notice: quota reached: used 200 of 200 upload files
UPLOAD TO CINEMATORRENT6
CREATE DIR tt5748448
UPLOAD TO CINEMATORRENT7
CREATE DIR tt5748448
UPLOAD TO CINEMATORRENT9
CREATE DIR tt5748448

Originally posted by @bunty19 in #23 (comment)

Автоматические коллекции &not_country параметр

У балансеров есть параметр not_country, дописав который к запросу, можно исключить ненужную страну. Но после сохранения строки вида list&not_country=, она преобразуется в list¬_country= 😞

Huge lack of links in Sitemap...

Hi,

It's been over a week since 74k movies (from year 1900 to year 2021) have been published and many <sitemap><loc>https://example.com/sitemap/year/xxxx</loc></sitemap> links are missing in https://example.com/sitemap.

Same in https://example.com/sitemap/year , many <url><loc>https://example.com/year-xxxx</loc></url> links are missing .

The missing links which contains lots of movies urls have still not been added to the sitemap index however all the 142 json files (from year-1890.json to year-2031.json) inside /snow/views/sitemap are updated every day.

Btw I am not the only one with this problem. Indeed, I have browsed a dozen sites using Cinemapress and they all have missing links in their sitemap.

Below is my sitemap index: https://example.com/sitemap:

SPOILER: example.com/sitemap
<?xml version="1.0" encoding="utf-8" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
  	<loc>https://example.com/sitemap/year/2021</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/2001</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1954</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1951</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1948</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1947</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1946</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1945</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1944</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1943</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1942</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1941</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1940</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1939</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1938</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1937</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1936</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1935</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1934</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1933</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1932</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1931</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1930</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1929</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1928</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1927</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1926</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1925</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1924</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1923</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1922</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1921</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1920</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1919</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1918</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1917</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1916</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1915</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1914</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1913</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1912</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1911</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1910</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1909</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1908</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1907</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1906</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1905</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1904</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1903</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1902</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1901</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year/1900</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/year</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/genre</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/country</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/actor</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/director</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/type</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/content</loc>
  </sitemap>
  <sitemap>
  	<loc>https://example.com/sitemap/comment</loc>
  </sitemap>
</sitemapindex>

67 <sitemap><loc></loc></sitemap> are missing:

  • from 2002 to 2020 (18)
  • from 1955 to 2000 (45)
  • from 1952 to 1953 (2)
  • from 1949 to 1950 (2)

Below is my sitemap year https://example.com/sitemap/year:

SPOILER: example.com/sitemap/year
<?xml version="1.0" encoding="utf-8" ?>
<urlset
	xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
	xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        <url>
		<loc>https://example.com/year-2021</loc>
	</url>
	<url>
		<loc>https://example.com/year-2001</loc>
	</url>
	<url>
		<loc>https://example.com/year-1954</loc>
	</url>
	<url>
		<loc>https://example.com/year-1951</loc>
	</url>
	<url>
		<loc>https://example.com/year-1948</loc>
	</url>
	<url>
		<loc>https://example.com/year-1947</loc>
	</url>
	<url>
		<loc>https://example.com/year-1946</loc>
	</url>
	<url>
		<loc>https://example.com/year-1945</loc>
	</url>
	<url>
		<loc>https://example.com/year-1944</loc>
	</url>
	<url>
		<loc>https://example.com/year-1943</loc>
	</url>
	<url>
		<loc>https://example.com/year-1942</loc>
	</url>
	<url>
		<loc>https://example.com/year-1941</loc>
	</url>
	<url>
		<loc>https://example.com/year-1940</loc>
	</url>
	<url>
		<loc>https://example.com/year-1939</loc>
	</url>
	<url>
		<loc>https://example.com/year-1938</loc>
	</url>
	<url>
		<loc>https://example.com/year-1937</loc>
	</url>
	<url>
		<loc>https://example.com/year-1936</loc>
	</url>
	<url>
		<loc>https://example.com/year-1935</loc>
	</url>
	<url>
		<loc>https://example.com/year-1934</loc>
	</url>
	<url>
		<loc>https://example.com/year-1933</loc>
	</url>
	<url>
		<loc>https://example.com/year-1932</loc>
	</url>
	<url>
		<loc>https://example.com/year-1931</loc>
	</url>
	<url>
		<loc>https://example.com/year-1930</loc>
	</url>
	<url>
		<loc>https://example.com/year-1929</loc>
	</url>
	<url>
		<loc>https://example.com/year-1928</loc>
	</url>
	<url>
		<loc>https://example.com/year-1927</loc>
	</url>
	<url>
		<loc>https://example.com/year-1926</loc>
	</url>
	<url>
		<loc>https://example.com/year-1925</loc>
	</url>
	<url>
		<loc>https://example.com/year-1924</loc>
	</url>
	<url>
		<loc>https://example.com/year-1923</loc>
	</url>
	<url>
		<loc>https://example.com/year-1922</loc>
	</url>
	<url>
		<loc>https://example.com/year-1921</loc>
	</url>
	<url>
		<loc>https://example.com/year-1920</loc>
	</url>
	<url>
		<loc>https://example.com/year-1919</loc>
	</url>
	<url>
		<loc>https://example.com/year-1918</loc>
	</url>
	<url>
		<loc>https://example.com/year-1917</loc>
	</url>
	<url>
		<loc>https://example.com/year-1916</loc>
	</url>
	<url>
		<loc>https://example.com/year-1915</loc>
	</url>
	<url>
		<loc>https://example.com/year-1914</loc>
	</url>
	<url>
		<loc>https://example.com/year-1913</loc>
	</url>
	<url>
		<loc>https://example.com/year-1912</loc>
	</url>
	<url>
		<loc>https://example.com/year-1911</loc>
	</url>
	<url>
		<loc>https://example.com/year-1910</loc>
	</url>
	<url>
		<loc>https://example.com/year-1909</loc>
	</url>
	<url>
		<loc>https://example.com/year-1908</loc>
	</url>
	<url>
		<loc>https://example.com/year-1907</loc>
	</url>
	<url>
		<loc>https://example.com/year-1906</loc>
	</url>
	<url>
		<loc>https://example.com/year-1905</loc>
	</url>
	<url>
		<loc>https://example.com/year-1904</loc>
	</url>
	<url>
		<loc>https://example.com/year-1903</loc>
	</url>
	<url>
		<loc>https://example.com/year-1902</loc>
	</url>
	<url>
		<loc>https://example.com/year-1901</loc>
	</url>
	<url>
		<loc>https://example.com/year-1900</loc>
	</url>
</urlset>

67 <url><loc></loc></url> are missing.

I noticed that years settings in Publication Setting> Topical Website> years instantly change the sitemap but this doesn't fix the issue.

Since I want only movies from 1900 to 2021 I put:

SPOILER:

!"1890" !"1891" !"1892" !"1893" !"1894" !"1895" !"1896" !"1897" !"1898" !"1899" !"2022" !"2023" !"2024" !"2025" !"2026" !"2027" !"2028" !"2029" !"2030" !"2031" !"2032" !"2033"

Or:

SPOILER:

"1900" | "1901" | "1902" | "1903" | "1904" | "1905" | "1906" | "1907" | "1908" | "1909" | "1910" | "1911" | "1912" | "1913" | "1914" | "1915" | "1916" | "1917" | "1918" | "1919" | "1920" | "1921" | "1922" | "1923" | "1924" | "1925" | "1926" | "1927" | "1928" | "1929" | "1930" | "1931" | "1932" | "1933" | "1934" | "1935" | "1936" | "1937" | "1938" | "1939" | "1940" | "1941" | "1942" | "1943" | "1944" | "1945" | "1946" | "1947" | "1948" | "1949" | "1950" | "1951" | "1952" | "1953" | "1954" | "1955" | "1956" | "1957" | "1958" | "1959" | "1960" | "1961" | "1962" | "1963" | "1964" | "1965" | "1966" | "1967" | "1968" | "1969" | "1970" | "1971" | "1972" | "1973" | "1974" | "1975" | "1976" | "1977" | "1978" | "1979" | "1980" | "1981" | "1982" | "1983" | "1984" | "1985" | "1986" | "1987" | "1988" | "1989" | "1990" | "1991" | "1992" | "1993" | "1994" | "1995" | "1996" | "1997" | "1998" | "1999" | "2000" | "2001" | "2002" | "2003" | "2004" | "2005" | "2006" | "2007" | "2008" | "2009" | "2010" | "2011" | "2012" | "2013" | "2014" | "2015" | "2016" | "2017" | "2018" | "2019" | "2020" | "2021"

But even if I leave Year settings empty many links are still missing in sitemap index and sitemap year.

Also same links are missing in https://example.com/year:

I tried to edit manually /files/year.json by adding all missing links:

SPOILER: /files/year.json
[
 {
   "url": "https://example.com/year-2021",
   "title": "2021",
   "image": "/themes/default/public/desktop/img/player.png"
 },
 {
   "url": "https://example.com/year-2020",
   "title": "2020",
   "image": "/themes/default/public/desktop/img/player.png"
 },
 {
   "url": "https://example.com/year-2019",
   "title": "2019",
   "image": "/themes/default/public/desktop/img/player.png"
 },
 {
   "url": "https://example.com/year-2018",
   "title": "2018",
   "image": "/themes/default/public/desktop/img/player.png"
 },
 {
   "url": "https://example.com/year-2017",
   "title": "2017",
   "image": "/themes/default/public/desktop/img/player.png"
 },
 {
   "url": "https://example.com/year-2016",
   "title": "2016",
   "image": "/themes/default/public/desktop/img/player.png"
 },
 {
   "url": "https://example.com/year-2015",
   "title": "2015",
   "image": "/themes/default/public/desktop/img/player.png"
 },
 {
   "url": "https://example.com/year-2014",
   "title": "2014",
   "image": "/themes/default/public/desktop/img/player.png"
 },
 {
   "url": "https://example.com/year-2013",
   "title": "2013",
   "image": "/themes/default/public/desktop/img/player.png"
 },
 {
   "url": "https://example.com/year-2012",
   "title": "2012",
   "image": "/files/picture/small/sLWUtbrpiLp23a0XDSiUiltdFPJ.jpg"
 },
 {
   "url": "https://example.com/year-2011",
   "title": "2011",
   "image": "/files/picture/small/yFuKvT4Vm3sKHdFY4eG6I4ldAnn.jpg"
 },
 {
   "url": "https://example.com/year-2010",
   "title": "2010",
   "image": "/files/picture/small/U8QRD7jvTXEYsUXq74IFKaSiL5.jpg"
 },
 {
   "url": "https://example.com/year-2009",
   "title": "2009",
   "image": "/files/picture/small/rRpAZOPY3XxMJY65AJ396IWyjU4.jpg"
 },
 {
   "url": "https://example.com/year-2008",
   "title": "2008",
   "image": "/files/picture/small/7oHEGyYGS21voFr0J6P92n3lORp.jpg"
 },
 {
   "url": "https://example.com/year-2007",
   "title": "2007",
   "image": "/files/picture/small/A5KyGSqq13eoW380LINMk8vQFuW.jpg"
 },
 {
   "url": "https://example.com/year-2006",
   "title": "2006",
   "image": "/files/picture/small/A5KyGSqq13eoW380LINMk8vQFuW.jpg"
 },
 {
   "url": "https://example.com/year-2005",
   "title": "2005",
   "image": "/files/picture/small/A5KyGSqq13eoW380LINMk8vQFuW.jpg"
 },
 {
   "url": "https://example.com/year-2004",
   "title": "2004",
   "image": "/files/picture/small/v6ejJREqtrKoveHhX7q0mwP9iUd.jpg"
 },
 {
   "url": "https://example.com/year-2003",
   "title": "2003",
   "image": "/files/picture/small/x1BTLDDijvms3Yi9NZoxxniTDGA.jpg"
 },
 {
   "url": "https://example.com/year-2002",
   "title": "2002",
   "image": "/files/picture/small/s04Ds4xbJU7DzeGVyamccH4LoxF.jpg"
 },
 {
   "url": "https://example.com/year-2001",
   "title": "2001",
   "image": "/files/picture/small/hfeiSfWYujh6MKhtGTXyK3DD4nN.jpg"
 },
 {
   "url": "https://example.com/year-2000",
   "title": "2000",
   "image": "/files/picture/small/n4GJFGzsc7NinI1VeGDXIcQjtU2.jpg"
 },
 {
   "url": "https://example.com/year-1999",
   "title": "1999",
   "image": "/files/picture/small/cmyDcJLkWjIBsB74K7BMA5DL5QU.jpg"
 },
 {
   "url": "https://example.com/year-1998",
   "title": "1998",
   "image": "/files/picture/small/fryen9fnjlm0YibKTDNGzWNBOSo.jpg"
 },
 {
   "url": "https://example.com/year-1997",
   "title": "1997",
   "image": "/files/picture/small/65fXLi8dFQm5FkGIbGt0ZlBLQNi.jpg"
 },
 {
   "url": "https://example.com/year-1996",
   "title": "1996",
   "image": "/files/picture/small/kdx9N1Wn097GE3pVqn5lbqlL52U.jpg"
 },
 {
   "url": "https://example.com/year-1995",
   "title": "1995",
   "image": "/files/picture/small/yDJjArj5IMUkvUS2ZEVDyoR6cJa.jpg"
 },
 {
   "url": "https://example.com/year-1994",
   "title": "1994",
   "image": "/files/picture/small/mOOJm3tamy9iHg2mOEA77CM6ufZ.jpg"
 },
 {
   "url": "https://example.com/year-1993",
   "title": "1993",
   "image": "/files/picture/small/fyx4nXXGsOwoHOwzfcReaTxhCB0.jpg"
 },
 {
   "url": "https://example.com/year-1992",
   "title": "1992",
   "image": "/files/picture/small/zm4Ie89cNGIppLdrArKQr3wXDZ9.jpg"
 },
 {
   "url": "https://example.com/year-1991",
   "title": "1991",
   "image": "/files/picture/small/9CkI4VsYF8qJWfZpPqwZnBctb3M.jpg"
 },
 {
   "url": "https://example.com/year-1990",
   "title": "1990",
   "image": "/files/picture/small/v4dLYy1iYtaiEMY2b6ycki9P7aP.jpg"
 },
 {
   "url": "https://example.com/year-1989",
   "title": "1989",
   "image": "/files/picture/small/4HJN6dyyPMJTimMglfEdVxjW2p5.jpg"
 },
 {
   "url": "https://example.com/year-1988",
   "title": "1988",
   "image": "/files/picture/small/l4nnri0d2krbQpeRKGNyWhoBtxP.jpg"
 },
 {
   "url": "https://example.com/year-1987",
   "title": "1987",
   "image": "/files/picture/small/b7HsWYjyrVkDPkAFFAGZ76iainK.jpg"
 },
 {
   "url": "https://example.com/year-1986",
   "title": "1986",
   "image": "/files/picture/small/pgmSF9GiqcphWMsRC8CbZjW1KHP.jpg"
 },
 {
   "url": "https://example.com/year-1985",
   "title": "1985",
   "image": "/files/picture/small/5zH1u5XwGVVW89AQRNyyBolIR3x.jpg"
 },
 {
   "url": "https://example.com/year-1984",
   "title": "1984",
   "image": "/files/picture/small/vwujhWt2Slf3U6QzTMw7DQnYX8l.jpg"
 },
 {
   "url": "https://example.com/year-1983",
   "title": "1983",
   "image": "/files/picture/small/ax6u1hXy9ZWvdl7uYTadx7RFReg.jpg"
 },
 {
   "url": "https://example.com/year-1982",
   "title": "1982",
   "image": "/files/picture/small/fNp2ikvY8WZTyVbK1iXW84RLbO5.jpg"
 },
 {
   "url": "https://example.com/year-1981",
   "title": "1981",
   "image": "/files/picture/small/9pJa2ytTU8meLp23smT6pQ3vkpK.jpg"
 },
 {
   "url": "https://example.com/year-1980",
   "title": "1980",
   "image": "/files/picture/small/4FrnC2zkIU16ukeGAjjtEmIfcRV.jpg"
 },
 {
   "url": "https://example.com/year-1979",
   "title": "1979",
   "image": "/files/picture/small/ysflAbvIhfWHY9eEKwnADgg4jyv.jpg"
 },
 {
   "url": "https://example.com/year-1978",
   "title": "1978",
   "image": "/files/picture/small/scWdHZPuG1Fz3xheYSQ7Bf36uOc.jpg"
 },
 {
   "url": "https://example.com/year-1977",
   "title": "1977",
   "image": "/files/picture/small/xV12mXByFvXltgO4WLoqDtrmRVh.jpg"
 },
 {
   "url": "https://example.com/year-1976",
   "title": "1976",
   "image": "/files/picture/small/x5948QrtMqvnf2OBP9ESpdmONQa.jpg"
 },
 {
   "url": "https://example.com/year-1975",
   "title": "1975",
   "image": "/files/picture/small/gLA1cUHcGGDO8pXYxhSljLId5wq.jpg"
 },
 {
   "url": "https://example.com/year-1974",
   "title": "1974",
   "image": "/files/picture/small/rH5st8lYd2Jfhk3ixN4mluYDFH7.jpg"
 },
 {
   "url": "https://example.com/year-1973",
   "title": "1973",
   "image": "/files/picture/small/pxwaKSp8x4gL4EAGfpEZml542fi.jpg"
 },
 {
   "url": "https://example.com/year-1972",
   "title": "1972",
   "image": "/files/picture/small/jMWpOY1bFCezu9YVxw5Nexzp9J9.jpg"
 },
 {
   "url": "https://example.com/year-1971",
   "title": "1971",
   "image": "/files/picture/small/2SDRBF33WG9urCgnrT9ACkzl2SE.jpg"
 },
 {
   "url": "https://example.com/year-1970",
   "title": "1970",
   "image": "/files/picture/small/gMGFCW5YCR0C958xxuKAoInUoiE.jpg"
 },
 {
   "url": "https://example.com/year-1969",
   "title": "1969",
   "image": "/files/picture/small/C6jcUqld8M6hZQmzBxgwHuQ4qT.jpg"
 },
 {
   "url": "https://example.com/year-1968",
   "title": "1968",
   "image": "/files/picture/small/z1mGshfVVUNyjeLaqSzO56ROGk6.jpg"
 },
 {
   "url": "https://example.com/year-1967",
   "title": "1967",
   "image": "/files/picture/small/fyzSiE8IWezmd3ls1amHNeOkrEf.jpg"
 },
 {
   "url": "https://example.com/year-1966",
   "title": "1966",
   "image": "/files/picture/small/A5sZ1OxIH5StZgqBE9MslgsWjK6.jpg"
 },
 {
   "url": "https://example.com/year-1965",
   "title": "1965",
   "image": "/files/picture/small/qbQadON1LAtoX26RzHBMFW5wMnG.jpg"
 },
 {
   "url": "https://example.com/year-1964",
   "title": "1964",
   "image": "/files/picture/small/sTp8K0SfcC2RQef1Tu160z3niHO.jpg"
 },
 {
   "url": "https://example.com/year-1963",
   "title": "1963",
   "image": "/files/picture/small/5nAYjMYxC8bHc7sKCFhfd6y3eMa.jpg"
 },
 {
   "url": "https://example.com/year-1962",
   "title": "1962",
   "image": "/files/picture/small/56iJMC7x5tLGLu5webnyMqrJJ5t.jpg"
 },
 {
   "url": "https://example.com/year-1961",
   "title": "1961",
   "image": "/files/picture/small/jXZ2tyJl44yKvh22I6ooQwU5rFM.jpg"
 },
 {
   "url": "https://example.com/year-1960",
   "title": "1960",
   "image": "/files/picture/small/xvmcOdrQU3VgGQFXwo6gVeK2o3a.jpg"
 },
 {
   "url": "https://example.com/year-1959",
   "title": "1959",
   "image": "/files/picture/small/1UyPMNGlArGLv14qONr2sDQXx2w.jpg"
 },
 {
   "url": "https://example.com/year-1958",
   "title": "1958",
   "image": "/files/picture/small/w9dCUTGhfFr5igO1Ibl8ZV7KGUs.jpg"
 },
 {
   "url": "https://example.com/year-1957",
   "title": "1957",
   "image": "/files/picture/small/qqHQsStV6exghCM7zbObuYBiYxw.jpg"
 },
 {
   "url": "https://example.com/year-1956",
   "title": "1956",
   "image": "/files/picture/small/lj7aURTTktw8IRXiV1WYCxdEBKX.jpg"
 },
 {
   "url": "https://example.com/year-1955",
   "title": "1955",
   "image": "/files/picture/small/u1wxXBJpxifopSbVxCjgTVapEE1.jpg"
 },
 {
   "url": "https://example.com/year-1954",
   "title": "1954",
   "image": "/files/picture/small/pIBZpX9H6U6Nk6gbyWTD4rFKEqq.jpg"
 },
 {
   "url": "https://example.com/year-1953",
   "title": "1953",
   "image": "/files/picture/small/9DuaDPEMhs8ZHLlA880hbdQpu7V.jpg"
 },
 {
   "url": "https://example.com/year-1952",
   "title": "1952",
   "image": "/files/picture/small/gwe1k68ZFxEo8ZqqR73oobiQwK4.jpg"
 },
 {
   "url": "https://example.com/year-1951",
   "title": "1951",
   "image": "/files/picture/small/74n5BRb5YGyEiMS4pG69Ow6FKyS.jpg"
 },
 {
   "url": "https://example.com/year-1950",
   "title": "1950",
   "image": "/files/picture/small/zAL3LOswagN9onjN8DPcNFTqKuD.jpg"
 },
 {
   "url": "https://example.com/year-1949",
   "title": "1949",
   "image": "/files/picture/small/y0SN5BzkUBjxAKaznA4CLTZlyY6.jpg"
 },
 {
   "url": "https://example.com/year-1948",
   "title": "1948",
   "image": "/files/picture/small/8O9EHaBmtmVSb3muS84ZyqfTcP3.jpg"
 },
 {
   "url": "https://example.com/year-1947",
   "title": "1947",
   "image": "/files/picture/small/zHEFEyMZ5KRVX4rFQmupMFc2dGD.jpg"
 },
 {
   "url": "https://example.com/year-1946",
   "title": "1946",
   "image": "/files/picture/small/2Ae0iV2HR3Raoras8G40MjBtJnn.jpg"
 },
 {
   "url": "https://example.com/year-1945",
   "title": "1945",
   "image": "/files/picture/small/59kBgtfbhh1dalgjGvFhDL98jN.jpg"
 },
 {
   "url": "https://example.com/year-1944",
   "title": "1944",
   "image": "/files/picture/small/fEVYmqXuD9iqesoYexOTHSGXIWK.jpg"
 },
 {
   "url": "https://example.com/year-1943",
   "title": "1943",
   "image": "/files/picture/small/bln0pnieTax3KrEpG5ZjN3fi1sw.jpg"
 },
 {
   "url": "https://example.com/year-1942",
   "title": "1942",
   "image": "/files/picture/small/cNHXm0Bv5GpatBOliHt9UdsyVFW.jpg"
 },
 {
   "url": "https://example.com/year-1941",
   "title": "1941",
   "image": "/files/picture/small/xhdDyRgnRfNanuZ5hoKNUh5M2Ce.jpg"
 },
 {
   "url": "https://example.com/year-1940",
   "title": "1940",
   "image": "/files/picture/small/4FHcxMtVruMr7ltU2cItWssLjTP.jpg"
 },
 {
   "url": "https://example.com/year-1939",
   "title": "1939",
   "image": "/files/picture/small/mt1RJGw7LvAoIGflIqYG87u84Xq.jpg"
 },
 {
   "url": "https://example.com/year-1938",
   "title": "1938",
   "image": "/files/picture/small/pmZiChyJs5Y0tz7sMAiZNNIo9z4.jpg"
 },
 {
   "url": "https://example.com/year-1936",
   "title": "1936",
   "image": "/files/picture/small/jO42dG97qZDvrWnbvs6KxC7E97c.jpg"
 },
 {
   "url": "https://example.com/year-1935",
   "title": "1935",
   "image": "/files/picture/small/2SCZfhWvFgjmVrpGWN24UpXZVbf.jpg"
 },
 {
   "url": "https://example.com/year-1933",
   "title": "1933",
   "image": "/files/picture/small/lQ30w6INbc94Hpc0BiizpOq9QbH.jpg"
 },
 {
   "url": "https://example.com/year-1932",
   "title": "1932",
   "image": "/files/picture/small/bIv1kaxb7tsiZYPO27PHfVb5eSF.jpg"
 },
 {
   "url": "https://example.com/year-1931",
   "title": "1931",
   "image": "/files/picture/small/ps82zgSDimvlYps6otcMYshrVyS.jpg"
 },
 {
   "url": "https://example.com/year-1928",
   "title": "1928",
   "image": "/files/picture/small/A1mteOfKdvK5er2sD5i02Qw3CWz.jpg"
 },
 {
   "url": "https://example.com/year-1927",
   "title": "1927",
   "image": "/files/picture/small/r8pUcom5Mw8igtBpj3AHSAUvH0R.jpg"
 },
 {
   "url": "https://example.com/year-1925",
   "title": "1925",
   "image": "/files/picture/small/jIqp5xXY2aw1kxnBPyCXkKQBOJ3.jpg"
 },
 {
   "url": "https://example.com/year-1922",
   "title": "1922",
   "image": "/files/picture/small/52gih8jlehFbi208tdlVOkluDn2.jpg"
 },
 {
   "url": "https://example.com/year-1921",
   "title": "1921",
   "image": "/files/picture/small/qxUd8WgfkKIoxlmKFWTjddAOJDz.jpg"
 },
 {
     "url": "https://example.com/year-1902",
   "title": "1902",
   "image": "/files/picture/small/pNpOXpQI5GSUfiWypubYtMh9928.jpg"
 }
]

Missing years are added:

But each 24h, /files/year.json are updated automatically and all missing links come back in https://example.com/year. Btw when I modify year.json, this doesn't have any effect on https://www.example.com/sitemap nor https://www.example.com/sitemap/year

1) How to recover all the missing links in the sitemap index and sitemap year?

2) Is there a way to manually edit the sitemap index and sitemap year, generate them again or upload a custom one at the site root?

I created a sitemap index: sitemap.xml and uploaded it to example.com/sitemap.xml but I get 404 error when I try to access it:

The only way I'm able to access it is to upload it to example.com/files/sitemap.xml. Everyone that do SEO knows that sitemap must be in the root of the domain:

A Sitemap file located at http://example.com/files/sitemap.xml can include any URLs starting with http://example.com/files/ but can not include URLs starting with http://example.com/movie/

A sitemap can be posted anywhere on your site, but a sitemap affects only descendants of the parent directory. Therefore, a sitemap posted at the site root can affect all files on the site, which is where we recommend posting your sitemaps.

Also If I put the sitemap in the Files folder, I will have to update it manually with each new movie posted. Too much work if I need to update sitemap manually with lots of movies automatically added daily with the script.

3) How to remove the sitemap link generated automatically in robots.txt?

4) The sitemap is not formed correctly. Could it be possible that Cinemapress generates a sitemap structured like this one:

SPOILER:

<?xml version="1.0" encoding="utf-8" ?>
<sitemap>
<loc>https://example.com/2021.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/2020.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/year.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/genre.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/country.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/actor.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/director.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/type.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/content.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/comment.xml</loc>
</sitemap>
</sitemapindex>

instead of this:

SPOILER:
<?xml version="1.0" encoding="utf-8" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://example.com/sitemap.xml/year/2021</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemap.xml/year/2020</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemap.xml/year</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemap.xml/genre</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemap.xml/country</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemap.xml/actor</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemap.xml/director</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemap.xml/type</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemap.xml/content</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemap.xml/comment</loc>
</sitemap>
</sitemapindex>

Thank You!

Плеер

Какие есть легальные плееры кроме pleer.video?

Can't access the web page

Recently I install this on my new linux container in proxmox at my local server.
Installed using the terminal method. When it ask for IP / Hostname I typed the local IP address of the linux container. Installation is success, the docker is running when I check on htop, but I can't access the web page

image

collaps

Как настроить вывод по API collaps. Делал все по материалу который находил в сети. Толку 0. Черный экранчик.

Sitemap redirect to wrong address

bot
Sitemap address: https://smashyhit.com/sitemap
When I visit the above address it shows the correct address example https://en.smashyhit.com/sitemap/year/2022. After I visit any link it shows https://en.smashyhit.ml/movie-id409362722-untitled-spider-man-into-the-spider-verse-sequel .The site with ml domain
I have to remove and restore the whole website. Still, it shows 404 when I visit the link

adding movies

hello
, please tell me movies like are being added, the time of addition is displayed, but the number in the database does not increase.
I made the settings as advised without restrictions. what could be the problem? thank you very much in advance

image

image

Not able to create an application

[root@smashyhit ~]# cinemapress app smashyhit.com windows

0086 sec ###############.................................. 30%
zip error: Nothing to do! (try: zip -rq /home/smashyhit.com/files/windows/app_5. 0.0.zip . -i app)
Deleted Images:
untagged: certbot/dns-cloudflare:latest
untagged: certbot/dns-cloudflare@sha256:bcd6294153eee2f00d3032fd3b3cd8f37ff4596e 4222c6f9a62f2eb03ba9dc12
deleted: sha256:a324c6d1b4386bba8098a83a2f21bcef53ffa098d3dcb87f44603bd43ab6053f
deleted: sha256:da8c22bf4b4c38f7ae7aa3cfe8aaafddf0aa6c3ba65af42c90e9bf9c20add8ff
deleted: sha256:c283b72899c39743514a22c11a6b8a270ae6804deed21bd7a348666f6e0fd9e6
deleted: sha256:f7f65fff56d5a2ffaecf83bdef00451dcc885aabfaa28f1e391070e104c55b7e
deleted: sha256:a09faae60a1775038faa81dc3cec6932bbaae08629e5e1600eb7faa0e43ce92c
deleted: sha256:c50ceaf9d626c0347f80409db9508c6bd361f13676825915f8d8a1c74c73e1cf
deleted: sha256:78c124b9bd1ba15bf195ac46d39538561e539e81670c6fb4ed3374e1295eeb44
deleted: sha256:db0a6bd0e57a66a3fbdcbd0f688537850bcb5ea90591f0dedfde8ccff185da39
deleted: sha256:5a3bf6ce7c5e14d3473e478b2b96383f47da97ec31cd66f4ccc3bc7c7b493943
deleted: sha256:281f02bc28209c7fb840c8ebe7e65041ff268a28dc3039818f804ba9b6ddd847
deleted: sha256:d3d3f939ef4a9b6bc746f02527bce13a9e00441b6c9c3d767e06bbfb4ac6a48b
deleted: sha256:f7939a947e6934316dca5914bcce0fcf1a88d761110e5ffed903c6feeccb86ef
deleted: sha256:8ae455245484be331cfa854c97bccd1a57fd48b8f4fc4208a824a201acba5e6d
deleted: sha256:84687c8c43b5b38f803aee91f0d76e39d1836cd1a651b523c4ebdf6ca9364220
deleted: sha256:6d098a1b0bd85fe3c6135c83f1a3d21dfd66faa0baede8f84f7a7d095cadcbfc
deleted: sha256:21f69febc6b17f4ddf4c78c8d1f29aa650a5130b543ca9373b681017c5558d92
deleted: sha256:32f366d666a541852cad754ee1cdb53a736110b550f0c2d5a46bc5ba519896b6
untagged: cinemapress/app:latest
untagged: cinemapress/app@sha256:0bf04328966dfbf2660dc1f9a07b4c8c4f0b6483e7dd597 1ce542a4e8f4be706
deleted: sha256:64570c3b5c8497aef62381e3bcb8600233909dbb6540d12374b76c1f59720459
deleted: sha256:e8a91cebb86ae0366fba4db94619ae8cd8b30645fd29aa880904c63f15b97694
deleted: sha256:fc7889f6f069f20e2296fa439b93c7c28b15cea484872d4749515bc0347ce420
deleted: sha256:142652596d73240923feda54f964d7e791a24ee93f453901a0aa057ca2524ddf
deleted: sha256:4c0d8a88741333af296a1e4b089128f7119a3ceec33940629fbd47da47ef14de
deleted: sha256:467cc82a25a1d7fa0a9e4a7634dc8668c16bc30cab06b70d387579a4abf4d12c
deleted: sha256:019517998780d69083e067312ccf63ec375627a8c416c7e0ee26beabf437b6d9
deleted: sha256:7a7d8b994d058178a2cd365e6ad8f8eed88ee9c7298842b0697662479b476083
deleted: sha256:97db0e5e1458c92468f29624a12a23430dab78ebea6a5e77dd5da4991a181cf8
deleted: sha256:d0e3a4ca1d8d391c321f9b1938884b7b2fa85fc39adfd1be249313da1c850bff
deleted: sha256:9f7e8bc45849257a142fef7eb1774e57c48c37efd68ae2ae9e059f374a60f684
deleted: sha256:85f5a185b2895a11e5b0d5b92d7338a52255df8ff7253474b35ba5ea11f2f08b
deleted: sha256:9a5d14f9f5503e55088666beef7e85a8d9625d4fa7418e2fe269e9c54bcb853c

Total reclaimed space: 1.16GB
0091 sec ################################################# 100%


-----------------[ /files/windows/app_5.0.0.zip ]-----------------

Problem install on Ubuntu20.04 VPS

Hello,
i have some trouble with installing the app, i use Ubuntu20.04 VPS from Hawkhost .
Can someone show me how to configure cloudflare https and configure ftp and other accounts?

Question

Hello after installing Cinemapress, the site url is set like this: all non www and www are redirected to https://example.com.

I would love to know how to redirect all non-www and www to https and www using Nginx. I'm familiar with apache and htaccess but I'm newbie with ngnix... How to do something like this?

example.com -> https://www.example.com
http://example.com -> https://www.example.com
http://www.example.com -> https://www.example.com
www.example.com  -> https://www.example.com
https://example.com > https://www.example.com

Thanks a lot
Best Regard

Can we add addition language in player?

If I have uploaded a movie or series in English can I upload additional videos in different languages like German, French then the user can select a language from the player and watch videos

Help me to create download link to show in player

When I checked autocomplete to embed player it shows hour ~ url ~ id ~ url ~ info
1 ~ https://api.streamtape.com/file/listfolder?login=LOGIN_ID&key=KEY ~ result.files ~ [url] <> result.folders <> id <> "https://api.streamtape.com/file/listfolder?login=LOGIN_ID&key=KEY&folder=_VALUE_" ~ linkid <> custom.player7 <> <> <> "STREAMTAPE https://streamtape.com/e/_VALUE_" ~ name <> custom.season ~ name <> custom.episode ~ additional_info.name <> custom.imdb_id

And when checked in download section in player it was url ~ title ~ link <> format ~ image <> format ~ badge ~ description
If I can get the download link example STREAMTAPE https://streamtape.com/d/_VALUE_ then it will be really helpful to show link in the download section

переменная для получения адреса текущей страницы

К примеру есть <%- page.l.home %> которой можно задать главную. А как быть если нужно получить относительный адрес текущей страницы независимо от ее типа? Фактически использовать адрес страницы на которой пользователь находится, с доменом для ботов. Если домен для ботов можно вписать и в ручную, то как быть с относительной страницей?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.