Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by bierdopje

  1. B

    [Arcturus] CMS/admin panel

    You are missing the mssql_pdo drivers for PHP. You can download them from the microsoft website You must be registered for see element.
  2. B

    Complete working files which are still up?

    I actually got arcturus source code of both server and client. I am uploading it to mega.nz. I will post the link as soon as it is finished. Alright guys, here you go: You must be registered for see element. Source code of both server and client of arcturus rose. I hope anyone may still...
  3. B

    Complete working files which are still up?

    I can provide you with the client source code if you want. Just give me a sign.
  4. B

    [Arcturus] CMS/admin panel

    This isn't really a Laravel error. It has to do with you database. You are trying to add a column that already exists. Duplicate column names aren't allowed in SQL tables. So you either have already runned the specific query and you can skip it, or you delete the columns to prevent the error...
  5. B

    [Arcturus] CMS/admin panel

    It is because of a duplicate class name. Go to the files in the database\migrations directory. Make sure there aren't duplicate class names.
  6. B

    [Arcturus] CMS/admin panel

    1. Install an webserver. I think xampp is commonly used in the rose community. Although I would recommend something like Nginx. 2. Then install composer: You must be registered for see element. 3. Clone the repo and put it in your public directory 4. Change the .env file to your settings 5...
  7. B

    [Arcturus] CMS/admin panel

    It is made for Arcturus (iRose). Changing it to any order rose server (read as: database scheme) wouldn't be that hard. If you need any help, feel free to ask.
  8. B

    Item mall for arcturus (error) twilight i need you

    Your code looks fine although I would change $conn=mssql_connect($myServer,$myUser,$myPass); mssql_select_db($myDB); to $conn=mssql_connect($myServer,$myUser,$myPass, $myDB); and $res = mssql_query($sql); if(!$res) { die("ERROR!"); mssql_close($conn); } else { mssql_close($conn); to...
  9. B

    [Arcturus] CMS/admin panel

    I have edited the post and added the links to the github repos
  10. B

    [Arcturus] CMS/admin panel

    So I made a CMS/admin panel for a new irose server. Nevertheless the server project was canceled, and it leaves me with an unused CMS. I will be more then happy to share it. It is not entirely finished, but it contains all the main functionalities, including: - Account creation - Sign in -...
  11. B

    Item mall for arcturus (error) twilight i need you

    Would be helpful if you post us the itemmall.php file, or atleast the query...
  12. B

    Free MapleStory Portal Page

    Nice and clean. I like it. But HTML/CSS aren't programming languages, they are markup languages. So bad programming isn't possible for you, because you aren't programming ;). Keep up the good work!
  13. B

    how to add item mall for arcturus?

    I am currently working on a CMS for arcturus, including: -Donation with PayPal -Item mall -Ticket System -Admin panel -Etc. If someone still likes it, I am willing to share some code. Not all of it, since the CMS is gonna be used by a new iRose server. The CMS is written in the Laravel PHP...
  14. B

    How to patch ROSE private server

    Thank you for your message! At the moment my launcher is working. Updates are doing fine. Can anyone tell me a nice program to edit de ZSM files? I have already tried 2 programs, but they both can't edit ZSM files.
  15. B

    How to patch ROSE private server

    I have searched already here. Even on devrose forum. I haven't found any useful thread, so I asked it here. Maybe you are right and it is already on a forum, well link it I would say. I couldn't find it. I guess you didn't catched what I was meaning. All the STB, STL, ZSC, etc files are...
Back
Top