Search Results

Search results 1-20 of 107.

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

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    i patched it, there might be still other issues inside OPBE caused by php version update, needs to be tested.

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    Quote from fossil: “Hello. When spying he looks for the shared.mission.spyReport.tpl under styles/templates/theme/2.If you put the folder 2 on all ok. Where are the paths to /2 stored. I'm trying to learn. I can't find it. ” this happens because each player created with 1,2,3 dpath instead of nova,gow,EpicBlueXIII i fixed it, update playerutil.class.php update your database check all users if they have dpath as numbers instead of text like gow or nova they will get error

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    Quote from fossil: “Hello There was a problem in the last fix. Nothing is displayed in the game under buildings anymore. No more building possible. ” added new property. update project common.php ShowBuildingsPage.class.php ShowResearchPage.class.php ShowShipyardPage.class.php page.shipyard.default.tpl page.buildings.default.tpl page.research.default.tpl formate.css if you dont use git to check, you need to redownload - reinstall

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    fixed

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    send message fixed

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    message delete bug fixed, caused by new php version. update the project, ty for informing.

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    planet editor problems also fixed

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    shipyard queue problems fixed. admin panel of this project is not finished yet, in the future problems caused by new admin panel will be fixed.

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    Quote from fossil: “Gruss. Habe die neue Version auf den Server . Installation ohne Probleme. Aussehen gefällt mir sehr gut. 3 Kleine Fehler was ich bemerkt habe. 1 overall_header.tpl fehlt. 2 Bei Forschung wird der fortschritt nicht angezeigt . 3 Wenn Forschung im obern Fenster Butten benutzt wird spring er auf bauen.Link stimmt nicht. Ich teste weiter und werde mich melden. Danke für die Tolle Arbeit ” number 2,3 are fixed. Did not understand number 1.

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    thank you, you can report bugs on github or forum.

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    yea some part of admin panel in a tragic state, especially things related with rights and search. maybe i ll fix them in the future.

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    Quote from minube: “Quote from amamoslavida: “You need to login with E-mail address not username ” thanks and sorry for the inconvenience ” it does not matter, you can report other bugs as well, have fun.

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    You need to login with E-mail address not username

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    can you print screen this error, i never seen it before, just checked session class and no such error.

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    Quote from minube: “Thank you!!!, I have managed to enter the game, but after exiting, you cannot enter again, when entering the user data and password it indicates that your session has expired. To enter you must create another user but if you leave you lose that user too ” hello i tested it again seem no issues, maybe it is caused by your operating system don't let you write folders. If you are using windos 10 check rights for your Disk and make file writing available for all users. Go to your…

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    hello i tested it again, no errors. you need to download new version from github, and reinstal it to fresh database.

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    ok, i tested it now it works, install will be reworked in the future easy steps to follow changes 1) download git bash via searching in google 2) open an empty folder under xampp / htdocs 3) open git bash and write cd 4) drag and drop your folder on gitbash after that it is like cd .....(folder location)... 5) command on git bash git clone github.com/koraykarakus/steemnova-1.8-x.git and now you can follow updates easily, to refresh project all you need to do is git pull

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    about is_news error, it is caused of news section which is under page.overview.default.tpl, new rework is done but themes except for gow, should be modified, they might cause other issues, so for now use GOW theme, you can change it from phpmyadmin , database > users > user_theme set user theme as 3

  • Developing steemnova 1.8x

    amamoslavida - - Discussion

    Post

    hello it is fixed, you can redownload and reinstall it or you can open includes/pages/adm/main.topnav.tpl and then find re_reset_universe and change it as $LNG.re_reset_universe I did not fixed other themes, only GOW theme works so set your theme as gow from admin panel

  • Problem spy sond

    amamoslavida - - Bug Tracking

    Post

    decrese the max speed of fleet with a for loop on ShowFleetAjaxPage.class.php $speedPercentageMax = 10; $SpeedFactor = $Distance = $SpeedAllMin = $Duration = $consumption = 0; for ($i = 0; $i < $speedPercentageMax ; $i++) { $speedPercentage = $speedPercentageMax - $i; $SpeedFactor = FleetFunctions::GetGameSpeedFactor(); $Distance = FleetFunctions::GetTargetDistance(array($PLANET['galaxy'], $PLANET['system'], $PLANET['planet']), array($targetData['galaxy'], $targetData['system'], $targetData['pla…