<?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 for the Amber Dragon</title>
	<atom:link href="http://nwn.theamberdragon.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://nwn.theamberdragon.com</link>
	<description>fluffyamoeba's NWN scripty stuff</description>
	<lastBuildDate>Wed, 02 Aug 2006 14:50:40 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Serverstatus Script by fluffyamoeba</title>
		<link>http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script/comment-page-1#comment-17</link>
		<dc:creator>fluffyamoeba</dc:creator>
		<pubDate>Wed, 02 Aug 2006 14:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script#comment-17</guid>
		<description>It looks like since my host migrated the site to a new server, the port the script uses is blocked, so the example won&#039;t work anymore here. Some people who had this problem have been able to get the port opened on asking their host, so it&#039;s always worth a try.

As this sort of thing doesn&#039;t tend to be mentioned in the host&#039;s package overview, it might be worth anyone using my script or other variations of it mentioning which hosts it works on, which will open the port on request and which aren&#039;t quite so helpful.</description>
		<content:encoded><![CDATA[<p>It looks like since my host migrated the site to a new server, the port the script uses is blocked, so the example won&#8217;t work anymore here. Some people who had this problem have been able to get the port opened on asking their host, so it&#8217;s always worth a try.</p>
<p>As this sort of thing doesn&#8217;t tend to be mentioned in the host&#8217;s package overview, it might be worth anyone using my script or other variations of it mentioning which hosts it works on, which will open the port on request and which aren&#8217;t quite so helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL version of the PRC precacher data by Jason</title>
		<link>http://nwn.theamberdragon.com/archives/2006/05/prc-precacher/comment-page-1#comment-16</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 24 Jul 2006 15:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://nwn.theamberdragon.com/archives/2006/05/prc-precacher#comment-16</guid>
		<description>Manual 2da compiling for nwnx2 and PRC. YOU MUST HAVE PRC INSTALLED AS WELL AS THE JAVA RUNTIME

1. Download the latest PRC server pack from the nwn-prc website
2. Move to C: drive root (This will show folders called program files and Windows) as well as others
3. Create folder named PRC
4. Create a folder INSIDE the PRC folder named precacher2das (It MUST be named exactly like this for the compiler to work.
5. Extract server pack to your NWN root folder (This should be something similar to C:\NeverwinterNights\ )
3. Extract bioware2das rar folder to the C:\PRC\precacher2das
4. Copy the file named prc.jar from the NWN root folder to the c:\PRC  is must be in the directory where the precacher2das folder is i.e.  C:\PRC\
5. Using the NWN viewer extract the files prc_2das.hak and prc_race.hak to another seperate folder (Any one you make it fine)  This should be located in the C:\NeverwinterNights\hak  folder
	If you intend to use the PRC crafting you must also extract the prc crafting.hak to this folder.
6. COPY all the files you extracted from the prc_2das.hak file to the C:\PRC\precacher2das\ folder Overwrite any file it asks to
6a. This step is needed until things are sorted out with the current releases of everything. In the C:\PRC\precacher2das\ folder delete the files that begin with packsp***  there should be a few of them, they will have class names directly after the packsp letters
7. Click the Start button in WinXP and then go to run
8. Type cmd press enter
9. You should now be at a DOS prompt
10. type cd\ press enter
11. type cd PRC press enter
12. type java -Xmx100m -jar prc.jar 2datosql precacher2das sqlite press enter
13 If you&#039;ve done things properly to this point you will now be waiting for about 5 hours for the databases to be updated properly. Just let it run it&#039;s supposed to take a while.
14. Once this process finished you will see a file called out.sql in the same folder as the prc.jar Copy the out.sql file to your Neverwinter Nights directory
15. Make sure sqlite.exe is in your Neverwinter Nights folder
16. you need to add the contents of out.sql into the sqlite database. Go back to the command prompt and change directory to your Neverwinter directory, probably C:\NeverwinterNights\NWN\
17. type sqlite sqlite.db &quot;.read out.sql&quot; press enter</description>
		<content:encoded><![CDATA[<p>Manual 2da compiling for nwnx2 and PRC. YOU MUST HAVE PRC INSTALLED AS WELL AS THE JAVA RUNTIME</p>
<p>1. Download the latest PRC server pack from the nwn-prc website<br />
2. Move to C: drive root (This will show folders called program files and Windows) as well as others<br />
3. Create folder named PRC<br />
4. Create a folder INSIDE the PRC folder named precacher2das (It MUST be named exactly like this for the compiler to work.<br />
5. Extract server pack to your NWN root folder (This should be something similar to C:\NeverwinterNights\ )<br />
3. Extract bioware2das rar folder to the C:\PRC\precacher2das<br />
4. Copy the file named prc.jar from the NWN root folder to the c:\PRC  is must be in the directory where the precacher2das folder is i.e.  C:\PRC\<br />
5. Using the NWN viewer extract the files prc_2das.hak and prc_race.hak to another seperate folder (Any one you make it fine)  This should be located in the C:\NeverwinterNights\hak  folder<br />
	If you intend to use the PRC crafting you must also extract the prc crafting.hak to this folder.<br />
6. COPY all the files you extracted from the prc_2das.hak file to the C:\PRC\precacher2das\ folder Overwrite any file it asks to<br />
6a. This step is needed until things are sorted out with the current releases of everything. In the C:\PRC\precacher2das\ folder delete the files that begin with packsp***  there should be a few of them, they will have class names directly after the packsp letters<br />
7. Click the Start button in WinXP and then go to run<br />
8. Type cmd press enter<br />
9. You should now be at a DOS prompt<br />
10. type cd\ press enter<br />
11. type cd PRC press enter<br />
12. type java -Xmx100m -jar prc.jar 2datosql precacher2das sqlite press enter<br />
13 If you&#8217;ve done things properly to this point you will now be waiting for about 5 hours for the databases to be updated properly. Just let it run it&#8217;s supposed to take a while.<br />
14. Once this process finished you will see a file called out.sql in the same folder as the prc.jar Copy the out.sql file to your Neverwinter Nights directory<br />
15. Make sure sqlite.exe is in your Neverwinter Nights folder<br />
16. you need to add the contents of out.sql into the sqlite database. Go back to the command prompt and change directory to your Neverwinter directory, probably C:\NeverwinterNights\NWN\<br />
17. type sqlite sqlite.db &#8220;.read out.sql&#8221; press enter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL version of the PRC precacher data by the Amber Dragon :: Controlling PRC Classes</title>
		<link>http://nwn.theamberdragon.com/archives/2006/05/prc-precacher/comment-page-1#comment-15</link>
		<dc:creator>the Amber Dragon :: Controlling PRC Classes</dc:creator>
		<pubDate>Tue, 18 Jul 2006 22:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://nwn.theamberdragon.com/archives/2006/05/prc-precacher#comment-15</guid>
		<description>[...] The variable name can be found by looking through the PRC 2da files. Which you will have handily extracted to run the precacher. If not, open prc_2das.hak in nwnexplorer. [...]</description>
		<content:encoded><![CDATA[<p>[...] The variable name can be found by looking through the PRC 2da files. Which you will have handily extracted to run the precacher. If not, open prc_2das.hak in nwnexplorer. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serverstatus Script by Red</title>
		<link>http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script/comment-page-1#comment-14</link>
		<dc:creator>Red</dc:creator>
		<pubDate>Wed, 05 Jul 2006 05:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script#comment-14</guid>
		<description>Much thanx to fluffyamoeba for helping me with this. The script works fine on another site. Our problem is that our host charges extra for a dedicated ip. With our current package only port 80 is open for such scripts. Wanted to pass this info on.</description>
		<content:encoded><![CDATA[<p>Much thanx to fluffyamoeba for helping me with this. The script works fine on another site. Our problem is that our host charges extra for a dedicated ip. With our current package only port 80 is open for such scripts. Wanted to pass this info on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serverstatus Script by fluffyamoeba</title>
		<link>http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script/comment-page-1#comment-13</link>
		<dc:creator>fluffyamoeba</dc:creator>
		<pubDate>Tue, 04 Jul 2006 10:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script#comment-13</guid>
		<description>The only things you might need to change would be the port number and the server address. Everything else will work for any NWN server, providing you can see it in GameSpy.

Try double checking that you didn&#039;t edit the hex string the script sends to the server as that has to be exactly the same for it to reply.</description>
		<content:encoded><![CDATA[<p>The only things you might need to change would be the port number and the server address. Everything else will work for any NWN server, providing you can see it in GameSpy.</p>
<p>Try double checking that you didn&#8217;t edit the hex string the script sends to the server as that has to be exactly the same for it to reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serverstatus Script by Red</title>
		<link>http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script/comment-page-1#comment-12</link>
		<dc:creator>Red</dc:creator>
		<pubDate>Mon, 03 Jul 2006 23:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script#comment-12</guid>
		<description>I actually got this to sort of work. It gives me the no reply error so am looking for the proper line to take out. I assume it is the $connect but am not sure</description>
		<content:encoded><![CDATA[<p>I actually got this to sort of work. It gives me the no reply error so am looking for the proper line to take out. I assume it is the $connect but am not sure</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serverstatus Script by Red</title>
		<link>http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script/comment-page-1#comment-11</link>
		<dc:creator>Red</dc:creator>
		<pubDate>Mon, 03 Jul 2006 18:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script#comment-11</guid>
		<description>This is just what we need on our page. I am not a strong scripter, what variables would i have to change to get this to work. I am getting the following error

Parse error: syntax error, unexpected T_STRING, expecting &#039;)&#039; in /home/altharia/public_html/nwserver_status.php.txt on line 9

As I said I am worthless with this stuff. Any help I can get would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>This is just what we need on our page. I am not a strong scripter, what variables would i have to change to get this to work. I am getting the following error</p>
<p>Parse error: syntax error, unexpected T_STRING, expecting &#8216;)&#8217; in /home/altharia/public_html/nwserver_status.php.txt on line 9</p>
<p>As I said I am worthless with this stuff. Any help I can get would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serverstatus Script by fluffyamoeba</title>
		<link>http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script/comment-page-1#comment-10</link>
		<dc:creator>fluffyamoeba</dc:creator>
		<pubDate>Mon, 19 Jun 2006 00:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script#comment-10</guid>
		<description>It will work as a standalone script. However, if you want to integrate it into a CMS/forum, then you would be best asking in the support forums for the software you use. I can explain how to do it for vBulletin as that is what we use for our forums, but not for anything else.</description>
		<content:encoded><![CDATA[<p>It will work as a standalone script. However, if you want to integrate it into a CMS/forum, then you would be best asking in the support forums for the software you use. I can explain how to do it for vBulletin as that is what we use for our forums, but not for anything else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serverstatus Script by Valkerie</title>
		<link>http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script/comment-page-1#comment-9</link>
		<dc:creator>Valkerie</dc:creator>
		<pubDate>Sat, 17 Jun 2006 23:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script#comment-9</guid>
		<description>I am new to the php boards. Where do I place this at?</description>
		<content:encoded><![CDATA[<p>I am new to the php boards. Where do I place this at?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serverstatus Script by fluffyamoeba</title>
		<link>http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script/comment-page-1#comment-6</link>
		<dc:creator>fluffyamoeba</dc:creator>
		<pubDate>Tue, 06 Jun 2006 14:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://nwn.theamberdragon.com/archives/2006/05/serverstatus-script#comment-6</guid>
		<description>It should work unchanged for a passworded server. Our server has a password and uses the script.</description>
		<content:encoded><![CDATA[<p>It should work unchanged for a passworded server. Our server has a password and uses the script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
