[Release] Orbit Reborn - Source

11/06/2014 11:46 BotorCrime#316
Quote:
Originally Posted by bobn171 View Post
you should check the packet that you send to other users.. i mean
i've something like this in my code

Code:
sendPacket("0|n|d|" + user.playerID +"|" + user.uav);
to load my drones, and this other to load other users drones...

Code:
Is a example, is not exactly like that
sendPacket("0|n|d|" + otherUser.userID + "|" + otherUser.uav);
seems like you have messed up something with the variables

EDIT:
I found this on the code [Only registered and activated users can see links. Click Here To Register...]
idk why it sends that drones, maybe there is the problem
Give me your skype name.
11/06/2014 16:40 xelle#317
Emulator Error Team Viewer Help :( ?
11/06/2014 16:49 BotorCrime#318
Quote:
Originally Posted by xelle View Post
Emulator Error Team Viewer Help :( ?
Give me your skype name at Priv.
11/06/2014 21:23 Chanhy#319
how edit Orbit Reborn in Skins ? [Only registered and activated users can see links. Click Here To Register...]
ship? Drone?
11/08/2014 18:16 lCulito#320
Hi, i'm a developer and i wanna understand DO Private Servers but i don't have a good version...


You can give me a latest version of DO Private Server?

Thx

Sorry for my english, i speak spanish.

Skype: Jockersystem
Facebook: Daniel Díaz
[Only registered and activated users can see links. Click Here To Register...]
11/08/2014 18:43 Diаmonds#321
There is no latest version. But the "best" open source emu you can find here is this one.
11/08/2014 20:49 thealemdarxd#322
How Automatic Design Feature Do ?
11/09/2014 11:51 alperen417#323
?
[Only registered and activated users can see links. Click Here To Register...]
11/09/2014 12:28 UND3RW0RLD#324
missing pictures, wrong linking, wrong config. check this and it should work
11/09/2014 12:31 alperen417#325
Is it wrong?
[Only registered and activated users can see links. Click Here To Register...]
11/09/2014 12:58 Puma<3#326
...
11/09/2014 13:07 steppdroid#327
Quote:
Originally Posted by Puma<3 View Post
[Only registered and activated users can see links. Click Here To Register...]

please help :/
never work, your site is not a vps.
11/09/2014 13:37 Puma<3#328
Quote:
Originally Posted by steppdroid View Post
never work, your site is not a vps.
i buy today vps
11/09/2014 14:19 steppdroid#329
At the end of the shift signature remains stuck at a blank page localhost/changeFirm/Update.
how do I get it back to localhost/changeFirm. ?

PHP Code:
<?php

$currentFirm 
Auth::getUser('factionid');
$array_faction = array(=> 'Mars Mining Operations (MMO)'=> 'Earth Industries Corporation (EIC)'=> 'Venus Resources Unlimited (VRU)');

?>
    <link type="text/css" href="public/css/changeFirm.css" rel="stylesheet" media="all" />
    <script>
    function openMiniMap()
    {
        console.log("works");
        window.open('<?php echo URL?>internalMap', '_blank', 'width=1280,height=900');
    }
    </script>
        <div id="left_start">
            
        </div>
        <div id="mainContentFirm">
            <div class="title"></div>
            <div class="currentFirm">
            <img src="<?php echo URL;?>public/images/faction<?php echo $currentFirm ?>.jpg">
            <span class="name"><?php echo $array_faction[$currentFirm]; unset($array_faction[$currentFirm]); ?></span>
            </div>
            <div class="infosFirm">
            <?php
                $members_count 
0;
                
$kill_count 0;
                foreach (
$this->FirmInfos as $key => $value) {
                    
$members_count += 1;
                    
$kill_count += $this->FirmInfos[$key]['user_kill'];
                }
            
?>
            <span>Members: <?php echo $members_count?></span><br>
            <span>Ships destroyed: <?php echo $kill_count?></span>
            </div>
            <div class="changeFirm">
            <?php
                $first 
0;
                foreach (
$array_faction as $key => $value
                {
                    if (
$first == 0)
                    {
                        echo 
'<form action="'.URL.'changeFirm/Update" method="post">';
                        echo 
'<input type="hidden" name="factionid" value="'.$key.'">';
                        echo 
'<input type="submit" class="faction'.$key.'" value="">';
                        echo 
'</form>';
                        echo 
'<span>Switch FIRM</span>';
                        
$first 1;
                    }
                    else
                    {
                        echo 
'<form action="'.URL.'changeFirm/Update" method="post">';
                        echo 
'<input type="hidden" name="factionid" value="'.$key.'">';
                        echo 
'<input type="submit" class="faction'.$key.'" value="" style="float: right;">';
                        echo 
'</form>';
                    }
                }
                
?>
            </div>
        </div>
11/09/2014 15:00 linkpad#330
Quote:
Originally Posted by steppdroid View Post
At the end of the shift signature remains stuck at a blank page localhost/changeFirm/Update.
how do I get it back to localhost/changeFirm. ?

PHP Code:
<?php

$currentFirm 
Auth::getUser('factionid');
$array_faction = array(=> 'Mars Mining Operations (MMO)'=> 'Earth Industries Corporation (EIC)'=> 'Venus Resources Unlimited (VRU)');

?>
    <link type="text/css" href="public/css/changeFirm.css" rel="stylesheet" media="all" />
    <script>
    function openMiniMap()
    {
        console.log("works");
        window.open('<?php echo URL?>internalMap', '_blank', 'width=1280,height=900');
    }
    </script>
        <div id="left_start">
            
        </div>
        <div id="mainContentFirm">
            <div class="title"></div>
            <div class="currentFirm">
            <img src="<?php echo URL;?>public/images/faction<?php echo $currentFirm ?>.jpg">
            <span class="name"><?php echo $array_faction[$currentFirm]; unset($array_faction[$currentFirm]); ?></span>
            </div>
            <div class="infosFirm">
            <?php
                $members_count 
0;
                
$kill_count 0;
                foreach (
$this->FirmInfos as $key => $value) {
                    
$members_count += 1;
                    
$kill_count += $this->FirmInfos[$key]['user_kill'];
                }
            
?>
            <span>Members: <?php echo $members_count?></span><br>
            <span>Ships destroyed: <?php echo $kill_count?></span>
            </div>
            <div class="changeFirm">
            <?php
                $first 
0;
                foreach (
$array_faction as $key => $value
                {
                    if (
$first == 0)
                    {
                        echo 
'<form action="'.URL.'changeFirm/Update" method="post">';
                        echo 
'<input type="hidden" name="factionid" value="'.$key.'">';
                        echo 
'<input type="submit" class="faction'.$key.'" value="">';
                        echo 
'</form>';
                        echo 
'<span>Switch FIRM</span>';
                        
$first 1;
                    }
                    else
                    {
                        echo 
'<form action="'.URL.'changeFirm/Update" method="post">';
                        echo 
'<input type="hidden" name="factionid" value="'.$key.'">';
                        echo 
'<input type="submit" class="faction'.$key.'" value="" style="float: right;">';
                        echo 
'</form>';
                    }
                }
                
?>
            </div>
        </div>
Learn to code ;)