Things you need:

Steps:
XAMPP
- Run Xampp Setup
- After done, Start Xampp
Code:a CMD window should open after its done installing. It should look like this. 1. start XAMPP Control Panel 2. relocate XAMPP 3. disable HTTPS (SSL) 4. disable server side Includes (SSI) 5. enable IPv6 only (current: IPv4) 6. disable mod_perl 7. disable apache::ASP x Exit
- Go ahead and press 1 and hit enter
- Tick Svc on Apache and MySql if its not ticked
- Press Start on Apache and MySql
The File:
Alright, now we are done with XAMPP, now we will make the FILE
- go to your main folder like C:\Server.
- Now go to AccFolder, Right click on Acc server and make a shortcut in desktop
- Now go to MsgFolder, Right click on Msg server and make a shortcut in desktop
- Now go to MsgFolder, Right click on NPC server and make a shortcut in desktop
- Cut those shortcuts in your Desktop and paste them into your main folder(mines C:\Server )
- open notepad
- type in Code:
[COLOR="Red"]@echo off color b[/COLOR] -> thats the color, i made it blue. The color dont matter because its not going to stay up for a long time. [COLOR="Red"]start /b[/COLOR] acc(shortcut name, Make it short lol) [COLOR="Red"]start /b[/COLOR] msg(shortcut name, Make it short lol) [COLOR="Red"]start /b[/COLOR] npc(shortcut name, Make it short lol)
- go to save as -> Run.bat (make sure you put Save as Type:All Files)
- and right click on Run.bat and make a shortcut on Desktop

Btw, I just showed you how to use your IP as the URL.. Go to
and copy your IP if you dont know, and paste it in your browser.Code:
C:\xampp\htdocs
Thank You! And Safe One Click Start
=============================Added================ =============
If you want to use your IP as the URL, Follow these Steps.
1) open up This folder: C:\Windows\System32\drivers\etc\hosts (open with NotePad, if you don't have any Advanced editing programs)
2) Select all and delete.
3) the Copy and Paste this into it.
PHP Code:
# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
::1 localhost
127.0.0.1 Your-IP-Here
Your-IP-Here Your-IP-Here
Your-internal-IP Your-IP-Here
3) Register Your ip to a DNS. Go to
. Personally i like it because its not complicated 4) Register at No-IP.com
5) On the Top Menu, Click Hosts/Redirects
6) Click Add Host
7) Follow the instruction given in there.
Done! now use it as your link..






