2Moons
Forum for the 2Moons-browsergameengine.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
Recent Activities
-
noonn -
Posted the thread Help PlanetRessUpdate.
ThreadI'm english is no good. I made a metal resource update building. Made a 5% increase in metal for each planetary building, but it doesn't work. $resource[35] // Increases metal by 5% per level Is class.PlanetRessUpdate.php correct? If yes, how do I… -
noonn -
Posted the thread {Fix] Admin News page error.
ThreadError when accessing the page admin/ShowNewsPage.php From 'nws_total'=> sprintf($LNG['nws_total'], (!isset($NewsList) ? count($NewsList) : 0)), TO 'nws_total'=> sprintf($LNG['nws_total'], $NewsList && count($NewsList)), Have a nice day!!… -
Cooperium -
Replied to the thread register.php: 404 not found.
PostIts most probably not the code, but simply path. If you want you can send me your discord and ill help you. -
Cooperium -
Replied to the thread How to activate the epic blue skin?.
PostCan you tell me one clone so i can check if its really the default skin or not? -
amamoslavida -
Replied to the thread fleets stay in the air.
PostOh OK, i am under newstar subforum. I write this for steemnova 1.8 github version. -
amamoslavida -
Replied to the thread fleets stay in the air.
Postdoes this thing happen in steemnova version 1.8 ? Of course they are not loosing by their will, but the problem is no error logs, and it happens before fleet reaches the target coordinate. Probably caused of other classes than missions or OPBE. -
Razgriz -
Replied to the thread register.php: 404 not found.
PostSince i did not change anything after the installation the problem seems to be in the code itself. Otherwise maybe in the user permission...i dont know. I will try to check the code for the registration. The provided landscape of code is not in the list… -
Razgriz -
Replied to the thread How to activate the epic blue skin?.
PostHm...but others clones from 2Moons 1.8 use this skin. The skin is also included in the themes folder of the github rep -
Cooperium -
Replied to the thread fleets stay in the air.
PostQuote from amamoslavida: “Even if there is no issues with php or errors, fleets lock times to time ( in my opinion it is caused by hosting problems ) . you need a cronjob, to check fleet_events table. In this table there is a column called… -
Cooperium -
Replied to the thread Asteroid Mod ( Newstar ).
PostNo, youll need to edit several more files like FleetFunctions, GalaxyRows and of course on frontend, as players cannot magically know on the interface how to start a harvesting mission, which is not even possible without editing the FleetFunctions and… -
Cooperium -
Replied to the thread Battle system.
PostYes its easily adaptable but it has several issues beside getting it working. To get it working just fix the $Player variable in /opbe/implementations/2moons/1_7_2_injectionMode/calculateAttack, its wrong somewhere in the middle of the file - youll… -
Cooperium -
Replied to the thread How to activate the epic blue skin?.
PostAs far as i know, 2Moons 1.8 does not even support any other skins than the average one - or you use a package like NewStar or what that name was. -
Cooperium -
Replied to the thread register.php: 404 not found.
PostYou are absolutely providing zero necessary information with that listing above. If it results in a 404 Error, it means your path does not exist, so please check your html form of your registration page to where it leads in your backend. -
Razgriz -
Replied to the thread How to activate the epic blue skin?.
PostThanks for your answer! Sadly it gives another error message: Source Code (15 lines)Seems like steemnova dont let me create a functional ogame clone -.- No backups and registration possible and no epic blue skin. Looks like i need more help than… -
Razgriz -
Replied to the thread register.php: 404 not found.
PostI tried it, no change... I running it on a Ubuntu 18.04 server dist on a rasberry pi 4 with this install setup: steemit.com/utopian-io/@crypto…a-server-in-a-few-minutes Source Code (22 lines) -
amamoslavida -
Replied to the thread Battle system.
PostEverything is possible, check my battle system, i am using OPBE with huge numbers -
SAAS -
Replied to the thread register.php: 404 not found.
PostPHP 7.3 lub nowsze 7.4 -
amamoslavida -
Replied to the thread How to activate the epic blue skin?.
Postit is in constants.php -
Razgriz -
Replied to the thread register.php: 404 not found.
PostMaybe the following information will help: Source Code (22 lines) -
Razgriz -
Posted the thread register.php: 404 not found.
ThreadLike the title: if i try to use the registration to create a new account it throws an 404 not found error. Any suggestions? Regards -
Zeus -
Replied to the thread Asteroid Mod ( Newstar ).
PostHello, thank you for the answer are these 2 files enough? -
Zeus -
Liked chewbaka’s post in the thread Asteroid Mod ( Newstar ).
Like (Post)Hello, Here you have the cronjob: github.com/BrowserGameScriptz/…AsteroidCronjob.class.php and here the missions: github.com/BrowserGameScriptz/…eroidHarvesting.class.php -
Razgriz -
Replied to the thread How to activate the epic blue skin?.
PostHm...there is no entry for that in the vars.php -
chewbaka -
Replied to the thread Asteroid Mod ( Newstar ).
PostHello, Here you have the cronjob: github.com/BrowserGameScriptz/…AsteroidCronjob.class.php and here the missions: github.com/BrowserGameScriptz/…eroidHarvesting.class.php -
amamoslavida -
Replied to the thread How to activate the epic blue skin?.
Posti never tried it but i am guessing open vars.php and finde DEFAULT_THEME constant change its name to epic blue if it is not in vars.php it can be in common.php -
amamoslavida -
Replied to the thread fleets stay in the air.
Postgood idea i might try but it requires time to solve all the issues, if it is working, it is OK for me . -
go2moons -
Post -
go2moons -
Post -
Razgriz -
Posted the thread How to activate the epic blue skin?.
ThreadHey, the installation of 2moons 1.8 was not that complicated. But i wonder how to activate the epic blue skin located in the theme directoryRegards!
-
Aerry -
ThreadMessage: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'system = '9' AND planet = '7' AND planet_type = '1''… -
Aerry -
ThreadMessage: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'system, planet FROM uni1_users WHERE id = '3'' at line… -
go2moons -
Replied to the thread fleets stay in the air.
PostQuote from Zeus: “The code you gave and the newstar code have the same variable ” i dont see the same code, they have the following: github.com/Yaro2709/New-Star/b…r/includes/common.php#L36 Quote from amamoslavida: “you should use my solution, it wont… -
noonn -
Posted the thread Battle system.
Threadhi Is OPBE applicable possible? -
Ala -
Replied to the thread fleets stay in the air.
PostQuote from Zeus: “bro, I can't get log error, it's very strangeso I can't share the error code (-) it drops just weird I wonder if it's design or because we added something new like a bonus ” bro no creo que un bono cause el bloqueo de flota, eso…
-
amamoslavida -
Replied to the thread fleets stay in the air.
Postyou should use my solution, it wont throw error, i dont know why it happens create a new cronjob and check %%FLEET_EVENTS%% each minute select from this table where lock IS NOT NULL example : $sql = "SELECT * FROM %%FLEETS_EVENT%% WHERE `lock` is… -
SAAS -
Replied to the thread [BUG][2.8.1]The market cannot delete related quotes.
Postcancel_lot&$id={$row.id} bez znaku dolara cancel_lot&id={$row.id} jakimś cudem się wpisał ten znak Wszystko działa dobrze,tak jak podałem -
Aerry -
PostQuote from go2moons: “/includes/pages/ShowFleetAjaxPage.class.php line 131 Source Code (1 line) replace by Source Code (1 line) You will have to fix this issue at different place of the code because system is a reserved word In a good code editor,… -
Aerry -
Replied to the thread [BUG][2.8.1]The market cannot delete related quotes.
PostQuote from SAAS: “linia 106 do 115 w page.market.tpl <div class="market_button"> {if $row.time_off > $timestamp} <a href="?page=market&mode=cancel_lot&id={$row.id}"><button type="button"… -
SAAS -
Replied to the thread [BUG][2.8.1]The market cannot delete related quotes.
Postlinia 106 do 115 w page.market.tpl <div class="market_button"> {if $row.time_off > $timestamp} <a href="?page=market&mode=cancel_lot&id={$row.id}"><button type="button" class="button_red">{$LNG.market_take}</button> </a> {else} <button type="button"…