Phoenix
General Index
What is General For?
History
Confederate History
Dewiek
Flagritz
Mohache
Hive
Falconians
Naplians
Species
Dewiek
Felini
Falconians
Naplians
Mohache
Posting Rules
IRC / Discord Chat Channel
Resources
Affiliation Web Pages
How to .....
Setting up a forum.
Using Phoenix Nexus.
Laws
Peripheries
Factions
Space
Zones of Moderation
Halo Periphery
Advert for Phoenix
XML Interface
Download turns in python
 
XML Interface

XML interface is accessed by going to Personal -> XML Access and generating a full access code.
This then creates a <ID> and <Code> that allows you to access the site data via your user details.

The general request to get the XML pages is:

http://www.phoenixbse.com/index.php?a=xml&uid=<ID>&code=<Code>&sa=<request>

The <request> is either:

  • info_data - gets current info that you know about
  • order_data - gets current order data
  • pos_list - gets a list of your positions and locations
  • send_orders - sends a set of orders posted as XML
  • game_status - gets teh game status
  • turn_data&tid=<position number>- gets a self contained HTML turn
  • pending_orders&pid=<position number>- gets the pending orders for a turn
  • notes - gets the notifications for your account
  • items - gets all the items and their data that you know about
  • systems - gets all the systems and cbodies that you know about
  • base_data - gets all items in bases + extra info


Notes:
[1] turn_data can have a &type=file which makes it return the filename of the html fragment on the site, to download this file use https://www.phoenixbse.com/?a=tf&t=<returned filename>
[2] when turn_data fails it now returns all the possible turns with file names / last update stamps
[3] Pending orders returns the pending orders (as seen on the turns) if there is no current queued orders. Otherwise it returns the orders in the current queued turn. If you add type=turn you always get the orders that the off-line game has stacked for you and if you add type=current you only get the current orders that are queued.

Notifcations defines  [Recruit]

NOTE_TURN_DATA => 1			- position_id,system_id,type,squad
NOTE_NEW_POSITION => 2 - position_id,system_id,type,squad
NOTE_ACTIVE_MISSION => 3 - mission_id,pos_number
NOTE_NEW_MISSION => 4 - mission_id
NOTE_BATTLE => 5 - location_name,number ships,system_id
NOTE_DELIVERY => 6 - position_id,system_id,quant,item_id,deliver_to_id
NOTE_PICKUP => 7 - position_id,system_id,quant,item_id,picked_up_from_id
NOTE_BUY => 8 - position_id,system_id,quant,item_id,bought_from_id,stellars
NOTE_SELL => 9 - position_id,system_id,quant,item_id,sold_to_id,stellars
NOTE_TRANSFER_IN => 10 - position_id,stellars
NOTE_POSITION_TRANSFER => 11 - position_id,system_id,type,transfer_id
NOTE_RELATIONS_CHANGE => 12 - aff_id,status
NOTE_SYSTEM_CHARTER => 13 - aff_id,status,charter_id - disabled
NOTE_RESTRICTED_STARBASE => 14 - position_id
NOTE_RESTRICTED_CBODY => 15 - system_id,cbody_id
NOTE_RESTRICTED_SYSTEM_LINK => 16 - system_id
NOTE_RESTRICTED_ITEM => 17 - item_id
NOTE_RESTRICTED_ORDER => 18 - order_id
NOTE_RESTRICTED_MISSION => 19 - mission_id
NOTE_RESTRICTED_SYSTEM_LOC => 20 - system_id
NOTE_DELIVERED_TO => 21 - position_id,system_id,quant,item_id,by_id
NOTE_PICKED_UP_FROM => 22 - position_id,system_id,quant,item_id,by_id
NOTE_BOUGHT_FROM => 23 - position_id,system_id,quant,item_id,by_id,stellars
NOTE_SOLD_TO => 24 - position_id,system_id,quant,item_id,by_id,stellars
NOTE_BOARDED => 25 - loc,system_id,position_id
NOTE_RAIDED => 26 - loc,system_id,position_id
NOTE_COMBAT_TRANSACTION => 27 - loc,system_id,position_id
NOTE_SEL_POSITION => 28 - position_id,amount


