Giter VIP home page Giter VIP logo

2moons's Introduction

Jan-Otto Kröpke - @jkroepke

Site Reliability Engineer @ cloudeteer

Hi, welcome to my GitHub profile! 👋

OSS developer time

In my free time, I'm going to support and maintain opensource projects. I have a great experience in Linux system administration and container stuff and clusters like Docker, Kubernetes and Openshift.

I like the challenge of code somewhat in a programming language without knowing how to do it exactly correctly. That's one of the reasons why my projects are written in different languages.

🌱 My current projects

👷 Check out what I'm currently working on

🔭 Latest releases I've contributed to

🔨 My recent Pull Requests

⭐ Recent Stars

👯 Check out some of my recent followers

📜 Historical projects

  • jkroepke/2Moons - First coding project. A browser game engine written in PHP
  • jkroepke/postgres-database-operator - My first k8s operator written in python based on zalando's kopf. I want to give our developers the advantage to create databases on the dev RDS (PostgreSQL on AWS) without giving them access to AWS directly.
  • adorsys/keycloak-config-cli - I wrote this tool with @borisskert at adorsys. Initially, we need a configuration as code tool for our Keycloak instance to automate the configuration tasks. Click on the UI was a nogo. After the first PoC with bash and curl scripting, we rewrote the whole tool in java and used the REST client provided by Keycloak.
  • jkroepke/github_exporter - I love Prometheus to hold statistics. I wrote the tool @ adorsys to track all statistics from the organization project to gain an organization-wide overview of all repositories in one dashboard. I used the GraphQL API from GitHub to reduce the number of REST calls to a minimum to prevent rate-limits bans. First time I used javascript for such a project.
  • jkroepke/openvpn-auth-azure-ad - At adorsys we used OpenVPN as primary VPN solution. Since there was no way to integrate Azure AD authentication combind with OpenVPN authentication possiblities, I wrote a python script with allows that the used can authenticates the VPN connection by devices code flow or resource owner password credentials grant

💬 Feedback

Say Hello, I don't bite!

📈 Stats

NOTE: Some stats may be incorrect as contributions to organizations are not counted.

GitHub Stats

Want your own self-generating profile page? Check out readme-scribe!

2moons's People

Contributors

bastiherold avatar bergi9 avatar bigtwoproduction avatar gitter-badger avatar gregariomansa avatar harukama avatar hikegame avatar imtms avatar jbaukens avatar jgalat avatar jkroepke avatar ozankurt avatar tatarysh avatar vauen avatar waffle-iron avatar xer0fire avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

2moons's Issues

Error

I upload all files on webhost and i get this error
http://img51.imageshack.us/img51/9210/71234768.png

If i try to put manualy eg: http://servername.com/install.php i get this error:
http://img51.imageshack.us/img51/9210/71234768.png

Original issue reported on code.google.com by [email protected] on 27 Feb 2011 at 11:59

Attachments:

themes not changing

