Administrators Mahmoud Posted September 2 Administrators Share Posted September 2 View File 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 Submitter Mahmoud Submitted 09/02/2023 Category Scripts Demo https://codecanyon.net/item/cloudarcade-html5-or-web-game-portal-cms/28567973?s_rank=2 1 Quote Support is available for paid files only Support for free files is offered for a fee only Link to comment Share on other sites More sharing options...
chris97979 Posted September 3 Share Posted September 3 This needs an item purchase code it does not work without it Quote Link to comment Share on other sites More sharing options...
DieHard Posted September 3 Share Posted September 3 define( "VERSION", "1.6.5" ); This not v1.6.6 Quote Link to comment Share on other sites More sharing options...
LukaS Posted September 5 Share Posted September 5 yes its 1.6.5 And you can change the value of purchase_code in DB it work but if you refresh it don't stay .... Quote Link to comment Share on other sites More sharing options...
vankataloz Posted September 6 Share Posted September 6 How to make it work without purchase code? Quote Link to comment Share on other sites More sharing options...
vankataloz Posted September 7 Share Posted September 7 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 Quote Link to comment Share on other sites More sharing options...
kecoamumet Posted September 9 Share Posted September 9 (edited) 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 edited: 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 September 9 by kecoamumet Quote Link to comment Share on other sites More sharing options...
vankataloz Posted September 9 Share Posted September 9 Yes you cant fetch for sure if is not paid. you need key but you can upload manualy and add remote games. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.