Shoutbox

Make my PC a Website - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Make my PC a Website (/showthread.php?tid=52095)

Make my PC a Website by Val on 10-23-2005 at 03:39 AM

Hey can someone help me with setting up my PC to be my website. Do i need to istall anything or something I have no clue how this works. Please someone help 
me


RE: Make my PC a Website by NiteMare on 10-23-2005 at 03:49 AM

well i find that EasyPHP is a great way to run a website off your own computer, its is designedfor develupment, but it should be good for a small website:)

it includes PHP and MySQL


RE: Make my PC a Website by Val on 10-23-2005 at 03:54 AM

quote:
Originally posted by NiteMare
well i find that EasyPHP is a great way to run a website off your own computer, its is designedfor develupment, but it should be good for a small website:)

it includes PHP and MySQL
Hmmm that site looks wired so amny languages........ can you explain,
i need to firgure everything out first off is how to get the site online not the webpages.....

RE: Make my PC a Website by NiteMare on 10-23-2005 at 04:01 AM

http://www.easyphp.org/telechargements.php3

just install the latest version, and put your website in the www folder on your computer, then you can access it via http://127.0.0.1/

if you want to let the rest of the world access it you need to modify the apache settings and thats not too hard:

once its installed and running right click on the icon in your system tray, go to: configuration >> apache

look for:

code:
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
#
#Listen 3000
Listen 127.0.0.1:80

enter "Listen", your own ip address, then ":80" right below that line

save the file and your done, every body should now be able to view your site from your ip address

edit: if you're behind a router, see my post below
RE: Make my PC a Website by Chestah on 10-23-2005 at 04:14 AM

NiteMare, is that your Network Ip address? eg 192.168.0.x ?


RE: Make my PC a Website by NiteMare on 10-23-2005 at 04:17 AM

i'm sorry, i don't know what yoru refuring to, i know that 192.168.x.x are local ips (ie behind a router, and in that case, you would set up port forwarding on your router for port 80, to your computer and enter your routers ip, thats what i have done)


RE: Make my PC a Website by Val on 10-23-2005 at 04:27 AM

ok thanks guys i will do all this tomaro...... page book marked good, and thanks again


RE: Make my PC a Website by absorbation on 10-23-2005 at 11:08 AM

quote:
Originally posted by HugSpy
ok thanks guys i will do all this tomaro...... page book marked good, and thanks again

well you would need your pc always on i think i could host you if you want :)
RE: Make my PC a Website by Jhrono on 10-23-2005 at 01:51 PM

You need a connection with a good UPSTREAM (uploads) somethign like 34mbits per second, the minimum, so that everybody can connect easily..Then, it can take much bandwidth, even if your connection is slow when it comes to uploads..


RE: Make my PC a Website by Val on 10-23-2005 at 03:05 PM

awwww damn it 10 mbps oh well im ganna start right now i will need some help so if can help just PM me


RE: Make my PC a Website by Jimcando on 10-23-2005 at 04:00 PM

I just set up my own server :D
This explains it easily.
But that doesnt explain how to install PHP :dodgy:

So you can use this

I know you already have a 'tutorial', but its good to read more on the subject :D


RE: Make my PC a Website by Val on 10-23-2005 at 04:02 PM

quote:
Originally posted by Jimcando
I just set up my own server :D
This explains it easily.
But that doesnt explain how to install PHP :dodgy:

So you can use this

I know you already have a 'tutorial', but its good to read more on the subject :D

thanks man i will get to work soon
RE: Make my PC a Website by Mike on 10-23-2005 at 07:52 PM

I suggest you to use XAMPP

I also wanted to host a website from my computer.
Someone suggested me EasyPHP, but I couldn't get it work...
Then, someone else suggested me XAMPP and it worked like a charm :)

Read the whole thread here: Installing PHP + MySQL on a windows machine?

I dont know, EasyPHP may work for you :)

I suggest you to download the installer version and not the 7-ZIP archive :)



Downsides:
Big file size (25 MB)
Takes some time to install


RE: Make my PC a Website by Val on 10-23-2005 at 09:10 PM

well i tried to install Apache on a limited user and it seemed to work but when I go to http://localhost/ it dosent work can someone help me?


RE: RE: Make my PC a Website by brian on 10-23-2005 at 09:12 PM

quote:
Originally posted by Johny
You need a connection with a good UPSTREAM (uploads) somethign like 34mbits per second, the minimum, so that everybody can connect easily..Then, it can take much bandwidth, even if your connection is slow when it comes to uploads..


wtf.. 34mbits per second? even 10mbit is enough.
RE: Make my PC a Website by Jimcando on 10-23-2005 at 09:39 PM

quote:
Originally posted by nvez
wtf.. 34mbits per second? even 10mbit is enough.
Depends on how popular your website will be.
BTW, how do I find out how fast mine is? Never mind :P
RE: Make my PC a Website by thc2010 on 10-23-2005 at 10:05 PM

you cant just up and go make your PC into a server. If you don't know how its done, I sudgest looking for a server host and getting a dot TK domain.