Server Infos: Apache/2
PHP-Version: 5.2.14
PHP API: apache2handler
MySQL-Client-Version: 5.1.52
MySQL-Server-Version: 5.1.52
Game Version: 2Moons 1.5.1611
Game Addresse: http://orion.tt.lt/
Game Pfad: http://orion.tt.lt/index.php
JSON Verfügbar: Ja
BCMath Verfügbar: Ja
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 
(KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
Problem besteht seit Installation:
Verwendeter Editor:
Screenshot:


i was added multiple themes(skins), i added everything correctly
and in options game menu (as languages not worked before r1613 update)
now and themes not working to change.


Original issue reported on code.google.com by [email protected] on 28 Feb 2011 at 1:34

Quit an alliance !

What steps will reproduce the problem?
1.to be a member of an alliance.
2.want to quit it.
3.Click on the button quit.

What is the expected output? What do you see instead?
Nothing is happening when we click on the quit button.

What version of the product are you using? On what operating system?
2Moons RC4 - Windows 7 - Mozilla Firefox

Please provide any additional information below(Informations from ACP).
The problem is for members not for owners !

Original issue reported on code.google.com by [email protected] on 3 Mar 2011 at 11:28

Hi Slaver (fr + two many files to move)

Do you remember me ? I have translated 2 Moons in french. My name is Yoda. 
Please add my name to the translators.
Else, you have moved so many files that it would help us that you upload a new 
release like RC5.
Thank you
Cordialy !
Yoda

Original issue reported on code.google.com by [email protected] on 26 Feb 2011 at 10:03

Error when upgrade to version 1583

What steps will reproduce the problem?
1. Home
2. {All pages}
3. ...

What is the expected output? What do you see instead?

Message: SQL Error: Table 'thienhaonline.config' doesn't exist

Query Code: SELECT HIGH_PRIORITY * FROM `config` WHERE `uni` = '1';
File: D:\xampp\htdocs\thienhaonline\includes\classes\class.MySQLi.php
Line: 100
PHP-Version: 5.2.9
PHP-API: apache2handler
2Moons Version:
Debug Backtrace:
#0 D:\xampp\htdocs\thienhaonline\includes\classes\class.MySQLi.php(114): 
DB_mysqli->query('SELECT HIGH_PRI...')
#1 D:\xampp\htdocs\thienhaonline\common.php(88): DB_mysqli->uniquequery('SELECT 
HIGH_PRI...')
#2 D:\xampp\htdocs\thienhaonline\game.php(37): 
require_once('D:\xampp\htdocs...')
#3 {main}

What version of the product are you using? On what operating system?

r1583

Please provide any additional information below(Informations from ACP).

When I saw that error, I re-add 
====
if(file_exists(ROOT_PATH . 'includes/config.php'))
    require_once(ROOT_PATH . 'includes/config.php');

====
above the line
====
require_once(ROOT_PATH . 'includes/constants.php');
====

And the error has been hidden:)

Original issue reported on code.google.com by [email protected] on 20 Feb 2011 at 4:17

Error when i log in !

Message: Unable to load template file 'overview_body.tpl'
File: 
/home/lriseofk/public_html/star-ogame.tk/test/includes/libs/Smarty/sysplugins/sm
arty_internal_template.php
Line: 163
PHP-Version: 5.2.14
PHP-API: cgi
2Moons Version: 0.4
Debug Backtrace:
#0 ./test/includes/libs/Smarty/sysplugins/smarty_internal_template.php(550): 
Smarty_Internal_Template->isExisting(true)
#1 ./test/includes/libs/Smarty/Smarty.class.php(338): 
Smarty_Internal_Template->getRenderedTemplate()
#2 ./test/includes/classes/class.template.php(29): 
Smarty->fetch('overview_body.t...')
#3 ./test/includes/classes/class.template.php(298): template->render()
#4 ./test/includes/classes/class.template.php(274): 
template->display('overview_body.t...')
#5 ./test/includes/pages/ShowOverviewPage.php(147): 
template->show('overview_body.t...')
#6 ./test/game.php(301): ShowOverviewPage()
#7 {main}

