PDA

View Full Version : Filesharing website host


View Full Version : Filesharing website host


logain721
September 22nd, 2004, 02:02 PM
I am in need of a free website host that wont delete my site in 3 days because it is about filesharing. I have tried several now the last one was Tripod it only took them 2 days to remove it there sadly.

Does anyone know any good host for this topic?

nasrules
September 22nd, 2004, 02:48 PM
That depends what you mean by 'about file-sharing'. If you mean hosting copies of Kazaa Lite, forget it. If you mean general information about P2P, I wouldn't have thought you'd have a problem.

logain721
September 22nd, 2004, 02:56 PM
well the website host a link to forums that allows users to post information reguarding filesharing there exp with different programs and such. Whats been getting me into trouble is the cdkey part of the forum that allows users to post for a request for a cdkey, the disclaimer which states that you must state in your post that you own the game and have bought the product legaly.



Im just looking for somthing for this basic html set up. This is all I need the site for.


<html>

<head><title> File Sharing Center</title></head>

<center><a href=http://bfilesharingcenter.runboard.com>Go to the Forums</a></center>

<body><center><font size=+3><font color=Red> File sharing Center</font color=Red blue></font size=+3></center></body>

<hr width=100%>




<h><b><font color=Navy Blue><p> File sharing has become a major part of everyones life and we realise this at FIle Sharing Center. So we have devoted are time
in making a friendly forum where you can post questions reguarding filesharing program problems, or even computer related techy problems.</Font color=navy blue></b></h>


<hr width=100%>


<h><center><Font Color=red><font size=+3><b> Rules and Regulations</b></Font size=+3></font color=red></center></h>


<body><b><font color=navy blue> Nothing on this sight should be related to any form of child pornagraphy, We in no way are responsible
if you chose to break copyright laws by using this sight in a manor it is not intended for. For all cd key request your post must
state that you do own and have <font size =+1>purchased</font size> the product you are requesting the CD key for in order to get a response,
if this is not done you post will be closed. Please no posting links to illegal content! everything else goes. By clicking on the forums
link at the top or bottom of this page you are agreeing to the terms and conditions of these forums.</font color></b></body>

<HR width= 100%>


<center><a href=http://bfilesharingcenter.runboard.com>Go to the Forums</a></center>

</html>

black_magiic
September 22nd, 2004, 03:45 PM
I think the cd key section is just asking for trouble. Regardless of what precautions you take.

logain721
September 22nd, 2004, 04:42 PM
so there is no host out there for this type of content?

FrozenShadow23
September 22nd, 2004, 07:52 PM
Your localhost. Download apache or IIS and host away, only your ISP and anyone with copywrite over any content you host can take you down then... I think.

hawkburn
September 22nd, 2004, 08:24 PM
Your localhost. Download apache or IIS and host away, only your ISP and anyone with copywrite over any content you host can take you down then... I think.
Yes, but when your ISP took it down, they'd be taking down his internet service as well. Stay away from having warez or anything else illegal on your website. That or buy a server in Sweden or something... :santa

logain721
September 23rd, 2004, 02:59 PM
Yes, but when your ISP took it down, they'd be taking down his internet service as well. Stay away from having warez or anything else illegal on your website. That or buy a server in Sweden or something... :santa


Hmm well is there anyway to block my information so my host is not known? like using anonymizer with my local host isp is not known?

logain721
September 23rd, 2004, 04:32 PM
Well I guess I will just remove the cdkey and cracks section, which was the main reason I started the site:( hopefuly one of these days there will be a way to host this sort of content without all these problems.

logain721
September 23rd, 2004, 06:40 PM
Well I checked a few free host out again and they wont host it just because of the filesharing content.
I even removed the cdkeys and cracks from it. Anyone know a free host that will host me with the cdkeys and cracks removed?

stealthspy
September 23rd, 2004, 06:55 PM
No offenese, but I suggest you learn how to code better first :)

Just read up a little more at w3.org or w3schools.org and you'll be coding clean and by the standard in no time. You have an ok start, you just need to expand on it a little (use all lowercase, define fonts in px, and close tags correctly (</font>, not </font color...>) as well as some fundemental things like using HTML Color Codes as colors (#FFFFFF = White) and making sure the <body> is opened RIGHT after the </head> Good Luck :tilted

logain721
September 24th, 2004, 06:30 PM
No offenese, but I suggest you learn how to code better first :)

Just read up a little more at w3.org or w3schools.org and you'll be coding clean and by the standard in no time. You have an ok start, you just need to expand on it a little (use all lowercase, define fonts in px, and close tags correctly (</font>, not </font color...>) as well as some fundemental things like using HTML Color Codes as colors (#FFFFFF = White) and making sure the <body> is opened RIGHT after the </head> Good Luck :tilted


Ya, I need some work, what I do know about HTML is just from trial and Error in notepad=)
never actualy took the time to try and learn how it is done properly.BTW thats actualy the first HTML code that I made thats actualy worked using my wonderful Trial and error skills. lol

I guess I may actualy have to look into it, but does using </font color> to end the code effect it?

Dont most new browser support <font color=color name>?

I will try to work on that a bit, Im not looking to make it a massive website with lots of graphics, I just really want a one page basic sight, sense I cant figure out how to add templates after I make them lol.