If you start using your PC as a server without basic knowlage of how to get started, then your gona run into some problems such as, bandwith limits, script conflics, etc...


RE: Make my PC a Website by Jimcando on 10-23-2005 at 10:12 PM

quote:
Originally posted by thc2010
you cant just up and go make your PC into a server. If you don't know how its done
I decided I wanted my own server last night, so I did. A quick google search and I'm all set up.

True, my computer gets turned off all the time so it sucks as a proper website server and my internet is crap, but its still a fully working, kick ass server.
RE: Make my PC a Website by Val on 10-24-2005 at 08:51 PM

I'm having some truble with Xampplite ....... i have no clue where the index.html file is lol


RE: Make my PC a Website by Jimcando on 10-24-2005 at 10:56 PM

It should be in a folder called 'www' or 'public_html' in the Xampplite folder or something.

I have AppServ and it is in C:\AppServ\www\index.htm


RE: Make my PC a Website by Val on 10-25-2005 at 12:18 AM

i found it its in C;/......./xampplite/htdocs/index.html
plus ive made my webiste its http://ValSpy.mine.nu


RE: Make my PC a Website by Jimcando on 10-25-2005 at 12:25 AM

Good stuff (Y)
Now be prepared for people stealing allyour bandwidth :D


RE: Make my PC a Website by Val on 10-25-2005 at 12:48 AM

lol rogers highspeed has bandwidth limit?


RE: Make my PC a Website by jren207 on 10-25-2005 at 12:59 AM

I do everything manually lol :P, I got apache2, PHP 5 and MySQL 5 installed and it's quite easy to do.

But anyway, you should register an account at http://www.no-ip.com. Then download the no-ip dynamic update client, install it and enter your login details. So if you have a dynamic IP and you disconnect from the Internet then re-connect, it finds out your IP and sends it to the no-ip servers so your site is always accessible.

You can then use the http://<noipusername>.no-ip.com domain for a .tk or even a bought domain name, just put <noipusername>.no-ip.com. as a CNAME for www 8-)


RE: Make my PC a Website by Val on 10-25-2005 at 01:29 AM

well im too lazy now to change things around lol i got valspy.mine.nu everywhere


RE: Make my PC a Website by L. Coyote on 10-25-2005 at 02:40 AM

To be honest, if you don't know how to set up your server, get wamp (site in French and English). It's a bundled server with Apache, PHP5 and MySQL. Optional add-ons include PHP4 and Perl.

Anyway, yeah, using NO-IP.com is a great solution to get a domain that gets updated with your current IP. (y) Very simple to use too.

Also, be aware that you'll need some good protection, aside from making sure about the bandwidth.

To be honest, it's much better to get a paid hosting, especially if you have a "normal" ISP contract.


RE: Make my PC a Website by Val on 10-25-2005 at 03:08 AM

quote:
Originally posted by Leo
Also, be aware that you'll need some good protection, aside from making sure about the bandwidth.

lol normal i dont even my ISP alows this... no wait that was staic ip's they dont alow that hmmmmm mayeb i could leave my computer on.... electricty bills or static IP bills lol wait i live in apartment lol yes flat rate mantanice fees ok guys my computer staying on untill they raise mantience fees, lol man im a cheepy and i dont even pay the bills :P

RE: Make my PC a Website by Mike on 10-25-2005 at 08:21 PM

quote:
Originally posted by HugSpy
plus ive made my webiste its http://ValSpy.mine.nu
Don't forget to replace or remove favicon.ico from your htdocs directory, because your site will have the XAMPP icon as a favicon :P
RE: Make my PC a Website by Jimcando on 10-25-2005 at 08:30 PM

I hate making favicons :dodgy:


RE: Make my PC a Website by jren207 on 10-25-2005 at 09:06 PM

quote:
Originally posted by Jimcando
I hate making favicons :dodgy:

Make a new 32x32 px layer in photoshop, and then export it using a favicon exporter plugin :P
RE: Make my PC a Website by Jimcando on 10-25-2005 at 09:14 PM

quote:
Originally posted by jren207
Make a new 32x32 px layer in photoshop, and then export it using a favicon exporter plugin
You forgot making it look good at 16 x 16 px
Which is why I hate it :dodgy:
RE: Make my PC a Website by hmaster on 10-25-2005 at 09:20 PM

You can use this photshop plugin in to add .ico to the list of save file formats :)

http://www.telegraphics.com.au/sw/dl.php3?file=icoformat-win-1.6f2.zip


RE: Make my PC a Website by jren207 on 10-25-2005 at 09:22 PM

quote:
Originally posted by Jimcando
quote:
Originally posted by jren207
Make a new 32x32 px layer in photoshop, and then export it using a favicon exporter plugin
You forgot making it look good at 16 x 16 px
Which is why I hate it :dodgy:
http://www.jren207.com 's icon is 1337 :P

quote:
Originally posted by hmaster
You can use this photshop plugin in to add .ico to the list of save file formats :)

http://www.telegraphics.com.au/sw/dl.php3?file=icoformat-win-1.6f2.zip

Ah, that's the plugin I was talking about :P, I meant save as, not export :P