eslammsd commited on
Commit
3de216e
·
verified ·
1 Parent(s): 4fd33d9

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +194 -24
index.html CHANGED
@@ -1,52 +1,222 @@
1
  <!DOCTYPE html>
2
- <html lang="ar" dir="rtl">
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>mobile games zone</title>
7
- <meta name='dailymotion-domain-verification' content='dmh3lni5nx286s72u' />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
 
 
 
 
 
 
 
 
 
11
 
12
-
13
- <style>
14
- body { font-family: sans-serif; background: #1a1a1a; color: white; padding: 20px; line-height: 1.6; }
15
- .container { max-width: 800px; margin: auto; background: #2d2d2d; padding: 20px; border-radius: 10px; }
16
- img, iframe, script { max-width: 100%; height: auto; border-radius: 8px; }
17
- .btn { display: inline-block; background: #ff4c4c; color: white; padding: 15px 25px; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 20px; }
18
  </style>
19
  </head>
20
  <body>
 
 
 
21
  <div class="container">
22
- <h1 id="title">جاري تحميل أحدث الأخبار...</h1>
23
- <div id="video"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  <div id="content"></div>
25
- <center><a id="link" href="#" class="btn">اضغط هنا لتحميل اللعبة / الكود</a></center>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  </div>
27
 
28
  <script>
 
 
 
29
  const params = new URLSearchParams(window.location.search);
30
- const id = params.get('id') || 0;
31
 
32
  fetch('data.json')
33
  .then(res => res.json())
34
  .then(data => {
35
- const item = data.find(i => i.id == id) || data[0];
 
 
 
 
36
  document.getElementById('title').innerText = item.title;
37
- document.getElementById('content').innerHTML = item.content; // ده هيشغل الإعلانات والفيديو مع بعض
38
- document.getElementById('link').href = item.smart_link;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  }).catch(() => {
40
- document.getElementById('title').innerText = "مرحباً بك في موقع الألعاب";
 
41
  });
42
  </script>
43
  </body>
44
  </html>
45
 
46
- <script async="async" data-cfasync="false" src="https://eternalwheeled.com/4ca9c15069124a5b1e321f69a8f32c42/invoke.js"></script>
47
- <div id="container-4ca9c15069124a5b1e321f69a8f32c42"></div>
48
-
49
- <script src="https://eternalwheeled.com/a8/c5/d5/a8c5d51a211cddacdf9e474cf66bff64.js"></script>
50
-
51
-
52
- <script src="https://geo.dailymotion.com/player/x1kgre.js" data-video=""></script>
 
1
  <!DOCTYPE html>
2
+ <html lang="en" dir="ltr">
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Mobile Games Zone - Free Downloads & Mods</title>
7
+ <meta name='dailymotion-domain-verification' content='dmh3lni5nx286s72u' />
8
+ <style>
9
+ :root {
10
+ --bg-color: #0f1115;
11
+ --card-bg: #1a1d24;
12
+ --accent-color: #00c853; /* لون أخضر جيمنج مريح وجاذب للنقر */
13
+ --text-color: #e3e8f0;
14
+ }
15
+ body {
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
17
+ background: var(--bg-color);
18
+ color: var(--text-color);
19
+ padding: 15px;
20
+ line-height: 1.6;
21
+ margin: 0;
22
+ }
23
+ .header-bar {
24
+ background: linear-gradient(90deg, #00c853, #b2ff59);
25
+ color: #000;
26
+ text-align: center;
27
+ padding: 8px;
28
+ font-weight: bold;
29
+ font-size: 14px;
30
+ margin-bottom: 20px;
31
+ border-radius: 4px;
32
+ text-transform: uppercase;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .container { max-width: 750px; margin: auto; background: var(--card-bg); padding: 25px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.6); }
36
+
37
+ .game-badge {
38
+ background: #00c853;
39
+ color: black;
40
+ padding: 4px 10px;
41
+ border-radius: 4px;
42
+ font-size: 12px;
43
+ display: inline-block;
44
+ margin-bottom: 10px;
45
+ font-weight: bold;
46
+ }
47
+ .security-badge {
48
+ background: #29b6f6;
49
+ color: black;
50
+ padding: 4px 10px;
51
+ border-radius: 4px;
52
+ font-size: 12px;
53
+ display: inline-block;
54
+ margin-bottom: 10px;
55
+ margin-left: 5px;
56
+ font-weight: bold;
57
+ }
58
 
59
+ h1 { font-size: 24px; color: #fff; margin-top: 5px; line-height: 1.3; }
60
+ img, iframe, script { max-width: 100%; height: auto; border-radius: 8px; }
61
+
62
+ .video-container { margin: 20px 0; background: #000; border-radius: 8px; overflow: hidden; }
63
+ #content { font-size: 16px; color: #94a3b8; margin: 20px 0; white-space: pre-line; }
64
+
65
+ .btn-container { text-align: center; margin: 30px 0; }
66
+ .btn {
67
+ display: inline-block;
68
+ background: linear-gradient(135deg, #00c853, #64dd17);
69
+ color: black;
70
+ padding: 16px 45px;
71
+ text-decoration: none;
72
+ border-radius: 50px;
73
+ font-weight: bold;
74
+ font-size: 18px;
75
+ box-shadow: 0 4px 15px rgba(0, 200, 83, 0.4);
76
+ transition: transform 0.2s;
77
+ text-transform: uppercase;
78
+ }
79
+ .btn:hover { transform: scale(1.03); }
80
 
81
+ /* قسم الألعاب المقترحة لزيادة التدوير الجلسة */
82
+ .related-box { margin-top: 40px; border-top: 1px solid #2a313d; padding-top: 20px; }
83
+ .related-title { font-size: 18px; color: #fff; margin-bottom: 15px; }
84
+ .grid-games { display: grid; grid-template-columns: 1fr; gap: 12px; }
85
+ @media(min-width: 500px) { .grid-games { grid-template-columns: 1fr 1fr; } }
86
+ .game-card {
87
+ background: #222936;
88
+ padding: 15px;
89
+ border-radius: 8px;
90
+ text-decoration: none;
91
+ color: #fff;
92
+ border: 1px solid #2a313d;
93
+ display: block;
94
+ }
95
+ .game-card:hover { background: #2a3342; border-color: var(--accent-color); }
96
+ .game-card-title { font-size: 14px; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
97
+ .game-card-action { color: var(--accent-color); font-size: 12px; font-weight: bold; margin-top: 8px; display: block; }
98
 
99
+ /* قسم مراجعات اللاعبين لزيادة وقت البقاء */
100
+ .reviews-section { margin-top: 40px; background: #0b0d11; padding: 20px; border-radius: 8px; }
101
+ .review-item { display: flex; gap: 12px; margin-bottom: 15px; border-bottom: 1px solid #1e2530; padding-bottom: 12px; }
102
+ .review-item:last-child { border: none; margin-bottom: 0; padding-bottom: 0; }
103
+ .avatar { width: 40px; height: 40px; background: #334155; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #fff; font-size: 14px; flex-shrink: 0; }
104
+ .review-details { flex: 1; }
105
+ .review-user { font-weight: bold; font-size: 14px; color: #fff; margin-bottom: 2px; }
106
+ .review-text { font-size: 13.5px; color: #94a3b8; }
107
+ .review-time { font-size: 11px; color: #475569; margin-top: 4px; }
108
 
109
+ .ad-container { margin: 25px 0; text-align: center; }
 
 
 
 
 
110
  </style>
111
  </head>
112
  <body>
113
+
114
+ <div class="header-bar">⚡ SYSTEM UPDATE: All Mobile Game Mods & Codes Are Now Active!</div>
115
+
116
  <div class="container">
117
+ <div>
118
+ <span class="game-badge">✓ VERIFIED DOWNLOAD</span>
119
+ <span class="security-badge">🔒 100% SECURE & SCANNED</span>
120
+ </div>
121
+
122
+ <h1 id="title">Loading Game Details...</h1>
123
+
124
+ <!-- مشغل ديلي موشن المستقر بنسبة 100% -->
125
+ <div class="video-container">
126
+ <div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden;"><iframe src="https://geo.dailymotion.com/player.html?video=xabnzaw" style="width:100%; height:100%; position:absolute; left:0px; top:0px; overflow:hidden; border:none;" allowfullscreen title="Dailymotion Video Player" allow="web-share"></iframe></div>
127
+ </div>
128
+
129
+ <!-- بنر إعلانات Adsterra الثابت الخاص بك والمطابق لملفك القديم -->
130
+ <div class="ad-container">
131
+ <script async="async" data-cfasync="false" src="https://eternalwheeled.com/4ca9c15069124a5b1e321f69a8f32c42/invoke.js"></script>
132
+ <div id="container-4ca9c15069124a5b1e321f69a8f32c42"></div>
133
+ </div>
134
+
135
  <div id="content"></div>
136
+
137
+ <!-- زر التحميل الذكي الموجه لرابط مونيتاج المخصص للألعاب -->
138
+ <div class="btn-container">
139
+ <a id="link" href="#" class="btn" target="_blank">⚡ DOWNLOAD GAME / GET CODE</a>
140
+ </div>
141
+
142
+ <!-- قسم الألعاب المقترحة الديناميكي -->
143
+ <div class="related-box" id="related-section">
144
+ <div class="related-title">🎮 Other Trending Games This Week:</div>
145
+ <div class="grid-games" id="related-games"></div>
146
+ </div>
147
+
148
+ <!-- مراجعات وهمية احترافية بالإنجليزية لزيادة وقت الجلسة -->
149
+ <div class="comments-section reviews-section">
150
+ <div style="font-weight: bold; margin-bottom: 15px; color: #fff; font-size: 15px;">Recent Player Reviews:</div>
151
+
152
+ <div class="review-item">
153
+ <div class="avatar" style="background: #1e3a8a;">G1</div>
154
+ <div class="review-details">
155
+ <div class="review-user">Gamer_X99 <span style="color: #00c853; font-size: 11px; font-weight: normal;">• Verified Mod</span></div>
156
+ <div class="review-text">The installation was super fast and the mod menu works flawlessly. No lag on Android 14. Thanks!</div>
157
+ <div class="review-time">3 minutes ago</div>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="review-item">
162
+ <div class="avatar" style="background: #6b21a8;">ST</div>
163
+ <div class="review-details">
164
+ <div class="review-user">Sarah_T</div>
165
+ <div class="review-text">Finally a clean link without infinite redirection loops. Got the premium unlocked file directly. Recommended.</div>
166
+ <div class="review-time">19 minutes ago</div>
167
+ </div>
168
+ </div>
169
+ </div>
170
  </div>
171
 
172
  <script>
173
+ // رابط مونيتاج المباشر المخصص لشبكة الألعاب الخاص بك
174
+ const MY_MONETAG_LINK = "https://omg10.com/4/9517867";
175
+
176
  const params = new URLSearchParams(window.location.search);
177
+ const id = params.get('id');
178
 
179
  fetch('data.json')
180
  .then(res => res.json())
181
  .then(data => {
182
+ if(!data || data.length === 0) return;
183
+
184
+ // مطابقة الـ ID ديناميكياً كمقارنة نصوص لمنع أي مشاكل نوع بيانات
185
+ const item = id ? (data.find(i => String(i.id) === String(id)) || data[0]) : data[0];
186
+
187
  document.getElementById('title').innerText = item.title;
188
+ document.getElementById('content').innerHTML = item.content;
189
+ document.title = item.title + " - Mobile Games Zone";
190
+
191
+ // التوجيه الذكي: لو البوت باعت رابط خاص، يتم تشغيله، وإلا يتم سحب رابط مونيتاج المباشر بتاعك
192
+ document.getElementById('link').href = item.smart_link || MY_MONETAG_LINK;
193
+
194
+ // تعبئة قسم الألعاب المقترحة تلقائياً من الأرشيف
195
+ const relatedContainer = document.getElementById('related-games');
196
+ const otherGames = data.filter(i => String(i.id) !== String(item.id)).slice(0, 4);
197
+
198
+ if(otherGames.length > 0) {
199
+ let html = '';
200
+ otherGames.forEach(game => {
201
+ html += `
202
+ <a href="?id=${game.id}" class="game-card">
203
+ <div class="game-card-title">${game.title}</div>
204
+ <span class="game-card-action">Download Now →</span>
205
+ </a>
206
+ `;
207
+ });
208
+ relatedContainer.innerHTML = html;
209
+ } else {
210
+ document.getElementById('related-section').style.display = 'none';
211
+ }
212
+
213
  }).catch(() => {
214
+ document.getElementById('title').innerText = "Top Mobile Games & Mods";
215
+ document.getElementById('link').href = MY_MONETAG_LINK;
216
  });
217
  </script>
218
  </body>
219
  </html>
220
 
221
+ <!-- كود الـ Popunder / Social Bar الإضافي الخاص بك من شركة Adsterra لتوليد ربح إضافي تلقائي -->
222
+ <script src="https://eternalwheeled.com/a8/c5/d5/a8c5d51a211cddacdf9e474cf66bff64.js"></script>