<?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 Php Remote Support</title>
	<atom:link href="http://phpremotesupport.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpremotesupport.com</link>
	<description>Support your clients anytime, anywhere, for free...</description>
	<lastBuildDate>Tue, 27 Sep 2011 01:10:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Welcome to PHP Remote Support! by Nick Van Dorsten</title>
		<link>http://phpremotesupport.com/2010/04/28/welcome-to-php-remote-support/comment-page-1/#comment-1757</link>
		<dc:creator>Nick Van Dorsten</dc:creator>
		<pubDate>Tue, 27 Sep 2011 01:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://phpremotesupport.com/?p=3#comment-1757</guid>
		<description>I&#039;m not sure there are single click executables for OS X or Linux, but assuming there is, and they can be configured the same as the windows counterpart, it should be as simple as re-jiggering which executable gets compressed and sent to the client. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure there are single click executables for OS X or Linux, but assuming there is, and they can be configured the same as the windows counterpart, it should be as simple as re-jiggering which executable gets compressed and sent to the client. <img src='http://phpremotesupport.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Nick Van Dorsten</title>
		<link>http://phpremotesupport.com/documentation/comment-page-1/#comment-1756</link>
		<dc:creator>Nick Van Dorsten</dc:creator>
		<pubDate>Tue, 27 Sep 2011 01:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://phpremotesupport.com/?page_id=16#comment-1756</guid>
		<description>It is certainly possible, however it is also highly unlikely that you will be able to run it on any sort of &#039;shared hosting&#039; type of service (dreamhost, godaddy, etc).  The repeater requires you to run background process on the server, and while this IS possible, it may or may not be allowed.</description>
		<content:encoded><![CDATA[<p>It is certainly possible, however it is also highly unlikely that you will be able to run it on any sort of &#8216;shared hosting&#8217; type of service (dreamhost, godaddy, etc).  The repeater requires you to run background process on the server, and while this IS possible, it may or may not be allowed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Barco</title>
		<link>http://phpremotesupport.com/documentation/comment-page-1/#comment-1755</link>
		<dc:creator>Barco</dc:creator>
		<pubDate>Mon, 26 Sep 2011 21:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://phpremotesupport.com/?page_id=16#comment-1755</guid>
		<description>You stated somewhere you are using the repeater on your server. Is it possible to run the repeater on a web server?</description>
		<content:encoded><![CDATA[<p>You stated somewhere you are using the repeater on your server. Is it possible to run the repeater on a web server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to PHP Remote Support! by Dan</title>
		<link>http://phpremotesupport.com/2010/04/28/welcome-to-php-remote-support/comment-page-1/#comment-1707</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 02 Sep 2011 14:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://phpremotesupport.com/?p=3#comment-1707</guid>
		<description>Great code! I have deployed this with repeater 14 on Ubuntu 11.04 and the only real issue was that the ports were reversed for viewer and server between your docs and the repeater settings.

BTW, I love that this even works in safe mode with networking!

What, if anything, would anything need to be changed if the customer was on linux or MAC? Hell, does vnc work on a MAC?

Thank you very much.
Dan</description>
		<content:encoded><![CDATA[<p>Great code! I have deployed this with repeater 14 on Ubuntu 11.04 and the only real issue was that the ports were reversed for viewer and server between your docs and the repeater settings.</p>
<p>BTW, I love that this even works in safe mode with networking!</p>
<p>What, if anything, would anything need to be changed if the customer was on linux or MAC? Hell, does vnc work on a MAC?</p>
<p>Thank you very much.<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Nick Van Dorsten</title>
		<link>http://phpremotesupport.com/documentation/comment-page-1/#comment-1004</link>
		<dc:creator>Nick Van Dorsten</dc:creator>
		<pubDate>Wed, 02 Mar 2011 06:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://phpremotesupport.com/?page_id=16#comment-1004</guid>
		<description>Sorry for the massive delay, things have been busy around here.

There is a readme.txt file that contains all the required setup steps.  It is as simple as running &#039;make&#039; to compile the executable, then run it using:
./repeater 5900 5500
where 5900 is the incoming viewer port and 5500 is the incoming server port.

You will need shell access, and the ability to run an executable in the background on whatever server you are running it on.  Refer to the specific methods for running an executable as a daemon for your server&#039;s operating system.

Thanks for your interest, if you need any further assistance, please just ask!</description>
		<content:encoded><![CDATA[<p>Sorry for the massive delay, things have been busy around here.</p>
<p>There is a readme.txt file that contains all the required setup steps.  It is as simple as running &#8216;make&#8217; to compile the executable, then run it using:<br />
./repeater 5900 5500<br />
where 5900 is the incoming viewer port and 5500 is the incoming server port.</p>
<p>You will need shell access, and the ability to run an executable in the background on whatever server you are running it on.  Refer to the specific methods for running an executable as a daemon for your server&#8217;s operating system.</p>
<p>Thanks for your interest, if you need any further assistance, please just ask!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated! PHPrs v.3b released! by Thomas Schaaf</title>
		<link>http://phpremotesupport.com/2010/05/27/updated-phprs-v-3b-released/comment-page-1/#comment-864</link>
		<dc:creator>Thomas Schaaf</dc:creator>
		<pubDate>Tue, 08 Feb 2011 20:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://phpremotesupport.com/?p=13#comment-864</guid>
		<description>Would you be so kind and post what repeater you used for your application?

Greetings,
Thomas</description>
		<content:encoded><![CDATA[<p>Would you be so kind and post what repeater you used for your application?</p>
<p>Greetings,<br />
Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated! PHPrs v.3b released! by Samuel Taylor</title>
		<link>http://phpremotesupport.com/2010/05/27/updated-phprs-v-3b-released/comment-page-1/#comment-796</link>
		<dc:creator>Samuel Taylor</dc:creator>
		<pubDate>Mon, 31 Jan 2011 13:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://phpremotesupport.com/?p=13#comment-796</guid>
		<description>Great work on PHP Remote Support!

I have created a modified version of PHP Remote Support that includes encryption and support to email session details to the client.

If you want to download it see link below
http://samueltaylor.me.uk/?p=33</description>
		<content:encoded><![CDATA[<p>Great work on PHP Remote Support!</p>
<p>I have created a modified version of PHP Remote Support that includes encryption and support to email session details to the client.</p>
<p>If you want to download it see link below<br />
<a href="http://samueltaylor.me.uk/?p=33" rel="nofollow">http://samueltaylor.me.uk/?p=33</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated! PHPrs v.3b released! by Rob</title>
		<link>http://phpremotesupport.com/2010/05/27/updated-phprs-v-3b-released/comment-page-1/#comment-413</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 14 Dec 2010 11:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://phpremotesupport.com/?p=13#comment-413</guid>
		<description>This is a fantastic little web plug-in! 
Is there is plans to add the encryption to it?
http://www.robplatt.com/index.php/2010/07/13/dynamically-compiled-vnc-binary-repeater-2/

I tried to add the files as there the ASP instruction and my PHP is limited but it didnt work! All i get was error building your session.
If not, thanks for making the PHP version anyhow!

Rob</description>
		<content:encoded><![CDATA[<p>This is a fantastic little web plug-in!<br />
Is there is plans to add the encryption to it?<br />
<a href="http://www.robplatt.com/index.php/2010/07/13/dynamically-compiled-vnc-binary-repeater-2/" rel="nofollow">http://www.robplatt.com/index.php/2010/07/13/dynamically-compiled-vnc-binary-repeater-2/</a></p>
<p>I tried to add the files as there the ASP instruction and my PHP is limited but it didnt work! All i get was error building your session.<br />
If not, thanks for making the PHP version anyhow!</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by martin</title>
		<link>http://phpremotesupport.com/documentation/comment-page-1/#comment-408</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Mon, 13 Dec 2010 16:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://phpremotesupport.com/?page_id=16#comment-408</guid>
		<description>nice idea but on over riding problem you do not give understandable instructions on how to set up the Ultra VNC Repeater, and with out it your software is usless
were not all uba tekies so please give instructions on how to set up Ultra VNC Repeater on a commercial server (not a home server for tekiess)
regards 

martin</description>
		<content:encoded><![CDATA[<p>nice idea but on over riding problem you do not give understandable instructions on how to set up the Ultra VNC Repeater, and with out it your software is usless<br />
were not all uba tekies so please give instructions on how to set up Ultra VNC Repeater on a commercial server (not a home server for tekiess)<br />
regards </p>
<p>martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated! PHPrs v.3b released! by Nick Van Dorsten</title>
		<link>http://phpremotesupport.com/2010/05/27/updated-phprs-v-3b-released/comment-page-1/#comment-37</link>
		<dc:creator>Nick Van Dorsten</dc:creator>
		<pubDate>Thu, 26 Aug 2010 20:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://phpremotesupport.com/?p=13#comment-37</guid>
		<description>Sorry for the long delay, real life has been a real pain lately ;) 

7zip will have to be installed on the webserver that is serving the remote support site.  Essentially, you can think of the whole system as a combination of two separate servers.

1) A webserver that generates the session number, compiles the client and support executables and sends them to the user(s).
2) A relay server that hosts the VNC relay service.  This allows you to bypass the requirement of any port forwarding or potential firewall interference.

There is no reason why you can host both parts on a single server (it&#039;s how I run my setup).

The purpose behind 7Zip is to allow a self extracting and auto executing application.  No need to install 7zip on the client&#039;s system, but it IS required on the web server.

Which host are you hosted on?  It is quite possible that they already have the package installed, or may be willing to install it for you.  It is a very common and well known application, so they shouldn&#039;t have a problem with it.</description>
		<content:encoded><![CDATA[<p>Sorry for the long delay, real life has been a real pain lately <img src='http://phpremotesupport.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>7zip will have to be installed on the webserver that is serving the remote support site.  Essentially, you can think of the whole system as a combination of two separate servers.</p>
<p>1) A webserver that generates the session number, compiles the client and support executables and sends them to the user(s).<br />
2) A relay server that hosts the VNC relay service.  This allows you to bypass the requirement of any port forwarding or potential firewall interference.</p>
<p>There is no reason why you can host both parts on a single server (it&#8217;s how I run my setup).</p>
<p>The purpose behind 7Zip is to allow a self extracting and auto executing application.  No need to install 7zip on the client&#8217;s system, but it IS required on the web server.</p>
<p>Which host are you hosted on?  It is quite possible that they already have the package installed, or may be willing to install it for you.  It is a very common and well known application, so they shouldn&#8217;t have a problem with it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

