Jump to content

CloudArcade - HTML5 / Web Game Portal CMS v1.9.0

(1 review)

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

comment_5768

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

jock

Members

comment_6244
On 11/13/2024 at 2:44 AM, Stefan Paun said:

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';
		}

替换为

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']);
        }

然后转到管理面板并键入任何许可证。

我用的那个:4eda7ea4-e3af-4f48-ba27-382ca58422eb

Please provide your Item Purchase code. You can submit or update your Purchase code on site settings.

Error! json not valid!

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...

Group chat

Group chat

Chatroom Rules

It is forbidden to promote other sites, offer paid services or place external links to advertise a site or service,

Any commission of such violations within the chat room will result in an immediate ban.