First of all , the easiest way to start up your own server is to register and then download a file called "AC Web Ultimate Repack" which includes EVERYTHING needed for the server to be created , PLUS a ReadMe (ofcourse)
that explains step by step how to start up the server and the web site!
_______________________________________________
---------------------ITEM CREATING-------------------------
_______________________________________________
Step 1: Create your Item, it must have a unique ID not shared by any other item in your DB!!! Make sure you fill in every box and make every selection even it means slapping a 0 in it.
Convert the item number of the model you want to use to the Displayid here. It's my DB of ids, so it may not be 100% accurate, but it should be good.
Step 2: Make sure your MySQL instance is running. Some webpacks come with a MySQL.exe that is your instance and it must be operational.
Step 3: Open your SQL editor. For this guide, I am using Navicat 8.
Step 4a: Generate your Item's code. Open Navicat and connect to your MySQL instance. Once connected, double click on the the world DB, which is usually Antrix or Mangos.
Step 4b: Single click Queries that has expanded from underneath the DB you double clicked. To the right, should be a big blank box with options at the top, select New Query. A window should pop up.
Step 5: CHECK THE CODE!!!! Make sure you dont have missing values signaled by double comas ( ,, ) and that the names of the values match the columns in your items table.
Step 6: Paste the code that you checked and corrected if needed into the window that poped up in Navicat.
Step 7: Click Run option in the upper left conner of this small window.
Step 8: A new tab is opened to show you the resaults of it. If it just says 1 or more rows has been affected, you're done! If it says anything else, there's a mistake somewhere! Double check you got the right one.
You must reload your item table via restarting the server or using the GM command .reloadtable <table>
I hope it helped!