<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Glype Forums</title>
		<link>http://forums.glype.com/</link>
		<description>Glype Forums</description>
		<language>en</language>
		<lastBuildDate>Tue, 07 Sep 2010 04:55:30 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.glype.com/images/glype/misc/rss.jpg</url>
			<title>Glype Forums</title>
			<link>http://forums.glype.com/</link>
		</image>
		<item>
			<title>Custom Theme</title>
			<link>http://forums.glype.com/themes/1585-custom-theme.html</link>
			<pubDate>Mon, 06 Sep 2010 19:28:38 GMT</pubDate>
			<description>Hi, 
 
I am looking for a simple custom theme. Any designer got free time? 
 
 
Thank you.</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am looking for a simple custom theme. Any designer got free time?<br />
<br />
<br />
Thank you.</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/themes/">Themes</category>
			<dc:creator>kan3</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/themes/1585-custom-theme.html</guid>
		</item>
		<item>
			<title>Error</title>
			<link>http://forums.glype.com/bug-reports-suggestions/1583-error.html</link>
			<pubDate>Mon, 06 Sep 2010 11:26:05 GMT</pubDate>
			<description>Hello, 
 
I am having these errors in my admin.php file, 
 
 
*Warning*:  Parameter 1 to Notice:OnPrint() expected to be a reference, value given in...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I am having these errors in my admin.php file,<br />
<br />
<br />
<b>Warning</b>:  Parameter 1 to Notice:OnPrint() expected to be a reference, value given in <b>/home/public_html/site/admin.php</b> on line <b>481</b><br />
<br />
<b>Warning</b>:  Parameter 1 to Notice:OnPrint() expected to be a reference, value given in <b>/home/public_html/site/admin.php</b> on line <b>481</b><br />
<br />
Environment is<br />
<ul><li>PHP version: 5.3.3</li>
<li>cURL version: 7.21.0</li>
</ul><br />
Any help would be appreciated.<br />
<br />
Thank you.</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/bug-reports-suggestions/"><![CDATA[Bug Reports & Suggestions]]></category>
			<dc:creator>kan3</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/bug-reports-suggestions/1583-error.html</guid>
		</item>
		<item>
			<title>Help needed from all experts!</title>
			<link>http://forums.glype.com/bug-reports-suggestions/1582-help-needed-all-experts.html</link>
			<pubDate>Sun, 05 Sep 2010 16:21:37 GMT</pubDate>
			<description><![CDATA[Hi to all experts, 
 
Currently I'm running my glype proxy thru a pay web hosting. it has a dedicated ip with SSL.  
 
Recently I'm trying to access...]]></description>
			<content:encoded><![CDATA[<div>Hi to all experts,<br />
<br />
Currently I'm running my glype proxy thru a pay web hosting. it has a dedicated ip with SSL. <br />
<br />
Recently I'm trying to access a https site, I had challenges logging into the site. The error message:<br />
<br />
&quot;Failed. Your login from unallowed location. IP 69.81.31.123&quot;<br />
<br />
Strange is ip address 69.81.31.123 is my old ip address.<br />
Currently now my new ip address is 67.20.67.21.<br />
<br />
May I know how to resolve this issue?<br />
<br />
can anyone advise how to overcome the challenges of accessing a https sits with password protected</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/bug-reports-suggestions/"><![CDATA[Bug Reports & Suggestions]]></category>
			<dc:creator>speedfire</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/bug-reports-suggestions/1582-help-needed-all-experts.html</guid>
		</item>
		<item>
			<title>Required Plugin Coder (will pay)</title>
			<link>http://forums.glype.com/plugins/1580-required-plugin-coder-will-pay.html</link>
			<pubDate>Fri, 03 Sep 2010 08:48:16 GMT</pubDate>
			<description>Looking for an expert plugin coder, will pay. I need plugins for a couple of sites.</description>
			<content:encoded><![CDATA[<div>Looking for an expert plugin coder, will pay. I need plugins for a couple of sites.</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/plugins/">Plugins</category>
			<dc:creator>SomeUser</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/plugins/1580-required-plugin-coder-will-pay.html</guid>
		</item>
		<item>
			<title>Glype nginx+fastcgi working configuration</title>
			<link>http://forums.glype.com/bug-reports-suggestions/1579-glype-nginx-fastcgi-working-configuration.html</link>
			<pubDate>Thu, 02 Sep 2010 18:21:15 GMT</pubDate>
			<description>Hello, 
  
I have heard that some people having issues with nginx and glype so that i wanted to give the correct configuration to run glype on nginx....</description>
			<content:encoded><![CDATA[<div>Hello,<br />
 <br />
I have heard that some people having issues with nginx and glype so that i wanted to give the correct configuration to run glype on nginx.<br />
 <br />
Here it is<br />
 <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">location ~ \.php($|/) {<br />
fastcgi_pass&nbsp;  127.0.0.1:9000;<br />
fastcgi_index&nbsp; index.php;<br />
#fastcgi_param&nbsp; SCRIPT_FILENAME&nbsp; $document_root$fastcgi_script_name;<br />
root&nbsp; /home/your/docroot;<br />
include&nbsp; &nbsp; &nbsp; &nbsp; fastcgi_params;<br />
set $script&nbsp; &nbsp;  $uri;<br />
set $path_info&nbsp; &quot;&quot;;<br />
if ($uri ~ &quot;^(.+\.php)\?p=(/.+)&quot;) {<br />
set $script&nbsp; &nbsp;  $1;<br />
set $path_info&nbsp; $2;<br />
}<br />
fastcgi_param&nbsp; SCRIPT_FILENAME&nbsp; &nbsp; $document_root$script;<br />
fastcgi_param&nbsp; SCRIPT_NAME&nbsp; &nbsp; &nbsp; &nbsp; $script;<br />
fastcgi_param&nbsp; PATH_INFO&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $path_info;<br />
&nbsp; &nbsp; }</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://forums.glype.com/bug-reports-suggestions/"><![CDATA[Bug Reports & Suggestions]]></category>
			<dc:creator>st1905</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/bug-reports-suggestions/1579-glype-nginx-fastcgi-working-configuration.html</guid>
		</item>
		<item>
			<title>Facebook problems</title>
			<link>http://forums.glype.com/proxy-discussion/1577-facebook-problems.html</link>
			<pubDate>Wed, 01 Sep 2010 23:46:54 GMT</pubDate>
			<description><![CDATA[error on line 72 at column 71: EntityRef: expecting ';' 
Below is a rendering of the page up to the first error. 
 
So how to do?]]></description>
			<content:encoded><![CDATA[<div>error on line 72 at column 71: EntityRef: expecting ';'<br />
Below is a rendering of the page up to the first error.<br />
<br />
So how to do?</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/proxy-discussion/">Proxy Discussion</category>
			<dc:creator>zje2008</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/proxy-discussion/1577-facebook-problems.html</guid>
		</item>
		<item>
			<title>Web form submission error</title>
			<link>http://forums.glype.com/proxy-discussion/1572-web-form-submission-error.html</link>
			<pubDate>Sat, 28 Aug 2010 04:59:32 GMT</pubDate>
			<description>Hey everyone, 
 
I have a Glype server running on a Windows Home Server (Windows 2003 based) IIS 6.0 with PHP 5.2.6 using the php-cgi.exe executable...</description>
			<content:encoded><![CDATA[<div>Hey everyone,<br />
<br />
I have a Glype server running on a Windows Home Server (Windows 2003 based) IIS 6.0 with PHP 5.2.6 using the php-cgi.exe executable to run the Glype script.  The proxy works pretty well, all things considered.  I can browse web sites and download specific files, but what I can't do is fill out and send web forms (search bars, login pages, etc.).  The page will look like it's trying to load, but will timeout sooner-or-later.<br />
<br />
I have tried using the php5isapi.dll to load the Glype script in the past, but I got a lot of errors viewing images.<br />
<br />
Any ideas for me to try?<br />
-JesterEE</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/proxy-discussion/">Proxy Discussion</category>
			<dc:creator>JesterEE</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/proxy-discussion/1572-web-form-submission-error.html</guid>
		</item>
		<item>
			<title>Integrate Glype Into Wordpress</title>
			<link>http://forums.glype.com/proxy-discussion/1568-integrate-glype-into-wordpress.html</link>
			<pubDate>Wed, 25 Aug 2010 10:24:38 GMT</pubDate>
			<description>HI ; 
I would like to learn about this thing , i tried but it didnt worked 
anyone can help with a tutorial or some useful wp plugin 
 
Any help is...</description>
			<content:encoded><![CDATA[<div>HI ;<br />
I would like to learn about this thing , i tried but it didnt worked<br />
anyone can help with a tutorial or some useful wp plugin<br />
<br />
Any help is appreciated</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/proxy-discussion/">Proxy Discussion</category>
			<dc:creator>Skinet</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/proxy-discussion/1568-integrate-glype-into-wordpress.html</guid>
		</item>
		<item>
			<title>Mobile Youtube</title>
			<link>http://forums.glype.com/plugins/1566-mobile-youtube.html</link>
			<pubDate>Wed, 25 Aug 2010 00:07:51 GMT</pubDate>
			<description>I want to watch youtube on my ipod touch but the screen only loads up white on my proxy.</description>
			<content:encoded><![CDATA[<div>I want to watch youtube on my ipod touch but the screen only loads up white on my proxy.</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/plugins/">Plugins</category>
			<dc:creator>Jonmax10</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/plugins/1566-mobile-youtube.html</guid>
		</item>
		<item>
			<title>Inserting JavaScript Flash Games?</title>
			<link>http://forums.glype.com/themes/1564-inserting-javascript-flash-games.html</link>
			<pubDate>Tue, 24 Aug 2010 12:58:05 GMT</pubDate>
			<description>Not sure if this is the right section or not. But i just set up my own proxy with glype.. LOVE IT! Its fun just editing stuff lol. 
 
ANYWAY, as...</description>
			<content:encoded><![CDATA[<div>Not sure if this is the right section or not. But i just set up my own proxy with glype.. LOVE IT! Its fun just editing stuff lol.<br />
<br />
ANYWAY, as title states, is there anyway that i can insert a java game or flash game, or whatever, to a page in my proxy site?<br />
<br />
eg.<br />
<br />
<u>HOME</u>    <u>DISCLAIMER</u>    <u>TERMS OF SERVICES</u>     <u>PRIVACY POLICY</u><br />
<br />
<br />
*Site Description*<br />
<br />
 __________________________________<br />
|*Insert Proxy URL Bar thing Here* *GO* |<br />
|__________________________________|<br />
<br />
<br />
<br />
<br />
*********************************<br />
*                                                        ---------------------------------------*<br />
*                                                        ---------------------------------------*<br />
*                                                        ---------------------------------------*<br />
*                                                        ---------------------------------------*<br />
*                                                        ---------------------------------------*<br />
*-------------Flash Game----------------*<br />
*                     ------------eg. Bloxorz ----------------*<br />
*                                                        ---------------------------------------*<br />
*                                                        ---------------------------------------*<br />
*                                                        ---------------------------------------*<br />
*                                                        ---------------------------------------*<br />
*                                                        ---------------------------------------*<br />
*                                                        ---------------------------------------*<br />
*                                                        ---------------------------------------*<br />
*********************************<br />
<br />
<br />
<br />
Anyone? :P</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/themes/">Themes</category>
			<dc:creator>JDObsolete</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/themes/1564-inserting-javascript-flash-games.html</guid>
		</item>
		<item>
			<title>Blank page after hitting GO button</title>
			<link>http://forums.glype.com/bug-reports-suggestions/1563-blank-page-after-hitting-go-button.html</link>
			<pubDate>Tue, 24 Aug 2010 09:07:19 GMT</pubDate>
			<description><![CDATA[Hi, 
this problem was discussed many times before, but I couldn't find solution. After filling the address bar and hitting the GO button, only blank...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
this problem was discussed many times before, but I couldn't find solution. After filling the address bar and hitting the GO button, only blank page appears. I mean totally blank, including its source code.<br />
<br />
cURL installed 7.15.5<br />
PHP 5.2.0<br />
<br />
website: <a href="http://openftp.ic.cz/webproxy/upload" target="_blank">glype proxy</a><br />
<br />
Tested with IE6, Firefox 3.6 and Opera 10.60, javascript enabled, cookies cleared.<br />
I also set the /tmp directory 777 rights, nothing changed<br />
In administration there is one warning, but I don't think that it affects functionality:<br />
<b>Warning</b>:  curl_init() has been disabled for security reasons</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/bug-reports-suggestions/"><![CDATA[Bug Reports & Suggestions]]></category>
			<dc:creator>wqcr</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/bug-reports-suggestions/1563-blank-page-after-hitting-go-button.html</guid>
		</item>
		<item>
			<title>About a complete proxy server</title>
			<link>http://forums.glype.com/proxy-discussion/1561-about-complete-proxy-server.html</link>
			<pubDate>Mon, 23 Aug 2010 05:50:39 GMT</pubDate>
			<description>Hello guys, 
 
I am searching for good time for a complete web server, and what i mean is : 
 
- working social sites ( facebook, twitter, hi5, etc )...</description>
			<content:encoded><![CDATA[<div>Hello guys,<br />
<br />
I am searching for good time for a complete web server, and what i mean is :<br />
<br />
- working social sites ( facebook, twitter, hi5, etc ) - recent glype cant reach , or login on facebook <br />
- working movie sites ( youtube, trilulu, etc ) - recent glype dont show  images from movies, or sometimes it doesnt play the movies from youtube<br />
<br />
<br />
&gt;&gt; Now i have a question, since i am a newbie in this proxy domain.<br />
<br />
Why web proxies not show the content of proxified sites, exactly as a  direct connection? Data request goes from user, to proxy, from proxy to  site requested. If its the same rquest / data, why many times its not  shown as a direct connection?<br />
<br />
&gt;&gt; Other one, since we all want a fully functional web proxy, if any of you  guys heard about any paid web proxy software, pls let me know...<br />
<br />
<br />
Really thankx.<br />
<br />
<br />
Please a moderator delete the thread from here: <a href="!1560!http://forums.glype.com/glype-manager-support/1560-about-complete-proxy-server.html" target="_blank">http://forums.glype.com/glype-manage...xy-server.html</a><br />
<br />
<br />
<br />
&gt;&gt; Last Update: <br />
Its there possible to integrate the web proxy server into a blog?</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/proxy-discussion/">Proxy Discussion</category>
			<dc:creator>kirygnc</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/proxy-discussion/1561-about-complete-proxy-server.html</guid>
		</item>
		<item>
			<title>New Forum Feature: User Countries</title>
			<link>http://forums.glype.com/news-updates/1559-new-forum-feature-user-countries.html</link>
			<pubDate>Mon, 23 Aug 2010 05:31:20 GMT</pubDate>
			<description>User posts now display the country the user was located in at the time of the post. I hope that seeing the countries of your fellow users will help...</description>
			<content:encoded><![CDATA[<div>User posts now display the country the user was located in at the time of the post. I hope that seeing the countries of your fellow users will help to clear up common misunderstandings based on regional differences in language. You can see the country in the lower left portion of a post, under the &quot;Report Post&quot; button.</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/news-updates/"><![CDATA[News & Updates]]></category>
			<dc:creator>Baron Munchausen</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/news-updates/1559-new-forum-feature-user-countries.html</guid>
		</item>
		<item>
			<title>who can i let advertise on my proxy</title>
			<link>http://forums.glype.com/proxy-discussion/1556-who-can-i-let-advertise-my-proxy.html</link>
			<pubDate>Fri, 20 Aug 2010 22:22:52 GMT</pubDate>
			<description>i have a proxy site finally set up with a few ad providers on them however no one had clicked them. google adsense is not compatible with my host....</description>
			<content:encoded><![CDATA[<div>i have a proxy site finally set up with a few ad providers on them however no one had clicked them. google adsense is not compatible with my host. what is a good company to let show ads on my site and how do i get people to click th ads. also how do i get people to use my site because i dont know how to advertise it for free. if ye need to see its current ad setup please visit tommyx375.viralhosts.com</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/proxy-discussion/">Proxy Discussion</category>
			<dc:creator>tommyx375</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/proxy-discussion/1556-who-can-i-let-advertise-my-proxy.html</guid>
		</item>
		<item>
			<title><![CDATA[Can't access address like http://web:port/]]></title>
			<link>http://forums.glype.com/proxy-discussion/1555-cant-access-address-like-http-web-port.html</link>
			<pubDate>Fri, 20 Aug 2010 10:03:57 GMT</pubDate>
			<description>Hi, 
 
Can someone tell me if is posible to access that kind of address? 
 
Will I need any extra configuration or patch or something like that? 
...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Can someone tell me if is posible to access that kind of address?<br />
<br />
Will I need any extra configuration or patch or something like that?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.glype.com/proxy-discussion/">Proxy Discussion</category>
			<dc:creator>jherran</dc:creator>
			<guid isPermaLink="true">http://forums.glype.com/proxy-discussion/1555-cant-access-address-like-http-web-port.html</guid>
		</item>
	</channel>
</rss>
