Private Server Info and Support Thread

05/21/2015 20:08 oleg-19952008#1696
Hi EVP
A question for the developers spacebattles is it possible to restore database from files of the CMS ?
UPD|I will be captain hindsight but in spacebattles not one database but multiple, distributed across all shelves.
05/21/2015 21:53 S7K Yuuki#1697
Quote:
Originally Posted by oleg-19952008 View Post
Hi EVP
A question for the developers spacebattles is it possible to restore database from files of the CMS ?
UPD|I will be captain hindsight but in spacebattles not one database but multiple, distributed across all shelves.
It depends of the version, we changed the database for the last emulator (9.0) so if you're using that version ask shock to when is going to finish the "uploading..." of the database xD (offer him some meat balls..)

Regards.-
05/21/2015 21:59 oleg-19952008#1698
Quote:
Originally Posted by S7K Yuuki View Post
It depends of the version, we changed the database for the last emulator (9.0) so if you're using that version ask shock to when is going to finish the "uploading..." of the database xD (offer him some meat balls..)

Regards.-
I want to run any version of the game, while only doing the database, apparently it's under 8.4.5 made, partially I was able to do, the problem now is that I can't register and login, 127.0.0.1/indexInternal.es?action=internalStart gives just a white screen, although I have in the database are present that do not even know.
UPD I think I remembered that maybe it should be in the files of the Apache a few lines to add, and then it will work (I hope xD ).

Quote:
Originally Posted by S7K Yuuki View Post
It depends of the version, we changed the database for the last emulator (9.0) so if you're using that version ask shock to when is going to finish the "uploading..." of the database xD (offer him some meat balls..)

Regards.-
And will there be laid CSS files and pictures to them ? Or have persistent site ?
05/21/2015 22:51 Destiny#1699
Quote:
Originally Posted by S7K Yuuki View Post
ask shock to when is going to finish the "uploading..." of the database xD (offer him some meat balls..)-
hehe :D
8.4.5 in 9.0 more work
[Only registered and activated users can see links. Click Here To Register...]
05/22/2015 00:25 oleg-19952008#1700
Partially able to restore the database, the job is not simple.
[Only registered and activated users can see links. Click Here To Register...]



[Only registered and activated users can see links. Click Here To Register...]
05/22/2015 13:22 manulaiko3.0#1701
Quote:
Originally Posted by oleg-19952008 View Post
Partially able to restore the database, the job is not simple.
[Only registered and activated users can see links. Click Here To Register...]



[Only registered and activated users can see links. Click Here To Register...]
Restore database shouldn't take more than 1 day if you look in CMS, less than 2 hours if you look in emulator
05/22/2015 14:45 TufanTR#1702
how to change map name?
05/22/2015 14:47 S7K Yuuki#1703
Quote:
Originally Posted by TufanTR View Post
how to change map name?
Take a look in spacemap/xml/maps.php

Regards.-
05/22/2015 14:51 TufanTR#1704
Quote:
Originally Posted by S7K Yuuki View Post
Take a look in spacemap/xml/maps.php

Regards.-
Code:
<map id="2" name="asd" music="0">
maps.php it doesn't work
05/22/2015 15:09 olitis1#1705
Quote:
Originally Posted by TufanTR View Post
how to change map name?
I think you have to change it on maps.php and in main.swf/net/bigpoint/darkorbit/InGameCatalog.as line 47 (mapNames array)
05/22/2015 15:33 S7K Yuuki#1706
If you create a new map (with a different ID) is not needed.
Code:
ID = 255 for example

<map id="255" name="asd" music="0">
Regards.-
05/22/2015 17:37 king[amg]ua#1707
In "azure do server" I found some code for client 5.14.1, amending some changes in it I able to run 6.3.1 client. But I have a problem with data packets for drones, titles etc., my emulator does not recognize it. I think I made mistake in code or ID paket (in main.swf all are encrypted, so it is difficult to work with it -_-).
what could be the problem?

public static byte[] SendPacket(string Data)
{
packetEncoder enc = new packetEncoder(What an ID paket I have to write here?);
enc.writeShort(0);
enc.writeString(Data);
return enc.GetBytes();
}
05/22/2015 18:58 masterdeath1#1708
help ? [Only registered and activated users can see links. Click Here To Register...]
05/22/2015 20:41 oleg-19952008#1709
Did AUTO_INCREMENT, now user IDs start with 1-s and increases.


[Only registered and activated users can see links. Click Here To Register...]
05/22/2015 20:44 cryz35#1710
Quote:
Originally Posted by oleg-19952008 View Post
Did AUTO_INCREMENT, now user IDs start with 1-s and increases.


[Only registered and activated users can see links. Click Here To Register...]
Dude great job you did there(clap)