· 5 years ago · Jun 05, 2020, 04:54 AM
1* ------ MAIN SETTINGS ------ */
2/* Website URL (Without www!)(Do Not End With '/') */
3$site_url = 'https://example.com';
4/* Website title */
5$site_title = 'Movies Store';
6/* iTunes Store 2-Letter Country Code (http://moviestore.armorthemes.com/countries) */
7$site_country = 'us';
8/* iTunes Affiliate Token (Optional) */
9$itunes_id = '1l3vpAp';
10/* Amazon Associates Tracking ID (Optional) */
11$amazon_id = 'you-20';
12/* Amazon Store Country (Optional) */
13$amazon_country = 'us';
14/* themoviedb.org API Key (Optional) For ratings and photo background */
15$apikey = 'febf895ddb31726dfbd3cdc7e0388d35';
16/* Youtube API Key (Optional) For trailers */
17$youtube_key = 'AIzaSyB7rM2gl9TM3fqEmAt1sHQ4MfxDiUaqsw8';
18/* AddThis ID for sharing analytics (Optional) */
19$addthis_id = '';
20/* Disqus shortname for comments (Optional) */
21$disqus_shortname = 'music-store-2';
22/* Contact form mail receiver (Optional) */
23$contact_email = '';
24/* ------ SEO SETTINGS ------ */
25/* Homepage title */
26$homepage_title = 'MovieStore - Movies and TV Shows Affiliate Script';
27/* Homepage meta description */
28$homepage_desc = 'Welcome to the best Movies and TV Shows Affiliate Script.';
29/* Website meta keywords */
30$site_keywords = 'MovieStore, movies, tv shows, itunes affiliate script, php movies script, php movies affiliate script, movie script';
31/* Movie single page title (Comes between movie title and site title) */
32$movie_page_title = 'Movie';
33/* TV Shows single page title (Comes between tv show title and site title) */
34$tv_page_title = 'TV Show';
35/* ------ HOMEPAGE CAROUSEL GENRE (Get id from the genre url) (Leave blank for all genres) ------ */
36$home_genre_id = '';
37/* ------ HOMEPAGE FEATURED MOVIES (Get id from the movie url) ------ */
38$feat_id1 = '1159762255';
39$feat_id2 = '1133650155';
40$feat_id3 = '1134823596';
41$feat_id4 = '1139413055';
42/* ------ TRANSLATION OPTIONS ------ */
43/* Homepage */
44$home_carousel_title = 'Popular Movies';
45$featapps_title = 'Featured Movies';
46$hometv_title = 'Popular TV Shows';
47$rmore_title = 'Read More';
48/* Single Movie, Season, Episode Page */
49$byartist_mpage = 'By';
50$cat_mpage = 'Genre';
51$release_mpage = 'Release Date';
52$adrat_mpage = 'Advisory Rating';
53$time_mpage = 'Runtime';
54$dir_mpage = 'Director';
55$act_mpage = 'Production Company';
56$awards_mpage = 'Production Country';
57$buytext_mpage = 'iTunes Price';
58$buyhdtext_mpage = 'iTunes HD Price';
59$renttext_mpage = 'iTunes Rent Price';
60$itunelink_mpage = 'Buy on iTunes';
61$amazonlink_mpage = 'Buy on Amazon';
62$from_mpage = 'From';
63$ratings_mpage = 'Ratings';
64$epis_mpage = 'Episodes';
65$eptit_mpage = 'Title';
66$eptim_mpage = 'Time';
67$eppri_mpage = 'Price';
68$seaso_mpage = 'Season Only';
69$descriphead_mpage = 'Description';
70$trail_mpage = 'Trailer';
71$photo_mpage = 'Photos';
72$reviewshead_mpage = 'Reviews';
73$reviewsby_mpage = 'By';
74$commentbox_mpage = 'Comments';
75$moremovies_mpage = 'Movies by';
76$moretvshow_mpage = 'Seasons';
77/* Header and Navigation Pages */
78$home_title = 'Home';
79$movies_navtitle = 'Movies';
80$topmovies_title = 'Top Movies';
81$toprental_title = 'Top Movie Rentals';
82$tvseries_navtitle = 'TV Shows';
83$toptvseasons_title = 'Top TV Seasons';
84$toptvepisodes_title = 'Top TV Episodes';
85$nr_episodes = 'Episodes';
86$filter_title = 'Filter by Genre';
87/* Search Form */
88$searchf_text = 'Search for...';
89$searchf_movies = 'Movies';
90$searchf_tv = 'TV Shows';
91/* Search Page */
92$searchresults_title = 'Search Results For';
93$search_noresults_title = 'Sorry, no results were found.';
94/* Movie Genres Titles */
95$gtitle_all = 'All Genres';
96$gtitle_1 = 'Action Adventure';
97$gtitle_2 = 'Anime';
98[victim1]
99aws_access_key_id = AKIAJ447FP46L4HM3FTQ
100aws_secret_access_key = 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
101
102$gtitle_3 = 'Classics';
103$gtitle_4 = 'Comedy';
104$gtitle_5 = 'Documentary';
105$gtitle_6 = 'Drama';
106$gtitle_7 = 'Foreign';
107$gtitle_8 = 'Horror';
108$gtitle_9 = 'Independent';
109$gtitle_10 = 'Kids Family';
110$gtitle_11 = 'Musicals';
111$gtitle_12 = 'Romance';
112$gtitle_13 = 'Sci-Fi Fantasy';
113$gtitle_14 = 'Short Films';
114$gtitle_15 = 'Special Interest';
115$gtitle_16 = 'Thriller';
116$gtitle_17 = 'Sports';