Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Hey,
With OGame v7, the script was "Loading..." for infinity on my computer. I solved this by replacing :
var isPageMovement = (document.location.href.indexOf("component=page") != -1);
by var isPageMovement = (document.location.href.indexOf("component=movement") != -1);
and :
var page = settings.url.replace(/^.page=([a-zA-Z]).$/,"$1");
by var page = settings.url.replace(/^.component=([a-zA-Z]).$/,"$1");
Hope this will be helpful.
Regards
Thanks, I made the changes
hey guys.
on fleet page there is still infinite Loading...
on fleet movement page it shows correct data.
can u fix the fleet page pleease?
also Loading... in overview page, alliance page and galaxy page.
I fixed...
Use this and replace:
settings.url.replace(/^.component=([a-zA-Z]).*$/,"$1");
thouse * * * were missing...
:-D
its in 339th line.
ADAM SUN