//coming soon
NOTE_RESTRICTED_DATA => 29 - restricted_type,data0,data1
NOTE_PLANETARY_SALES => 30 - position_id,system_id,cbody_id,trade_type,stellars
NOTE_NEXUS_CASH => 31 - position_id,stellars
NOTE_GM_NOTE => 32 - position_id,group_id,system_id,cbody_id,subject + msg
NOTE_RUMOUR => 33 - data
NOTE_SPOTTED => 34 - position_id,system_id,location_name - not done yet
NOTE_TURN_ERROR => 35 - position_id,system_id,cbody_id,error_code,txt
NOTE_WARNING => 36 - position_id,system_id,cbody_id,warning_code,txt
NOTE_RESEARCH_FINISHED => 37 - position_id,item_id
NOTE_COMPLEX_VISIT => 38 - position_id,base_id,complex_type (txt)
NOTE_TRANSFER_OUT => 39 - to_position_id,stellars
NOTE_ORBITAL_DROP => 40 - position_id,system_id,quant,item_id,by_id - like deliver
NOTE_ORBITAL_RESUPPLY => 41 - position_id,system_id,quant,item_id,by_id - like deliver to
NOTE_SPECIAL_ACTION => 42 - position_id,header + text
NOTE_MESSAGE => 43 - src_pos_id,to_pos_id + message
NOTE_AGENT_ACTION => 44 - position_id,system_id,action_text + text
NOTE_REMINDER => 45 - position_id,note (80 char) + order at add
NOTE_COMPLEX_CHANGE => 46 - position_id,complex_type,built/scrapped/activated/deactivated,number
NOTE_ACCOUNT_LOW => 47 - cash, account below £10 - not done yet
NOTE_REGISTERED_BASE_ACTIVITY => 48 - position_id,system_id,cbody_id,action_type (attacked/bought/registed/deregistered)
NOTE_OPPORTUNITY_FIRE => 49 - loc,system_id,position_id + txt
NOTE_ESCAPING_COMBAT => 50 - loc,system_id,position_id + txt
NOTE_ITEM_DAMAGE => 51 - position_id,item_id,qty,damage,why(optional)
NOTE_GATE_PLATFORM_UPDATE => 52 - position_id,system_id,cbody_id,text
NOTE_LANDING_LIST => 53 - position_id,system_id,cbody_id,target_id,gate,text
NOTE_SYSTEM_RAID => 54 - system_id
NOTE_INFRASTRUCTURE => 55 - system_id,cbody_id,text


WARNING_DEEPCORE_STRUCT => 0 'Insufficient structural modules to deep core'
WARNING_COMPLEXES_NOT_PRODUCING => 1 'Complexes are not producing'
WARNING_SB_EFFICIENCY_LOW => 2 'Base Efficiency has dropped below 100%'
WARNING_SB_SECURITY_LOW => 3 'Base security has dropped below 100%'
WARNING_SHIP_INTEGRITY_LOW => 4 'Ship integrity is low (<25%)'
WARNING_SCOUTED => 5 'Scouted'
WARNING_BASE_SUBVERTED => 6 'Base subverted'
WARNING_BASE_REGISTRATION_REVOKED => 7 'Registration Revoked'


TURN_ERROR_NO_STARGATE_KEY => 0 'has no stargate key'
TURN_ERROR_NO_KNOW_BASE => 1 'has no knowledge of base'
TURN_ERROR_NO_KNOW_SYSTEM => 2 'has no knowledge of system'
TURN_ERROR_NO_KNOW_CBODY => 3 'has no knowledge of celestial body'
TURN_ERROR_INCORRECT_SEC => 4 'has incorrect security clearance'
TURN_ERROR_NO_THRUST => 5 'does not have enough thrust to take off/land'
TURN_ERROR_MAINTENANCE_FAILED => 6 'failed to maintain'


