Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 20:04

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Private Server Info and Support Thread

Discussion on Private Server Info and Support Thread within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old 01/06/2016, 22:16   #2371
 
manulaiko3.0's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 662
Received Thanks: 1,154
Quote:
Originally Posted by =INFINITY= View Post
sweet
You don't need to post a pic of everything you do
manulaiko3.0 is offline  
Thanks
5 Users
Old 01/08/2016, 13:08   #2372
 
elite*gold: 0
Join Date: Feb 2011
Posts: 34
Received Thanks: 2
Please help! I want to move station eic and vru in 1-1 wath i change ?
nykomc is offline  
Old 01/08/2016, 13:42   #2373


 
Requi's Avatar
 
elite*gold: 3800
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,039
Received Thanks: 8,243
Quote:
Originally Posted by nykomc View Post
Please help! I want to move station eic and vru in 1-1 wath i change ?
The position parameter
Requi is offline  
Thanks
1 User
Old 01/09/2016, 04:40   #2374
 
stars093's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 71
Received Thanks: 9
PHP

Hello someone can give php files , or tell me where I can find them for the hall of fame for the clan destroyed ships and factions = )
stars093 is offline  
Old 01/09/2016, 05:11   #2375
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,716
Received Thanks: 2,380
Quote:
Originally Posted by stars093 View Post
Hello someone can give php files , or tell me where I can find them for the hall of fame for the clan destroyed ships and factions = )
You don't, you code
cryz35 is offline  
Old 01/11/2016, 09:14   #2376
 
elite*gold: 0
Join Date: Feb 2011
Posts: 34
Received Thanks: 2
Quote:
Originally Posted by Requi View Post
The position parameter

I change mapID in IndexInternal.es
if (isset($_GET['action'])):
if ($_GET['action'] === 'internalCompanyChoose' && $Users->DataRow['factionId'] === '0'):
$factory->setId($Users->DataRow['ID'], $Users->DataRow['playerID']);
if (isset($_GET['subaction'], $_GET['factionID']) && $_GET['subaction'] === 'factionChoose' && $_GET['factionID'] > 0 && $_GET['factionID'] < 4):
$mapId = 1;
if ($_GET['factionID'] === '1') {
$mapId = 16;
$x = 1000;
$y = 1000;
} elseif ($_GET['factionID'] === '2') {
$mapId = 16;
$x = 19800;
$y = 1000;
} else {
$mapId = 16;
$x = 10000;
$y = 11700;
};


And i change in emulator this

public void SendStations()
{


if (MapId == 1)
{
Send("0|s|0|1|redStation|1|1500|1000|1000");
}
else if (MapId == 16)
{
Send("0|s|0|1|blueStation|2|1500|19800|1000");
}
else if (MapId == 16)
{
Send("0|s|0|1|greenStation|3|1500|19600|11900");
}


}

when i send this in emulator no see the base

wath i need to change to see the bases in 4-4?
nykomc is offline  
Old 01/11/2016, 10:43   #2377
 
Diаmonds's Avatar
 
elite*gold: 1
Join Date: Oct 2013
Posts: 1,257
Received Thanks: 1,276
Quote:
Originally Posted by nykomc View Post
Code:
else if (MapId == 16)
{
Send("0|s|0|1|blueStation|2|1500|19800|1000");
}
else if (MapId == 16)
{
Send("0|s|0|1|greenStation|3|1500|19600|11900");
}

You checking the same thing twice. Don't know if that's THE issue, but it's already one issue.
Diаmonds is offline  
Old 01/11/2016, 13:52   #2378
 
manulaiko3.0's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 662
Received Thanks: 1,154
Quote:
Originally Posted by nykomc View Post
I change mapID in IndexInternal.es
if (isset($_GET['action'])):
if ($_GET['action'] === 'internalCompanyChoose' && $Users->DataRow['factionId'] === '0'):
$factory->setId($Users->DataRow['ID'], $Users->DataRow['playerID']);
if (isset($_GET['subaction'], $_GET['factionID']) && $_GET['subaction'] === 'factionChoose' && $_GET['factionID'] > 0 && $_GET['factionID'] < 4):
$mapId = 1;
if ($_GET['factionID'] === '1') {
$mapId = 16;
$x = 1000;
$y = 1000;
} elseif ($_GET['factionID'] === '2') {
$mapId = 16;
$x = 19800;
$y = 1000;
} else {
$mapId = 16;
$x = 10000;
$y = 11700;
};


