<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Neko on Shared Hosting</title>
	<atom:link href="http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/</link>
	<description>Experimenting with Web Game Development</description>
	<lastBuildDate>Fri, 16 Dec 2011 00:59:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Roch</title>
		<link>http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/comment-page-1/#comment-784</link>
		<dc:creator>Roch</dc:creator>
		<pubDate>Tue, 08 Jun 2010 22:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=239#comment-784</guid>
		<description>Do you know of anyway with htaccess to disable someone from using your domain to point to their own website on the same server? Ex: they use YOURDOMAIN.com to promote their PHISHING WEBSITE.COM by using this simple URL to send users : YOURDOMAIN.COM/~phishing/file.html

Any help would be greatly appreciated. Thanks</description>
		<content:encoded><![CDATA[<p>Do you know of anyway with htaccess to disable someone from using your domain to point to their own website on the same server? Ex: they use YOURDOMAIN.com to promote their PHISHING WEBSITE.COM by using this simple URL to send users : YOURDOMAIN.COM/~phishing/file.html</p>
<p>Any help would be greatly appreciated. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/comment-page-1/#comment-744</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 13 May 2010 16:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=239#comment-744</guid>
		<description>I&#039;d like to know more about the remoting problems, too.</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to know more about the remoting problems, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/comment-page-1/#comment-427</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Sun, 17 Jan 2010 21:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=239#comment-427</guid>
		<description>I also tried another example program:
http://lists.motion-twin.com/pipermail/haxe/2010-January/032985.html</description>
		<content:encoded><![CDATA[<p>I also tried another example program:<br />
<a href="http://lists.motion-twin.com/pipermail/haxe/2010-January/032985.html" rel="nofollow">http://lists.motion-twin.com/pipermail/haxe/2010-January/032985.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/comment-page-1/#comment-426</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Sun, 17 Jan 2010 21:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=239#comment-426</guid>
		<description>have you tried to do any remoting?

I tried the haxechat program:
http://lists.motion-twin.com/pipermail/haxe/2010-January/032987.html</description>
		<content:encoded><![CDATA[<p>have you tried to do any remoting?</p>
<p>I tried the haxechat program:<br />
<a href="http://lists.motion-twin.com/pipermail/haxe/2010-January/032987.html" rel="nofollow">http://lists.motion-twin.com/pipermail/haxe/2010-January/032987.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/comment-page-1/#comment-425</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Sun, 17 Jan 2010 17:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=239#comment-425</guid>
		<description>basically the command line looks at the root directory and the cgi script in a browser looks in the cg-bin folder</description>
		<content:encoded><![CDATA[<p>basically the command line looks at the root directory and the cgi script in a browser looks in the cg-bin folder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/comment-page-1/#comment-424</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Sun, 17 Jan 2010 17:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=239#comment-424</guid>
		<description>ok its solved, the command-line could see the Site.n file, but when accessed through the browser it didnt look in the same directory.

So i just copied the .n file to the haxeneko folder and the cgi-bin folder and it worked!

I will some experiments to see which folder worked later.

thanks for all the help and info</description>
		<content:encoded><![CDATA[<p>ok its solved, the command-line could see the Site.n file, but when accessed through the browser it didnt look in the same directory.</p>
<p>So i just copied the .n file to the haxeneko folder and the cgi-bin folder and it worked!</p>
<p>I will some experiments to see which folder worked later.</p>
<p>thanks for all the help and info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huge</title>
		<link>http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/comment-page-1/#comment-423</link>
		<dc:creator>Huge</dc:creator>
		<pubDate>Sun, 17 Jan 2010 15:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=239#comment-423</guid>
		<description>Hi,
It is important to output the &quot;Content-type ...&quot; line, or else you will get a 500 error.

Also, your control panel may have a &quot;Stats &amp; Web Logs&quot; section, where you can view the &quot;Error Logs&quot;.  This may have some useful information in it.

Hugh</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It is important to output the &#8220;Content-type &#8230;&#8221; line, or else you will get a 500 error.</p>
<p>Also, your control panel may have a &#8220;Stats &amp; Web Logs&#8221; section, where you can view the &#8220;Error Logs&#8221;.  This may have some useful information in it.</p>
<p>Hugh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/comment-page-1/#comment-422</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Sun, 17 Jan 2010 15:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=239#comment-422</guid>
		<description>Hi
Im not trying to do fcgi yet, 
When I run the Site.cgi on the command line it works, but when I navigate to www.turnbased.in/cgi-bin/Site.cgi it gives a 500 error, 
I also get the same error when I invoke the rewriterules


thanks for helping</description>
		<content:encoded><![CDATA[<p>Hi<br />
Im not trying to do fcgi yet,<br />
When I run the Site.cgi on the command line it works, but when I navigate to <a href="http://www.turnbased.in/cgi-bin/Site.cgi" rel="nofollow">http://www.turnbased.in/cgi-bin/Site.cgi</a> it gives a 500 error,<br />
I also get the same error when I invoke the rewriterules</p>
<p>thanks for helping</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huge</title>
		<link>http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/comment-page-1/#comment-421</link>
		<dc:creator>Huge</dc:creator>
		<pubDate>Sun, 17 Jan 2010 06:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=239#comment-421</guid>
		<description>Hi keith,
Not to sure about using cron to start your fcgi server - some shared hosting sites do not like you running jobs full-time in the background.
If you are having a hard time editing files on your site, you can edit them locally (eg, using wordpad) and use &quot;filezilla&quot; to drag them onto your host (assuming you have ftp access).
Hugh</description>
		<content:encoded><![CDATA[<p>Hi keith,<br />
Not to sure about using cron to start your fcgi server &#8211; some shared hosting sites do not like you running jobs full-time in the background.<br />
If you are having a hard time editing files on your site, you can edit them locally (eg, using wordpad) and use &#8220;filezilla&#8221; to drag them onto your host (assuming you have ftp access).<br />
Hugh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://gamehaxe.com/2009/12/03/neko-on-shared-hosting/comment-page-1/#comment-420</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Sun, 17 Jan 2010 06:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=239#comment-420</guid>
		<description>ok the export command works when it is in the cgi script,
also the cron-job command ~/www/cgi-bin/Site.cgi

says:&quot;hello world page:null&quot;
I also pasted the rewrite rules into the htaccess file
but the browser gets a 500 error for every domain i try to navigate to</description>
		<content:encoded><![CDATA[<p>ok the export command works when it is in the cgi script,<br />
also the cron-job command ~/www/cgi-bin/Site.cgi</p>
<p>says:&#8221;hello world page:null&#8221;<br />
I also pasted the rewrite rules into the htaccess file<br />
but the browser gets a 500 error for every domain i try to navigate to</p>
]]></content:encoded>
	</item>
</channel>
</rss>

