Web Hosting

BlackPlagueBlackPlague Join Date: 2004-02-02 Member: 25990Banned
edited May 2004 in Off-Topic
does anyone in here know if they can host me for free? =)

no banners, no ads
no file restrictions (.exe, zip, fla, png, etc.)
bandwith doesnt matter
space, as much as you can give.


Someone PLEASE host meh!

Comments

  • POOP_AkiraPOOP_Akira Join Date: 2003-11-23 Member: 23468Members
    I doubt anyone will do that for free...
  • DY357LXDY357LX Playing since day 1. Still can't Comm. England Join Date: 2002-10-27 Member: 1651Members, Constellation
    We've had a few people asking about similar hosting needs.
    Do a quick search of the forums and see what you can find.

    Out of curiosity... whats a fla file ? All of the others I recognise
    except that one.
  • BlackPlagueBlackPlague Join Date: 2004-02-02 Member: 25990Banned
    flash editable file.
  • FamFam Diaper-Wearing Dog On A Ball Join Date: 2002-02-17 Member: 222Members, NS1 Playtester, Contributor
    What do you want hosting for?
  • ComproxComprox *chortle* Canada Join Date: 2002-01-23 Member: 7Members, Super Administrators, Forum Admins, NS1 Playtester, NS2 Developer, Constellation, NS2 Playtester, Reinforced - Shadow, WC 2013 - Silver, Subnautica Developer, Subnautica Playtester, Pistachionauts
    <!--QuoteBegin-Fam+May 30 2004, 11:55 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Fam @ May 30 2004, 11:55 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> What do you want hosting for? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Same question here as Fam here...
  • FacTorFacTor Wyoming, MI Join Date: 2002-12-17 Member: 10916Members
    I might be able to do it.. as long as you stick to your own section.. and dont mess with my stuff..
  • RueRue Join Date: 2002-10-21 Member: 1564Members
    <a href='http://www.1asphost.com/' target='_blank'>http://www.1asphost.com/</a> or <a href='http://www.brinkster.com/' target='_blank'>http://www.brinkster.com/</a>

    unlimited bandwidth but i think there is adds on the pages, u can use any files too.
    or u could just set up a web server on ur own computer
  • BaconTheoryBaconTheory Join Date: 2003-09-06 Member: 20615Members
    <!--QuoteBegin-Rue+May 30 2004, 04:30 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Rue @ May 30 2004, 04:30 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> or u could just set up a web server on ur own computer <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Yeah, I would just do that. You could set up a webserver running Apache with PHP and MySQL in about 1 hour if you are technically inclined.
  • CabooseCaboose title = name(self, handle) Join Date: 2003-02-15 Member: 13597Members, Constellation
    I can give ya 50 megs and a subdomain od yourchoice.cabewse.com as long as it has somthing to do with mapping <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
  • BlackPlagueBlackPlague Join Date: 2004-02-02 Member: 25990Banned
    well the hosting i need is for my own personal web site... and how do i run my own web server off of my computer? please explain. =) i have apache and all that
  • CabooseCaboose title = name(self, handle) Join Date: 2003-02-15 Member: 13597Members, Constellation
    what kind of personal site?

    As long as you don't use uo <i>too</i> much space /bandwidth, I'll give it to ya. Oh yea, no illegal files...
  • BlackPlagueBlackPlague Join Date: 2004-02-02 Member: 25990Banned
    like my portfoilio so when someone is looking for a web designer like me, i can show it to them.. and what file restrictions are there on your web server?
  • CabooseCaboose title = name(self, handle) Join Date: 2003-02-15 Member: 13597Members, Constellation
    none. I'll set ya up. Just go ahead and PM me with a password ok.
  • Dorian_GrayDorian_Gray Join Date: 2004-02-15 Member: 26581Members, Constellation
    edited May 2004
    To run a server off your desktop... first thing you need is broadband. Good broadband. With a high upload speed. Second thing is a damn fine firewall. Either hardware (router) or software (ZoneAlarm). I'll assume you're running Windows here.

    1. Get Apache (Web Server)
    Get it from <a href='http://httpd.apache.org/download.cgi' target='_blank'>here</a>. I suggest version 1.3.31 (or the most recent of the 1.3.x series) for stability's sake. Also, modules are easier to run (and more exist) for the 1.3x line. Get the Windows binary and install as an NT service (you MUST be running a variant of Windows NT such as NT 4.0, 2000 or XP.)

    2. Install PHP (Scriping Language)
    PHP 5 is soon going to be released (its at release candidate 2 atm) but until then get 4.3.6 from <a href='http://www.php.net' target='_blank'>here</a>. Once again, Windows Binary. Install. There is a documentation section for integration into Apache.

    3. Install MySQL (Database)
    Get the latest in the 4.0 series from <a href='http://www.mysql.com' target='_blank'>here</a>. Install as an NT service again. Follow all documentation on the site. It's VERY good documentation.

    4. Open port 80 in your firewall (HTTP port, for Apache). Port 3306 (MySQL) can remain closed because Apache is on the same machine as MySQL (and therefore can communicate without an open port). Put your page in your Apache htdocs directory and it should be viewable. If not, read all documentation on all the sites listed above.

    5. Domain Name
    Get a domain name from <a href='http://www.dyndns.org' target='_blank'>DynDNS</a>. It's free. Get one of the client programs to automatically update your IP if it changes.

    You must leave your desktop on 24/7 from now on, for your site to be visible. Also, it is up to you to maintain the server apps. They're all open source, and therefore updated quite regularly.

    This is a semi-okay solution. The best is to get a craptacular old machine (anything with 4+ GB of hard disk space and a 100MHz or faster processor), install a shell-only version of Linux (no Graphical User Interface) and install the Linux versions of the servers. This is far more secure and reliable, as apache and PHP can slow down gaming and gaming can slow down Apahce and PHP. However, I won't go into that here because installing linux and learning to use linux effectively from just the command line isn't very easy for most people. If you DO have a spare comp, I do suggest going this route. <a href='http://www.slackware.com' target='_blank'>Slackware</a> is a very good distro and relatively newbie-friendly (and still okay for a server. Mandrake and Fedora are better known and more friendly, but geared more towards desktops).

    Hope this helps in some way....

    Edit: damn you Caboose, posted while I was writing out all this... oh well it might help somebody <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
  • CabooseCaboose title = name(self, handle) Join Date: 2003-02-15 Member: 13597Members, Constellation
    <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo--> I love you too Dorian
  • BlackPlagueBlackPlague Join Date: 2004-02-02 Member: 25990Banned
    ok i did the make ur own web server thing =) thanks a lot!
  • CabooseCaboose title = name(self, handle) Join Date: 2003-02-15 Member: 13597Members, Constellation
    say buy to playing online games tho...
  • BlackPlagueBlackPlague Join Date: 2004-02-02 Member: 25990Banned
    hey caboose, still wanna host me? =)
  • BlackPlagueBlackPlague Join Date: 2004-02-02 Member: 25990Banned
    does anyone know how to install

    apache
    php
    mysql

    on windows xp home edition? if so please pm me!
  • BlackPlagueBlackPlague Join Date: 2004-02-02 Member: 25990Banned
    i got the server working, but the server wont let anyone look at it. where do i install php and mysql
  • CabooseCaboose title = name(self, handle) Join Date: 2003-02-15 Member: 13597Members, Constellation
    <!--QuoteBegin-BlackPlague+May 31 2004, 10:03 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (BlackPlague @ May 31 2004, 10:03 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> hey caboose, still wanna host me? =) <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    sure, Just PM me
Sign In or Register to comment.