Lost Password?

Go Back   CodeCall Programming Forum > Software Development > Tutorials, Classes and Code

Tutorials, Classes and Code Codes, Software, and Classes for download to our registered members.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-28-2008, 04:13 PM
Jaan's Avatar   
Jaan Jaan is offline
Moderator
 
Join Date: Dec 2006
Location: Estonia
Age: 17
Posts: 426
Last Blog:
Wadio Media Layout Com...
Rep Power: 9
Jaan will become famous soon enoughJaan will become famous soon enough
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 11:58 AM.
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, 01:46 PM
Xav's Avatar   
Xav Xav is offline
Guru
 
Join Date: Mar 2008
Location: London, England
Posts: 2,969
Last Blog:
Piano Exam
Rep Power: 25
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
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?
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-02-2008, 03:37 PM
Jaan's Avatar   
Jaan Jaan is offline
Moderator
 
Join Date: Dec 2006
Location: Estonia
Age: 17
Posts: 426
Last Blog:
Wadio Media Layout Com...
Rep Power: 9
Jaan will become famous soon enoughJaan will become famous soon enough
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, 07:41 AM
Xav's Avatar   
Xav Xav is offline
Guru
 
Join Date: Mar 2008
Location: London, England
Posts: 2,969
Last Blog:
Piano Exam
Rep Power: 25
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
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...
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-11-2008, 04:29 AM
TcM's Avatar   
TcM TcM is offline
Terminator - I'll be back
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 5,709
Rep Power: 47
TcM is a jewel in the roughTcM is a jewel in the roughTcM is a jewel in the rough
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.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall


Business Directory | Technology Blog | Windows Help
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, 06:43 PM
DevilsCharm's Avatar   
DevilsCharm DevilsCharm is offline
Programming God
 
Join Date: Jul 2006
Posts: 875
Rep Power: 13
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

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


All times are GMT -5. The time now is 05:20 PM.

Contest Stats

John ........ 87.50000
dargueta ........ 75.00000
Xav ........ 50.00000
MeTh0Dz ........ 20.00000
gaylo565 ........ 18.00000
Johnnyboy ........ 3.00000

Contest Rules

Ads