now why i get this error :(((

Original issue reported on code.google.com by [email protected] on 27 Feb 2011 at 4:45

Screenshots problem

What steps will reproduce the problem?
1.Create screenshots.
2.Go in index page
3.And click on screenshots

What is the expected output? What do you see instead?

Firs time when clicking on screenshots, page is empty, second time now
you will see screenshots.

What version of the product are you using? On what operating system?

Server Infos: Apache/2
PHP-Version: 5.2.14
PHP API: apache2handler
MySQL-Client-Version: 5.1.52
MySQL-Server-Version: 5.1.52
Game Version: 2Moons 1.5.1611
Game Addresse: http://orion.tt.lt/
Game Pfad: http://orion.tt.lt/index.php
JSON Verfügbar: Ja
BCMath Verfügbar: Ja
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 
(KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
Problem besteht seit Installation:
Verwendeter Editor:
Screenshot:

Please provide any additional information below(Informations from ACP).

Screenshots sometimes not working, please try it and you will see.

Original issue reported on code.google.com by [email protected] on 4 Mar 2011 at 6:40

[1590] Spy reports

If we send spy to scan planet. Spy report not have info from what planet we 
recive this report. Its not problem if we scan only 1 planet, but its problem 
when we scan 5 planets. Please add this info in title for reports. Thank you.

Original issue reported on code.google.com by [email protected] on 26 Feb 2011 at 10:35

The error when install 2Moons RC4

What steps will reproduce the problem?
1. /Install/
2.
3.

What is the expected output? What do you see instead?
Message: SQL Error: Unknown column 'min_js' in 'field list'
and more

What version of the product are you using? On what operating system?
RC4

Please provide any additional information below.

When I see that error, I'm access to phpmyadmin and add column named "min_js" 
to tbl config;)


Original issue reported on code.google.com by [email protected] on 18 Feb 2011 at 1:10

Error

One player complains on error. It has appeared at him about one month back and 
exists till now. Clearing cache game and browser doesn't help. After input of 
login and password he has such error.

Message: ID 222 is not on $resource!
File: 
/var/www/inquisitorea/data/www/moon-hunt.ru/includes/classes/class.PlanetRessUpd
ate.php
Line: 531
PHP-Version: 5.2.10
PHP-API: apache2handler
2Moons Version: 1.3.1570
Debug Backtrace:
#0 ./includes/pages/ShowOverviewPage.php(34): ResourceUpdate->SavePlanetToDB()
#1 ./game.php(333): ShowOverviewPage()
#2 {main}

Original issue reported on code.google.com by [email protected] on 18 Feb 2011 at 7:05

Error with webserver x64

What steps will reproduce the problem?
1. Create new alliance
2.
3.

What is the expected output? What do you see instead?

Fatal error: Cannot redeclare class Smarty in C:\Program Files 
(x86)\VertrigoServ\www\includes\libs\Smarty\Smarty.class.php on line 790
What version of the product are you using? On what operating system?

v1589
Please provide any additional information below(Informations from ACP).


Original issue reported on code.google.com by [email protected] on 27 Feb 2011 at 5:46

Issue on updates downloading!

What steps will reproduce the problem?
1.Download updates from admin panel.
2.This issue active when i download big update (much more files)
3.

What is the expected output? What do you see instead?

Then see this error:

Message: SQL Error: MySQL server has gone away

Query Code: UPDATE uni1_config SET `VERSION` = '1.5.1640';
File: 
/home/zaisk/domains/orion.tt.lt/public_html/includes/classes/class.MySQLi.php
Line: 95
PHP-Version: 5.2.14
PHP-API: apache2handler
2Moons Version: 1.5.1640
Debug Backtrace:
#0 ./includes/GeneralFunctions.php(62): DB_mysqli->query('UPDATE uni1_con...')
#1 ./includes/pages/adm/ShowUpdatePage.php(200): update_config()
#2 ./admin.php(85): ShowUpdatePage()
#3 {main}

What version of the product are you using? On what operating system?

Server Infos: Apache/2
PHP-Version: 5.2.14
PHP API: apache2handler
SafeMode: Nein
MemoryLimit: 128M
MySQL-Client-Version: 5.1.52
MySQL-Server-Version: 5.1.52
Game Version: 2Moons 1.5.1632
Game Addresse: http://orion.tt.lt/
Game Pfad: http://orion.tt.lt/index.php
JSON Verf�gbar: Ja
BCMath Verf�gbar: Ja
cURL Verf�gbar: Ja
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 
(KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Problem besteht seit Installation:
Verwendeter Editor:
Screenshot:
Problembeschreibung:

Please provide any additional information below(Informations from ACP).

Big Updates not downloading...


Original issue reported on code.google.com by [email protected] on 7 Mar 2011 at 5:14

Can you help me to add some mod?

I see 2moons is use xgp 2.9x. But I can't add mod of xgp to 2moons because 
2moons' codes are too different with xgp

http://xgproyect.net/2-9-x-mods-en-desarrollo/7382-crear-un-nuevo-recurso-mina-y
-almacen.html

Can you help me too add this mod?
Thanks too much:x

Original issue reported on code.google.com by [email protected] on 17 Feb 2011 at 8:08

Missing Text/Infos

You have this issues:

Client Panel:
Fleet-trader - Language Missing [English One]

Administration Panel:
SMTP Settings -  Missing Text [English One]
Fleet-trader Settings - Information Missing [English One]
Module - Language Missing [You can`t see last 3 Modules]
Reset Universe - First 2 Option Missing Text [English One]

Original issue reported on code.google.com by [email protected] on 23 Feb 2011 at 7:01

Percent

Server Infos: Apache/2.2.3 (CentOS)
PHP-Version: 5.2.10
PHP API: apache2handler
MySQL-Client-Version: 5.0.77
MySQL-Server-Version: 5.0.77
Game Version: 2Moons 1.3.1570
Game Addresse: http://moon-hunt.ru/
Game Pfad: http://moon-hunt.ru/index.php
JSON Verfügbar: Ja
BCMath Verfügbar: Ja
Browser: Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.7.62 Version/11.01
Problem besteht seit Installation:
Verwendeter Editor:
Screenshot:
Problembeschreibung:

Error at sign display "percent (%)" only in Russian (screenshot).

Original issue reported on code.google.com by [email protected] on 24 Feb 2011 at 8:55

Attachments:

Fatal error

What steps will reproduce the problem?
1. I updated on rev1570 via SVN
2. I get the error you can see at the bottom
3. A new installation would work fine!

What is the expected output? What do you see instead?

Error:
Message: Unable to load template file 'overview_body.tpl'
File: 
/mnt/web9/62/17/51797217/htdocs/game/includes/libs/Smarty/sysplugins/smarty_inte
rnal_template.php
Line: 163
PHP-Version: 5.2.17
PHP-API: cgi
2Moons Version: 1.3.1570
Debug Backtrace:
#0 
/mnt/web9/62/17/51797217/htdocs/game/includes/libs/Smarty/sysplugins/smarty_inte
rnal_template.php(550): Smarty_Internal_Template->isExisting(true)
#1 
/mnt/web9/62/17/51797217/htdocs/game/includes/libs/Smarty/Smarty.class.php(338):
 Smarty_Internal_Template->getRenderedTemplate()
#2 
/mnt/web9/62/17/51797217/htdocs/game/includes/classes/class.template.php(55): 
Smarty->fetch('overview_body.t...')
#3 
/mnt/web9/62/17/51797217/htdocs/game/includes/classes/class.template.php(324): 
template->render()
#4 
/mnt/web9/62/17/51797217/htdocs/game/includes/classes/class.template.php(300): 
template->display('overview_body.t...')
#5 
/mnt/web9/62/17/51797217/htdocs/game/includes/pages/ShowOverviewPage.php(174): 
template->show('overview_body.t...')
#6 /mnt/web9/62/17/51797217/htdocs/game/game.php(327): ShowOverviewPage()
#7 {main}

What version of the product are you using? On what operating system?

I installed the latest revision 1612

Please provide any additional information below(Informations from ACP).

None, cant open it!

Original issue reported on code.google.com by [email protected] on 27 Feb 2011 at 9:18

Administration page appears blank

What steps will reproduce the problem?
1.Hi my problem is that when I log into the admin panel the whole page is blank 
in the source code over the entire structure appears more visually frames shows 
nothing. Accessing the pages separately is normal with only the frames that 
nothing appears on the screen. It happens in both Firefox and IE8. 
2.
3.

What is the expected output? What do you see instead?
The Administration page appears with blank frames

What version of the product are you using? On what operating system?
v1.3 RC3. Servidor com Sistema operacional Linux

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Feb 2011 at 3:08

English Language Problem

What steps will reproduce the problem?
1. English Language


What is the expected output? What do you see instead?
When i change to english language... he give me error, don`t apear all menu
links...

What version of the product are you using? On what operating system?
Lastest

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 20 Apr 2010 at 9:57

Turn of researches

Server Infos: Apache/2.2.3 (CentOS)
PHP-Version: 5.2.10
PHP API: apache2handler
MySQL-Client-Version: 5.0.77
MySQL-Server-Version: 5.0.77
Game Version: 2Moons 1.3.1570
Game Addresse: http://moon-hunt.ru/
Game Pfad: http://moon-hunt.ru/index.php
JSON Verfügbar: Ja
BCMath Verfügbar: Ja
Browser: Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.7.62 Version/11.01
Problem besteht seit Installation:
Verwendeter Editor:
Screenshot:
Problembeschreibung:

Players can't construct or modernize laboratory of researches. There is it 
after following actions:
1) player has begun the first research and has put the second research in turn.
2) first research has come to the end. On the second research there are no 
resources.

Original issue reported on code.google.com by [email protected] on 24 Feb 2011 at 8:34

Language system

Server Infos: Apache/2.2.3 (CentOS)
PHP-Version: 5.2.10
PHP API: apache2handler
MySQL-Client-Version: 5.0.77
MySQL-Server-Version: 5.0.77
Game Version: 2Moons 1.3.1570
Game Addresse: http://moon-hunt.ru/
Game Pfad: http://moon-hunt.ru/index.php
JSON Verfügbar: Ja
BCMath Verfügbar: Ja
Browser: Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.7.62 Version/11.01
Problem besteht seit Installation:
Verwendeter Editor:
Screenshot:
Problembeschreibung:

Sometimes, for not clear reasons, Russian is switched to German. Sometimes it 
occurs after building or research end.

Original issue reported on code.google.com by [email protected] on 22 Feb 2011 at 8:29

2Moons RC5?

Hi Slaver7, I see you've changed too much files, so it's too hard for member 
can manual update it.
Can you share the last version is 2Moons RC5?
Thanks too much:x

Original issue reported on code.google.com by [email protected] on 26 Feb 2011 at 4:34

Session error when upgrade v1585 to v1589

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Warning: session_start() [function.session-start]: Cannot send session cache 
limiter - headers already sent (output started at 
D:\xampp\htdocs\thienhaonline\common.php:162) in 
D:\xampp\htdocs\thienhaonline\index.php on line 593

Warning: Cannot modify header information - headers already sent by (output 
started at D:\xampp\htdocs\thienhaonline\common.php:162) in 
D:\xampp\htdocs\thienhaonline\includes\GeneralFunctions.php on line 433

Warning: Cannot modify header information - headers already sent by (output 
started at D:\xampp\htdocs\thienhaonline\common.php:162) in 
D:\xampp\htdocs\thienhaonline\includes\GeneralFunctions.php on line 435


What version of the product are you using? On what operating system?
1589

Please provide any additional information below(Informations from ACP).

Please help me to fix it:-s
Thanks too much:x

Original issue reported on code.google.com by [email protected] on 23 Feb 2011 at 1:23

Login Problem

What steps will reproduce the problem?
1. User registers
2. User log in
3. after around 5min playing the user get logged out with the error "Jemand hat 
sich von einem anderem PC in deinem Account eingeloggt!",
sometimes it takes less minutes sometime it takes more minutes, i dont know why

What is the expected output? What do you see instead?
the login page after the error comes

What version of the product are you using? On what operating system?
latest svn, win7

Please provide any additional information below.
no mods installed, normal version :)

Original issue reported on code.google.com by [email protected] on 19 Feb 2011 at 2:16

Multi server

Server Infos: Apache/2
PHP-Version: 5.2.14
PHP API: apache2handler
MySQL-Client-Version: 5.1.52
MySQL-Server-Version: 5.1.52
Game Version: 2Moons 1.5.1616
Game Addresse: http://orion.tt.lt/
Game Pfad: http://orion.tt.lt/index.php
JSON Verfügbar: Ja
BCMath Verfügbar: Ja
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 
(KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
Problem besteht seit Installation:
Verwendeter Editor:
Screenshot:
Problembeschreibung:


i was created multi server, all OK but i can login as admin into second server 
and i get this error:



Message: Unable to load template file 'overview_body.tpl'
File: 
/home/zaisk/domains/orion.tt.lt/public_html/includes/libs/Smarty/sysplugins/smar
ty_internal_template.php
Line: 163
PHP-Version: 5.2.14
PHP-API: apache2handler
2Moons Version: 1.5.1616
Debug Backtrace:
#0 ./includes/libs/Smarty/sysplugins/smarty_internal_template.php(550): 
Smarty_Internal_Template->isExisting(true)
#1 ./includes/libs/Smarty/Smarty.class.php(338): 
Smarty_Internal_Template->getRenderedTemplate()
#2 ./includes/classes/class.template.php(55): 
Smarty->fetch('overview_body.t...')
#3 ./includes/classes/class.template.php(324): template->render()
#4 ./includes/classes/class.template.php(300): 
template->display('overview_body.t...')
#5 ./includes/pages/ShowOverviewPage.php(174): 
template->show('overview_body.t...')
#6 ./game.php(327): ShowOverviewPage()
#7 {main}


other players can easily login into second server, something bad with admin 
login. 


Original issue reported on code.google.com by [email protected] on 2 Mar 2011 at 7:10

Error 13/02/2011 - 20h41(GMT+7)

What steps will reproduce the problem?
1. Click building
2.
3.

What is the expected output? What do you see instead?
In building
Warning: Division by zero in 
/home/alehapn/public_html_s1_tho/includes/functions/GetBuildingTime.php on line 
37

What version of the product are you using? On what operating system?
1.3 RC3

Please provide any additional information below.

Sorry for my bad English, I'm Vietnamese:)


Original issue reported on code.google.com by [email protected] on 13 Feb 2011 at 1:42

[1590] Planet spoler

Hi devs. I am just ask you. We have planet spoler down on screen. Can we plave 
him on right side? Because right side empty ;)

Original issue reported on code.google.com by [email protected] on 26 Feb 2011 at 11:08

[1590] Missing ships

Hi devs. in my ship list i have some ships (last in list like "terror") 
Requirements empty for this ships. How i can fix it? I use RU lang.

Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 3:07

Setting new skins problem

There is a little bug in the option section: if you upload skins and the you 
try to select the new one, the setting isn't saved, I had to manually config it 
into mysql db, precisely I had to modify the field of "dpath" modifying it with 
the right path of the skin. Sorry for my bad English :) 

Original issue reported on code.google.com by [email protected] on 11 Mar 2011 at 7:13

FATAL ERROR

Error:
Message: LangFile INGAME.php () not found!
File: /web/includes/GeneralFunctions.php
Line: 89
PHP-Version: 5.3.3
2Moons Version: 1.2.1159
Debug Backtrace:
#0 /web/common.php(170): includeLang('INGAME')
#1 /web/index.php(31): include_once('/volume1/web/uf...')
#2 {main}

Original issue reported on code.google.com by [email protected] on 13 Mar 2011 at 7:13

Delete empty planets time?

Hi devs. can you explain how i can change delete empty planets from world? Its 
planets have status (i) (il) and its look like 3 months for deletion. I want 
change it to 1 month for example. Thank you.

Original issue reported on code.google.com by [email protected] on 7 Mar 2011 at 12:02

Can't Colonisation

What steps will reproduce the problem?
1. Colonisation
2.
3.

What is the expected output? What do you see instead?
Error: Message: Found no lang Record on UserID: 1 File: 
/home/wwwroot/u1/includes/classes/class.MissionFunctions.php Line: 112 
PHP-Version: 5.2.14 2Moons Version: 1.3.1322 Debug Backtrace: #0 
/home/wwwroot/u1/includes/classes/missions/MissionCaseColonisation.php(35): 
MissionFunctions->GetUserLang('1') #1 
/home/wwwroot/u1/includes/classes/class.FlyingFleetHandler.php(53): 
MissionCaseColonisation->T

What version of the product are you using? On what operating system?
PHP-Version: 5.2.14 2Moons Version: 1.3.1322
Server:Linux CentOS release 5.5 (Final)

Please provide any additional information below.
None

Original issue reported on code.google.com by a950216t on 7 Dec 2010 at 10:36

English Language INCOMPLET !

Server Infos: Apache/2.2.3 (CentOS)
PHP-Version: 5.2.10
PHP API: apache2handler
MySQL-Client-Version: 5.0.77
MySQL-Server-Version: 5.0.77
Game Version: 2Moons 1.3.1570
Game Addresse:
Game Pfad:
JSON Verfügbar: Yes
BCMath Verfügbar: Yes
Browser: Opera/9.80 (Windows NT 5.1; U; ro) Presto/2.7.62 Version/11.01
Problem besteht seit Installation:
Verwendeter Editor:
Screenshot:
Problembeschreibung:

English language is not finish, i can see all options from Admin/Configuration !

Original issue reported on code.google.com by [email protected] on 23 Feb 2011 at 12:05

E-Mail Activation

E-Mail activation dont work. demo here :( http://star.games-network.net/

Original issue reported on code.google.com by [email protected] on 22 Apr 2010 at 11:30

ACS time bug[FİX]

the other fleets of the acs are have normal start time but, a bugy end time.The 
end time shuld be 
higher than the start time but the buggy end time is earlier than start time.

So if you send a second fleet in acs, your second fleet return before it 
arrives there.

here is the fix:


in class.ShowFleetPage.php
find these lines

$fleet['start_time']    = $AksStartTime['Start'];
$fleet['end_time']     += $AksStartTime['Start'] - $fleet['start_time'];

and change the places like this:

$fleet['end_time']     += $AksStartTime['Start'] - $fleet['start_time'];
$fleet['start_time']    = $AksStartTime['Start'];


i hope you understand :) sorry for my bad english.The project is perfect.I like 
it :)

