Skip to content
View in the app

A better way to browse. Learn more.

ipsProArcade

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ccc

Featured Replies

Was willst du uns damit sagen?
Umbau eines HTML5 Spiel für die Arcade?

 

What do you mean by that?
Rebuilding an HTML5 game for the arcade?

translated

 

in the game.js

search

GameAds! ==

replace

GameAds ==

Find

{Data} else {return;}

replace

{Return;} else {return;}
Find

<H1> This \ x20game \ x20is \ x20developed \ x20by </ h1>

replace

Find

https://cdn.htmlgames.com/cookie/

replace

js / index.htm

Find

https://cdn.htmlgames.com/cookie/policy/

replace

js / index.htm

Find

https://cdn.htmlgames.com

replace

js / index.htm

Find

//www.google-analytics.com/analytics.js

https://twitter.com/intent/tweet?original_referer=

https://pinterest.com/pin/create/button/?url=

https://www.facebook.com/sharer/sharer.php?u=

whatsapp: // sending text =

https://htmlgames.com


replace

js / index.htm

Find

https://adservice.google.com/getconfig/pubvendors


replace

js / index.htm

It's for games from htmlgames.com only

 

And here is my description on how to edit game.js

 

edit game.js remove ads and remove use cookie:

STEP 1
In line find

Search for

GameAds!

Code: Select all

if(typeof GameAds!==_0xffb4('0x6a')&&GameAds[_0xffb4('0x219')]()){setTimeout(function(){GameAds['requestAd'](GameMenu['startGame']);},0x0);}else

delete this code

STEP 2

Find

Code: Select all

{data;}else{return;}

Replace with

Code: Select all

{return;}else{return;}


STEP 3
Only 100% hits should be replaced!
Find

Code: Select all

https://cdn.htmlgames.com/cookie/

Replace with

Code: Select all

js/index.htm


STEP 4
Find

Code: Select all

//www.google-analytics.com/analytics.js

Replace with

Code: Select all

js/index.htm


STEP 5

Find

Code: Select all

https://adservice.google.com/getconfig/pubvendors

Replace with

Code: Select all

js/index.htm

That's all

Then go to ThirdParty.js and find

submitScore:

after function(score) {

insert

let pathArray = window.location.pathname.split('/');
            let newpath = '';
            if (pathArray[1] && pathArray[1] != 'arcade' && pathArray[1] != 'games') {
                newpath = '/' + pathArray[1];
            }
            scorepost(window.location.protocol + '//' + window.location.hostname + newpath + '/index.php?act=Arcade&do=newscore', {
              gname : 'AfriSavanah_Origon',
              gscore: score
            });

Change the gname to your file name

 

and gscore is always score in these games

 

In the games index.html

just before (/head) insert this code

 

<script type="text/javascript">
         function scorepost(href, inputs) {
    var gform = document.createElement('form');
    gform.method = 'post';
    gform.action = href;
    gform.target = '_parent';
    for (var k in inputs) {
        var input = document.createElement('input');
        input.setAttribute('name', k);
        input.setAttribute('value', inputs[k]);
        gform.appendChild(input);
    }
    document.body.appendChild(gform);
    gform.submit();
    document.body.removeChild(gform);
}
</script>

and your game should work fine in IpsProArcade

They haven't done anything wrong yet, so i have not done anything about them.

all this can't be used anymore if we want the games legaly on our site.

Join the conversation

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

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Loading crossword puzzle. One moment please.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.