|
You last visited: Today at 19:54
Advertisement
[NEED]DARKORBIT SERVER FILES
Discussion on [NEED]DARKORBIT SERVER FILES within the DarkOrbit forum part of the Browsergames category.
09/26/2013, 12:03
|
#1
|
elite*gold: 0
Join Date: Jun 2013
Posts: 460
Received Thanks: 180
|
[NEED]DARKORBIT SERVER FILES
Can anyone give me server files which work rank system and shop and coded in C#
|
|
|
09/26/2013, 12:05
|
#2
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
|
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
|
#3
|
elite*gold: 35
Join Date: Jul 2013
Posts: 266
Received Thanks: 221
|
i don't think a coder will give to someone his files after he worked a lot on that...
|
|
|
09/26/2013, 12:14
|
#4
|
elite*gold: 0
Join Date: Jun 2013
Posts: 460
Received Thanks: 180
|
i though everyone has shop files already on this forum and realesed ..
|
|
|
09/26/2013, 12:20
|
#5
|
elite*gold: 35
Join Date: Jul 2013
Posts: 266
Received Thanks: 221
|
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
|
#6
|
elite*gold: 0
Join Date: Jun 2013
Posts: 460
Received Thanks: 180
|
Quote:
Originally Posted by KratonVsPande
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
|
#7
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
|
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
|
#8
|
elite*gold: 0
Join Date: Jun 2013
Posts: 460
Received Thanks: 180
|
Quote:
Originally Posted by Requi
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
|
|
|
09/26/2013, 12:50
|
#9
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
|
You need to download ICON8 and paste then this files.
Else all images etc. would be missing.
|
|
|
09/26/2013, 13:36
|
#10
|
elite*gold: 0
Join Date: May 2012
Posts: 1,091
Received Thanks: 834
|
Quote:
Originally Posted by Requi
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
|
#11
|
elite*gold: 73
Join Date: May 2012
Posts: 517
Received Thanks: 548
|
Wtf, Maybe you can change your Title .. ''C# , C++ .NET Programmer'', I'm so confused to see that..
|
|
|
09/26/2013, 17:08
|
#12
|
elite*gold: 1
Join Date: May 2011
Posts: 1,942
Received Thanks: 1,251
|
Quote:
Originally Posted by Rest-In-Peace
Another idiot  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
|
#13
|
elite*gold: 32
Join Date: Jul 2010
Posts: 8,279
Received Thanks: 4,430
|
#closed
|
|
|
All times are GMT +1. The time now is 19:54.
|
|