[NEED]DARKORBIT SERVER FILES

09/26/2013 12:03 Rest-In-Peace#1
Can anyone give me server files which work rank system and shop and coded in C#
09/26/2013 12:05 Requi#2
Actually I think, nobody will just give it you.
Also the rank system isn't that difficult ;)

The shop system is half finished by Madatek.
09/26/2013 12:07 KratonVsPande#3
i don't think a coder will give to someone his files after he worked a lot on that...
09/26/2013 12:14 Rest-In-Peace#4
i though everyone has shop files already on this forum and realesed ..
09/26/2013 12:20 KratonVsPande#5
yea there is just use search button next time i was saying about rank that's not 2 hard to make :)
09/26/2013 12:27 Rest-In-Peace#6
Quote:
Originally Posted by KratonVsPande View Post
yea there is just use search button next time i was saying about rank that's not 2 hard to make :)
i meant hall of fame -.- not the ranks,titles
09/26/2013 12:33 Requi#7
thats not difficult too.
PHP Code:
<?php
function mostrarRanking1()
{
    
$result mysql_query("SELECT * FROM cuentas ORDER BY honor DESC");
    
$nombre "undefined";
    
$honor 0;
    
$pos 0;
    while(
$rs mysql_fetch_array($result))
    {    
        if(
$rs[32] == 21)continue;
        
$pos += 1;
        if(
$rs[1] != null)$nombre $rs[1];
        if(
$rs[33] != null)$honor $rs[33];
        echo 
"<tr>";
        echo 
"$pos. ";
        echo 
"<td class='table_ranking_center fliess10px-gelb'><b>$nombre</b></td> ";
        echo 
"<td class='table_ranking_right'>$honor</td> ";
        echo 
"<br>";
    }
}
?>
<center>
<?php mostrarRanking1(); ?>
</center>
But you need to edit the names of database tables.
Copied and modified from ICON8
09/26/2013 12:39 Rest-In-Peace#8
Quote:
Originally Posted by Requi View Post
thats not difficult too.
PHP Code:
<?php
function mostrarRanking1()
{
    
$result mysql_query("SELECT * FROM cuentas ORDER BY honor DESC");
    
$nombre "undefined";
    
$honor 0;
    
$pos 0;
    while(
$rs mysql_fetch_array($result))
    {    
        if(
$rs[32] == 21)continue;
        
$pos += 1;
        if(
$rs[1] != null)$nombre $rs[1];
        if(
$rs[33] != null)$honor $rs[33];
        echo 
"<tr>";
        echo 
"$pos. ";
        echo 
"<td class='table_ranking_center fliess10px-gelb'><b>$nombre</b></td> ";
        echo 
"<td class='table_ranking_right'>$honor</td> ";
        echo 
"<br>";
    }
}
?>
<center>
<?php mostrarRanking1(); ?>
</center>
But you need to edit the names of database tables.
Copied and modified from ICON8
and azure files only 1.5 mb ? :S im so confused look at link

[Only registered and activated users can see links. Click Here To Register...]
09/26/2013 12:50 Requi#9
You need to download ICON8 and paste then this files.
Else all images etc. would be missing.
09/26/2013 13:36 Madatek#10
Quote:
Originally Posted by Requi View Post
Actually I think, nobody will just give it you.
Also the rank system isn't that difficult ;)

The shop system is half finished by Madatek.
I am not the developer :) I only opened thread, files are developed by boxxy96, Xdr1 and ZETA
09/26/2013 13:38 DrSkyfall™#11
Wtf, Maybe you can change your Title .. ''C# , C++ .NET Programmer'', I'm so confused to see that..
09/26/2013 17:08 721560329#12
Quote:
Originally Posted by Rest-In-Peace View Post
Another idiot :facepalm: Dont hunt post here fck off. WHY SHOULD I CHANGE MY TITLE IDIOT ? FEEL FREE TO REPORT THIS POST IDGAF BTW
DrS have right... if you are "C# , C++ .NET Programmer" why you need files from us ??
09/26/2013 17:18 Elsastylez#13
#closed