Search Results

Search results 1-20 of 162.

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

  • (Hacking) web scraping or web crawling

    noonn - - FAQ

    Post

    Quote from yamilrh: “He visto esto, estoy mirando un poco en el access y puedo ver algunos accesos raro [06/Nov/2025:03:14:35 +0000] "GET /index.php?s=/index/\\think\\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1" 200 96031 "-" "libredtail-http" [06/Nov/2025:03:13:44 +0000] "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1" 404 493 "-" "libredtail-http" [06/Nov/2025:03:13:46 +0000] "POST /?%ADd+allow_url_include%3d…

  • [MOD] Whack-a-Mole Point Game

    noonn - - Mod Database

    Post

    Add tpl source page.gamedu.default.tpl HTML Source Code (221 lines)

  • [MOD] Whack-a-Mole Point Game

    noonn - - Mod Database

    Post

    2moons.de/index.php?attachment…e4c05f70392fae1200f9367172moons.de/index.php?attachment…e4c05f70392fae1200f936717 Hello, friends! This mode is a whack-a-mole game where you earn points to obtain dark matter. A mole appears every second, and clicking it earns you 100 points. The game lasts 30 seconds. If you don't reach 1,000 points, you won't receive any. You can play up to 10 times a day. You can adjust the dark matter and time by modifying the internal code. SQL SQL-Query (10 lines) Add php sou…

  • (Hacking) web scraping or web crawling

    noonn - - FAQ

    Post

    Hello. This is 2moons 2.0. Over the past few days, our admin page (admin.php) has been hacked. They accessed the site without logging in and changed all database data. This caused us to be unable to operate, but we've now fixed it so that if authentication fails when accessing the admin page, an error message will appear and the site will be shut down. This appears to be web scraping or web crawling. At least some defenses are needed. For example, if you do the following, access will be blocked …

  • [UPDATE] New Star V4.4.0 - FINAL RELEASE

    noonn - - Updates

    Post

    Good job.

  • Quote from Dany92: “only in the last 10 minutes the green bar starts, when the shipment ends the green bar reaches about 1 fifth of the total bar, I don't understand ” The above method works fine for me. I think there is something wrong with your code. Please try testing with another 2moons source.

  • Quote from RonXTCdaBass: “Thanks for this nice mod! for me it works perfect. 2moons.de/index.php?attachment…e4c05f70392fae1200f936717 one question: is it possible to give the bar, the same color like the fleet-text? spio - yellow, nebular - purple, attack - green... and so on ” I haven't tried that yet.

  • Try changing this. $StartTime = $Return[3]; ----------> $StartTime = $Return[4]; See the code below. ============ private function BuildFleetEventTable($fleetRow, $FleetState) { $Time = 0; $Rest = 0; $Rest1 = 0; $StartTime = $fleetRow['start_time']; ... ... ... ... foreach($acsResult as $acsRow) { if($acsRow['fleet_group']!=0) { $Return= $this->getEventData($acsRow, $FleetState); $Rest= $Return[0]; $EventString .= $Return[1].'<br><br>'; $Time= $Return[2]; $Rest1= $Return[3]; $StartTime = $Return…

  • Hello., I implemented a progress bar when moving the fleet. Since I am a beginner, it took more time than expected. I hope you design various things based on this source. 2moons.de/index.php?attachment…e4c05f70392fae1200f936717 added style CSS Source Code (12 lines) Add code to the scripts/game/overview.js file. JavaScript Source Code (19 lines) Add the code to the includes/classes/class.FlyingFleetsTable.php file. PHP Source Code (22 lines) Add the code to the styles/templates/game/page.overvie…

  • Same time zone fleet movement bug?

    noonn - - FAQ

    Post

    Hello~ I solved it by adding code to identify the same time zone source in class.FleetFunctions. Thank you.

  • Hello~~ I don't know much about AI, so I don't think I can help you.

  • Same time zone fleet movement bug?

    noonn - - FAQ

    Post

    Hello. ~~ There seems to be a bug in the fleet movement time zone. For example, there are multiple times for the attack command. Maybe some users are running scripts. Can you fix it so that those users can't issue fleet commands at the same time zone? Thank you for your help. 2moons.de/index.php?attachment…e4c05f70392fae1200f936717

  • [Q] Show fleet movement progress bar

    noonn - - FAQ

    Post

    Quote from mimikri: “made one too, if i have time i will prepare it for sharing. 2moons.de/index.php?attachment…e4c05f70392fae1200f936717 ” The visibility is good and the fleet movement progress bar is cool. Please share it if possible. Thanks.

  • [Q] Show fleet movement progress bar

    noonn - - FAQ

    Post

    Quote from oGame.life: “Is this how you want to do it? prnt.sc/G9zcchFlA-O6 Yes, you can do this with CSS and JavaScript. ” Hi. The design is nice. Can you share it? Thank you.

  • [Q] Show fleet movement progress bar

    noonn - - FAQ

    Post

    Hello., I would like to display the progress bar on the fleet movement display in the home menu. Is that possible? I tried this and that, but it doesn't work well. Please refer to the picture. 2moons.de/index.php?attachment…e4c05f70392fae1200f936717

  • Question again) I can't connect to server 2

    noonn - - FAQ

    Post

    Quote from yamilrh: “Deberás crearte un usuario nuevo, debido que el universo 2 usa el código pero usa su propia tabla para conectarse. usara la misma BD pero te creara doble los datos ” understand. I think it would be a good idea to create another server. Thanks for the advice.

  • Question again) I can't connect to server 2

    noonn - - FAQ

    Post

    I am currently using version 2.0. When there is only one server, the connection works fine. If you create 2 servers, I cannot connect. When there is only 1 server, it works as shown below. 127.0.0.1/index.php?page=login 2 When there is a server, uni is added as shown below, so i cannot log in. 127.0.0.1/uni1/index.php?page=login 127.0.0.1/uni2/index.php?page=login Is it possible to fix it? Regards.

  • [UPDATE] New Star V3.0.0

    noonn - - Updates

    Post

    hello. Thank you for distributing the source. Is the combat system basic? I wonder if OPBE is applicable.

  • Help editing files

    noonn - - Main

    Post

    Good job.

  • New servers cannot be added.

    noonn - - FAQ

    Post

    Hi~ Friends 2moons.de/index.php?attachment…e4c05f70392fae1200f936717 Information support to the multi universe 2Moons can support multiuniverse healthy, you must configure Web server according to the requested. You can find out what you server can support in "Information" button. If not sure, best, ask friends at your hosting company. Apache If you run an Apache Server, you must retire out only the rows 48-51 in the .htacces file in the main shipping characters (remove the route). In addition, m…