<?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/">
	<channel>
		<title><![CDATA[Free VPS Discussion - All Forums]]></title>
		<link>//freevps.us/</link>
		<description><![CDATA[Free VPS Discussion - //freevps.us]]></description>
		<pubDate>Mon, 27 May 2013 02:54:11 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[A little help.]]></title>
			<link>//freevps.us/thread-9730.html</link>
			<pubDate>Mon, 27 May 2013 00:51:34 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9730.html</guid>
			<description><![CDATA[Suppose if i don't like my VPS which i have. Is there any way to replace it or change it or get a new one? and is it possible to own 2 VPS servers in the same time?]]></description>
			<content:encoded><![CDATA[Suppose if i don't like my VPS which i have. Is there any way to replace it or change it or get a new one? and is it possible to own 2 VPS servers in the same time?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hiya]]></title>
			<link>//freevps.us/thread-9729.html</link>
			<pubDate>Sun, 26 May 2013 21:34:14 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9729.html</guid>
			<description><![CDATA[I'm new to the whole forum and I'm wondering if anyone has any suggestions for me! :3]]></description>
			<content:encoded><![CDATA[I'm new to the whole forum and I'm wondering if anyone has any suggestions for me! :3]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[make proxy with VPS :)]]></title>
			<link>//freevps.us/thread-9728.html</link>
			<pubDate>Sun, 26 May 2013 21:19:30 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9728.html</guid>
			<description><![CDATA[use the following command to use ur vps as proxy ,, on centos OS<br />
<br />
<br />
yum update<br />
yum install squid<br />
vim /etc/squid/squid.conf<br />
<br />
the Edit the file <br />
<br />
Below written as http_port 3128 Just change with your comfort <img src="/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
and change "http_access deny all" To  "http_access allow all"  <br />
Last one is <br />
service squid start<br />
<br />
Enjoyyy <img src="images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></description>
			<content:encoded><![CDATA[use the following command to use ur vps as proxy ,, on centos OS<br />
<br />
<br />
yum update<br />
yum install squid<br />
vim /etc/squid/squid.conf<br />
<br />
the Edit the file <br />
<br />
Below written as http_port 3128 Just change with your comfort <img src="/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
and change "http_access deny all" To  "http_access allow all"  <br />
Last one is <br />
service squid start<br />
<br />
Enjoyyy <img src="images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Review my forum & signup.]]></title>
			<link>//freevps.us/thread-9727.html</link>
			<pubDate>Sun, 26 May 2013 19:39:20 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9727.html</guid>
			<description><![CDATA[Hi guys. This is my new forum: <a href="http://forum.radiclub.eu" target="_blank">http://forum.radiclub.eu</a> . Please signup, review and post. I need some evaluation.]]></description>
			<content:encoded><![CDATA[Hi guys. This is my new forum: <a href="http://forum.radiclub.eu" target="_blank">http://forum.radiclub.eu</a> . Please signup, review and post. I need some evaluation.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Install GNOME Desktop Environment on CentOS 6]]></title>
			<link>//freevps.us/thread-9725.html</link>
			<pubDate>Sun, 26 May 2013 16:40:57 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9725.html</guid>
			<description><![CDATA[<div style="text-align: center;"><span style="font-size: large;"><span style="text-decoration: underline;"><span style="font-weight: bold;">Install GNOME Desktop Environment on CentOS 6</span></span></span></div>
<br />
<br />
A really simple guide that will teach you how to turn on the GNOME Desktop Environment on a CentOS 6 VPS or dedicated server. <br />
<br />
Note: I have done that on a KVM VPS so I am not going to include how to install VNC or something like FreeNX.<br />
<br />
Lets start!<br />
<br />
<br />
Run the following commands to install the GNOME elements, tools and fonts:<br />
<pre class='unix'>
yum groupinstall -y 'X Window System'<br />
yum groupinstall -y 'Desktop'<br />
yum groupinstall -y fonts<br />
</pre>
<br />
Wait until it has downloaded and installed everything.<br />
<hr />
<br />
Now after everything is installed we will setup CentOS 6 so that it boots with the GUI.<br />
<br />
Open inittab with a text editor:<br />
<pre class='unix'>nano /etc/inittab</pre>
<br />
Change <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>id:3:initdefault:</code></div></div>
to<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>id:5:initdefault:</code></div></div>
<br />
Save the file with CTRL + X then Y and ENTER.<br />
<hr />
<br />
Reboot the VPS and connect to it via VNC to see the magic.<br />
<br />
<img src="http://i.imgur.com/KAKjt5C.png" border="0" alt="[Image: KAKjt5C.png]" />]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;"><span style="font-size: large;"><span style="text-decoration: underline;"><span style="font-weight: bold;">Install GNOME Desktop Environment on CentOS 6</span></span></span></div>
<br />
<br />
A really simple guide that will teach you how to turn on the GNOME Desktop Environment on a CentOS 6 VPS or dedicated server. <br />
<br />
Note: I have done that on a KVM VPS so I am not going to include how to install VNC or something like FreeNX.<br />
<br />
Lets start!<br />
<br />
<br />
Run the following commands to install the GNOME elements, tools and fonts:<br />
<pre class='unix'>
yum groupinstall -y 'X Window System'<br />
yum groupinstall -y 'Desktop'<br />
yum groupinstall -y fonts<br />
</pre>
<br />
Wait until it has downloaded and installed everything.<br />
<hr />
<br />
Now after everything is installed we will setup CentOS 6 so that it boots with the GUI.<br />
<br />
Open inittab with a text editor:<br />
<pre class='unix'>nano /etc/inittab</pre>
<br />
Change <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>id:3:initdefault:</code></div></div>
to<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>id:5:initdefault:</code></div></div>
<br />
Save the file with CTRL + X then Y and ENTER.<br />
<hr />
<br />
Reboot the VPS and connect to it via VNC to see the magic.<br />
<br />
<img src="http://i.imgur.com/KAKjt5C.png" border="0" alt="[Image: KAKjt5C.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fake User agents]]></title>
			<link>//freevps.us/thread-9724.html</link>
			<pubDate>Sun, 26 May 2013 14:34:44 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9724.html</guid>
			<description><![CDATA[How to detect fake user agents ? ex : when using some browser plugins like user agent switcher]]></description>
			<content:encoded><![CDATA[How to detect fake user agents ? ex : when using some browser plugins like user agent switcher]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Games Playable on Intel X4500 Graphics]]></title>
			<link>//freevps.us/thread-9723.html</link>
			<pubDate>Sun, 26 May 2013 14:34:04 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9723.html</guid>
			<description><![CDATA[Okay I have Intel onboard graphics, its GMA x4500<br />
<br />
Anyone know what games that could be played through it. I have 4gb ram also.]]></description>
			<content:encoded><![CDATA[Okay I have Intel onboard graphics, its GMA x4500<br />
<br />
Anyone know what games that could be played through it. I have 4gb ram also.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[unable connect to minecraft server on new vps25]]></title>
			<link>//freevps.us/thread-9720.html</link>
			<pubDate>Sun, 26 May 2013 08:25:58 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9720.html</guid>
			<description><![CDATA[hello somebody know how to connect to minecraft server?<br />
i have already install all in vps25 new service but when im logging in with my minecraft is say cant reach server?<br />
but in my old vps can reach ..<br />
why can be that?]]></description>
			<content:encoded><![CDATA[hello somebody know how to connect to minecraft server?<br />
i have already install all in vps25 new service but when im logging in with my minecraft is say cant reach server?<br />
but in my old vps can reach ..<br />
why can be that?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to partial the Drive In RDP]]></title>
			<link>//freevps.us/thread-9719.html</link>
			<pubDate>Sat, 25 May 2013 21:43:34 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9719.html</guid>
			<description><![CDATA[please tell me drive partial command in putty on centos 6 OS system .. and also want to know how to make VPN .. but for now .. please tell me .. drive partial]]></description>
			<content:encoded><![CDATA[please tell me drive partial command in putty on centos 6 OS system .. and also want to know how to make VPN .. but for now .. please tell me .. drive partial]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Is UC browser best?]]></title>
			<link>//freevps.us/thread-9718.html</link>
			<pubDate>Sat, 25 May 2013 21:40:02 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9718.html</guid>
			<description><![CDATA[i want to know that is UC browser best for laptop in win8 OS .. because i have problem with mozilla and chrome .. and offcourse explorer is also not so good .. please suggest me good browser <img src="/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[i want to know that is UC browser best for laptop in win8 OS .. because i have problem with mozilla and chrome .. and offcourse explorer is also not so good .. please suggest me good browser <img src="/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Any Indian VPS?]]></title>
			<link>//freevps.us/thread-9716.html</link>
			<pubDate>Sat, 25 May 2013 20:16:54 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9716.html</guid>
			<description><![CDATA[Sir i am so happy to be part of this site .. i just want to know that .. can you provide any Indian VPS for me .. because i use VPS for hosting site and VPN and their ping will help me out for fastest Run on web .. thanks  <img src="/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Sir i am so happy to be part of this site .. i just want to know that .. can you provide any Indian VPS for me .. because i use VPS for hosting site and VPN and their ping will help me out for fastest Run on web .. thanks  <img src="/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Samsung Galaxy S4 or HTC One ?]]></title>
			<link>//freevps.us/thread-9714.html</link>
			<pubDate>Sat, 25 May 2013 17:01:23 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9714.html</guid>
			<description><![CDATA[Hi Folks, <br />
<br />
This week or maybe the next week I will buy wither SAMSUNG Galaxy S4 ( Octa Core ) or HTC One ( International Ver )...<br />
<br />
so thought to open up a thread and ask users from here to give suggestions..<br />
<br />
For now I am thinking to buy S4 .. Please post your suggestion and poll with  why you supporting that device.. I mean cons and pros acc to you..<br />
<br />
Hope to get some valuable comments..]]></description>
			<content:encoded><![CDATA[Hi Folks, <br />
<br />
This week or maybe the next week I will buy wither SAMSUNG Galaxy S4 ( Octa Core ) or HTC One ( International Ver )...<br />
<br />
so thought to open up a thread and ask users from here to give suggestions..<br />
<br />
For now I am thinking to buy S4 .. Please post your suggestion and poll with  why you supporting that device.. I mean cons and pros acc to you..<br />
<br />
Hope to get some valuable comments..]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[new samp Custiom interior [3]]]></title>
			<link>//freevps.us/thread-9712.html</link>
			<pubDate>Sat, 25 May 2013 15:24:30 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9712.html</guid>
			<description><![CDATA[New samp Custom int for freevps.us<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2911,302.48361206,300.01937866,998.14843750,0.00000000,&#8203;0.00000000,180.00000000, 6332); //object(kmb_petroldoor) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1502,310.19781494,312.12948608,1002.30468750,0.00000000&#8203;,0.00000000,180.00000000, 6332); //object(gen_doorint04) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1502,299.47805786,312.08520508,998.14843750,0.00000000,&#8203;0.00000000,0.00000000, 6332); //object(gen_doorint04) (3)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,309.42239380,302.49618530,1001.90069580,0.00000000&#8203;,0.00000000,270.00000000, 6332); //object(shop_counter_3b) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,309.42593384,301.80218506,1001.89007568,0.00000000&#8203;,0.00000000,270.00000000, 6332); //object(shop_counter_3b) (2)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,308.30554199,301.43713379,1001.89007568,0.00000000&#8203;,0.00000000,90.00000000, 6332); //object(shop_counter_3b) (3)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,308.30743408,300.76220703,1001.89007568,0.00000000&#8203;,0.00000000,90.00000000, 6332); //object(shop_counter_3b) (4)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,308.49914551,301.43981934,1001.89007568,0.00000000&#8203;,0.00000000,90.00000000, 6332); //object(shop_counter_3b) (5)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,308.59844971,300.76232910,1001.89007568,0.00000000&#8203;,0.00000000,90.00000000, 6332); //object(shop_counter_3b) (6)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2762,301.78674316,309.95480347,1002.70989990,0.00000000&#8203;,0.00000000,0.00000000, 6332); //object(cj_chick_table) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1810,301.49435425,310.94668579,1002.30468750,0.00000000&#8203;,0.00000000,33.87991333, 6332); //object(cj_foldchair) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1810,302.53018188,310.82049561,1002.30468750,0.00000000&#8203;,0.00000000,6.08648682, 6332); //object(cj_foldchair) (2)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1810,302.02404785,309.31860352,1002.30468750,0.00000000&#8203;,0.00000000,163.66662598, 6332); //object(cj_foldchair) (3)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1810,300.98770142,309.18374634,1002.30468750,0.00000000&#8203;,0.00000000,181.52819824, 6332); //object(cj_foldchair) (4)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2964,303.25778198,308.66085815,998.14843750,0.00000000,&#8203;0.00000000,180.00000000, 6332); //object(k_pooltablesm) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1502,303.46566772,304.24594116,998.14843750,0.00000000,&#8203;0.00000000,270.00000000, 6332); //object(gen_doorint04) (4)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,304.41510010,304.21627808,999.14080811,0.00000000,&#8203;0.00000000,180.00000000, 6332); //object(oldwoodpanel) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,306.15512085,304.21694946,999.14080811,0.00000000,&#8203;0.00000000,179.99450684, 6332); //object(oldwoodpanel) (2)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,303.45605469,301.74670410,999.14080811,0.00000000,&#8203;0.00000000,270.00000000, 6332); //object(oldwoodpanel) (3)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,303.45822144,300.01272583,999.14080811,0.00000000,&#8203;0.00000000,270.00000000, 6332); //object(oldwoodpanel) (4)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,303.46154785,300.01196289,1000.29125977,0.00000000&#8203;,0.00000000,270.00000000, 6332); //object(oldwoodpanel) (5)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,303.45782471,301.74572754,1000.27886963,0.00000000&#8203;,0.00000000,270.00000000, 6332); //object(oldwoodpanel) (6)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,304.41564941,304.21228027,1000.17620850,0.00000000&#8203;,0.00000000,179.99450684, 6332); //object(oldwoodpanel) (7)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,306.15454102,304.21502686,1000.17443848,0.00000000&#8203;,0.00000000,179.99450684, 6332); //object(oldwoodpanel) (8)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,303.46386719,303.27053833,1001.64172363,0.00000000&#8203;,0.00000000,270.00000000, 6332); //object(oldwoodpanel) (9)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2525,305.76391602,300.55685425,998.14843750,0.00000000,&#8203;0.00000000,180.00000000, 6332); //object(cj_toilet4) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2518,305.75128174,302.93148804,998.14843750,0.00000000,&#8203;0.00000000,270.00000000, 6332); //object(cj_b_sink2) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(14882,312.09722900,304.75280762,996.60375977,0.00000000&#8203;,0.00000000,89.53576660, 6332); //object(barb-pipes) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2614,303.14126587,311.96459961,1001.06793213,0.00000000&#8203;,0.00000000,0.00000000, 6332); //object(cj_us_flag) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2047,311.41467285,306.02136230,1007.22326660,0.00000000&#8203;,0.00000000,270.02209473, 6332); //object(cj_flag1) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1665,303.00350952,305.67941284,1003.61096191,0.00000000&#8203;,0.00000000,0.00000000, 6332); //object(propashtray1) (1)</code></div></div>
[/quote] <br />
i will try to upload the photos as soon as i can]]></description>
			<content:encoded><![CDATA[New samp Custom int for freevps.us<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2911,302.48361206,300.01937866,998.14843750,0.00000000,&#8203;0.00000000,180.00000000, 6332); //object(kmb_petroldoor) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1502,310.19781494,312.12948608,1002.30468750,0.00000000&#8203;,0.00000000,180.00000000, 6332); //object(gen_doorint04) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1502,299.47805786,312.08520508,998.14843750,0.00000000,&#8203;0.00000000,0.00000000, 6332); //object(gen_doorint04) (3)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,309.42239380,302.49618530,1001.90069580,0.00000000&#8203;,0.00000000,270.00000000, 6332); //object(shop_counter_3b) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,309.42593384,301.80218506,1001.89007568,0.00000000&#8203;,0.00000000,270.00000000, 6332); //object(shop_counter_3b) (2)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,308.30554199,301.43713379,1001.89007568,0.00000000&#8203;,0.00000000,90.00000000, 6332); //object(shop_counter_3b) (3)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,308.30743408,300.76220703,1001.89007568,0.00000000&#8203;,0.00000000,90.00000000, 6332); //object(shop_counter_3b) (4)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,308.49914551,301.43981934,1001.89007568,0.00000000&#8203;,0.00000000,90.00000000, 6332); //object(shop_counter_3b) (5)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2414,308.59844971,300.76232910,1001.89007568,0.00000000&#8203;,0.00000000,90.00000000, 6332); //object(shop_counter_3b) (6)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2762,301.78674316,309.95480347,1002.70989990,0.00000000&#8203;,0.00000000,0.00000000, 6332); //object(cj_chick_table) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1810,301.49435425,310.94668579,1002.30468750,0.00000000&#8203;,0.00000000,33.87991333, 6332); //object(cj_foldchair) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1810,302.53018188,310.82049561,1002.30468750,0.00000000&#8203;,0.00000000,6.08648682, 6332); //object(cj_foldchair) (2)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1810,302.02404785,309.31860352,1002.30468750,0.00000000&#8203;,0.00000000,163.66662598, 6332); //object(cj_foldchair) (3)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1810,300.98770142,309.18374634,1002.30468750,0.00000000&#8203;,0.00000000,181.52819824, 6332); //object(cj_foldchair) (4)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2964,303.25778198,308.66085815,998.14843750,0.00000000,&#8203;0.00000000,180.00000000, 6332); //object(k_pooltablesm) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1502,303.46566772,304.24594116,998.14843750,0.00000000,&#8203;0.00000000,270.00000000, 6332); //object(gen_doorint04) (4)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,304.41510010,304.21627808,999.14080811,0.00000000,&#8203;0.00000000,180.00000000, 6332); //object(oldwoodpanel) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,306.15512085,304.21694946,999.14080811,0.00000000,&#8203;0.00000000,179.99450684, 6332); //object(oldwoodpanel) (2)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,303.45605469,301.74670410,999.14080811,0.00000000,&#8203;0.00000000,270.00000000, 6332); //object(oldwoodpanel) (3)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,303.45822144,300.01272583,999.14080811,0.00000000,&#8203;0.00000000,270.00000000, 6332); //object(oldwoodpanel) (4)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,303.46154785,300.01196289,1000.29125977,0.00000000&#8203;,0.00000000,270.00000000, 6332); //object(oldwoodpanel) (5)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,303.45782471,301.74572754,1000.27886963,0.00000000&#8203;,0.00000000,270.00000000, 6332); //object(oldwoodpanel) (6)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,304.41564941,304.21228027,1000.17620850,0.00000000&#8203;,0.00000000,179.99450684, 6332); //object(oldwoodpanel) (7)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,306.15454102,304.21502686,1000.17443848,0.00000000&#8203;,0.00000000,179.99450684, 6332); //object(oldwoodpanel) (8)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(3260,303.46386719,303.27053833,1001.64172363,0.00000000&#8203;,0.00000000,270.00000000, 6332); //object(oldwoodpanel) (9)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2525,305.76391602,300.55685425,998.14843750,0.00000000,&#8203;0.00000000,180.00000000, 6332); //object(cj_toilet4) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2518,305.75128174,302.93148804,998.14843750,0.00000000,&#8203;0.00000000,270.00000000, 6332); //object(cj_b_sink2) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(14882,312.09722900,304.75280762,996.60375977,0.00000000&#8203;,0.00000000,89.53576660, 6332); //object(barb-pipes) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2614,303.14126587,311.96459961,1001.06793213,0.00000000&#8203;,0.00000000,0.00000000, 6332); //object(cj_us_flag) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(2047,311.41467285,306.02136230,1007.22326660,0.00000000&#8203;,0.00000000,270.02209473, 6332); //object(cj_flag1) (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;CreateDynamicObject(1665,303.00350952,305.67941284,1003.61096191,0.00000000&#8203;,0.00000000,0.00000000, 6332); //object(propashtray1) (1)</code></div></div>
[/quote] <br />
i will try to upload the photos as soon as i can]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How "big" is the image as background]]></title>
			<link>//freevps.us/thread-9711.html</link>
			<pubDate>Sat, 25 May 2013 13:10:35 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9711.html</guid>
			<description><![CDATA[I found a good picture on my computer, now I want to compress it. But as you know, to do this will make image lose more quality. I can't keep image in web size.]]></description>
			<content:encoded><![CDATA[I found a good picture on my computer, now I want to compress it. But as you know, to do this will make image lose more quality. I can't keep image in web size.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VPS Sponsor Needed]]></title>
			<link>//freevps.us/thread-9710.html</link>
			<pubDate>Sat, 25 May 2013 12:30:04 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9710.html</guid>
			<description><![CDATA[Hi, I'm ms01dos from Malaysia<br />
I recently wanted to play minecraft with my friends. So they want me to create the server. <br />
But I didn't have the money to get the server. <br />
Can I ask for a sponsorship of server with the specs:<br />
1 ghz processor or more<br />
256 mb of RAM or more<br />
15 GB of Storage or more<br />
60 mbps connection with at least 5gb of quota<br />
24/7 server ( Periodic maintenance is ok)<br />
<br />
If you can sponsor me the server I will put your banner on my site <br />
<br />
Thank you!]]></description>
			<content:encoded><![CDATA[Hi, I'm ms01dos from Malaysia<br />
I recently wanted to play minecraft with my friends. So they want me to create the server. <br />
But I didn't have the money to get the server. <br />
Can I ask for a sponsorship of server with the specs:<br />
1 ghz processor or more<br />
256 mb of RAM or more<br />
15 GB of Storage or more<br />
60 mbps connection with at least 5gb of quota<br />
24/7 server ( Periodic maintenance is ok)<br />
<br />
If you can sponsor me the server I will put your banner on my site <br />
<br />
Thank you!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[My Rant]]></title>
			<link>//freevps.us/thread-9709.html</link>
			<pubDate>Sat, 25 May 2013 11:53:38 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9709.html</guid>
			<description><![CDATA[Hi, my name is David, and I'm really peeved off, so I decided to write a mini-rant. It really has nothing to do with this site, or anything related to this site, so I'm putting this in the Spam section, because ranting lets me blow off steam. So here we go.<br />
<br />
<br />
So 11 o'clock rolls around, and I'm all like "Aight, let's get this stuff done." 11:02 hits, and Greg (one of the managers) is all like "David, I have a project for you." I'm like "Aight, cool."<br />
<br />
Long story short, we had two call-offs - one in my department, and one in the meat department. So who ends up having to clean the meat department and the floors throughout the ENTIRE STORE? Me and one other person.<br />
<br />
Now here's the thing.. For one, neither one of us were trained in how to properly clean the meat department - I was supposed to be trained on Sunday. And here's another thing - Both things are 6 hour jobs. Ace, the regular meat dept. cleaner takes 6 hours to clean it alone, and he knows what the hell he's doing. So we get done that at 4, and we only have an hour to clean the ENTIRE FLOOR. 5 o'clock rolls around, when we were supposed to be off, and we're not done. So we stay an extra hour (which isn't really allowed, but hey, you gotta do what you gotta do) and rush through the rest of the floor.<br />
<br />
So now here it is, almost 7 o'clock, and I've got to be up at 10. So I figured why bother sleeping. And here's the nasty part - no time to sleep right now, and probably not much for a nap later - and I have to work again tonight at 11. <br />
<br />
So 2 shifts with no sleep - should be fun, right?<br />
<br />
Apologies for the rant, but I'm kinda peeved off. If you've made it this far, you deserve a treat. So here, have a waffle. (&gt;^.^)&gt;#<br />
<br />
..<br />
..<br />
<br />
Of if you prefer, you can have a cookie. @&lt;(^.^&lt;)]]></description>
			<content:encoded><![CDATA[Hi, my name is David, and I'm really peeved off, so I decided to write a mini-rant. It really has nothing to do with this site, or anything related to this site, so I'm putting this in the Spam section, because ranting lets me blow off steam. So here we go.<br />
<br />
<br />
So 11 o'clock rolls around, and I'm all like "Aight, let's get this stuff done." 11:02 hits, and Greg (one of the managers) is all like "David, I have a project for you." I'm like "Aight, cool."<br />
<br />
Long story short, we had two call-offs - one in my department, and one in the meat department. So who ends up having to clean the meat department and the floors throughout the ENTIRE STORE? Me and one other person.<br />
<br />
Now here's the thing.. For one, neither one of us were trained in how to properly clean the meat department - I was supposed to be trained on Sunday. And here's another thing - Both things are 6 hour jobs. Ace, the regular meat dept. cleaner takes 6 hours to clean it alone, and he knows what the hell he's doing. So we get done that at 4, and we only have an hour to clean the ENTIRE FLOOR. 5 o'clock rolls around, when we were supposed to be off, and we're not done. So we stay an extra hour (which isn't really allowed, but hey, you gotta do what you gotta do) and rush through the rest of the floor.<br />
<br />
So now here it is, almost 7 o'clock, and I've got to be up at 10. So I figured why bother sleeping. And here's the nasty part - no time to sleep right now, and probably not much for a nap later - and I have to work again tonight at 11. <br />
<br />
So 2 shifts with no sleep - should be fun, right?<br />
<br />
Apologies for the rant, but I'm kinda peeved off. If you've made it this far, you deserve a treat. So here, have a waffle. (&gt;^.^)&gt;#<br />
<br />
..<br />
..<br />
<br />
Of if you prefer, you can have a cookie. @&lt;(^.^&lt;)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VPS 384MB $30/year Special [Cloud Shards]]]></title>
			<link>//freevps.us/thread-9708.html</link>
			<pubDate>Sat, 25 May 2013 10:36:45 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9708.html</guid>
			<description><![CDATA[<a href="http://www.cloudshards.com" target="_blank">Cloud Shards</a> budget VPS offer. We are here to provide an end to end solution to customers. Our aim is to lift the infrastructure burden from your shoulders.<br />
<br />
As an upgrade to our previous offer, we're now offering the 384MB VPS plan instead of 256MB VPS plan for &#36;30/year. Currently only NY is available. Our other locations will be added shortly, but currently out of stock.<br />
<br />
If you need a custom plan or volume discounts, <a href="https://www.cloudshards.com/submitticket.php?step=2&amp;deptid=2" target="_blank">contact us</a>.<br />
<br />
All nodes run on the latest E3s, Hardware RAID10 with BBU and Gigabit Ports.<br />
<br />
Locations: <br />
Colocrossing - Buffalo, New York USA.<br />
<br />
OpenVZ 384MB &#36;30USD/year<br />
- 1 CPU<br />
- 384MB RAM / 384MB VSwap<br />
- 25GB RAID10 HDD<br />
- 550GB Traffic @ Gigabit Port<br />
- 1 IPv4 Address<br />
- 99.9% Uptime SLA<br />
<a href="https://www.cloudshards.com/cart.php?a=add&amp;pid=95" target="_blank">Buffalo New York - ORDER NOW</a><br />
<br />
Other plans available <a href="http://www.cloudshards.com/budgetvpshosting.php" target="_blank">here</a>.<br />
<br />
Quarterly Payment - 2.5% OFF<br />
Semi-Annual Payment - 5% OFF<br />
Annual Payment - 10% OFF<br />
<br />
Extra IP is &#36;1.50USD/month.<br />
Extra Bandwidth is &#36;2.5/50GB/month.<br />
Extra HDD is &#36;2.5/5GB/month.<br />
<br />
Common templates on order, such as Debian, CentOS and Ubuntu. SolusVM has more templates if required.<br />
<br />
Instant setup. We accept PayPal and Payza.<br />
<br />
We offer a 7 day refund policy. No questions asked.<br />
<br />
Looking Glass / Test IP/ Test Download :<br />
Buffalo, New York - <a href="http://ny.lg.cloudshards.net/" target="_blank">http://ny.lg.cloudshards.net/</a><br />
<br />
Also check out our <a href="https://www.cloudshards.com/jirahosting.php" target="_blank">JIRA Hosting</a>, <a href="https://www.cloudshards.com/confluencehosting.php" target="_blank">Confluence Hosting</a>,  <a href="http://www.cloudshards.com/standardvpshosting.php" target="_blank">premium ssd cache vps plans</a>, <a href="http://www.cloudshards.com/budgetvpshosting.php" target="_blank">budget vps plans</a>, <a href="http://www.cloudshards.com/resellerhosting.php" target="_blank">reseller hosting plans</a>, <a href="http://www.cloudshards.com/sharedhosting.php" target="_blank">shared hosting plans</a> and <a href="http://www.cloudshards.com/ssl.php" target="_blank">premium ssl certificates</a>.]]></description>
			<content:encoded><![CDATA[<a href="http://www.cloudshards.com" target="_blank">Cloud Shards</a> budget VPS offer. We are here to provide an end to end solution to customers. Our aim is to lift the infrastructure burden from your shoulders.<br />
<br />
As an upgrade to our previous offer, we're now offering the 384MB VPS plan instead of 256MB VPS plan for &#36;30/year. Currently only NY is available. Our other locations will be added shortly, but currently out of stock.<br />
<br />
If you need a custom plan or volume discounts, <a href="https://www.cloudshards.com/submitticket.php?step=2&amp;deptid=2" target="_blank">contact us</a>.<br />
<br />
All nodes run on the latest E3s, Hardware RAID10 with BBU and Gigabit Ports.<br />
<br />
Locations: <br />
Colocrossing - Buffalo, New York USA.<br />
<br />
OpenVZ 384MB &#36;30USD/year<br />
- 1 CPU<br />
- 384MB RAM / 384MB VSwap<br />
- 25GB RAID10 HDD<br />
- 550GB Traffic @ Gigabit Port<br />
- 1 IPv4 Address<br />
- 99.9% Uptime SLA<br />
<a href="https://www.cloudshards.com/cart.php?a=add&amp;pid=95" target="_blank">Buffalo New York - ORDER NOW</a><br />
<br />
Other plans available <a href="http://www.cloudshards.com/budgetvpshosting.php" target="_blank">here</a>.<br />
<br />
Quarterly Payment - 2.5% OFF<br />
Semi-Annual Payment - 5% OFF<br />
Annual Payment - 10% OFF<br />
<br />
Extra IP is &#36;1.50USD/month.<br />
Extra Bandwidth is &#36;2.5/50GB/month.<br />
Extra HDD is &#36;2.5/5GB/month.<br />
<br />
Common templates on order, such as Debian, CentOS and Ubuntu. SolusVM has more templates if required.<br />
<br />
Instant setup. We accept PayPal and Payza.<br />
<br />
We offer a 7 day refund policy. No questions asked.<br />
<br />
Looking Glass / Test IP/ Test Download :<br />
Buffalo, New York - <a href="http://ny.lg.cloudshards.net/" target="_blank">http://ny.lg.cloudshards.net/</a><br />
<br />
Also check out our <a href="https://www.cloudshards.com/jirahosting.php" target="_blank">JIRA Hosting</a>, <a href="https://www.cloudshards.com/confluencehosting.php" target="_blank">Confluence Hosting</a>,  <a href="http://www.cloudshards.com/standardvpshosting.php" target="_blank">premium ssd cache vps plans</a>, <a href="http://www.cloudshards.com/budgetvpshosting.php" target="_blank">budget vps plans</a>, <a href="http://www.cloudshards.com/resellerhosting.php" target="_blank">reseller hosting plans</a>, <a href="http://www.cloudshards.com/sharedhosting.php" target="_blank">shared hosting plans</a> and <a href="http://www.cloudshards.com/ssl.php" target="_blank">premium ssl certificates</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Do you have used Froxlor as CPanel]]></title>
			<link>//freevps.us/thread-9706.html</link>
			<pubDate>Sat, 25 May 2013 07:26:06 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9706.html</guid>
			<description><![CDATA[I've started to use Froxlor as CP for my web server.Any one of you used and still use for their hosts.Give some feedback and your experience with its.]]></description>
			<content:encoded><![CDATA[I've started to use Froxlor as CP for my web server.Any one of you used and still use for their hosts.Give some feedback and your experience with its.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Install Kangle on Windows]]></title>
			<link>//freevps.us/thread-9705.html</link>
			<pubDate>Sat, 25 May 2013 05:22:33 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9705.html</guid>
			<description><![CDATA[Do you remember that I've posted a tutorial about <a href="http://freevps.us/thread-8251.html" target="_blank">installing Kangle on Unix/Linux</a>. Someone asked me for tutorial about install it on Windows, now I posted it here.<br />
<br />
First, download the msi of Kangle, you can get it from SourceForge:<br />
<a href="http://sourceforge.net/projects/kangle/files/3.2/" target="_blank">http://sourceforge.net/projects/kangle/files/3.2/</a><br />
<br />
Open it, you just need to click Next several times. And then click Close.<br />
<br />
Now we're installed Kangle. So what should we do next? Launch it! It has three ways to do. <br />
1. Go to Kangle folder, double click kangle.exe.<br />
2. Use cmd:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>net start kangle</code></div></div>
3. Go to Control Panel - System and Security - Administrative Tools - Service, find a item called kangle, click Start.<br />
<br />
Let's go to Kangle Control Panel (http://ip:3311), default admin user is admin, password is kangle.<br />
<br />
Enjoy it!<br />
<br />
<span style="font-size: large;"><span style="font-weight: bold;">PHP</span></span><br />
Download their install pack, and install it:<br />
<a href="http://www.kanglesoft.com/download/misc/kangle-php-5.4.12.exe" target="_blank">5.4.12(Not included Zend)</a><br />
<a href="http://www.kanglesoft.com/download/misc/kangle-php-5.3.22.exe" target="_blank">5.3.22</a><a href="http://www.kanglesoft.com/download/misc/kangle-php-5.2.17.exe" target="_blank"><br />
5.2.17</a><br />
<br />
By the way, I want to create a English site about Kangle, is there anyone else can help me?]]></description>
			<content:encoded><![CDATA[Do you remember that I've posted a tutorial about <a href="http://freevps.us/thread-8251.html" target="_blank">installing Kangle on Unix/Linux</a>. Someone asked me for tutorial about install it on Windows, now I posted it here.<br />
<br />
First, download the msi of Kangle, you can get it from SourceForge:<br />
<a href="http://sourceforge.net/projects/kangle/files/3.2/" target="_blank">http://sourceforge.net/projects/kangle/files/3.2/</a><br />
<br />
Open it, you just need to click Next several times. And then click Close.<br />
<br />
Now we're installed Kangle. So what should we do next? Launch it! It has three ways to do. <br />
1. Go to Kangle folder, double click kangle.exe.<br />
2. Use cmd:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>net start kangle</code></div></div>
3. Go to Control Panel - System and Security - Administrative Tools - Service, find a item called kangle, click Start.<br />
<br />
Let's go to Kangle Control Panel (http://ip:3311), default admin user is admin, password is kangle.<br />
<br />
Enjoy it!<br />
<br />
<span style="font-size: large;"><span style="font-weight: bold;">PHP</span></span><br />
Download their install pack, and install it:<br />
<a href="http://www.kanglesoft.com/download/misc/kangle-php-5.4.12.exe" target="_blank">5.4.12(Not included Zend)</a><br />
<a href="http://www.kanglesoft.com/download/misc/kangle-php-5.3.22.exe" target="_blank">5.3.22</a><a href="http://www.kanglesoft.com/download/misc/kangle-php-5.2.17.exe" target="_blank"><br />
5.2.17</a><br />
<br />
By the way, I want to create a English site about Kangle, is there anyone else can help me?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Find photos]]></title>
			<link>//freevps.us/thread-9704.html</link>
			<pubDate>Sat, 25 May 2013 05:02:55 +0000</pubDate>
			<guid isPermaLink="false">//freevps.us/thread-9704.html</guid>
			<description><![CDATA[I have no money, so I want to make. Hmm..... I want to go to Themeforest to sell templates. <br />
I need some pictures, but I'm afraid that I break copyright. Oh, where can find free photo? I've ever searched forum, I haven't found the answer I want.]]></description>
			<content:encoded><![CDATA[I have no money, so I want to make. Hmm..... I want to go to Themeforest to sell templates. <br />
I need some pictures, but I'm afraid that I break copyright. Oh, where can find free photo? I've ever searched forum, I haven't found the answer I want.]]></content:encoded>
		</item>
	</channel>
</rss>