COMPLEX_ACTION_BUILT => 0 'built'
COMPLEX_ACTION_SCRAPPED => 1 'scrapped'
COMPLEX_ACTION_ACTIVATED => 2 'activated'
COMPLEX_ACTION_DEACTIVATED => 3 'deactivated'


REGISTERED_BASE_REGISTERED => 0 'registed'
REGISTERED_BASE_DEREGISTERED => 1 'de-registered'
REGISTERED_BASE_ATTACKED => 2 'been attacked'
REGISTERED_BASE_BOUGHT => 3 'been bought'


COMPLEX_VISIT_RECREATION => 0 'used recreation complexes'
COMPLEX_VISIT_REPAIR => 1 'repaired'
COMPLEX_VISIT_MAINTENANCE => 2 'maintained'
COMPLEX_VISIT_UPGRADE => 3 'upgraded'
COMPLEX_VISIT_REFIT => 4 'refitted'


TRADETYPE_TRADE => 0 'Trade'
TRADETYPE_LIFE => 1 'Life'
TRADETYPE_DRUGS => 2 'Drugs'

Flags  [Recruit]

Order Catagory Flags
====================
RDERFLAG_ANY 0x0
ORDERFLAG_THRUSTMOVE 0x1
ORDERFLAG_MOVEMENT 0x2
ORDERFLAG_TRANSACTION 0x4
ORDERFLAG_STANDINGORDER 0x8
ORDERFLAG_BASIC 0x10
ORDERFLAG_SCAN 0x20
ORDERFLAG_OTHER 0x40
ORDERFLAG_ISSUE 0x80
ORDERFLAG_CREATE 0x100
ORDERFLAG_SQUADRONORDER 0x200
ORDERFLAG_SQUADRONSTANDINGORDER 0x400
ORDERFLAG_TURNTYPE 0x800
ORDERFLAG_BOARDING 0x1000
ORDERFLAG_PLANETARYINTERACTION 0x2000
ORDERFLAG_MACRO 0x4000
ORDERFLAG_COPY 0x8000
ORDERFLAG_FULL 0xfffff

Position Type
=============
POSITIONTYPE_NONE 0x00
POSITIONTYPE_GP 0x01
POSITIONTYPE_SHIP 0x02
POSITIONTYPE_STARBASE 0x03
POSITIONTYPE_DEBRIS 0x04
POSITIONTYPE_POLITICAL 0x05
POSITIONTYPE_PLATFORM 0x06
POSITIONTYPE_AGENT 0x07

Position Flags
==============
POSFLAG_NONE 0x00
POSFLAG_GP 0x01
POSFLAG_SHIP 0x02
POSFLAG_STARBASE 0x04
POSFLAG_POLITICAL 0x08
POSFLAG_PLATFORM 0x10
POSFLAG_AGENT 0x20
POSFLAG_DEBRIS 0x40

Periphery Names / IDs
=====================
Cluster 3
Caliphate 9
Coreward Arm 14
Darkfold 2
Dewiek Home 4
Dewiek Pocket 5
Detinus Republic 6
Flagritz Empire 10
Felini Empire 11
Halo 13
Inner Capellan 1
Inner Empire 8
None 0
Orion Spur 16
Outer Capellan 12
Perfidion Reach 17
Transpiral 15
Twilight 7

Sending Orders  [Recruit]

For send_orders its currently this bit not convinced about sequencing - need to sort that out. {Need to fix so it accepts XML properly}

<turns>
<turn pos_id="Position Number" seq="1 or 0" seq_after="Pos Num to seq after" append="true/false">
<orders>
<order id="Order ID" issue_type="Issue Type">
<param>Param 0</param>
<param>Param 1</param>
</order>
</orders>

</turn>
</turns>


