Register for your free account! | Forgot your password?

You last visited: Today at 17:33

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

Advertisement



[Guide]One Click Start :D

Discussion on [Guide]One Click Start :D within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old   #1
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
Talking [Guide]One Click Start Server :D and IP URL

Hello all, im going to show you how to start your server with one click. Im going to show this with Xampp, If can use Wampserver 2.0 go ahead, But it isnt working with my PC. This is a Guide for the people that don't know this.

Things you need:



Steps:
XAMPP
  1. Run Xampp Setup
  2. 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
  3. Go ahead and press 1 and hit enter
  4. Tick Svc on Apache and MySql if its not ticked
  5. Press Start on Apache and MySql

    The File:
    Alright, now we are done with XAMPP, now we will make the FILE
  6. go to your main folder like C:\Server.
  7. Now go to AccFolder, Right click on Acc server and make a shortcut in desktop
  8. Now go to MsgFolder, Right click on Msg server and make a shortcut in desktop
  9. Now go to MsgFolder, Right click on NPC server and make a shortcut in desktop
  10. Cut those shortcuts in your Desktop and paste them into your main folder(mines C:\Server )
  11. open notepad
  12. 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)
  13. go to save as -> Run.bat (make sure you put Save as Type:All Files)
  14. 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
This is where you put your Website files so your IP can show them.

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 
Internal IP for me 192.168.1.2. I know that you are supposed to put the Domain Name System(DNS) over here, But this works fine.

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..
.Ash is offline  
Thanks
10 Users
Old 04/02/2010, 23:07   #2
 
elite*gold: 0
Join Date: Dec 2009
Posts: 375
Received Thanks: 149
reg script doesnt get the ip of the person that registers. why?
Knight^Hawk is offline  
Thanks
1 User
Old 04/02/2010, 23:10   #3
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
Quote:
Originally Posted by Knight^Hawk View Post
reg script doesnt get the ip of the person that registers. why?
i didn't put anything about that in here... anyway ill check it out..
.Ash is offline  
Thanks
1 User
Old 04/12/2010, 04:39   #4
 
elite*gold: 0
Join Date: Mar 2010
Posts: 26
Received Thanks: 5
I already use a program wamp and you make an account on the No-IP.com, but did not understand the link step account Balsrfer Is it possible to send you an email and you helped me to make the server run without Hmachi
mzagnge is offline  
Old 04/12/2010, 21:29   #5
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
Quote:
Originally Posted by mzagnge View Post
I already use a program wamp and you make an account on the No-IP.com, but did not understand the link step account Balsrfer Is it possible to send you an email and you helped me to make the server run without Hmachi
Just use Xampp, And enter your EXTERNAL IP where you put your Hamachi...in the server files.
.Ash is offline  
Thanks
1 User
Old 04/18/2010, 23:57   #6
 
elite*gold: 0
Join Date: Sep 2009
Posts: 383
Received Thanks: 81
Quote:
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
correction

Quote:
127.0.0.1 localhost
::1 localhost
127.0.0.1 Your-external ip-Here
Your-IP-Here Your-external ip-Here
Your-external-IP Your-external ip
Crazy123456 is offline  
Thanks
3 Users
Old 04/19/2010, 01:31   #7
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
Quote:
Originally Posted by Crazy123456 View Post
correction
Not really lol i guess it won't matter
.Ash is offline  
Thanks
1 User
Old 04/19/2010, 01:59   #8
 
elite*gold: 0
Join Date: Sep 2009
Posts: 383
Received Thanks: 81
Quote:
Originally Posted by SpongeBox View Post
Not really lol i guess it won't matter
kk thats what u told me to set it tho xD last time
Crazy123456 is offline  
Thanks
2 Users
Old 04/29/2010, 21:31   #9
 
elite*gold: 0
Join Date: Oct 2009
Posts: 31
Received Thanks: 0


Uploaded with

this pblem with me....
my router want pass..
people cannot show my website why?

thx
iszmira is offline  
Old 04/29/2010, 22:22   #10
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
because you have to port forward.. add port 80, 3306, Your acc server port and your msg server port
.Ash is offline  
Thanks
2 Users
Old 04/30/2010, 07:58   #11
 
elite*gold: 0
Join Date: Oct 2009
Posts: 31
Received Thanks: 0
can u show tutorial with me...

thx..
iszmira is offline  
Old 05/01/2010, 00:07   #12
 
xCookieZx's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 184
Received Thanks: 94
Quote:
Originally Posted by iszmira View Post
can u show tutorial with me...

thx..
no1 is going to take the time out of their day to show a tutorial to som1 who cant get somthing as simple as this, because if you cant do this your obviously going to have another million questions, people provide the guides and say good luck have fun do it yourself, SO DO IT YOURSELF
xCookieZx is offline  
Thanks
1 User
Old 05/01/2010, 07:46   #13
 
|Dark|Side|'s Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 112
Received Thanks: 60
PPl are so ungrateful.. Even when you give them a step by step process of what their suppose to do they still Whine and ask for you to do it? *random outburst* Dey Teoork Er Jawwbsz!! lmao xD
|Dark|Side| is offline  
Old 05/01/2010, 13:34   #14
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
Quote:
Originally Posted by |Dark|Side| View Post
PPl are so ungrateful.. Even when you give them a step by step process of what their suppose to do they still Whine and ask for you to do it? *random outburst* Dey Teoork Er Jawwbsz!! lmao xD
What the hell does Dey Teoork Er Jawwbsz mean?
.Ash is offline  
Old 05/15/2010, 08:02   #15
 
elite*gold: 0
Join Date: Apr 2009
Posts: 37
Received Thanks: 4
i dont understand what you mean with ""Cut those shortcuts in your Desktop and paste them into your main folder(mines C:\Server )""
what do i cut??????????????? and why would i be putting them back into the C:\Server again?
danielv183 is offline  
Reply


Similar Threads Similar Threads
rohan bot ph. canot click start
05/25/2009 - Rohan - 2 Replies
can any one help, how to fix my bot client. i can't click the start button at the start menu even i reinstall the bot, restart my computer, copy another folder. i try many things. still can't click the start button at the character seclect window. and any one knows the forum of the rohanbot ph? thanx for those who willing to reply and help.
SRO closes when i click start.
10/03/2008 - Silkroad Online - 4 Replies
Me and a few guys have this problems. we load up nu connectors then AG bot then silkroad log in press start then it closes with ???? error. anyone help?
SRO closes when i click start?
09/30/2008 - Silkroad Online - 4 Replies
I use tried old versions, and new versions of the AG bot. and the latest sro client, but sro closes when i log in and click start with the AG bot. Media patcher is patched so that doesnt cause a problem. whats the problem?
Start Servers With A Click
01/25/2008 - EO PServer Hosting - 3 Replies
Here It is the one thing that will allow u to start you server with 1 button Requirements 1.).Net framework 3.5 Description Starts you server with 1 click!!! Guied 1.) Download The ServerOpener.rar 2.) Open The Rar 3.) Extract The Opener.exe 4.) Select The Path For Each Server
Cant click start button on bot menu
11/11/2007 - Silkroad Online - 7 Replies
i installed it as i was supposed to and the patching and all that went fine. i setted up the bot and saved script and all that but i cant press the start button. i can press every thing else on the bot menu but not start. any1 knows what could cause this problem?



All times are GMT +1. The time now is 17:33.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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