-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.php
More file actions
496 lines (425 loc) · 17.7 KB
/
Copy pathsettings.php
File metadata and controls
496 lines (425 loc) · 17.7 KB
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
<div>
<?php echo "<h1>" . __( 'Critic Games - Settings', 'oscimp_trdom' ) . "</h1>"; ?>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
</style>
<hr />
<h2>Help to keep this plugin for free. Activate author credits for the games.</h3>
<div class="form-group">
<label class="col-sm-1 control-label"></label>
<div class="col-sm-11">
<label style="width: 100%;">
<input type="checkbox" onclick="wgames_click_credit_link();" id="wgames_author_linking" <?php echo wgames_Main::$settings['wgames_author_linking'] == 1? 'checked':'';?>>
Activate and contribute to our free games project.
</label>
</div>
</div>
<p><strong>80 Games in Database:</strong> We will be adding more games every week, make sure you update our plugin so you can use our latest games.</p>
<hr />
<p>How to use this plugin? : Simply Copy & Paste a shortcode anywhere in your site for the game to be displayed.</p>
<p>Browse games by categories : <a href="#actiongames">Action</a>, <a href="#adventuregames">Adventure</a>, <a href="#arcadegames">Arcade</a>, <a href="#bubbleshootergames">Bubble Shooters</a>, <a href="#cardgames">Cards</a>, <a href="#skillgames">Skill</a>, <a href="#sportsgames">Sports</a>, <a href="#hdgames">Other</a></p>
<table style="width:100%;" class="tg">
<a name="actiongames"></a>
<h3>NEW! - Recently Added - 1 Nov 2015</h3>
<tr>
<td>Hulk Smash Up</td>
<td>Iron Man 2</td>
<td>Power Rangers Dino Thunder</td>
<td>Superman Metropolis Defender</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/hulk-smash-up.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/iron-man-2.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/power-rangers-dino-thunder.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/superman-metropolis-defender.jpg'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong><p></p> [hulksmashup]</td>
<td><strong>Shortcode:</strong><p></p> [ironman2]</td>
<td><strong>Shortcode:</strong><p></p> [powerrangersdino]</td>
<td><strong>Shortcode:</strong><p></p> [supermanmetropolis]</td>
</tr>
<table style="width:100%;" class="tg">
<a name="actiongames"></a>
<h3>Action Games</h3>
<tr>
<td>Angry Birds Space</td>
<td>Car Twisted Dreams</td>
<td>Pokemon Tower Defense</td>
<td>Pacman</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/angry-birds-space.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/car-twisted-dreams.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/pokemon-tower-defense.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/pacman.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong><p></p> [angrybirdsspace]</td>
<td><strong>Shortcode:</strong><p></p> [cartwisteddreams]</td>
<td><strong>Shortcode:</strong><p></p> [pokemon1]</td>
<td><strong>Shortcode:</strong><p></p> [pacman]</td>
</tr>
<tr>
<td>Dragonball 1</td>
<td>Happy Wheels</td>
<td>Mahjong</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/dragonball1.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/happy-wheels.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/mahjong.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [dragonball1]</td>
<td><strong>Shortcode:</strong> <p></p> [happywheels]</td>
<td><strong>Shortcode:</strong> <p></p> [mahjong]</td>
</tr>
<tr>
<td>Ninja Battle 3</td>
<td>Batman Defend Gotham</td>
<td>Call of Duty Crossfire</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/ninja-battle-3.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/batman-defend-gotham.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/call-of-duty-crossfire.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [ninjabattle3]</td>
<td><strong>Shortcode:</strong> <p></p> [batmandefendgotham]</td>
<td><strong>Shortcode:</strong> <p></p> [codcrossfire]</td>
</tr>
<tr>
<td>Fall Time Sudoku</td>
<td>Backgammon</td>
<td>Chess</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/fall-time-sudoku.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/backgammon.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/chess.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [falltimesudoku]</td>
<td><strong>Shortcode:</strong> <p></p> [backgammon]</td>
<td><strong>Shortcode:</strong> <p></p> [chess]</td>
</tr>
</table>
<a name="adventuregames"></a>
<h2>Adventure Games</h2><hr /> <table style="width:100%;" class="tg">
<tr>
<td>Minion Rush</td>
<td>Escaping the Prison</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/minion-rush.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/escaping-the-prison.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [minionrush]</td>
<td><strong>Shortcode:</strong> <p></p> [escapingtheprison]</td>
</tr>
</table>
<a name="arcadegames"></a>
<h2>Arcade Games</h2><hr /> <table style="width:100%;" class="tg">
<td>Super Mario World</td>
<td>Super Mario Land</td>
<td>Super Mario Bros</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/super-mario-world.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/super-mario-land.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/super-mario-bros.jpg'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [supermarioworld]</td>
<td><strong>Shortcode:</strong> <p></p> [supermarioland]</td>
<td><strong>Shortcode:</strong> <p></p> [supermariobros]</td>
</tr>
</table>
<a name="bubbleshootergames"></a>
<h2>Bubble Shooter Games</h2><hr /> <table style="width:100%;" class="tg">
<tr>
<td>Bubble Shooter</td>
<td>Jungle Shooter</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/bubble-shooter.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/jungle-shooter.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [bubbleshooter]</td>
<td><strong>Shortcode:</strong> <p></p> [jungleshooter]</td>
</tr>
</table>
<a name="cardgames"></a>
<h2>Card Games</h2> <hr /><table style="width:100%;" class="tg">
<td>Rainforest Solitaire</td>
<td>Crescent Solitaire</td>
<td>FreeCell Grey</td>
<td>Governor of Poker 2</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/rainforest-solitaire.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/crescent-solitaire.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/freecell-grey.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/governor-of-poker-2.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [rainforestsolitaire]</td>
<td><strong>Shortcode:</strong> <p></p> [crescentsol]</td>
<td><strong>Shortcode:</strong> <p></p> [freecellgrey]</td>
<td><strong>Shortcode:</strong> <p></p> [governorofpoker2]</td>
</tr>
<tr>
<td>Lightning</td>
<td>Pokemon Tower Defense</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/lightning.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/solitaire-collection.jpg'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [lightning]</td>
<td><strong>Shortcode:</strong> <p></p> [solcollection]</td>
</tr>
</table>
<a name="skillgames"></a>
<h2>Skill Games</h2><hr /> <table style="width:100%;" class="tg">
<tr>
<td>Bad Piggies Online</td>
<td>Jungle Shooter</td>
<td>Tetris</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/bad-piggies-online.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/jungle-shooter.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/tetris.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [badpiggiesonline]</td>
<td><strong>Shortcode:</strong> <p></p> [jungleshooter]</td>
<td><strong>Shortcode:</strong> <p></p> [tetris]</td>
</tr>
</table>
<a name="sportsgames"></a>
<h2>Sports Games</h2> <hr /> <table style="width:100%;" class="tg">
<tr>
<td>BackYard Sports</td>
<td>Baseball Team</td>
<td>Bicycle Run</td>
<td>Billiards</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/backyard-sports.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/baseball-team.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/bicycle-run.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/billiards-master-pro.jpg'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [backyardsports]</td>
<td><strong>Shortcode:</strong> <p></p> [baseballteam]</td>
<td><strong>Shortcode:</strong> <p></p> [bicyclerun]</td>
<td><strong>Shortcode:</strong> <p></p> [billiards]</td>
</tr>
<tr>
<td>BMX Extreme</td>
<td>Construction Bike</td>
<td>Court Basketball</td>
<td>Lake Fishing</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/bmx-extreme.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/construction-yard-bike.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/hardcourt-basketball.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/lake-fishing.jpg'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [bmxextreme]</td>
<td><strong>Shortcode:</strong> <p></p> [constructionbike]</td>
<td><strong>Shortcode:</strong> <p></p> [courtbasketbal]</td>
<td><strong>Shortcode:</strong> <p></p> [lakefishing]</td>
</tr>
<tr>
<td>Centre Court</td>
<td>GoalKeeper</td>
<td>Penalty Shootout 2012 </td>
<td>BMX Master</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/centre-court.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/goalkeeper.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/penalty-shootout-2012.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/bmx-master.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [centrecourt]</td>
<td><strong>Shortcode:</strong> <p></p> [goalkeeper]</td>
<td><strong>Shortcode:</strong> <p></p> [penaltyshootout2012]</td>
<td><strong>Shortcode:</strong> <p></p> [bmxmaster]</td>
</tr>
<tr>
<td>Pinch Hitter 2</td>
<td>Snooker</td>
<td>Sprinter</td>
<td>Twisted Tennis</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/pinch-hitter-2.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/snooker.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/sprinter.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/twisted-tennis.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [pinch2]</td>
<td><strong>Shortcode:</strong> <p></p> [snooker]</td>
<td><strong>Shortcode:</strong> <p></p> [sprinter]</td>
<td><strong>Shortcode:</strong> <p></p> [twistedtennis]</td>
</tr>
<tr>
<td>Super Bike X</td>
<td>Table Hockey</td></td>
<td>Ultimate Baseball</td>
<td>WorldCup Penalty</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/super-bike-x.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/table-hockey-extreme.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/ultimate-baseball.jpg'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/world-cup-penalty.jpg'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [superbikex]</td>
<td><strong>Shortcode:</strong> <p></p> [tablehockey]</td>
<td><strong>Shortcode:</strong> <p></p> [ultimatebaseball]</td>
<td><strong>Shortcode:</strong> <p></p> [worldcuppenalty]</td>
</tr>
</table>
<a name="hdgames"></a>
<h2>HD Games</h2> <hr />
<table style="width:100%;" class="tg">
<td>Royal Reels</td>
<td>Gold Diggers</td>
<td>Ghouls Gold</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/royal-reels.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/gold-diggers.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/ghouls-gold.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [royalreels]</td>
<td><strong>Shortcode:</strong> <p></p> [golddiggers]</td>
<td><strong>Shortcode:</strong> <p></p> [ghoulsgold]</td>
</tr>
<tr>
<td>Three Wishes</td>
<td>Heist</td>
<td>Viking Age</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/three-wishes.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/heist.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/viking-age.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [threewishes]</td>
<td><strong>Shortcode:</strong> <p></p> [heist]</td>
<td><strong>Shortcode:</strong> <p></p> [vikingage]</td>
</tr>
<tr>
<td>Boomanji</td>
<td>Gladiator</td>
<td>Rock Star</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/boomanji.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/gladiator.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/rock-star.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [boomanji]</td>
<td><strong>Shortcode:</strong> <p></p> [gladiator]</td>
<td><strong>Shortcode:</strong> <p></p> [rockstar]</td>
</tr>
<tr>
<td>Lost</td>
<td>Upon a Time</td>
<td>Pharaoh King</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/lost.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/once-upon-a-time.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/pharaoh-king.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [lost]</td>
<td><strong>Shortcode:</strong> <p></p> [onceuponatime]</td>
<td><strong>Shortcode:</strong> <p></p> [pharaohking]</td>
</tr>
<tr>
<td>True Illusions</td>
<td>Mad Scientist</td>
<td>House of Fun</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/true-illusions.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/mad-scientist.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/house-of-fun.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [trueillusions]</td>
<td><strong>Shortcode:</strong> <p></p> [madscientist]</td>
<td><strong>Shortcode:</strong> <p></p> [houseoffun]</td>
</tr>
<tr>
<td>Gypsy Rose</td>
<td>At the Copa</td>
<td>A Night in Paris</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/gypsy-rose.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/at-the-copa.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/a-night-in-paris.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [gypsyrose]</td>
<td><strong>Shortcode:</strong> <p></p> [atthecopa]</td>
<td><strong>Shortcode:</strong> <p></p> [anightinparis]</td>
</tr>
<tr>
<td>After Night Falls</td>
<td>Under The Bed</td>
<td>Tycoons</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/after-night-falls.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/under-the-bed.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/tycoons.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [afternightfalls]</td>
<td><strong>Shortcode:</strong> <p></p> [underthebed]</td>
<td><strong>Shortcode:</strong> <p></p> [tycoons]</td>
</tr>
<tr>
<td>The True Sheriff</td>
<td>Safari Sam</td>
<td>Puppy Love</td>
</tr>
<tr>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/the-true-sheriff.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/safari-sam.png'; ?>" /></td>
<td><img src="<?php echo plugin_dir_url( __FILE__ ) . '/images/puppy-love.png'; ?>" /></td>
</tr>
<tr>
<td><strong>Shortcode:</strong> <p></p> [thetruesheriff]</td>
<td><strong>Shortcode:</strong> <p></p> [safarisam]</td>
<td><strong>Shortcode:</strong> <p></p> [puppylove]</td>
</tr>
</table>
<p align="center">Thank you for using our free games plugin.</p>
</div>