Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 23:29

  • 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 04/04/2016, 11:38   #2491
 
manulaiko3.0's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 662
Received Thanks: 1,154
Quote:
Originally Posted by Wingm8 View Post
I can not remember the setup for items, but i think for uridium it's probably something like this:
base64 encode following:
PHP Code:
{  "uridium": {    "a"1000000  }} 
So it's like: ew0KICAidXJpZGl1bSI6IHsNCiAgICAiYSI6IDEwMDAwMDANCi AgfQ0KfQ==


as vpro




Best Regards w8
I would rather use an array instead of an object for looping and adding things to the database:

PHP Code:
$voucher json_decode('[{"items_id":"uridium","amount":10000},{"items_id":"weapons_lasers_lf3","amount":10}]');

foreach(
$voucher as $item) {
    
$query->insert("accounts_items")
          ->
values([
                 
"id"     => $item["items_id"],
                 
"amount" => $item["amount"]
           ]);
    
$Database->execute($query);

manulaiko3.0 is offline  
Thanks
1 User
Old 04/04/2016, 17:33   #2492
 
elite*gold: 0
Join Date: Oct 2015
Posts: 9
Received Thanks: 1
Quote:
Originally Posted by Wingm8 View Post
I can not remember the setup for items, but i think for uridium it's probably something like this:
base64 encode following:
PHP Code:
{  "uridium": {    "a"1000000  }} 

So it's like: ew0KICAidXJpZGl1bSI6IHsNCiAgICAiYSI6IDEwMDAwMDANCi AgfQ0KfQ==


as vpro




Best Regards w8
Hi Really Thank Bro İ Now Very Happy But 1 Have 1 Question
İ How To Give Lf3 And Bo2 Code ? only This Code Bro
Best Regards
Skydark[DEV] is offline  
Old 04/05/2016, 02:50   #2493

 
elite*gold: 3
The Black Market: 113/0/0
Join Date: Oct 2013
Posts: 5,814
Received Thanks: 1,813
Quote:
Originally Posted by =INFINITY= View Post
what are wrong orbit reborn emulator
nothing you r just bad @ coding #triggered



Pooporbit
Nevada' is offline  
Old 04/05/2016, 15:59   #2494
 
alexutu2013's Avatar
 
elite*gold: 0
Join Date: Feb 2014
Posts: 229
Received Thanks: 66
hi all, can somebody give me a source code of an java emulator? I need it to learn :3 thx
alexutu2013 is offline  
Old 04/05/2016, 16:37   #2495


 
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 alexutu2013 View Post
hi all, can somebody give me a source code of an java emulator? I need it to learn :3 thx
Google server listener for java. Set the port to the darkorbit server port. Get packets. Find out what they do.
Requi is offline  
Thanks
1 User
Old 04/06/2016, 10:37   #2496
 
S7K Yuuki's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 246
Received Thanks: 397
Quote:
Originally Posted by alexutu2013 View Post
hi all, can somebody give me a source code of an java emulator? I need it to learn :3 thx
When I started in this world I learnt a lot with an old manulaiko's emulator. Is buggy and unfinished but you can learn a lot reading its code, cause it's pretty good commented.



Regards.-
S7K Yuuki is offline  
Thanks
4 Users
Old 04/07/2016, 05:14   #2497
 
elite*gold: 0
Join Date: Dec 2011
Posts: 10
Received Thanks: 0
Hello guys, i have the newest emulator for DO. Im makaking private server but i dont have Drone Formations and Apex/Zeus and Drone Desings. All other have expect this. And i have a 3D Graphic. Can some one help me with this? thanks

I have some new things like : LF-5 (400 dmg) and (SG3N-A01 - 20k shield -80% Absorbing )
There is a lot things to fix but it will be a good serevr ^^

Here is some img's



snikey123 is offline  
Old 04/09/2016, 20:38   #2498
 
alexutu2013's Avatar
 
elite*gold: 0
Join Date: Feb 2014
Posts: 229
Received Thanks: 66
Quote:
Originally Posted by S7K Yuuki View Post
When I started in this world I learnt a lot with an old manulaiko's emulator. Is buggy and unfinished but you can learn a lot reading its code, cause it's pretty good commented.



Regards.-
link is off..
alexutu2013 is offline  
Old 04/09/2016, 21:32   #2499
 
S7K Yuuki's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 246
Received Thanks: 397
Quote:
Originally Posted by alexutu2013 View Post
link is off..
In theory is not off, idk why epvp removes it


S7K Yuuki is offline  
Thanks
2 Users
Old 04/13/2016, 20:14   #2500
 
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
how to take a window capture of flying buoy ? I sent these packets
and nothing I don't at all. TDM can I withdraw or intervention and the capture of volatile buoy can't. And how to obtain the displacer on the map ?
oleg-19952008 is offline  
Old 04/18/2016, 20:31   #2501
 
westernN's Avatar
 
elite*gold: 0
Join Date: Jun 2013
Posts: 226
Received Thanks: 22
how

wtf im very bad, i can't start it,

what i need to change without mysql ..

i see this:

PHP Code:
<?php
require_once 'dorps/index.es';
?>
on localhost.

And how start fking emulator, where i need to move or anything? Helper html file dont help me
westernN is offline  
Old 04/19/2016, 11:06   #2502
 
manulaiko3.0's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 662
Received Thanks: 1,154
Quote:
Originally Posted by westernN View Post
wtf im very bad, i can't start it,

what i need to change without mysql ..

i see this:

PHP Code:
<?php
require_once 'dorps/index.es';
?>
on localhost.

And how start fking emulator, where i need to move or anything? Helper html file dont help me
Helper file was made for people who can read. Configure apache to interpret ^(.*)\.es$ (see? you got the regexp) as a PHP script.There is a pretty nice tutorial on how to fix the emulator by someone who knows how to use google.
manulaiko3.0 is offline  
Old 05/03/2016, 00:53   #2503
 
elite*gold: 0
Join Date: Jun 2015
Posts: 2
Received Thanks: 0
Bonjour,

J'ai ce problème dans mon émulateur :

Servidor elieaz: Env << ERR|2

Vous savez d'ou cela vient ?

I have this error code, something know ?

Kyky
lulu68656 is offline  
Old 05/03/2016, 22:26   #2504
 
elite*gold: 0
Join Date: Dec 2011
Posts: 150
Received Thanks: 42
Guys andromeda so slow, any good pvp suggestions?
abdulmecit1997 is offline  
Old 05/05/2016, 09:25   #2505
 
elite*gold: 0
Join Date: May 2016
Posts: 1
Received Thanks: 0
Someone help me? I'm wanting to make a private server for my little brother... and am willing to pay someone to set it all up for him? thanks ... if interested please contact me on my email Thanks again,
Sarmad7865 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 23:29.


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.