Lost Password?


Go Back   CodeCall Programming Forum > Software Development > Tutorials

Tutorials Programming Tutorials - Post your tutorials here!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-28-2008, 05:13 PM
Jaan's Avatar   
Jaan Jaan is offline
Mod
 
Join Date: Dec 2006
Location: Estonia
Age: 17
Posts: 935
Last Blog:
AdStar Ad Control Pa...
Rep Power: 17
Jaan is just really niceJaan is just really niceJaan is just really niceJaan is just really nice
Send a message via MSN to Jaan
Default Learn how to create your own web server

Hey!

I was thinking I'm going to write a tutorial for those who don't know or don't understand how to create a web server. I included some files also (Freeware).. Okay let's start.

1. Installing your server.

Abyss Web Server X1:
Code:
http://rapidshare.com/files/69761062/Abyss_Web_Server_X1.exe
After downloading the server software, we must install it. Open your install file, read the License Agreement, after reading make a decision, do you agree with it or not. If you agree then press: I agree.



When it's done, you can select things what you want to install.



After choosing press Next. Then you must select path to your installation.



When it's done.. Press install and you're done.

2. Installing PHP 5

PHP 5.2.2
Code:
http://rapidshare.com/files/69762401/PHP_5.2.2.exe
This is auto-installer (I saved you from doing it manually). After opening this install file, press Next. Then you must read it's License Agreement, when you agree click on check box and press Next.



Then you have to select path to your PHP. When it's done, click Install.



3. Installing MySQL Database

MySQL 5.0
Code:
http://rapidshare.com/files/69770232/MySQL_5.0.45.zip
After opening your install file press Next to continue. Then you can select what kind of installation you need or want.



When you have selected your installation type press Next. When it's done, press Install to install MySQL 5.0 After installing you must configure your server, a new window will pop out.



Press Next to more forward. Then you can select what kind of configuration you want.



After selecting just keep pressing Next, but if you want to change anything, then change it if you know what you are doing. Then you will see this:



There you must enter password for your database (Remember, your username is root). After entering your password press Next, then just press Execute to start the configuration. And voila.. it's done.

4. Installing phpMyAdmin

phpMyAdmin 2.11.2.1
Code:
http://rapidshare.com/files/69763973/phpMyAdmin_2.11.2.1.bz2
Extract it. After extraction copy and paste this folder to:
Quote:
...\Program Files\Abyss Web Server\htdocs
There rename it to phpadmin. Now go to libraries folder and find config.default.php file. Then copy and paste it to \phpadmin\ directory and rename it to config.inc.php.



Now open this file in some kind of text editor. Find the line highlighted below and change it to your url, where's your phpMyAdmin installed.



http://localhost/phpadmin/ for example make sure you will add / after your url. IT'S VERY IMPORTANT. Now find the line highlighted below and enter your MySQL username there.



Next you must find this line:



and enter your MySQL password between ' and '. And you're done. Enter http://localhost/phpadmin to your browser and you will see your installed phpMyAdmin.



And it's done I hope it helped you and soon i will see your cool sites.

Take care,
Jaan
__________________


Cheap & Professional Web Design | Need help? Send a PM

Last edited by Jordan; 05-07-2008 at 12:58 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 05-02-2008, 02:46 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,852
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Learn how to create your own web server

It seems like quite a lot of hassle to me? I just pay for hosting. It's a whole lot easier. Doesn't your computer have to be on all the time to host the data?
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-02-2008, 04:37 PM
Jaan's Avatar   
Jaan Jaan is offline
Mod
 
Join Date: Dec 2006
Location: Estonia
Age: 17
Posts: 935
Last Blog:
AdStar Ad Control Pa...
Rep Power: 17
Jaan is just really niceJaan is just really niceJaan is just really niceJaan is just really nice
Send a message via MSN to Jaan
Default Re: Learn how to create your own web server

yes it have to be
but i mean like.. i have a server installed to my PC because i don't have time to upload files to another server.. it takes time.. it's better to text my own scripts in my own PC/server..

BTW you have to have open ports also.. otherwise only you can use your server..
__________________


Cheap & Professional Web Design | Need help? Send a PM
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-03-2008, 08:41 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,852
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Learn how to create your own web server

I suppose it depends on your needs. Computers use lots of energy when they're on - it might not be so cost-effective after all...
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-11-2008, 05:29 AM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default Re: Learn how to create your own web server

Once I made my server and forwarded a domain to it.. it was kinda cool.. but I only did it for testing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 05-18-2008, 07:43 PM
DevilsCharm's Avatar   
DevilsCharm DevilsCharm is offline
Programming God
 
Join Date: Jul 2006
Posts: 887
Rep Power: 14
DevilsCharm is on a distinguished road
Default Re: Learn how to create your own web server

That's really awesome, I've always wondered how to make a web server, but I wouldn't do it because it's a lot easier with hosting. But that is a good tutorial, very detailed.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DNS Hacking John Tutorials 1 04-09-2008 01:34 PM
server client application - (i really need your help) sarahnetworking C and C++ 5 03-04-2008 11:47 AM
How to create a XML file at the server side? shannelleng ASP, ASP.NET and Coldfusion 8 08-12-2007 04:27 AM
game server mod John C and C++ 8 08-20-2006 11:01 AM


All times are GMT -5. The time now is 10:57 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads