Featured Worklog

Price Search



PC Apex Sponsor


PC Apex Sponsors



PC Apex RSS Feeds

RSS Feed for PC Apex Reviews & ArticlesRSS Feed for PC Apex PC Modding WorklogsRSS Feed for the PC Apex Daily DisturbanceRSS Feed for the latest PC Apex Site NewsRSS Feed for PC Apex Affiliate and Web NewsRSS Feed for PC Apex Deals and Steals

Go Back   Apex Community Forums // Other Forums // Designers Corner // Coding / Scripting / Programming

Coding / Scripting / Programming Discussions on all manner of coding and scripting.

Reply
 
LinkBack Thread Tools Display Modes
Old 24-April-07, 09:46 PM   #1 (permalink)
Apex Advanced Techie
Twinscroll's Avatar
Default Web Hosting Question

For the longest time I have been fascinated with web hosting and serving. The whole idea of setting up accounts for friends to use, allowing them and myself to host web images so I don't have to rely on others.

I have FileZilla both the server / regular versions. I have this plus tightVNC set up on my server rig that I just had laying around. The rig is currently running windows xp..yes I know i know. But this is just to dabble in really.

So my question is *besides getting a domain name* how do you interface the server into lets say a website. Where on the website that I could create and design I could have it prompt for user account/pass and they could dump files whenever they wanted wherver they wanted.

I will worry about security and what not later since I don't really have anything of importance or people using it now.

Thank you~
Tyler aka Twinscroll
Twinscroll is offline     Reply With Quote
Old 24-April-07, 09:50 PM   #2 (permalink)
Apex Elite Tech
Hak Foo's Avatar
Default Re: Web Hosting Question

You might try installing XAMPP, it's Apache, PHP, and MySQL all in one handy box.

You'd then need to configure a nameserver to correctly resolve your domain name to your server's IP address.

Finally, you'd need to change the nameserver values for your domain name so they point to the nameserver which knows the right IP address for your domain name.
Hak Foo is offline     Reply With Quote
Old 24-April-07, 10:15 PM   #3 (permalink)
Apex Advanced Techie
Twinscroll's Avatar
Default Re: Web Hosting Question

Quote:
Originally Posted by Hak Foo
You might try installing XAMPP, it's Apache, PHP, and MySQL all in one handy box.

You'd then need to configure a nameserver to correctly resolve your domain name to your server's IP address.

Finally, you'd need to change the nameserver values for your domain name so they point to the nameserver which knows the right IP address for your domain name.

Ahh, reminds me of pointers in C++. But okay, that does make sense. Configuring a nameserver though? Most have to go to a company and pay like what I think it's 10/month or something small like that to get a domain name or is there a way to do that on your own.

I have FileZilla set up successfully. I have created accounts and my friends use and set them up with directories that they can read/write to and only they can view etc. I have them the FireFTP extension for FireFox to interface with the extra rig I have here in the room. My next question is do any of you know of any step-by-step tutorials for implementing the server side.

Thank you Hak Foo!

~Sincerely,
Tyler aka Twinscroll

Last edited by Twinscroll; 24-April-07 at 10:20 PM.. Reason: Grammer/Style
Twinscroll is offline     Reply With Quote
Old 16-May-07, 09:29 PM   #4 (permalink)
'Da Doctor of Funk
FunkyFresh's Avatar
Default Re: Web Hosting Question

I know I'm coming to the party 3 weeks late on this one, but...

Another alternative for the web server would be to run IIS. Windows XP Pro includes it free, though I don't believe it installs by default. To install it, go to Control Panel > Add/Remove Programs > Add/Remove Windows Components button (on the left), then check the box for Internet Information Services (IIS). You'll need the Windows disc for it.

In IIS, the web root by default becomes C:\InetPub\wwwroot (So C:\InetPub\wwwroot\mypage.html becomes http://www.mysite.com/mypage.html or http://123.45.67.89/mypage.html or whatever, depending on DNS). Basically anything you put in there is visible on the website. So you'd probably create subfolders in there, one for each friend. Then in the FTP server program, set each user's home directory to their respective folder in wwwroot. And voila, anything they upload is visible on your website, in their subfolder.

I imagine Apache works similarly. If you plan to get into making websites, and maybe switching over to a web host someday, I'd suggest going the Apache/PHP/MySQL route (though I'm less familiar with it myself). ASP.NET (running on IIS) is great for large-scale, precompiled web applications, but IMO certainly don't shine for everyday website tasks.
FunkyFresh is offline     Reply With Quote
Old 22-May-07, 11:08 PM   #5 (permalink)
Apex Advanced Techie
Twinscroll's Avatar
Default Re: Web Hosting Question

Hey replies are always welcome! I appreciate that! I have tried to use the IIS and naturally windows does not install it with the operating system. I have started using XAMPP which includes apache, like you and several others have suggested. Do you work a lot with pre-compiled headers? Just curious...some of this is new to me.

Edit:

Oh and by try i mean i installed it messed around with the root folder and what not got it all working but it was just way to much of a pain, like you said, for the smaller web tasks.
Twinscroll is offline     Reply With Quote
Reply

Bookmarks

Thread Tools
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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Router game hosting question. Erad Internet / Network Tweaks 1 28-January-06 03:06 PM
Hosting... WakingtheFallen Coding / Scripting / Programming 9 26-November-04 07:02 PM
Web Hosting aaronrkelly Anything Goes 28 01-July-04 04:33 PM
Hosting Miststlkr Anything Goes 13 26-May-04 09:07 AM
Web hosting Red02 Anything Goes 8 29-March-03 09:26 PM


All times are GMT -5. The time now is 02:18 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright PCApex.com, GameApex.com, ForumApex.com 2001 - 2008
Advertisements

Page generated in 0.15035 seconds with 9 queries