Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 16:38

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

Advertisement



DarkOrbit 7.5.3 / 9.0 / 10.0 - Open Source

Discussion on DarkOrbit 7.5.3 / 9.0 / 10.0 - Open Source within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old 05/10/2022, 17:28   #466
 
elite*gold: 0
Join Date: Mar 2020
Posts: 72
Received Thanks: 13
Quote:
Originally Posted by #Heizer™ View Post
11.0?

Original got leaked😃
Claire8825 is offline  
Old 05/14/2022, 15:32   #467
 
-=Flavio=-'s Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 614
Received Thanks: 268
These are the files of a project of mine that I abandoned a while ago, use it however you like, I don't care, it should work perfectly with my version of the emulator too.
Keep in mind that my inventory is broken, and I don't have time to write a new one, so if you want just replace the new code with the old one.
Also the store was made for 2010's darkorbit so if you want just add the new items.



Quote:
Originally Posted by #Heizer™ View Post
11.0?
He has access to the darkorbit Beta client in Unity
-=Flavio=- is offline  
Old 05/15/2022, 17:15   #468
 
elite*gold: 0
Join Date: Apr 2022
Posts: 2
Received Thanks: 0
It doesnt work for me either, just a blank page.

Can someone help me?
Discord: Manuphobie#0001
Manuphobie is offline  
Old 05/15/2022, 18:46   #469
 
-=Flavio=-'s Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 614
Received Thanks: 268
Quote:
Originally Posted by Manuphobie View Post
It doesnt work for me either, just a blank page.

Can someone help me?
Discord: Manuphobie#0001
send a print
-=Flavio=- is offline  
Thanks
1 User
Old 05/15/2022, 20:07   #470
 
elite*gold: 0
Join Date: Apr 2022
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by -=Flavio=- View Post
send a print
nvm i got it to work now.
Manuphobie is offline  
Old 05/18/2022, 23:45   #471
 
elite*gold: 0
Join Date: Jun 2020
Posts: 46
Received Thanks: 5
hello good afternoon everyone I would like someone to do me the favor of explaining how I can put iris drones in the store that the players buy them thank you very much ♥
papepipo is offline  
Thanks
1 User
Old 05/19/2022, 02:59   #472
 
-=Flavio=-'s Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 614
Received Thanks: 268
Quote:
Originally Posted by papepipo View Post
hello good afternoon everyone I would like someone to do me the favor of explaining how I can put iris drones in the store that the players buy them thank you very much ♥
I started to make a drone system, I don't remember if it's in the emulator on github but you can take a look at the drone manager and change the system to accept variable amount of drones, I would recommend creating an object for each drone, with type, experience and level, then adding these files to the database. As for the store, just edit the .php.
-=Flavio=- is offline  
Thanks
2 Users
Old 06/05/2022, 13:12   #473

 
Maft3y22's Avatar
 
elite*gold: 137
Join Date: Feb 2020
Posts: 175
Received Thanks: 12
i have many errors!

help me pls
Maft3y22 is offline  
Old 06/05/2022, 16:16   #474
 
-=Flavio=-'s Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 614
Received Thanks: 268
Quote:
Originally Posted by RomeoVIP View Post
i have many errors!

help me pls
Sorry, but I can't read anything in this print, can you take a closer one?
-=Flavio=- is offline  
Old 06/05/2022, 16:26   #475

 
Maft3y22's Avatar
 
elite*gold: 137
Join Date: Feb 2020
Posts: 175
Received Thanks: 12
Quote:
Originally Posted by -=Flavio=- View Post
Sorry, but I can't read anything in this print, can you take a closer one?



up:
Maft3y22 is offline  
Old 06/05/2022, 17:37   #476
 
-=Flavio=-'s Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 614
Received Thanks: 268
Quote:
Originally Posted by RomeoVIP View Post



up:
Sorry I was on my cell phone so I couldn't use the zoom function of this site, well in these images you seem to have some problem with the database connection, are you sure you edited the credentials for the mysql server?
-=Flavio=- is offline  
Old 06/05/2022, 18:13   #477

 
Maft3y22's Avatar
 
elite*gold: 137
Join Date: Feb 2020
Posts: 175
Received Thanks: 12
Quote:
Originally Posted by -=Flavio=- View Post
Sorry I was on my cell phone so I couldn't use the zoom function of this site, well in these images you seem to have some problem with the database connection, are you sure you edited the credentials for the mysql server?
Hi, idk..do I have to edit somewhere?
can you show me please!
Maft3y22 is offline  
Old 06/05/2022, 18:22   #478
 
-=Flavio=-'s Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 614
Received Thanks: 268
Quote:
Originally Posted by RomeoVIP View Post
Hi, idk..do I have to edit somewhere?
can you show me please!
Well you have to change, in htdocs/files/config.php and in the emulator in "SqlDatabaseManager.cs"
-=Flavio=- is offline  
Old 06/05/2022, 18:29   #479

 
Maft3y22's Avatar
 
elite*gold: 137
Join Date: Feb 2020
Posts: 175
Received Thanks: 12
Quote:
Originally Posted by -=Flavio=- View Post
Well you have to change, in htdocs/files/config.php and in the emulator in "SqlDatabaseManager.cs"
Can i put what details i want? or I have to get them from somewhere


i can't find Sql Database Manager.cs
Maft3y22 is offline  
Old 06/05/2022, 18:49   #480
 
-=Flavio=-'s Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 614
Received Thanks: 268
Quote:
Originally Posted by RomeoVIP View Post
Can i put what details i want? or I have to get them from somewhere


i can't find Sql Database Manager.cs
You have to use the ones you put in your SQL server, as for the SqlDatabaseManager.cs this is a C# file from visual studio, it is inside the project file, but I would recommend you to look for some MySql, php and C# classes at least, before starting a private server, this project is very advanced for someone with no experience, and I won't be able to answer questions here for a long time, because today is my last free day before returning to the University.
-=Flavio=- is offline  
Reply

Tags
10.0, 7.5.3, 9.0, darkorbit, emulators


Similar Threads Similar Threads
[Open-Source][C#] EloBuddy, open source League of Legends Bot
05/27/2014 - League of Legends Hacks, Bots, Cheats & Exploits - 8 Replies
-- Snipped --
KBot_5.62_setup.exe ' Open Open Open '
12/18/2011 - DarkOrbit - 5 Replies
KBot_5.62_setup.exe LİNK : http://www.kbotik.com/files/mo_IMG_3.jpg SCAN : http://www.metascan-online.com/img/metascanonline -logo.png



All times are GMT +1. The time now is 16:39.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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