Jump to content

CloudArcade - HTML5 / Web Game Portal CMS v1.9.0

(0 reviews)

1 Screenshot

CloudArcade is a lightweight CMS specifically for HTML5 Games. CloudArcade is not an addons or extension, it’s a standalone CMS based on PHP 7 (Work with PHP 8+). With CloudArcade CMS, you can create your own Web Arcade or HTML5 Game Portal easily!

Add game options:

  • Upload game (Your HTML game files)
  • Fetch games (Import free games)
  • Remote add (Add game from url)
  • JSON importer (Bulk import)

By using “Fetch games” (import games from game distribution), you can add dozens of games with a single click, and with a few clicks you will have great library of HTML5 Games.

“Remote add” can be useful if you want to add existing game from another source. All method will be shown as same game list, so you can just combine them

What's New in Version v1.9.0

See changelog

Released

v1.9.0 - Release date: 8/07/2024
Fix
Fix Sitemap generator

User Feedback

Recommended Comments

Stefan Paun

Members

Crack: admin/request.php

Find

if(is_valid_json($curl)){
		$json = json_decode($curl, true);
		if($json['status'] === 'success' || $json['status'] === 'valid'){
			$message = 'Item Purchase code updated!';
			$status = 'success';
			update_setting('purchase_code', $_POST['code']);
		} else {
			$message = $json['message'];
			$status = 'error';
		}

Replace with

if(is_valid_json($curl)){
        $json = json_decode($curl, true);
        if($json['status'] === 'success' || $json['status'] === 'valid'){
            $message = 'Item Purchase code updated!';
            $status = 'success';
            update_setting('purchase_code', $_POST['code']);
        } else {
            $message = 'Item Purchase code updated!';
            $status = 'success';
            update_setting('purchase_code', $_POST['code']);
        }

Then go to admin panel and type any license. 

The one I used: 4eda7ea4-e3af-4f48-ba27-382ca58422eb

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Add a comment...