How to create an actual rappelz pserver website?

10/28/2021 09:03 fwteddy#1
Hey everyone, i'm a junior web dev, and for one of my project I wanted to create my own private server website.

I have on my computer my own server, and I was wondering, there is no actual tutorial on how to create a website ?

If anyone can help me, give me some clues on where to look, on how to do it, I would be interested.

My discord is : Seyi#3463
10/28/2021 19:58 CHlNAMAN#2
You are a web dev.. Create a website and make it look like it's for Rappelz? Done?

EDIT: I'm a baker. How to bake a cake? But make it look like a cake?
10/28/2021 20:48 fwteddy#3
Thanks for you help, I said I was a junior web dev, so I am still learning.

And I was asking about specificity like for instance, how to access data from the server etc, how to create a shop. This kind of stuff.
10/29/2021 04:32 Sandro1029#4
Quote:
Originally Posted by fwteddy View Post
Thanks for you help, I said I was a junior web dev, so I am still learning.

And I was asking about specificity like for instance, how to access data from the server etc, how to create a shop. This kind of stuff.
SQL queries via PHP
10/29/2021 11:48 CHlNAMAN#5
Quote:
Originally Posted by fwteddy View Post
Thanks for you help, I said I was a junior web dev, so I am still learning.

And I was asking about specificity like for instance, how to access data from the server etc, how to create a shop. This kind of stuff.
You can either fetch data from the database, and-or use Telnet to query the gameserver. You can also create a standalone tool, running on the host machine, that creates a simple collection of information, stored in JSON, and read that in async using Javascript. Either of them works, I use them all hand-in-hand.

I would, contrary to other web developers here, recommend using IIS.