<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Free Hosting Web Forum - All Forums]]></title>
		<link>http://forum.0catch.com/</link>
		<description><![CDATA[Free Hosting Web Forum - http://forum.0catch.com]]></description>
		<pubDate>Mon, 06 Oct 2008 07:04:09 -0600</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[System Under Attack]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=72</link>
			<pubDate>Wed, 17 Sep 2008 13:35:19 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=72</guid>
			<description><![CDATA[The system is currently under a denial of service attack.  This will possibly affect your ability to connect to your site, log into the User Manager or make changes to the content of your site.  We are taking action to try and prevent this attack from causing major issues with service.  Please be aware that we are taking action to correct this problem.]]></description>
			<content:encoded><![CDATA[The system is currently under a denial of service attack.  This will possibly affect your ability to connect to your site, log into the User Manager or make changes to the content of your site.  We are taking action to try and prevent this attack from causing major issues with service.  Please be aware that we are taking action to correct this problem.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[download.asp access]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=71</link>
			<pubDate>Mon, 15 Sep 2008 03:08:27 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=71</guid>
			<description><![CDATA[hello,<br />
<br />
i was wondering if 0catch allows .asp files.... i have a website and am wanting the visiters to be able to download images without having to right click on the image... i want to be able to bring up a SaveAs dialog box so the user can download the image. how is this done? i know a little about javascript and even less about ASP....<br />
<br />
thanks,<br />
john....]]></description>
			<content:encoded><![CDATA[hello,<br />
<br />
i was wondering if 0catch allows .asp files.... i have a website and am wanting the visiters to be able to download images without having to right click on the image... i want to be able to bring up a SaveAs dialog box so the user can download the image. how is this done? i know a little about javascript and even less about ASP....<br />
<br />
thanks,<br />
john....]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Users Awaiting Activation]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=69</link>
			<pubDate>Fri, 05 Sep 2008 14:01:16 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=69</guid>
			<description><![CDATA[I just went through the backlog of users awaiting activation and activated everyone that was waiting. These registrants should have recieved a e-mail from the forum to activate their account. But I know it doesn't always work.<br />
<br />
It seems that most of the users awaiting activation had gmail, yahoo, hotmail, and even aol e-mail addresses. It's common for these mail providers to automatically delete or trash forum responses. I can't control what these mail providers do, so I will set up a place where you let me know if you fail to receive this e-mail. I don't know how to do that yet, but I will fugure it out this weekend. I can then just activate you manually.]]></description>
			<content:encoded><![CDATA[I just went through the backlog of users awaiting activation and activated everyone that was waiting. These registrants should have recieved a e-mail from the forum to activate their account. But I know it doesn't always work.<br />
<br />
It seems that most of the users awaiting activation had gmail, yahoo, hotmail, and even aol e-mail addresses. It's common for these mail providers to automatically delete or trash forum responses. I can't control what these mail providers do, so I will set up a place where you let me know if you fail to receive this e-mail. I don't know how to do that yet, but I will fugure it out this weekend. I can then just activate you manually.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Windows Share Point services]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=68</link>
			<pubDate>Fri, 22 Aug 2008 13:21:43 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=68</guid>
			<description><![CDATA[Hi: Can't connect support by phone . . <br />
 <br />
My website has been working every day . . . Today it won't open & I get message:<br />
 <br />
"The web server at http://unclegus.150m.com does not appear to have Windows Share Point Services installed."<br />
 <br />
What do I do?<br />
 <br />
Gus Hallgren]]></description>
			<content:encoded><![CDATA[Hi: Can't connect support by phone . . <br />
 <br />
My website has been working every day . . . Today it won't open & I get message:<br />
 <br />
"The web server at http://unclegus.150m.com does not appear to have Windows Share Point Services installed."<br />
 <br />
What do I do?<br />
 <br />
Gus Hallgren]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CSS Background Images in Firefox Web Browser]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=67</link>
			<pubDate>Thu, 21 Aug 2008 23:21:24 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=67</guid>
			<description><![CDATA[Hello,<br />
<br />
I have an older HTML based website and have recently been adding a little CSS to try and learn more about it and to spice my website up a bit without having to create it all over from scratch.<br />
<br />
My concern is that I'm currently having trouble with my Background image which shows up perfectly fine in IE 7, but the image is totally invisable/can't be seen when I view my webpage in the Firefox browser.<br />
<br />
I was wondering if there is a missing line in the code I'm using below that Firefox needs in order to properly display the image or should I be using totally different code so both Browsers can view it O.K.?<br />
<br />
(My webpage links to this code which is on a Style Sheet stored on the Ocatch Host)<br />
<br />
<br />
body { <br />
background-color:#FFFFFF; <br />
background-attachment: fixed; <br />
background-image: url(INDEX IMAGES/Infoheaven-Logo-Small-2-JPG.jpg);<br />
background-repeat: no-repeat; <br />
background-position: top left;<br />
}  <br />
<br />
<br />
Just remember that CSS is very new to me so the less "technical" assistance the better.   :)<br />
<br />
<br />
<br />
Much Appreciated,<br />
<br />
Dan -]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I have an older HTML based website and have recently been adding a little CSS to try and learn more about it and to spice my website up a bit without having to create it all over from scratch.<br />
<br />
My concern is that I'm currently having trouble with my Background image which shows up perfectly fine in IE 7, but the image is totally invisable/can't be seen when I view my webpage in the Firefox browser.<br />
<br />
I was wondering if there is a missing line in the code I'm using below that Firefox needs in order to properly display the image or should I be using totally different code so both Browsers can view it O.K.?<br />
<br />
(My webpage links to this code which is on a Style Sheet stored on the Ocatch Host)<br />
<br />
<br />
body { <br />
background-color:#FFFFFF; <br />
background-attachment: fixed; <br />
background-image: url(INDEX IMAGES/Infoheaven-Logo-Small-2-JPG.jpg);<br />
background-repeat: no-repeat; <br />
background-position: top left;<br />
}  <br />
<br />
<br />
Just remember that CSS is very new to me so the less "technical" assistance the better.   :)<br />
<br />
<br />
<br />
Much Appreciated,<br />
<br />
Dan -]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sever Down?]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=66</link>
			<pubDate>Tue, 19 Aug 2008 02:10:34 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=66</guid>
			<description><![CDATA[Hi Martin,<br />
<br />
Do you still have your site hosted by 0catch? For the past two days all of my sites that are hosted here are failing to load. I know it’s not my pc or broadband connection as I have had a few calls asking me what is the problem. I assumed it is sever maintenance but your site load instantly hence my question.<br />
<br />
I have emailed the admin but I am still waiting for a reply in the past when this has happened they haven’t replied. I am seriously thinking of moving all my hosting requirements to Go Daddy as I don’t seem to have the same level of down time there as I getting from here.]]></description>
			<content:encoded><![CDATA[Hi Martin,<br />
<br />
Do you still have your site hosted by 0catch? For the past two days all of my sites that are hosted here are failing to load. I know it’s not my pc or broadband connection as I have had a few calls asking me what is the problem. I assumed it is sever maintenance but your site load instantly hence my question.<br />
<br />
I have emailed the admin but I am still waiting for a reply in the past when this has happened they haven’t replied. I am seriously thinking of moving all my hosting requirements to Go Daddy as I don’t seem to have the same level of down time there as I getting from here.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to change name ofwebpage url]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=65</link>
			<pubDate>Wed, 13 Aug 2008 21:44:37 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=65</guid>
			<description><![CDATA[I have had an account for a considerable time and had cause to temporarily stop using it. When I resumed I had to re-register my page.The second time I joined my webpage url somehow ended up being different to the first time.<br />
ie: (1st time)  http://www.australasia.freewebsitehosting.com<br />
    (2nd time)  http://www.australasian.freewebsitehosting.com<br />
I would like to revert to the first url as it is posted on many website promotion sites as this url. Can someone explain to me if I can do this, and just how to go about doing it?? Obviously, people are having trouble getting to my site.<br />
Anynhelp would be very much appreciated.<br />
Best regards, Maurice in Western Australia.[/color][/size][/font]]]></description>
			<content:encoded><![CDATA[I have had an account for a considerable time and had cause to temporarily stop using it. When I resumed I had to re-register my page.The second time I joined my webpage url somehow ended up being different to the first time.<br />
ie: (1st time)  http://www.australasia.freewebsitehosting.com<br />
    (2nd time)  http://www.australasian.freewebsitehosting.com<br />
I would like to revert to the first url as it is posted on many website promotion sites as this url. Can someone explain to me if I can do this, and just how to go about doing it?? Obviously, people are having trouble getting to my site.<br />
Anynhelp would be very much appreciated.<br />
Best regards, Maurice in Western Australia.[/color][/size][/font]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Form Submission requiring password]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=64</link>
			<pubDate>Fri, 08 Aug 2008 21:36:21 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=64</guid>
			<description><![CDATA[I have been using a general front page comment form for my website for a while now, it used to work.  Now it is asking for a username and password when you hit submit.. authentication required. <br />
<br />
A username and password are being requested by http://www.derekneibarger.com. The site says: ":"<br />
<br />
I even tried to use the general html form provided by fcpages webtools, does the same thing.. anyone have any ideas why it's doing this?<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[I have been using a general front page comment form for my website for a while now, it used to work.  Now it is asking for a username and password when you hit submit.. authentication required. <br />
<br />
A username and password are being requested by http://www.derekneibarger.com. The site says: ":"<br />
<br />
I even tried to use the general html form provided by fcpages webtools, does the same thing.. anyone have any ideas why it's doing this?<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CSS]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=63</link>
			<pubDate>Sun, 03 Aug 2008 20:07:41 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=63</guid>
			<description><![CDATA[Hey guys, sorry if this annoys anyone if it does please feel free to delete it<br />
<br />
But I was wondering if it is possible to use external CSS files that are saved on, well on the file handler, I ask simply because I tried and the system didn't recognize the file type .css]]></description>
			<content:encoded><![CDATA[Hey guys, sorry if this annoys anyone if it does please feel free to delete it<br />
<br />
But I was wondering if it is possible to use external CSS files that are saved on, well on the file handler, I ask simply because I tried and the system didn't recognize the file type .css]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[web page not updating]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=62</link>
			<pubDate>Fri, 01 Aug 2008 20:48:57 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=62</guid>
			<description><![CDATA[I currently use flash cs3. I have updated my index.htm along with the other necessary files, but my page has not updated. what gives?]]></description>
			<content:encoded><![CDATA[I currently use flash cs3. I have updated my index.htm along with the other necessary files, but my page has not updated. what gives?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Images not showing?]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=61</link>
			<pubDate>Fri, 01 Aug 2008 02:19:27 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=61</guid>
			<description><![CDATA[I made a website using microsoft publisher, and it looked perfectly fine.<br />
<br />
So i uploaded it use the FTP thing on the website, but the images and nav bar won't show!<br />
<br />
HELP PLEASE!]]></description>
			<content:encoded><![CDATA[I made a website using microsoft publisher, and it looked perfectly fine.<br />
<br />
So i uploaded it use the FTP thing on the website, but the images and nav bar won't show!<br />
<br />
HELP PLEASE!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Forms not working FP2002]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=60</link>
			<pubDate>Mon, 28 Jul 2008 23:06:18 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=60</guid>
			<description><![CDATA[Hi,<br />
 I am using FP2002 and I try to add forms to my web site so somebody can post a comment and all I get is a user name and password. How do I fix that? I don't think they have enabled my E-mail-mail account yet and I cant get any body on the phone or to return my call. I am not sure if that is why or what. I just wanted a feedback form to E-mail the results. Can you help thanks.]]></description>
			<content:encoded><![CDATA[Hi,<br />
 I am using FP2002 and I try to add forms to my web site so somebody can post a comment and all I get is a user name and password. How do I fix that? I don't think they have enabled my E-mail-mail account yet and I cant get any body on the phone or to return my call. I am not sure if that is why or what. I just wanted a feedback form to E-mail the results. Can you help thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[uploading new site but old remains]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=59</link>
			<pubDate>Wed, 23 Jul 2008 10:36:01 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=59</guid>
			<description><![CDATA[hi<br />
i uploaded a newly built website on 0 catch.com but even deleting old site from server i get bit of the old site can anyone help me with this as its driving me crazy as i do not knowwhat to do .thank you all in advance.]]></description>
			<content:encoded><![CDATA[hi<br />
i uploaded a newly built website on 0 catch.com but even deleting old site from server i get bit of the old site can anyone help me with this as its driving me crazy as i do not knowwhat to do .thank you all in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Going crazy]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=58</link>
			<pubDate>Sun, 20 Jul 2008 18:26:58 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=58</guid>
			<description><![CDATA[I am hesitant about posting here since there doesn't seem to be much activity.<br />
<br />
However, I am in the process of creating a website for my sister.<br />
<br />
The domain is registered: http://happyeverything.ca<br />
<br />
I have a design and a javascript code.<br />
<br />
I have CuteFTP installed and open.<br />
<br />
Right now, I just wanted to use 0catch's free hosting to get something up there as we are pressed for time.<br />
<br />
The files are successfully uploaded using CuteFTP to 0catch and I can see them in my file manager.<br />
<br />
I am at a loss now. I'm not sure what to do next. If they are automatically supposed to upload to the domain, it's not happening.<br />
<br />
As you can see, there is nothing there.<br />
<br />
Help? ]]></description>
			<content:encoded><![CDATA[I am hesitant about posting here since there doesn't seem to be much activity.<br />
<br />
However, I am in the process of creating a website for my sister.<br />
<br />
The domain is registered: http://happyeverything.ca<br />
<br />
I have a design and a javascript code.<br />
<br />
I have CuteFTP installed and open.<br />
<br />
Right now, I just wanted to use 0catch's free hosting to get something up there as we are pressed for time.<br />
<br />
The files are successfully uploaded using CuteFTP to 0catch and I can see them in my file manager.<br />
<br />
I am at a loss now. I'm not sure what to do next. If they are automatically supposed to upload to the domain, it's not happening.<br />
<br />
As you can see, there is nothing there.<br />
<br />
Help? ]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MAC users can only intermittently view my site]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=57</link>
			<pubDate>Thu, 10 Jul 2008 06:21:57 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=57</guid>
			<description><![CDATA[I have used the HTML File Manager to build my site for the last several years.  <br />
<br />
I now have a MAC user who has revealed to me that he can only view the site a small percentage of the time.  <br />
<br />
He says it looks like incripted code to him.  Yet, on his wife's Dell PC he doesn't have any problems.<br />
<br />
Is there something I should and can do to eradicate this problem?]]></description>
			<content:encoded><![CDATA[I have used the HTML File Manager to build my site for the last several years.  <br />
<br />
I now have a MAC user who has revealed to me that he can only view the site a small percentage of the time.  <br />
<br />
He says it looks like incripted code to him.  Yet, on his wife's Dell PC he doesn't have any problems.<br />
<br />
Is there something I should and can do to eradicate this problem?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lost details - getting site deleted?]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=56</link>
			<pubDate>Wed, 02 Jul 2008 00:20:19 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=56</guid>
			<description><![CDATA[Heya<br />
<br />
Hoping somebody can help me.  We've lost all the login details for our scout groups website - http://3rdcroydon.bravepages.com/ - so we can't update the site - the person who built it has moved on, and we can't find them, so we can't even generate a password reminder to their email (if it still exists). We'd be perfectly happy to simply have the site deleted, as long as we can get rid of the old information that is there - old fees information, none of the contact details on there are correct, etc.  I've used the support form to see what we can do several times but haven't received an answer.  can anyone tell me how I can either get a new login, or have the site removed?<br />
<br />
Thanks<br />
Jase]]></description>
			<content:encoded><![CDATA[Heya<br />
<br />
Hoping somebody can help me.  We've lost all the login details for our scout groups website - http://3rdcroydon.bravepages.com/ - so we can't update the site - the person who built it has moved on, and we can't find them, so we can't even generate a password reminder to their email (if it still exists). We'd be perfectly happy to simply have the site deleted, as long as we can get rid of the old information that is there - old fees information, none of the contact details on there are correct, etc.  I've used the support form to see what we can do several times but haven't received an answer.  can anyone tell me how I can either get a new login, or have the site removed?<br />
<br />
Thanks<br />
Jase]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[http://www.100keywords.com/]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=55</link>
			<pubDate>Tue, 01 Jul 2008 15:55:20 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=55</guid>
			<description><![CDATA[Problem in your partner. I cancel all service (order). And them not cancel me. I see report visa cart, them accept order. So me need close all pay for these shop. thieves<br />
Sure i send message in 100keywords.com]]></description>
			<content:encoded><![CDATA[Problem in your partner. I cancel all service (order). And them not cancel me. I see report visa cart, them accept order. So me need close all pay for these shop. thieves<br />
Sure i send message in 100keywords.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[account banned for spam violations]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=54</link>
			<pubDate>Tue, 01 Jul 2008 08:46:53 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=54</guid>
			<description><![CDATA[it said my site had been banned for spam violations, I don't send anyone any spam, I just keep keyloged files of my computers activities in the account for my own personal security reasons, no one gets sent anything. I don't understand why my account is banned, any help would be appreciated. thank you in advance]]></description>
			<content:encoded><![CDATA[it said my site had been banned for spam violations, I don't send anyone any spam, I just keep keyloged files of my computers activities in the account for my own personal security reasons, no one gets sent anything. I don't understand why my account is banned, any help would be appreciated. thank you in advance]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[entry client login in hosting]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=53</link>
			<pubDate>Sat, 21 Jun 2008 01:24:21 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=53</guid>
			<description><![CDATA[I not can entry in login in hosting<br />
<br />
See error 500 Internal Server Error<br />
<br />
Internal Server Error<br />
The server encountered an internal error or misconfiguration and was unable to complete your request.<br />
<br />
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.<br />
<br />
More information about this error may be available in the server error log.<br />
<br />
<br />
--------------------------------------------------------------------------------<br />
<br />
Apache/2.0.46 (Red Hat) Server at tools.741.com Port 80]]></description>
			<content:encoded><![CDATA[I not can entry in login in hosting<br />
<br />
See error 500 Internal Server Error<br />
<br />
Internal Server Error<br />
The server encountered an internal error or misconfiguration and was unable to complete your request.<br />
<br />
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.<br />
<br />
More information about this error may be available in the server error log.<br />
<br />
<br />
--------------------------------------------------------------------------------<br />
<br />
Apache/2.0.46 (Red Hat) Server at tools.741.com Port 80]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do i find out my FTP]]></title>
			<link>http://forum.0catch.com/showthread.php?tid=51</link>
			<pubDate>Tue, 17 Jun 2008 21:28:15 -0600</pubDate>
			<guid isPermaLink="false">http://forum.0catch.com/showthread.php?tid=51</guid>
			<description><![CDATA[Ok i am lost i sign up and changed my info where i got my domain and i can not find out my FTP to upload my web page can anyone help????]]></description>
			<content:encoded><![CDATA[Ok i am lost i sign up and changed my info where i got my domain and i can not find out my FTP to upload my web page can anyone help????]]></content:encoded>
		</item>
	</channel>
</rss>