Jump to content
Bicrypto v3.7.0 + All Plugins ×

CloudArcade v1.7.9 - HTML5 / Web Game Portal CMS


Mahmoud

Recommended Posts

  • Administrators

CloudArcade - HTML5 / Web Game Portal CMS


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


 

  • Like 2
  • Love 1

Support is available for paid files only
Support for free files is offered for a fee only

Link to comment
Share on other sites

  • Mahmoud changed the title to CloudArcade v1.6.6 - HTML5 / Web Game Portal CMS

find file - ajax-actions.php

 

Delete these rows(4 i think):

 

function set_cd() { $conn = open_connection(); $st = $conn->prepare('UPDATE settings SET value = "" WHERE name = "purchase_code"'); $st->execute(); }

 

find file - request.php

 

Replace there function update_purchase_code() ( all the function) with:

 

function update_purchase_code() { $message = 'Item Purchase code updated!'; $status = 'success'; update_setting('purchase_code', $_POST['code']); if (isset($_POST['redirect'])) { $_SESSION['message'] = [ 'type' => $status, 'text' => $message, ]; header('Location: '.$_POST['redirect']); } }

 

Then you can type any code like purchase code in admin panel and wont be deleted after doing some changes. Well Update and plugins wont work but everything else i think yes. Test it 🙂

Link to comment
Share on other sites

On 9/8/2023 at 5:29 AM, vankataloz said:

find file - ajax-actions.php

 

Delete these rows(4 i think):

 

function set_cd() { $conn = open_connection(); $st = $conn->prepare('UPDATE settings SET value = "" WHERE name = "purchase_code"'); $st->execute(); }

 

find file - request.php

 

Replace there function update_purchase_code() ( all the function) with:

 

function update_purchase_code() { $message = 'Item Purchase code updated!'; $status = 'success'; update_setting('purchase_code', $_POST['code']); if (isset($_POST['redirect'])) { $_SESSION['message'] = [ 'type' => $status, 'text' => $message, ]; header('Location: '.$_POST['redirect']); } }

 

Then you can type any code like purchase code in admin panel and wont be deleted after doing some changes. Well Update and plugins wont work but everything else i think yes. Test it 🙂

not work bro

image.png.156a810b6c1e4a7493801ef21950ed84.pngedited:

add manually, any number on the database on table setting > purchase code, the web is open. but after that still can not fetch the game. it said purchase key not valid

Edited by kecoamumet
Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
  • Mahmoud changed the title to CloudArcade v1.7.9 - HTML5 / Web Game Portal CMS
  • 4 weeks later...
  • 3 months later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...