Original issue reported on code.google.com by [email protected] on 19 Mar 2010 at 5:30

fix for SearchingPage.php to delate planets

Hi slaver on your new update mor precise on the file adm/SearchingPage.php

you have a funcion calling this "DeleteSelectedPlanet" but you dont havet 

so i had that to the "DeleteSelectedUser" in includs/funcions 

function DeleteSelectedPlanet ($ID)
    {
        global $lang, $db;

        $QueryPlanet = $db->fetch_array($db->query("SELECT
galaxy,planet,system,planet_type FROM ".PLANETS." WHERE id = '".$ID."';"));

        if ($QueryPlanet['planet_type'] == '3')
        {
            $db->query("DELETE FROM ".PLANETS." WHERE id = '".$ID."';");
            $db->query("UPDATE ".PLANETS." SET id_luna = 0 WHERE id_luna = '".$ID."';");
        }
        else
        {
            $db->query("DELETE FROM ".PLANETS." WHERE galaxy =
'".$QueryPlanet['galaxy']."' AND system = '".$QueryPlanet['system']."' AND
planet = '".$QueryPlanet['planet']."'");
            $db->query("DELETE FROM ".PLANETS." WHERE id_planet = '".$ID."'");
        }
    }





Original issue reported on code.google.com by [email protected] on 3 Apr 2010 at 12:19

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.