All atrribute in <turn> are optional except "position number"
Boolean Params Values are: true / false
Turns currently are placed into queue (and can end up with duplicates that delete each other if a turn already exists)
By default if a turn is send twice it overwrites the original - if append is set to append="true" then orders are appended to the end of a turn.
The XML only echos back what it wrote not the whole turn.

Issue Type
Is optional - you do not have to add - if added then it takes following states
For ships/gps:
0 => Continue on Error
1 => Stop on Error
For bases:
0 => Normal Order
1 => Pre Production Order
2 => Post Production Order
3 => End of Week Order

Php i used to send XML  [Recruit]

<?php

$xmlRequest="<turns>
<turn pos_id=\"12345\" seq=\"0\" seq_after=\"0\">
<orders>
<order id=\"2040\">
<param>1</param>
<param>2</param>
<param>3</param>
<param>True</param>
<param>True</param>
</order>
</orders>

</turn>
</turns>
";
// code is not from live version :)
$url='127.0.0.1/ss_forums/index.php?a=xml&uid=120&code=c56ec78c26e9c6f136a42a12172fd282&sa=send_orders';
$headers = array(
"Content-type: text/xml;charset=\"utf-8\"",
"Accept: text/xml",
"Cache-Control: no-cache",
"Pragma: no-cache"
);

try{
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, 1);

// send xml request to a server

curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, 0);

curl_setopt($ch, CURLOPT_POSTFIELDS, $xmlRequest);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

curl_setopt($ch, CURLOPT_VERBOSE, 0);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$data = curl_exec($ch);

//convert the XML result into array
if($data === false)
{
$error = curl_error($ch);
echo $error;
die('error occured');
}
else
{
print_R($data);

}
curl_close($ch);

}catch(Exception $e){
echo 'Message: ' .$e->getMessage();die("Error");
}
?>

General Account Data  [Recruit]

Test Account

The following services are available from the blank test account:
https://www.phoenixbse.com/?a=xml&sa=info_data&uid=1&code=22d9b2c0316adab0f9104571c7ed8eb0

https://www.phoenixbse.com/?a=xml&sa=order_data&uid=1&code=22d9b2c0316adab0f9104571c7ed8eb0

https://www.phoenixbse.com/?a=xml&sa=game_status&uid=1&code=22d9b2c0316adab0f9104571c7ed8eb0

https://www.phoenixbse.com/?a=xml&sa=notes&uid=1&code=22d9b2c0316adab0f9104571c7ed8eb0

https://www.phoenixbse.com/?a=xml&sa=items&uid=1&code=22d9b2c0316adab0f9104571c7ed8eb0

https://www.phoenixbse.com/?a=xml&sa=systems&uid=1&code=22d9b2c0316adab0f9104571c7ed8eb0

 
News
PayPal.Me/creditKJCaccount
Don't forget to include your account number in the message.
 
user image

*** Inter Galactic News ***

Solo claim swings back and forth

The situation in Solo appears to be getting even more heated. First the NHS dropped 600,000 troops to contest the system and then the DTR answered with enough troops of their own to trump the NHS claim. The NHS found yet more troops, taking the contesting claim up to 750,000 and once again the DTR answered, bringing Solo back under DTR control. Now the NHS have had a look down the back of the sofa and found yet more troops, taking the contesting claim to a massive 900,000 trained troops. We wait to see if the DTR have an answer to this. We can only guess where all these troops are coming from, but what is clear is that the established affiliations clearly have far larger armies than many thought.
 
user image

*** Inter Galactic News ***

NHS attempt to claim Solo away from DTR

In a shock move the NHS have contested the Solo claim with a huge garrison of 600,000 trained troops. In a move that nobody saw coming, especially as it was unknown the NHS had such a large force of troops to draw upon, the NHS seem to be provoking a response from the DTR. Currently there has been no word from the DTR in how they are going to deal with this claim jumping, although rumours are that they are pretending the Solo claim doesn't really matter to them and so action is unlikely. However this may be a smokescreen and we may yet see the DTR's powerful fleet cause havoc in the system of Solo, which has for a long time been an important junction and fought over by many different factions.

