1
difenduandada
2024-10-15 7fd2948ee35c8e147ed35ce6d8502f94a98ddd22
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
[
    {
        "name": "site_title",
        "type": "text",
        "category": "general",
        "label": "Site title",
        "tooltip": "",
        "value": "Cloud Arcade"
    },
    {
        "name": "site_description",
        "type": "text",
        "category": "general",
        "label": "Site description",
        "tooltip": "",
        "value": "Play HTML5 Games"
    },
    {
        "name": "meta_description",
        "type": "text",
        "category": "general",
        "label": "Meta description",
        "tooltip": "",
        "value": "Play HTML5 Games for Free"
    },
    {
        "name": "site_logo",
        "type": "url",
        "category": "general",
        "label": "Site logo",
        "tooltip": "",
        "value": "images\/cloudarcade-logo.png"
    },
    {
        "name": "language",
        "type": "text",
        "category": "general",
        "label": "Language",
        "tooltip": "",
        "value": "en"
    },
    {
        "name": "purchase_code",
        "type": "text",
        "category": "general",
        "label": "Purchase code",
        "tooltip": "",
        "value": ""
    },
    {
        "name": "theme_name",
        "type": "text",
        "category": "",
        "label": "Theme name",
        "tooltip": "",
        "value": "default"
    },
    {
        "name": "import_thumb",
        "type": "bool",
        "category": "advanced",
        "label": "Save\/import thumbnails",
        "tooltip": "Save game thumbnails from fetch and remote games to local server. images also compressed and can reduce file size up to 80%. Page will be loaded more quickly.",
        "value": 0
    },
    {
        "name": "small_thumb",
        "type": "bool",
        "category": "advanced",
        "label": "Small thumbnails",
        "tooltip": "Generate small thumbnail (160x160 px) from thumb_2. Can be used to replace thumb_2 for faster page load, since thumb_2 have 512px size. *Require active import thumbnails.",
        "value": 0
    },
    {
        "name": "webp_thumbnail",
        "type": "bool",
        "category": "advanced",
        "label": "WEBP thumbnails",
        "tooltip": "Webp is a next gen image format for web. Reduce file size up to 80% compared to regular PNG or JPG and also SEO friendly. *Require active import thumbnails.",
        "value": 0
    },
    {
        "name": "custom_slug",
        "type": "bool",
        "category": "advanced",
        "label": "Custom slug",
        "tooltip": "Let you set the slug of games, posts and pages url manually.",
        "value": 0
    },
    {
        "name": "pretty_url",
        "type": "bool",
        "category": "advanced",
        "label": "Pretty url",
        "tooltip": "(Recommended) SEO Friendly URL. If you're using Nginx, you need to update Rewrite Rules before activating Pretty URL.",
        "value": 1
    },
    {
        "name": "unicode_slug",
        "type": "bool",
        "category": "advanced",
        "label": "Unicode slug",
        "tooltip": "Use non-latin characters (Arabic, Russian, Chinese.etc) for slug or url. There's no guarantee it will work flawlessly without any compatibility issues.",
        "value": 0
    },
    {
        "name": "use_https",
        "type": "bool",
        "category": "advanced",
        "label": "Use HTTPS",
        "tooltip": "If your site running over https, active this.",
        "value": 0
    },
    {
        "name": "use_www",
        "type": "bool",
        "category": "advanced",
        "label": "Use WWW",
        "tooltip": "Use WWW url, all permalink will be www.your-domain.com",
        "value": 0
    },
    {
        "name": "auto_sitemap",
        "type": "bool",
        "category": "advanced",
        "label": "Auto sitemap",
        "tooltip": "Automatically update sitemap after add or remove content.",
        "value": 0
    },
    {
        "name": "comments",
        "type": "bool",
        "category": "user",
        "label": "Comments",
        "tooltip": "Allow user to post a comment",
        "value": 1
    },
    {
        "name": "upload_avatar",
        "type": "bool",
        "category": "user",
        "label": "Upload avatar",
        "tooltip": "Allow registered user to upload their avatar",
        "value": 0
    },
    {
        "name": "user_register",
        "type": "bool",
        "category": "user",
        "label": "User\/player registration",
        "tooltip": "",
        "value": 1
    },
    {
        "name": "custom_path",
        "type": "textarea",
        "category": "",
        "label": "Custom path",
        "tooltip": "",
        "value": ""
    },
    {
        "name": "show_login",
        "type": "bool",
        "category": "user",
        "label": "Show login",
        "tooltip": "Show login link in the theme navigation menu",
        "value": 1
    },
    {
        "name": "moderate_comment",
        "type": "bool",
        "category": "user",
        "label": "Moderate comment",
        "tooltip": "All user comments must be approved before availabe for public",
        "value": 0
    },
    {
        "name": "captcha",
        "type": "bool",
        "category": "user",
        "label": "CAPTCHA",
        "tooltip": "Show CAPTCHA on registration page.",
        "value": 1
    },
    {
        "name": "require_email",
        "type": "bool",
        "category": "user",
        "label": "Require Email for Registration",
        "tooltip": "Users need to fill out the email form for registration.",
        "value": 0
    },
    {
        "name": "splash",
        "type": "bool",
        "category": "other",
        "label": "Splash Screen (Self uploaded)",
        "tooltip": "Show splash screen before game loaded. Only work for uploaded games.",
        "value": 0
    },
    {
        "name": "show_ad_on_splash",
        "type": "bool",
        "category": "other",
        "label": "Show Ad On Splash",
        "tooltip": "",
        "value": 0
    },
    {
        "name": "trailing_slash",
        "type": "bool",
        "category": "other",
        "label": "Trailing slash",
        "tooltip": "A trailing slash is a forward slash (\/) at the end of a URL. If activated, your url will be domain.com\/game\/title\/",
        "value": 0
    },
    {
        "name": "lang_code_in_url",
        "type": "bool",
        "category": "other",
        "label": "Language code in URL",
        "tooltip": "When activated, your URL will contain a language ID, such as domain.com\/en\/game\/title for English or domain.com\/fr\/game\/title for French. This can be utilized for multilingual sites.",
        "value": 0
    },
    {
        "name": "purify_page",
        "type": "bool",
        "category": "other",
        "label": "Sanitize HTML on Pages",
        "tooltip": "Allows you to use all HTML tags in page content without HTML filtering.",
        "value": 1
    },
    {
        "name": "disable_rtl",
        "type": "bool",
        "category": "other",
        "label": "Disable RTL",
        "tooltip": "If your site layout breaks after switching to an RTL (Right to Left) language, activate this option to switch it back to LTR.",
        "value": 0
    },
    {
        "name": "allow_splash_on_remote_games",
        "type": "bool",
        "category": "other",
        "label": "Allow splash screen on remote games",
        "tooltip": "Display splash screen for remotely added games.",
        "value": 0
    },
    {
        "name": "disable_en_language",
        "type": "bool",
        "category": "other",
        "label": "Disable English language",
        "tooltip": "If you are using a multilingual URL and don't want to use the English language, activate this option.",
        "value": 0
    },
    {
        "name": "hide_pc_on_mobile",
        "type": "bool",
        "category": "other",
        "label": "Hide PC Games on Mobile",
        "tooltip": "PC games will not be shown or loaded on mobile devices.",
        "value": 0
    },
    {
        "name": "search_results_per_page",
        "type": "number",
        "category": "listings",
        "label": "Search",
        "tooltip": "",
        "value": 36
    },
    {
        "name": "category_results_per_page",
        "type": "number",
        "category": "listings",
        "label": "Category",
        "tooltip": "",
        "value": 36
    },
    {
        "name": "post_results_per_page",
        "type": "number",
        "category": "listings",
        "label": "Posts",
        "tooltip": "",
        "value": 10
    },
    {
        "name": "disable_iconv",
        "type": "bool",
        "category": "other",
        "label": "Disable iconv()",
        "tooltip": "If you get iconv() related error when add games, check this.",
        "value": 0
    },
    {
        "name": "allow_slug_translation",
        "type": "bool",
        "category": "other",
        "label": "Allow Slug Translation",
        "tooltip": "Allow localization or translation for category and tag slug.",
        "value": 0
    }
]