And i change in emulator this

public void SendStations()
{


if (MapId == 1)
{
Send("0|s|0|1|redStation|1|1500|1000|1000");
}
else if (MapId == 16)
{
Send("0|s|0|1|blueStation|2|1500|19800|1000");
}
else if (MapId == 16)
{
Send("0|s|0|1|greenStation|3|1500|19600|11900");
}


}

when i send this in emulator no see the base

wath i need to change to see the bases in 4-4?
Your code gave me such a shame that I'm just going to fix it so you can copy paste it and leave the forum for a while:

IndexInternal.es:
PHP Code:
if(!empty($_GET["action"])) {
    if(
$_GET["action"] == "internalCompanyChoose" &&
       
$Users->DataRow["factionId"] == 0) {
        
$factory->setId($Users->DataRow["ID"], $Users->DataRow["playerID"]);
        if(!empty(
$_GET["subaction"]) && $_GET["subaction"] == "factionChoose") {
            if(empty(
$_GET["factionID"]) || !in_array(array(123), $_GET["factionID"])) {
                die(
"Manulaiko was here :)");
            }

            
$mapId 16;
            
$x     10000;
            
$y     11700;

            if(
$_GET["factionID"] == 1) {
                
$x 1000;
                
$y 1000;
            } else if(
$_GET["factionID"] == 2) {
                
$x 19800;
                
$y 1000;
            }
        }
    }

Emulator:
Code:
public void SendStations()
{
    Send("0|s|0|1|redStation|1|1500|1000|1000");
    Send("0|s|0|1|blueStation|2|1500|19800|1000");
    Send("0|s|0|1|greenStation|3|1500|19600|11900");
}
doesn't look nicer now? Now is your turn to find the rest of the 1ab34d3ef214cf14513e bugs in your code and fix them.
manulaiko3.0 is offline  
Thanks
1 User
Old 01/11/2016, 16:37   #2379
 
hugomailliot's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 499
Received Thanks: 126
What is the best private server pls?
hugomailliot is offline  
Old 01/14/2016, 16:39   #2380
 
45the45's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 540
Received Thanks: 158
Hello,

Can sombody send me the wwwroot. files pls I have a problem in xammp during 176 days and I need help to fix:

C:\inetpub\wwwroot\phpmyadmin\



45the45 is offline  
Old 01/15/2016, 16:57   #2381
 
=INFINITY='s Avatar
 
elite*gold: 32
Join Date: Jun 2012
Posts: 974
Received Thanks: 559
quest work
=INFINITY= is offline  
Thanks
3 Users
Old 01/17/2016, 15:16   #2382
 
ZeusReally's Avatar
 
elite*gold: 0
Join Date: May 2015
Posts: 116
Received Thanks: 37
hi guys i need nice chatserver sql and emulator bcz my chat hacked localhost who help me plz
ZeusReally is offline  
Old 01/17/2016, 16:41   #2383
 
Ready*12's Avatar
 
elite*gold: 0
Join Date: Jan 2015
Posts: 135
Received Thanks: 63
Quote:
Originally Posted by ZeusReally View Post
hi guys i need nice chatserver sql and emulator bcz my chat hacked localhost who help me plz
uhauhu it's engrossing i wonder who would hack your the best server
further when your server was hacked i wonder your face-expression m.r the best coder.if we comes to that issue about the chatserver there is a solution , its do yourself a favor and stop making the private server , i think that decision is gonna be fine for everyone amk jooo jeee
Ready*12 is offline  
Old 01/25/2016, 17:28   #2384
 
stars093's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 71
Received Thanks: 9
someone can give me the source of DarkEmulator ??
stars093 is offline  
Old 01/25/2016, 19:22   #2385
 
elite*gold: 0
Join Date: Nov 2012
Posts: 20
Received Thanks: 0
What are packet for missions ?

EDIT. nevermind, I already have
karas17 is offline  
Reply

Tags
2018, darkorbit, emulator, private, server


Similar Threads Similar Threads
Private private server :P READ FOR MORE INFO
12/01/2010 - SRO Private Server - 12 Replies
hey guys im wondering if there is anyway to make a real private server like ZSZC or SWSRO or MYSRO but to where i can only play and level a character and as if it was a real private server. but just for me, not like an emulator where im already lvl 90 or 120 or whatever. i mean one where i set the rates and i level. if not then ok u can close this. but i was just wondering.



All times are GMT +2. The time now is 20:04.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.