DNA Chairman TonTon resigns

The following communication has been leaked from the DNA to the GTT's PD.

Greetings CEO Fox.
It regrets me to have to inform to you that the DNA nation state will be renouncing its claim on Aladdin system following a ceremony planet side, shortly.
However, it gives me great pleasure to have to inform you that these ceremonies are being planned by Vladimir Tavikovitch, the South Road Traffic Coordinator. He is also responsible for all DNA and .ore. assets in the Outer Naplian (Capellan) periphery so if there are any further issues, please take it up with him.
For any and all other matters, please forward your request directly to the DNA directorate services at NexusID: DNA people.
The Foreign Ministry objects one last time to your illegal claim jump of Aladdin, but we realise it is time to de-escalate.
Normally i would sign off with Naambta, but doing so would be hypocritical. Let me say good riddance instead.
I hereby resign in protest!

Chairman TonTon,
Foreign Minister, DNA
cc: Directorate Services personnel coordinator - !urgent resignation!


DTR threaten WMB with fines for multiple breaches of DTR Law

Lady Sylvansight of the DTR has issued a fine of 1,000,000 stellars to the Wimbles for multiple breaches of DTR Penal and Territorial Law. This seems a very brave move of the DTR to risk upsetting the huge and warlike WMB when they also have the rival NHS Solo system claim to deal with. No word has been recieved yet that the Wimbles are going to pay, but if the formidable WMB warfleet is seen heading for the DTR home systems we will know what their thought are on the matter. The DTR and WMB fleets going head to head would be a sight to behold.

*** Affiliations ***

AFT Association of Free Traders (54) - Marion Tweedy
BLG Bolg Organisation (22) - Akhenaten
CIA Combined Intelligence Agency (64) - Laton CIA
DNA Displaced Natives Asylum (66) - DNA people
DTR Detinus Republic (58) - Morley Decker
DWK Dewiek Packs (19) - <Unknown>
FCN Falconian Republic (70) – Graspien
FEL Felini Tyranny (49) - Kr'Shan
FLZ Flagritz Republic (47) - Kayxaer
FET Frontier Exploration & Trade (56) - Cu Chulainn
GTT Galactic Trade & Transport (52) - Xavier Fox
HEX Hexamon (23) - Tranquility
KRL Krell (30) - Namica
KRT Krell of the Reverence Temple (37) - Cyn
KST Kastor Kastorians (12) - Kastor
MOH Mohache (73) – Listens
NHS Noble Houses (41) – Roy Roberts
NLF Naplian Liberation Front (38) - NLFHQ
SMS Stellar Mining and Smelting (53) - MikhailM
WMB Wimble Nations (25) - zz

* Leader MAY be inactive, affiliation may be active
** Only known contact, please update us if this is incorrect.

NPC / FoC: ARC, CIV, CGT, FRE, HBO, HEF, IND, ISP, JCN, MEK, MRC, PIR, PRV, TCA, TRN, KAS
Inactive: ANT, COD, BHD, DEN, DOM, GCE, HVE, IDC, IMP, RIP, RCF, SKW, TAG,

*** Submissions ***

By private message to The Editor or via Mica if you prefer to remain anonymous.
 
user image

*** Inter Galactic News ***

DNA and GTT clash over Aladdin system claim while Pirates look on.

The GTT have this week launched an attack on the DNA outpost in Aladdin, in what appears to be little more than a turkey shoot. Around 100,000 GTT Naplian Startroopers attacked the DNA position to remove the rival system claim. Reports indicate the DNA garrison were taken by surprise and lost control of the base in the first few hours of the fighting. The base has since been reflagged from [Free Naplian Capital] Peaceful Protest to [Loyal Naplian Capital] DNA claim Ended so it's fair to say there was a clear message being sent by the GTT. We have been waiting for the DNA leadership to comment but so far they have been unusually silent. No doubt when they have crawled out from under their desks they will have something to say on the matter.

