<?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"
	>
<channel>
	<title>Comments on: FMud update released</title>
	<atom:link href="http://bc-dev.net/2010/03/02/fmud-update-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://bc-dev.net/2010/03/02/fmud-update-released/</link>
	<description>...a blog by Matt Adcock</description>
	<pubDate>Sat, 04 Sep 2010 20:05:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Jared</title>
		<link>http://bc-dev.net/2010/03/02/fmud-update-released/#comment-664</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Sat, 14 Aug 2010 16:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=79#comment-664</guid>
		<description>Hey I am trying to set up this fmud for my mud and I have the policy file being served from the same place as my game is running.  Everytime I try to connect it keeps giving me a security error.  My script is showing that it is connecting but its still not working correct.  I have it using port 5000 for the policy file.  The site demo is up at www.sinquestudio.com/mysticrune/fmud/fmud.html.  Any help with this would be greatly appreciated.

Jared</description>
		<content:encoded><![CDATA[<p>Hey I am trying to set up this fmud for my mud and I have the policy file being served from the same place as my game is running.  Everytime I try to connect it keeps giving me a security error.  My script is showing that it is connecting but its still not working correct.  I have it using port 5000 for the policy file.  The site demo is up at <a href="http://www.sinquestudio.com/mysticrune/fmud/fmud.html" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.sinquestudio.com');" rel="nofollow">http://www.sinquestudio.com/mysticrune/fmud/fmud.html</a>.  Any help with this would be greatly appreciated.</p>
<p>Jared</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter M Dodge</title>
		<link>http://bc-dev.net/2010/03/02/fmud-update-released/#comment-608</link>
		<dc:creator>Peter M Dodge</dc:creator>
		<pubDate>Thu, 22 Jul 2010 00:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=79#comment-608</guid>
		<description>It was, and is, but on another port now, as we figured it out on the NakedMud IRC:

	Oh, duh! I know your problem.
	A socket policy file served from a port &#62;1024 can only authorize connections to ports &#62;1024.
	You need to serve the policy file from a port &#60;1024 if you want to open port 23.

It works fine now that I changed the port!  Maybe you could make a note of that, for future people like me wondering about that.

Thanks for the reply though :)

Cheers,
Peter M Dodge</description>
		<content:encoded><![CDATA[<p>It was, and is, but on another port now, as we figured it out on the NakedMud IRC:</p>
<p>	Oh, duh! I know your problem.<br />
	A socket policy file served from a port &gt;1024 can only authorize connections to ports &gt;1024.<br />
	You need to serve the policy file from a port &lt;1024 if you want to open port 23.</p>
<p>It works fine now that I changed the port!  Maybe you could make a note of that, for future people like me wondering about that.</p>
<p>Thanks for the reply though :)</p>
<p>Cheers,<br />
Peter M Dodge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://bc-dev.net/2010/03/02/fmud-update-released/#comment-602</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 21 Jul 2010 09:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=79#comment-602</guid>
		<description>&lt;code&gt;Error: Failed to load policy file from xmlsocket://elvenblade.ca:27015&lt;/code&gt;

Looks like the policy file isn't being served.</description>
		<content:encoded><![CDATA[<p><code>Error: Failed to load policy file from xmlsocket://elvenblade.ca:27015</code></p>
<p>Looks like the policy file isn&#8217;t being served.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter M Dodge</title>
		<link>http://bc-dev.net/2010/03/02/fmud-update-released/#comment-598</link>
		<dc:creator>Peter M Dodge</dc:creator>
		<pubDate>Tue, 20 Jul 2010 20:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=79#comment-598</guid>
		<description>It seemed to have eaten the policy file in the comment display.  If you need it please feel free to ask me and I can mail it, though I will note I -did- make sure www.elvenblade.ca where it's being served from is in the file.</description>
		<content:encoded><![CDATA[<p>It seemed to have eaten the policy file in the comment display.  If you need it please feel free to ask me and I can mail it, though I will note I -did- make sure <a href="http://www.elvenblade.ca" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.elvenblade.ca');" rel="nofollow">http://www.elvenblade.ca</a> where it&#8217;s being served from is in the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter M Dodge</title>
		<link>http://bc-dev.net/2010/03/02/fmud-update-released/#comment-597</link>
		<dc:creator>Peter M Dodge</dc:creator>
		<pubDate>Tue, 20 Jul 2010 20:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=79#comment-597</guid>
		<description>I am attempting to add a flash player to the mud that I have going as a pet project, using FMud, the policy file seems to get served up just fine, however I receive a 'security error' with unspecific information.

This is the policy file:



   
   
   
   
   
   


I added several of the domain iterations to make sure that wasn't the cause.

This is the actual page Im testing that doesn't seem to work:

http://www.elvenblade.ca/FMud.html

The policy is served on port 27015 - the HLDS port - I used this one for testing purposes because I -know- it is unblocked (and unless I run my HLDS server, unbound, which - I made sure, Im not).  You can TELNET to it and see - the connection does not get refused.

The actual game connects on the TELNET port - elvenblade.ca:23 that is.

Both myself and the other coder for my mud couldn't seem to get this working, so I thought I'd ask here.

Cheers,
Peter M Dodge</description>
		<content:encoded><![CDATA[<p>I am attempting to add a flash player to the mud that I have going as a pet project, using FMud, the policy file seems to get served up just fine, however I receive a &#8217;security error&#8217; with unspecific information.</p>
<p>This is the policy file:</p>
<p>I added several of the domain iterations to make sure that wasn&#8217;t the cause.</p>
<p>This is the actual page Im testing that doesn&#8217;t seem to work:</p>
<p><a href="http://www.elvenblade.ca/FMud.html" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.elvenblade.ca');" rel="nofollow">http://www.elvenblade.ca/FMud.html</a></p>
<p>The policy is served on port 27015 - the HLDS port - I used this one for testing purposes because I -know- it is unblocked (and unless I run my HLDS server, unbound, which - I made sure, Im not).  You can TELNET to it and see - the connection does not get refused.</p>
<p>The actual game connects on the TELNET port - elvenblade.ca:23 that is.</p>
<p>Both myself and the other coder for my mud couldn&#8217;t seem to get this working, so I thought I&#8217;d ask here.</p>
<p>Cheers,<br />
Peter M Dodge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nil</title>
		<link>http://bc-dev.net/2010/03/02/fmud-update-released/#comment-553</link>
		<dc:creator>Nil</dc:creator>
		<pubDate>Sat, 10 Jul 2010 22:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=79#comment-553</guid>
		<description>Smashing. All up and running. I just installed the MUD engine in my server and imported the DB from the old one.

Better that way, now all is managed locally.

Thanks for the help, I'd have been running in circles forever otherwise.</description>
		<content:encoded><![CDATA[<p>Smashing. All up and running. I just installed the MUD engine in my server and imported the DB from the old one.</p>
<p>Better that way, now all is managed locally.</p>
<p>Thanks for the help, I&#8217;d have been running in circles forever otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://bc-dev.net/2010/03/02/fmud-update-released/#comment-551</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sat, 10 Jul 2010 18:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=79#comment-551</guid>
		<description>The purpose of the policy file is to specify the domains which are allowed to make socket connections, so it makes sense that the policy file is on the same host as the one you are making the socket connection too. Otherwise anyone could host an app and give it permission to make socket connections somewhere else. Obviously this isn't really relevant for MUDs as they are open to socket connections from anywhere anyway, but the system wasn't designed by Adobe with MUDs in mind :)

Contact your MUD host and ask them to serve a policy file allowing connections from any domain on any port and that should cover anyone who hosts a MUD there.</description>
		<content:encoded><![CDATA[<p>The purpose of the policy file is to specify the domains which are allowed to make socket connections, so it makes sense that the policy file is on the same host as the one you are making the socket connection too. Otherwise anyone could host an app and give it permission to make socket connections somewhere else. Obviously this isn&#8217;t really relevant for MUDs as they are open to socket connections from anywhere anyway, but the system wasn&#8217;t designed by Adobe with MUDs in mind :)</p>
<p>Contact your MUD host and ask them to serve a policy file allowing connections from any domain on any port and that should cover anyone who hosts a MUD there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nil</title>
		<link>http://bc-dev.net/2010/03/02/fmud-update-released/#comment-549</link>
		<dc:creator>Nil</dc:creator>
		<pubDate>Sat, 10 Jul 2010 17:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=79#comment-549</guid>
		<description>Hm! Now I am a bit more lost, even.

So, should the same server where the MUD is (in this case delirium.isunlimited.net) have the policy and the python script serving it, with the HTML alone in the separate website where I am launching the client.

Think I'll have to start hosting my own MUD, then. Can't run python scripts from where my MUD is being hosted at the moment, nor open ports.

Thanks for the help though. Not really experienced with this stuff at all.</description>
		<content:encoded><![CDATA[<p>Hm! Now I am a bit more lost, even.</p>
<p>So, should the same server where the MUD is (in this case delirium.isunlimited.net) have the policy and the python script serving it, with the HTML alone in the separate website where I am launching the client.</p>
<p>Think I&#8217;ll have to start hosting my own MUD, then. Can&#8217;t run python scripts from where my MUD is being hosted at the moment, nor open ports.</p>
<p>Thanks for the help though. Not really experienced with this stuff at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://bc-dev.net/2010/03/02/fmud-update-released/#comment-548</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sat, 10 Jul 2010 16:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=79#comment-548</guid>
		<description>&lt;pre&gt;It should be trying to load the policy from bloodsunrising.com at 843&lt;/pre&gt;
No it shouldn't. The policy file has to be hosted at the domain you want to make a socket connection to, in this case delirium.isunlimited.net.</description>
		<content:encoded><![CDATA[<pre>It should be trying to load the policy from bloodsunrising.com at 843</pre>
<p>No it shouldn&#8217;t. The policy file has to be hosted at the domain you want to make a socket connection to, in this case delirium.isunlimited.net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nil</title>
		<link>http://bc-dev.net/2010/03/02/fmud-update-released/#comment-546</link>
		<dc:creator>Nil</dc:creator>
		<pubDate>Sat, 10 Jul 2010 15:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://bc-dev.net/?p=79#comment-546</guid>
		<description>Thanks for looking at it, Matt.

843 on delirium.isunlimited.net is closed. 

telnet delirium.isunlimited.net 2423 will give you the login for the MUD

telnet bloodsunrising.com 843 will just give you a blank screen as usual and I'll get a notification in the nohup.out file accordingly.

The weird thing is that is is indeed trying to load the policy from delirium.isunlimited.net at 843. That of course should fail.

It should be trying to load the policy from bloodsunrising.com at 843 but connecting to delirium.isunlimited at 2423.</description>
		<content:encoded><![CDATA[<p>Thanks for looking at it, Matt.</p>
<p>843 on delirium.isunlimited.net is closed. </p>
<p>telnet delirium.isunlimited.net 2423 will give you the login for the MUD</p>
<p>telnet bloodsunrising.com 843 will just give you a blank screen as usual and I&#8217;ll get a notification in the nohup.out file accordingly.</p>
<p>The weird thing is that is is indeed trying to load the policy from delirium.isunlimited.net at 843. That of course should fail.</p>
<p>It should be trying to load the policy from bloodsunrising.com at 843 but connecting to delirium.isunlimited at 2423.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
