Aleksey

Продвинутый пользователь
Регистрация
04.10.2022
Сообщения
165
Реакции
40
Подскажите пожалуйста тонкости в создании, наполнении и продвижении англоязычного сайта.
РоскомПозор добрался до всех моих сайтов, поэтому задумываюсь о смене целевой аудитории.

- какие балансеры использовать?
- как продвигаться вне РФ?
- нацелиться на трафик только из Google?
 

CoolestKid

Продвинутый пользователь
Регистрация
01.03.2023
Сообщения
99
Реакции
9
About balancers for English they were 2embed.to but now days it shutdown.. but luckily I have my own balancer you can use it if you want


If your interested with it I will show you how to use it on CinemaPress Player
 

Aleksey

Продвинутый пользователь
Регистрация
04.10.2022
Сообщения
165
Реакции
40

CoolestKid

Продвинутый пользователь
Регистрация
01.03.2023
Сообщения
99
Реакции
9
Yes, I'm interested, please tell me more

/admin-secret/player add this for Player to show up on your site

Код:
https://moviesapi.club/movie-api.php?id=tt[imdb_id] ~ "MAIN" ~ result.0.iframe

in /admin-secret/content

Add this

Код:
https://moviesapi.club/latest-movies-40.php ~ results.0.tmdbid <> custom.tmdb_id ~ latest-movie-updates

https://moviesapi.club/latest-tv-40.php ~ results.0.imdbid <> custom.imdb_id ~ latest-tv-updates

https://moviesapi.club/trending.php ~ results.0.imdbid <> custom.imdb_id ~ trending

In your Automatic Collection make sure you have "trending" key.. or any way you want

in /admin-secret/movies

Add this to fetch movies from MoviesAPI


Код:
# --------------- ADD MOVIES FROM MOVIESAPI ---------------

1 ~ https://moviesapi.club/latest-movies.php ~ results.0.imdbid <> custom.imdb_id ~ https://api.themoviedb.org/3/find/[imdb_id]?language=en&external_source=imdb_id&api_key=25ae6e919c5b9ee9058e04b9987bd921 ~ movie_results.0.title <> title_en! <> 1 ~ movie_results.0.poster_path <> poster <> 1 ~ movie_results.0.id <> custom.tmdb_id <> 1 ~ "movie" <> type ~ movie_results.0.backdrop_path <> pictures <> 1 ~ movie_results.0.release_date <> premiere <> 1 ~ movie_results.0.overview <> description <> 1 ~ movie_results.0.vote_average <> rating <> 1 ~ movie_results.0.vote_count <> vote <> 1

# --------------- ADD TV FROM MOVIESAPI ---------------

1 ~ https://moviesapi.club/latest-tv.php ~ results.0.imdbid <> custom.imdb_id ~ https://api.themoviedb.org/3/find/[imdb_id]?language=en&external_source=imdb_id&api_key=25ae6e919c5b9ee9058e04b9987bd921 ~ tv_results.0.name <> title_en! <> 1 ~ tv_results.0.poster_path <> poster <> 1 ~ tv_results.0.id <> custom.tmdb_id <> 1 ~ "tv" <> type ~ tv_results.0.backdrop_path <> pictures <> 1 ~ tv_results.0.first_air_date <> premiere <> 1 ~ tv_results.0.origin_country.0 <> country <> 1 ~ tv_results.0.overview <> description <> 1 ~ tv_results.0.vote_average <> rating <> 1 ~ tv_results.0.vote_count <> vote <> 1

# --------------- UPD FULL MOVIE INFO by TMDb ID (~ 01:30) ---------------

1 ~ movie ~ custom.tmdb_id ~ https://api.themoviedb.org/3/movie/[id]?language=en-US&append_to_response=credits,external_ids&api_key=25ae6e919c5b9ee9058e04b9987bd921 ~ external_ids.imdb_id <> custom.imdb_id ~ "movie" <> type ~ backdrop_path <> pictures ~ poster_path <> poster! ~ release_date <> premiere! ~ title <> title_en ~ overview <> description ~ genres.0.name <> genre ~ credits.cast.0.name <> actor <> 5 ~ credits.crew.0.name <> director <> 5 <> job == Director ~ production_countries.0.iso_3166_1 <> country ~ vote_average <> rating ~ vote_count <> vote ~ runtime <> custom.duration

# --------------- UPD FULL TV INFO by TMDb ID (~ 00:15) ---------------

1 ~ tv ~ custom.tmdb_id ~ https://api.themoviedb.org/3/tv/[id]?language=en-US&append_to_response=credits,external_ids&api_key=25ae6e919c5b9ee9058e04b9987bd921 ~ external_ids.imdb_id <> custom.imdb_id ~ "tv" <> type ~ backdrop_path <> pictures ~ poster_path <> poster! ~ first_air_date <> premiere! ~ name <> title_en ~ overview <> description ~ genres.0.name <> genre ~ credits.cast.0.name <> actor <> 5 ~ credits.crew.0.name <> director <> 5 <> job == Director ~ origin_country.0 <> country ~ vote_average <> rating ~ vote_count <> vote ~ episode_run_time <> custom.duration

NOTE: MoviesAPI.Club have two pop ads in Player that cover Server Costs
 
Верх