While this attack was going on several pirate ships were also seen in Aladdin, according to the GTT in what may be true or may be a diversion, with reports of a pirate GP and scout being destroyed while a 150HH pirate warship slipped away and escaped from incoming anti-pirate patrols.

Secret meeting of the EEM

A recent communication intercepted by one of our top reporters today made us aware of a meeting of the EEM. This is underway in a top secret location called Black Pool, which sounds suspiciously like the lair of a pirate band. After pulling in many favours, we were able to identify some of the attending members. On the bases that they won't be named we were able to find out some slight information of the subjects to be discussed at the meeting and one thing is for certain, there could be huge impacts to the lives of everybody living in the galaxy. Details to follow. When the shadowy figures of the EEM come together with the top political players in a pirate base the possibilities are endless!


You are never more than 6 systems from a RAT 🐀

A new saying has arisen in the bars and spaceport of starbases throughout the many peripheries; you are never more than 6 systems from a RAT.

It is understood that this saying originated in Yank and spread by trade vessels to peripheries far and wide. Many starbases have heightened their security and added additional sensors and locks to various entry points including foul and grey water outfalls. Beer and drug stocks are undergoing increased proofing to avoid the critters gaining entry and consuming the stockpiles.

Will this present as a new plague of proportions never before seen or is this some simple urban myth being spread for the amusement of some mischievous entity? Who knows, but to be certain... check the shadows.

 
This year we will again be returning to the Briardene Hotel. They were welcoming, the bar didn't run out of beer pre-covid and there was room for quiet chats. Along with Wetherspoons there is the Victoria just down the road (Sam Smiths - last time beer was around 2 shillings per pint and a full round was less than £10).

Mostly drinking beer and talking toot though we have a good few things on the agenda.

Bookings are done directly with the hotel. Book by phone and say that you are with KJC Games

Briardene Hotel
Telephone: +44(0)1253 338300
All staff should be able to deal with the booking but if there are any problems ask for Tracy (manager) as she dealt with all our foibles in previous years.
 
user image

*** Inter Galactic News ***

Dog days are over

With the fall of the DEN and the implosion of their home territory as the AFT, DTR and GTT moved in, it was unlikely the Dewiek would rise again. The DWP gave the species a little hope with the Dewiek Pocket Periphery kept under lock and key. But news has reached us of the AFT's penetration of this private area of space that's been locked down. With a base and claim in one of the three visible systems it seems that the end of the Dewiek is near. A once noble and aggressive race, determined to make an impact on the galaxy is now little more than a species that lives under the command of others. A sad end to a once powerful species that used to control a significant part of known space.

Pirate activity continues

Yet more reports of pirate activity have been received, one from the WMB, losing a freighter in Solo and another from the FET who reported they had engaged and hit the attacking pirate ship with several weapons before it managed to make off with it's prize. Hopefully the pirate ship took significant damage and will now be out of action for some time. The Corewards periphery seems to have been plagued with pirates recently and many travellers would welcome a break from attacks.


MEK incursion into Corewards

The FET and GTT have mounted a joint venture into Nog-Kesri to tackle a MEK force. It isn't known where they have come from, with the only other MEK ships seen so far being located in the Orion Spur. The lack of a known link between where they have appeared in Corewards and the Orion Spur has caused some concern among planetary populations as who knows where they could turn up next! Fortunately the combined FET/GTT task force dealt the MEK a heavy blow and the threat has been eradicated. But we all know this is unlikely to be the last we hear of the MEK in Corwards and we would encourage ship captains to keep a keen eye on thier sensor screens when travelling near Nog-Kesri.

 
user image

