Search Results

Search results 1-10 of 10.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Quote from flintnapa: “I have a few suggestions that I think anyone taking on the legacy 2Moons code should give thought.The 2Moons code based is truly over engineered and it's causing failures to maintain that code base. 1. Migrate out of Smarty and go pure PHP. Don't even bother making the mistake of upgrading to the latest version of Smarty. You will be wasting your time. Stick to version in the legacy code or better still bin Smarty altogether. 2. Get out of Ajax. It just adds unnecessary co…

  • deployement module made public

    Qwa - - English Boards

    Post

    Well ogamex is xterium. Now if you ask if there is any working xterium is another matter. To be fair, I could make a replica.

  • deployement module made public

    Qwa - - English Boards

    Post

    httrack.com/ download the html and css and then adapt it to tpl. Is way more easier than it looks like, and if you have some experience would take up to 2 hours to replicate the login, or less.

  • deployement module made public

    Qwa - - English Boards

    Post

    That login might (?) give you troubles since it's css layout is property of Robert space industries, was used on star citizen about 3-5 years ago. So they might not care about it anymore. Anything else, from what I see in game, typical xterium, should be available in multiple repositories.

  • Well it’s another OGame, can’t say it will bite my attention but wish you the best luck.

  • Re - Origins is re-launching soon!

    Qwa - - showroom

    Post

    A new beta environment has been released at dev.re-origins.com or you can follow the progress in our discord - discord.com/invite/t8kwBWg6tN As it is a beta environment, accounts are subject to reset. Feel free to either join discord or send PM with your questions.

  • Classic Bingo Game

    Qwa - - Mod Database

    Post

    Quote from Abyss: “It would be great if the game had a classic bingo game. I tried to create it with the AI, but it gets confused. If the player buys a card, the bingo draws, and the prizes are distributed, is there anyone who can do this? First, second, and bingo? 34ucnv3.jpg ” AI is very dumb when it comes to JS. Bingo game actually wouldn’t be hard if you consider some kind of pre ready numbers that are sent through json (fetch) once and set interval per second with numbers popping up and som…

  • (Hacking) web scraping or web crawling

    Qwa - - FAQ

    Post

    From this log, it's just someone doing trial and error. Alternatively, you can lock that IP if does two requests within 2-3 one second (some of those there are within a second). Yes, it might change the IP to other and try again, but you're limiting already connections. Otherwise, my recommendations on my post above will address it.

  • (Hacking) web scraping or web crawling

    Qwa - - FAQ

    Post

    There are plenty of ways to solve this - anyone who wants to take their business/game seriously wouldn't risk a remote any location access to their own system: - remove remote admin access, use it local only (xampp wamp mamp) with db remote access whitelisted to your machine - or if you persist admin access remote to any location, build 2fa logger at database - create a specific public private key to access admin panel, likely a file or a passphrase ciphered - or use db only and scrap the admin …

  • (Hacking) web scraping or web crawling

    Qwa - - FAQ

    Post

    Well isn't rocketscience that 2moons has it's own vulnerabilities. Best way around is make your own skeleton and use 2moons or whatever ogame clone as inspiration.