*** Inter Galactic News ***

  • CIA freighter fights off overwhelming pirate forces

  • Fin Saine media broadcast, What is Hot in the galaxy?!?!

  • MEKlan forces attack in Corewards Arm


  •  
    user image

    *** Inter Galactic News ***

    Aladdin faces ongoing DNA/GTT tension

    The tensions between the DNA and GTT in the Coptuv system recently spilled over into the DNA system of Aladdin. A significant party of GTT ground troops has reinforced one of their bases in the system and claimed it, forcing the system claim into turmoil as the DNA finds itself under threat of losing the system. With the DNA chairman asking for help, several affiliations have been seen sending ships to evacuate any in the local population that want to escape the GTT. But so far not a shot has been fired and despite the AFT, FEL and DTR assistance no reisistance to the claim jump has been encountered so far. It remains to be seen if the DNA and it's friends will scatter before this hostile take over or put in a last minute counter claim to thwart GTT intentions.

    Increasing pirate activity

    Recent reports indicate a new surge in pirate attacks with the AFT and GTT reporting ships lost. Knowing how some don't like to advertise losses we wouldn't be surprised if this is the tip of the iceberg. Reports passed to us show the ship PIR Scavenger running ID 43174 and another ship of the same name running ID 68668 have both been in action with successful boarding attempts. It's unknown whether these are seperate ships or the same ship reregistered, but our information suggests that it would be hard for these pirates to cover the space where these attacks happened with just one ship. One thing is for sure, be on your guard as open space is not as safe as it once was.


    GCE ships loitering in deep space

    After the fall of the GCE and a lot of their assets being shared or purchased it was thought that the affiliation was no more. Yet deep space scans indicate that there is still a significant number of GCE warships holding station in deep space between Coptuv and Yank on the transport route into the Corwards Arm. Nobody knows what these ships are up to and why they are still flagged GCE, but our best guess is that are captains either awaiting new orders or owners after the fall of the GCE command structure.


    *** Affiliations ***

    AFT Association of Free Traders (54) - Marion Tweedy
    BLG Bolg Organisation (22) - Akhenaten
    BHD Brotherhood (63) - de Molay
    CIA Combined Intelligence Agency (64) - Laton CIA
    DNA Displaced Natives Asylum (66) - DNA people
    DTR Detinus Republic (58) - Morley Decker
    DWK Dewiek Packs (19) - <Unknown>
    FCN Falconian Republic (70) – Graspien
    FEL Felini Tyranny (49) - Kr'Shan
    FLZ Flagritz Republic (47) - Kayxaer
    FET Frontier Exploration & Trade (56) - Cu Chulainn
    GTT Galactic Trade & Transport (52) - Xavier Fox
    HEX Hexamon (23) - Tranquility
    KRL Krell (30) - Namica
    KRT Krell of the Reverence Temple (37) - Cyn
    KST Kastor Kastorians (12) - Kastor
    MOH Mohache (73) – Listens
    NHS Noble Houses (41) – Roy Roberts
    NLF Naplian Liberation Front (38) - NLFHQ
    SMS Stellar Mining and Smelting (53) - MikhailM
    WMB Wimble Nations (25) - zz

    * Leader MAY be inactive, affiliation may be active
    ** Only known contact, please update us if this is incorrect.

    NPC / FoC: ARC, CIV, CGT, FRE, HBO, HEF, IND, ISP, JCN, MEK, MRC, PIR, PRV, TCA, TRN, KAS
    Inactive: ANT, COD, DEN, DOM, GCE, HVE, IDC, IMP, RIP, RCF, SKW, TAG,

    *** Submissions ***

    By private message to The Editor or via Mica if you prefer to remain anonymous.
     
    user image

    *** Inter Galactic News ***

    Tension in the Corewards Arm

    With the DNA obtaining several ex-GCE bases in the Coreward Arm it has found itself in the middle of an asset grab of serious proportions and aggression. Our reporters witnessed several GTT troop carriers heading for the Corewards system as the DNA published information suggesting they were accidental owners of the system and that the assets were to be moved on. As the GTT ships started to arrive the bases were quickly passed to the CIA, thus thwarting the GTT intentions as they were hardly likely to start dropping troops on their allies bases. This shrew move by the DNA seems to have calmed matters in the Coreward arm temporarily, although the shift in relations between the GTT and DNA has taken a negative turn. When asked what their next move might be the GTT refused to comment.

    GCE collapse

    The GCE are no more, save for some scattered light freighters. The affiliation which enjoyed a sharp rise and profiltable relations with many has ceased trading. Rumors point to the GTT buying up GCE assets before stripping the rival corporation of anything of value. Although our reporters at the SSS have been quick to point out that any GCE assets not in GTT systems have been taken over by both the DNA and FET. So it seems many different affiliations were able to profit from this development including a new group called the HSH who appear to have taken over the GCE war fleet. No doubt many in the peripheries will be watching with interest where these ships are used, who the HSH are and how they were able to get thier hands on so many warships so quickly.


    Secudus trials

    In the Cluster Secudus has continued his trials, claiming to root out terrorists working against the Empire. With tends of thousands of beings being sent to the camps or worse. There is no sign of these actions stopping as the NHS clamp down on the locals and bring them under the harsh control of the Empire.


    *** Affiliations ***

    AFT Association of Free Traders (54) - Marion Tweedy
    BLG Bolg Organisation (22) - Akhenaten
    BHD Brotherhood (63) - de Molay
    CIA Combined Intelligence Agency (64) - Laton CIA
    DNA Displaced Natives Asylum (66) - DNA people
    DTR Detinus Republic (58) - Morley Decker
    DWK Dewiek Packs (19) - <Unknown>
    FCN Falconian Republic (70) – <Unknown>
    FEL Felini Tyranny (49) - Juris
    FLZ Flagritz Republic (47) - Kayxaer
    FET Frontier Exploration & Trade (56) - Cu Chulainn
    GTT Galactic Trade & Transport (52) - Xavier Fox
    HEX Hexamon (23) - Tranquility
    KRL Krell (30) - Namica
    KRT Krell of the Reverence Temple (37) - Cyn
    KST Kastor Kastorians (12) - Kastor
    MOH Mohache (73) – Listens
    NHS Noble Houses (41) – Roy Roberts
    NLF Naplian Liberation Front (38) - NLFHQ
    SMS Stellar Mining and Smelting (53) - MikhailM
    WMB Wimble Nations (25) - zz

    * Leader MAY be inactive, affiliation may be active
    ** Only known contact, please update us if this is incorrect.

    NPC / FoC: ARC, CIV, CGT, FRE, HBO, HEF, IND, ISP, JCN, MEK, MRC, PIR, PRV, TCA, TRN, KAS
    Inactive: ANT, COD, DEN, DOM, GCE, HVE, IDC, IMP, RIP, RCF, SKW, TAG,

    *** Submissions ***

    By private message to The Editor or via Mica if you prefer to remain anonymous.
     
    ******Empire Syndicated News Network (ESNN) ******

    user image

    Welcome to the latest version of ESNN, giving the news and views from the ESNN's reporter and news anchor, Ainsley Moore, making this the peripheries' most favourite and most reliable unbiased publication in the known universe from our home in the Heartland,

    And so with the news from the last couple of weeks,


    Cluster War! DNA Gather Fruit
     

    Free Ship when you sign-up
    Complete missions for in game rewards
    Control everything, up to an entire empire
    Dedicated human moderators
    Player and Moderator driven plotlines
    Discover new worlds to explore, exploit & colonise
    Over 20 years of content development
    Persistent Browser-Based Game (PBBG)

    I’ve played on and off for approximately 10 years, over a 20 year spell. After some interesting debate on the in-game forum, I did wonder what, exactly, has kept drawing me back to the game, when for so many others I’ve generally lost interest after a few months.

    Ultimately, I think it is a combination of automation (that allows the game to handle thousands of positions to interact on a daily basis) coupled with Special Actions (that allow the story arc to develop in a way that could not be catered for by a set of predefined list of available orders).
    -Zigic