<?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[Post4VPS Forum | Free VPS Provider - Web Design & Projects]]></title>
		<link>https://post4vps.com/</link>
		<description><![CDATA[Post4VPS Forum | Free VPS Provider - https://post4vps.com]]></description>
		<pubDate>Wed, 06 May 2026 12:46:58 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[A Minimalist Free Web Hosting Success Story!]]></title>
			<link>https://post4vps.com/Thread-A-Minimalist-Free-Web-Hosting-Success-Story</link>
			<pubDate>Sun, 09 May 2021 17:12:52 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=917">deanhills</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-A-Minimalist-Free-Web-Hosting-Success-Story</guid>
			<description><![CDATA[This discussion is a tribute to <dvz_me_placeholder id="0" /> who was successful in installing an above average quality minimalist free hosting service to members of gigarocket.net.  Gigarocket.net stopped providing hosting to its members in December of last year.  So fitkoh came up with his own minimalist solution.  For me it was brilliant in its simplicity.  During the development of his project I had plenty of correspondence from him that I feel needs to be documented here.  Just in case someone else wants to try something similar.  He was basically using three small VPSs from RackNerd (he won these in a competition) with a free dot.design domain.  <br />
<br />
Fitkoh invited me during December to be a "guinea pig" and I'm so glad I participated as presently my CyberPanel User Account with him is the fastest and most efficient hosting account I have.  Now that I've created my own CyberPanel installation I understand how expert an Admin Fitkoh must be as every detail in his setup is excellent.  To get all three of the micro VPSs to talk expertly to one another and to increase instead of decrease speed and performance is an art bar none.  <img src="https://post4vps.com/images/emoji/cool.png" alt="Cool" title="Cool" class="smilie smilie_3" /><br />
<br />
<blockquote class="mycode_quote"><cite>fitkoh Wrote:</cite>My goal when I began this project was to create a shared hosting alternative to gigarocket that was comparable in quality, without the significant cost/overhead. To me, the best thing about it is it's 100% free. The domain was from a free porkbun promo. The vps from racknerd giveaway. The software is FOSS. And yet, in spite of the zero cost associated with it, it's remarkably high quality, simple, easy to use. Perfect? Not by a long shot. Will it ever be able to grow to the size of gigarocket? Doubtful. Yet it's doing exactly what I planned for it to do: high quality free shared hosting.</blockquote><br />
<blockquote class="mycode_quote"><cite>fitkoh Wrote:</cite>These aren't high spec vps with multi-core dedicated cpu and tons of disk space, so I was trying to figure out a way to increase the scope of the shared hosting potential without exceeding the boundaries. Seeing that cyberpanel does remote database, I thought that if I split the services, I could potentially double the scope... and WOW I was stunned. The speed that wordpress moved on the backend was really something. Like when loading plugins/themes they just pop right up. I thought that using a remote database was going to make the service slower, due to the latency between the web server and db server. I was very happy to be wrong on this occasion. That was when I looked and saw that both of the vps are on the same node. The ping time between the db and web server is ~.3ms, or .0003 seconds. That's why it's so fast. Usually wordpress hits a bottleneck when loading from the database, but with the db having its own cpu, and not responsible for doing anything else (unless I happen to be logged into webmin), it can really look up and serve those records incredibly fast - faster than the web server can with everything else it's trying to do.</blockquote><br />
<blockquote class="mycode_quote"><cite>Fitkoh Wrote:</cite>The only real ceiling is the size of the server. These are micro vps instances. They're built on solid hardware (Ryzen 9 cpu, NVME disk, ECC DDR4 RAM) but still small. Each vps has only 15gb of disk which is the main limitation to what you can do with it.<br />
<br />
The database is tricky. Because it's a remote database, cyberpanel doesn't manage it or warn me when disk is approaching package limits like it will for user files, so it will take careful monitoring to maintain its health.<br />
<br />
The service is distributed between 3 vps.<br />
<br />
s0 runs OpenLightSpeed WebServer + cyberpanel<br />
s1 runs mariaDB + webmin<br />
s2 (still in development) has OLSWS + cyberpanel with local db, and to be used to run the landing site for the service.</blockquote>]]></description>
			<content:encoded><![CDATA[This discussion is a tribute to <dvz_me_placeholder id="0" /> who was successful in installing an above average quality minimalist free hosting service to members of gigarocket.net.  Gigarocket.net stopped providing hosting to its members in December of last year.  So fitkoh came up with his own minimalist solution.  For me it was brilliant in its simplicity.  During the development of his project I had plenty of correspondence from him that I feel needs to be documented here.  Just in case someone else wants to try something similar.  He was basically using three small VPSs from RackNerd (he won these in a competition) with a free dot.design domain.  <br />
<br />
Fitkoh invited me during December to be a "guinea pig" and I'm so glad I participated as presently my CyberPanel User Account with him is the fastest and most efficient hosting account I have.  Now that I've created my own CyberPanel installation I understand how expert an Admin Fitkoh must be as every detail in his setup is excellent.  To get all three of the micro VPSs to talk expertly to one another and to increase instead of decrease speed and performance is an art bar none.  <img src="https://post4vps.com/images/emoji/cool.png" alt="Cool" title="Cool" class="smilie smilie_3" /><br />
<br />
<blockquote class="mycode_quote"><cite>fitkoh Wrote:</cite>My goal when I began this project was to create a shared hosting alternative to gigarocket that was comparable in quality, without the significant cost/overhead. To me, the best thing about it is it's 100% free. The domain was from a free porkbun promo. The vps from racknerd giveaway. The software is FOSS. And yet, in spite of the zero cost associated with it, it's remarkably high quality, simple, easy to use. Perfect? Not by a long shot. Will it ever be able to grow to the size of gigarocket? Doubtful. Yet it's doing exactly what I planned for it to do: high quality free shared hosting.</blockquote><br />
<blockquote class="mycode_quote"><cite>fitkoh Wrote:</cite>These aren't high spec vps with multi-core dedicated cpu and tons of disk space, so I was trying to figure out a way to increase the scope of the shared hosting potential without exceeding the boundaries. Seeing that cyberpanel does remote database, I thought that if I split the services, I could potentially double the scope... and WOW I was stunned. The speed that wordpress moved on the backend was really something. Like when loading plugins/themes they just pop right up. I thought that using a remote database was going to make the service slower, due to the latency between the web server and db server. I was very happy to be wrong on this occasion. That was when I looked and saw that both of the vps are on the same node. The ping time between the db and web server is ~.3ms, or .0003 seconds. That's why it's so fast. Usually wordpress hits a bottleneck when loading from the database, but with the db having its own cpu, and not responsible for doing anything else (unless I happen to be logged into webmin), it can really look up and serve those records incredibly fast - faster than the web server can with everything else it's trying to do.</blockquote><br />
<blockquote class="mycode_quote"><cite>Fitkoh Wrote:</cite>The only real ceiling is the size of the server. These are micro vps instances. They're built on solid hardware (Ryzen 9 cpu, NVME disk, ECC DDR4 RAM) but still small. Each vps has only 15gb of disk which is the main limitation to what you can do with it.<br />
<br />
The database is tricky. Because it's a remote database, cyberpanel doesn't manage it or warn me when disk is approaching package limits like it will for user files, so it will take careful monitoring to maintain its health.<br />
<br />
The service is distributed between 3 vps.<br />
<br />
s0 runs OpenLightSpeed WebServer + cyberpanel<br />
s1 runs mariaDB + webmin<br />
s2 (still in development) has OLSWS + cyberpanel with local db, and to be used to run the landing site for the service.</blockquote>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Freenom DNS works for me!]]></title>
			<link>https://post4vps.com/Thread-Freenom-DNS-works-for-me</link>
			<pubDate>Fri, 07 May 2021 23:44:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=917">deanhills</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Freenom-DNS-works-for-me</guid>
			<description><![CDATA[I have a few Freenom free domains and during the last week when I had to move five Websites and change DNS, Freenom DNS propagated faster than Namecheap.  Namecheap offers more in that one can create one's own Name Servers with one's domain.  But with Freenom its DNS is great.  I chose to use Freenom's DNS instead of Vesta CP by creating an A Record in the Freenom Panel.  That went effortless and propagated almost immediately.<br />
<br />
Freenom domains these days are not as easy to get as before though.  Something to do with how they scrutinize and compare your user details with the info in the application.  And it usually happens right at the end of the application process, annoyingly so.  But it's still possible to get a domain if you try, try and try again.  Just make sure however that you don't use the Freenom free domain for sites that get a lot of traffic, as I've heard bad stories about Freenom making the domain disappear.  My Freenom domains are mostly used with low-profile personal blogs.  I've lost the odd Freenom domain over the years due to my own fault, as one can only renew the site 2 weeks before the expiry date and not earlier.  And I have forgotten from time to time to renew it on time.  In most cases however I've been able to get the domain back.]]></description>
			<content:encoded><![CDATA[I have a few Freenom free domains and during the last week when I had to move five Websites and change DNS, Freenom DNS propagated faster than Namecheap.  Namecheap offers more in that one can create one's own Name Servers with one's domain.  But with Freenom its DNS is great.  I chose to use Freenom's DNS instead of Vesta CP by creating an A Record in the Freenom Panel.  That went effortless and propagated almost immediately.<br />
<br />
Freenom domains these days are not as easy to get as before though.  Something to do with how they scrutinize and compare your user details with the info in the application.  And it usually happens right at the end of the application process, annoyingly so.  But it's still possible to get a domain if you try, try and try again.  Just make sure however that you don't use the Freenom free domain for sites that get a lot of traffic, as I've heard bad stories about Freenom making the domain disappear.  My Freenom domains are mostly used with low-profile personal blogs.  I've lost the odd Freenom domain over the years due to my own fault, as one can only renew the site 2 weeks before the expiry date and not earlier.  And I have forgotten from time to time to renew it on time.  In most cases however I've been able to get the domain back.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[TBDC iOS App]]></title>
			<link>https://post4vps.com/Thread-TBDC-iOS-App</link>
			<pubDate>Thu, 18 Feb 2021 02:19:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=2077">tbelldesignco</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-TBDC-iOS-App</guid>
			<description><![CDATA[Hello All!<br />
<br />
So over the past week I have been working on an app for my business and I finally have it to a point where I can show off the interface mockups. With this project, I really wanted to create a project that showed off my ability with UI/UX design, so I could better market this set of my skillset. This project started off as wireframes and has now progressed to this point of mockups using Adobe <img src="https://post4vps.com/images/emoji/XD.png" alt="XD" title="XD" class="smilie smilie_32" /> Prior to moving this project to Xcode to begin taking this from design to SwiftUI.<br />
<br />
The goal of this project is integrate the app into my website powered by Wordpress, where using RestAPI, GraphQL and other technologies to integrate posts, user accounts, eCommerce and remote notifications. As this project progresses, I hope to start a fork to integrate TBCMS into this app where when my CMS is completed I can use that system to continue to power and feed data into my app. I would love to hear feedback on this UI design, I tried to use elements from my current web design, so hopefully there is continuity and things translate!<br />
<br />
<img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/33d16d3d-9861-4b8a-8836-6049dfdb1a6f/deeec7i-81d26f25-6676-4bbd-aeeb-33d998cd19de.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvMzNkMTZkM2QtOTg2MS00YjhhLTg4MzYtNjA0OWRmZGIxYTZmXC9kZWVlYzdpLTgxZDI2ZjI1LTY2NzYtNGJiZC1hZWViLTMzZDk5OGNkMTlkZS5wbmcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ.zNI_ZzJewMXhRrejd8G2voPKE4Fzu03d2wUC-m5vI4M" loading="lazy"  alt="[Image: deeec7i-81d26f25-6676-4bbd-aeeb-33d998cd...wUC-m5vI4M]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[Hello All!<br />
<br />
So over the past week I have been working on an app for my business and I finally have it to a point where I can show off the interface mockups. With this project, I really wanted to create a project that showed off my ability with UI/UX design, so I could better market this set of my skillset. This project started off as wireframes and has now progressed to this point of mockups using Adobe <img src="https://post4vps.com/images/emoji/XD.png" alt="XD" title="XD" class="smilie smilie_32" /> Prior to moving this project to Xcode to begin taking this from design to SwiftUI.<br />
<br />
The goal of this project is integrate the app into my website powered by Wordpress, where using RestAPI, GraphQL and other technologies to integrate posts, user accounts, eCommerce and remote notifications. As this project progresses, I hope to start a fork to integrate TBCMS into this app where when my CMS is completed I can use that system to continue to power and feed data into my app. I would love to hear feedback on this UI design, I tried to use elements from my current web design, so hopefully there is continuity and things translate!<br />
<br />
<img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/33d16d3d-9861-4b8a-8836-6049dfdb1a6f/deeec7i-81d26f25-6676-4bbd-aeeb-33d998cd19de.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvMzNkMTZkM2QtOTg2MS00YjhhLTg4MzYtNjA0OWRmZGIxYTZmXC9kZWVlYzdpLTgxZDI2ZjI1LTY2NzYtNGJiZC1hZWViLTMzZDk5OGNkMTlkZS5wbmcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ.zNI_ZzJewMXhRrejd8G2voPKE4Fzu03d2wUC-m5vI4M" loading="lazy"  alt="[Image: deeec7i-81d26f25-6676-4bbd-aeeb-33d998cd...wUC-m5vI4M]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Look at my portfolio and help me improve it :)]]></title>
			<link>https://post4vps.com/Thread-Look-at-my-portfolio-and-help-me-improve-it</link>
			<pubDate>Sun, 18 Oct 2020 00:35:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=1446">LightDestory</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Look-at-my-portfolio-and-help-me-improve-it</guid>
			<description><![CDATA[I have finally finished the release of the first (well, if we have to consider the pure JS attempt... this would be the 2nd) version of my new portfolio. It is based on webGL and it is developed using Typescript and modular structure <img src="https://post4vps.com/images/emoji/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
You can find the latest "production" release available on my <a href="https://www.lightdestory.com" target="_blank" rel="noopener" class="mycode_url">website</a> but you can also find the source code on my <a href="https://github.com/LightDestory/Personal-Portfolio" target="_blank" rel="noopener" class="mycode_url">github</a>.<br />
<br />
If you find any bug or strange behavior report me!<br />
<br />
Please send me the following information:<ul class="mycode_list"><li>Screenshot, if it is a graphical bug;<br />
</li>
<li>Device: Desktop - Laptop - Smartphone - Tablet<br />
</li>
<li>Device specs: RAM &amp; CPU/GPU information<br />
</li>
<li>Screen Resolution: Needed to check CSS media query<br />
</li>
<li>Browser &amp; Browser version: (Example: Chronium-Edge 86)<br />
</li>
</ul>
Regards,<br />
LightDestory]]></description>
			<content:encoded><![CDATA[I have finally finished the release of the first (well, if we have to consider the pure JS attempt... this would be the 2nd) version of my new portfolio. It is based on webGL and it is developed using Typescript and modular structure <img src="https://post4vps.com/images/emoji/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
You can find the latest "production" release available on my <a href="https://www.lightdestory.com" target="_blank" rel="noopener" class="mycode_url">website</a> but you can also find the source code on my <a href="https://github.com/LightDestory/Personal-Portfolio" target="_blank" rel="noopener" class="mycode_url">github</a>.<br />
<br />
If you find any bug or strange behavior report me!<br />
<br />
Please send me the following information:<ul class="mycode_list"><li>Screenshot, if it is a graphical bug;<br />
</li>
<li>Device: Desktop - Laptop - Smartphone - Tablet<br />
</li>
<li>Device specs: RAM &amp; CPU/GPU information<br />
</li>
<li>Screen Resolution: Needed to check CSS media query<br />
</li>
<li>Browser &amp; Browser version: (Example: Chronium-Edge 86)<br />
</li>
</ul>
Regards,<br />
LightDestory]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[TBCMS]]></title>
			<link>https://post4vps.com/Thread-TBCMS</link>
			<pubDate>Mon, 05 Oct 2020 21:39:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=2077">tbelldesignco</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-TBCMS</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-size: small;" class="mycode_size"><span style="font-size: xx-large;" class="mycode_size">TBCMS</span></span></div>
<div style="text-align: center;" class="mycode_align">Version 1.0 - WIP</div>
<br />
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">About TBCMS</span></div>
<div style="text-align: left;" class="mycode_align">TBCMS is a working title for a content management system I am creating using PHP, HTML and Javascript. This project started April 2020, when I began looking for alternatives to Wordpress and simply was not finding a system that both looked visually appealing, but also offered an intuitive yet powerful content manager when it boiled down to page and post creation. Currently, the project is in a conceptualization stage, as I am fleshing out how the interfaces will look prior getting into the code. This CMS will be open source and free to use and will have a comprehensive knowledgeable for developers and designers a like to create theme and plugins for the platform.</div>
<br />
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">Planned Features</span></div>
<div style="text-align: left;" class="mycode_align">TBCMS will feature a wealth of tools for content managers, developers and designers alike to use while creating top tier websites, themes and plugins. Features will include, but not limited to:</div>
<div style="text-align: left;" class="mycode_align">- Support for Forums &amp; eCommerce</div>
<div style="text-align: left;" class="mycode_align">- Updater core with auto-update options</div>
<div style="text-align: left;" class="mycode_align">- Permalink manger compatible with NGINX and Apache</div>
<div style="text-align: left;" class="mycode_align">- SEO &amp; AdSense Managers</div>
<br />
<div style="text-align: left;" class="mycode_align">I would love to hear your feedback on the interface designs and even what features you would like to see included in the development. This platform is being designed with ease of use at mind and you might have an idea or feature that I've not even thought of that would make the platform that much better. Thanks for all the support and feedback! Tyler</div>
<br />
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">WIP Screenshots</span></div>
<div style="text-align: left;" class="mycode_align"><img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/33d16d3d-9861-4b8a-8836-6049dfdb1a6f/de6d0r1-367b9ac4-519c-4f33-8831-2f3ac5200872.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvMzNkMTZkM2QtOTg2MS00YjhhLTg4MzYtNjA0OWRmZGIxYTZmXC9kZTZkMHIxLTM2N2I5YWM0LTUxOWMtNGYzMy04ODMxLTJmM2FjNTIwMDg3Mi5wbmcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ.eUaODnjYjP_whEGTItk8aKuBTIARVjI52knyNL2JfCg" loading="lazy"  alt="[Image: de6d0r1-367b9ac4-519c-4f33-8831-2f3ac520...knyNL2JfCg]" class="mycode_img" /></div>
<br />
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">Credits</span></div>
<div style="text-align: left;" class="mycode_align"><a href="https://feathericons.com" target="_blank" rel="noopener" class="mycode_url">Feather</a> - Icons used in interfaces</div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-size: small;" class="mycode_size"><span style="font-size: xx-large;" class="mycode_size">TBCMS</span></span></div>
<div style="text-align: center;" class="mycode_align">Version 1.0 - WIP</div>
<br />
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">About TBCMS</span></div>
<div style="text-align: left;" class="mycode_align">TBCMS is a working title for a content management system I am creating using PHP, HTML and Javascript. This project started April 2020, when I began looking for alternatives to Wordpress and simply was not finding a system that both looked visually appealing, but also offered an intuitive yet powerful content manager when it boiled down to page and post creation. Currently, the project is in a conceptualization stage, as I am fleshing out how the interfaces will look prior getting into the code. This CMS will be open source and free to use and will have a comprehensive knowledgeable for developers and designers a like to create theme and plugins for the platform.</div>
<br />
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">Planned Features</span></div>
<div style="text-align: left;" class="mycode_align">TBCMS will feature a wealth of tools for content managers, developers and designers alike to use while creating top tier websites, themes and plugins. Features will include, but not limited to:</div>
<div style="text-align: left;" class="mycode_align">- Support for Forums &amp; eCommerce</div>
<div style="text-align: left;" class="mycode_align">- Updater core with auto-update options</div>
<div style="text-align: left;" class="mycode_align">- Permalink manger compatible with NGINX and Apache</div>
<div style="text-align: left;" class="mycode_align">- SEO &amp; AdSense Managers</div>
<br />
<div style="text-align: left;" class="mycode_align">I would love to hear your feedback on the interface designs and even what features you would like to see included in the development. This platform is being designed with ease of use at mind and you might have an idea or feature that I've not even thought of that would make the platform that much better. Thanks for all the support and feedback! Tyler</div>
<br />
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">WIP Screenshots</span></div>
<div style="text-align: left;" class="mycode_align"><img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/33d16d3d-9861-4b8a-8836-6049dfdb1a6f/de6d0r1-367b9ac4-519c-4f33-8831-2f3ac5200872.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvMzNkMTZkM2QtOTg2MS00YjhhLTg4MzYtNjA0OWRmZGIxYTZmXC9kZTZkMHIxLTM2N2I5YWM0LTUxOWMtNGYzMy04ODMxLTJmM2FjNTIwMDg3Mi5wbmcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ.eUaODnjYjP_whEGTItk8aKuBTIARVjI52knyNL2JfCg" loading="lazy"  alt="[Image: de6d0r1-367b9ac4-519c-4f33-8831-2f3ac520...knyNL2JfCg]" class="mycode_img" /></div>
<br />
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">Credits</span></div>
<div style="text-align: left;" class="mycode_align"><a href="https://feathericons.com" target="_blank" rel="noopener" class="mycode_url">Feather</a> - Icons used in interfaces</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Thoughts on my Portfolio?]]></title>
			<link>https://post4vps.com/Thread-Thoughts-on-my-Portfolio</link>
			<pubDate>Mon, 21 Sep 2020 00:33:52 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=2077">tbelldesignco</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Thoughts-on-my-Portfolio</guid>
			<description><![CDATA[So... I've dropped a few times that I have been working on my portfolio and now things are migrated over and behaving well, I'd like to introduce my website for Tyler Bell Design Co. Please feel free to let me know if you see any mistakes or have any suggestions to make it better. Thanks!<br />
<br />
<a href="https://tbelldesign.co" target="_blank" rel="noopener" class="mycode_url">https://tbelldesign.co</a>]]></description>
			<content:encoded><![CDATA[So... I've dropped a few times that I have been working on my portfolio and now things are migrated over and behaving well, I'd like to introduce my website for Tyler Bell Design Co. Please feel free to let me know if you see any mistakes or have any suggestions to make it better. Thanks!<br />
<br />
<a href="https://tbelldesign.co" target="_blank" rel="noopener" class="mycode_url">https://tbelldesign.co</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Introducing metaDedi - Feedback wanted]]></title>
			<link>https://post4vps.com/Thread-Introducing-metaDedi-Feedback-wanted</link>
			<pubDate>Sun, 29 Mar 2020 14:08:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=944">Neoon</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Introducing-metaDedi-Feedback-wanted</guid>
			<description><![CDATA[Everyone needs cheap dedis, so I decided to create <a href="https://en.metadedi.net/" target="_blank" rel="noopener" class="mycode_url">metaDedi</a>.<br />
 <a href="https://en.metadedi.net/" target="_blank" rel="noopener" class="mycode_url">metaDedi</a> is a comparison table from multiple providers, updated every 1 or 10 minutes.<br />
<br />
So you can find easy a good deal, with a few clicks.<br />
As usual, no tracking or ad’s nor affiliates.<br />
<br />
In case you miss a deal, we have Discord &amp; Email notifications available.<br />
If you have any suggestions, or notice any errors, lemme know.<br />
<br />
Neoon.]]></description>
			<content:encoded><![CDATA[Everyone needs cheap dedis, so I decided to create <a href="https://en.metadedi.net/" target="_blank" rel="noopener" class="mycode_url">metaDedi</a>.<br />
 <a href="https://en.metadedi.net/" target="_blank" rel="noopener" class="mycode_url">metaDedi</a> is a comparison table from multiple providers, updated every 1 or 10 minutes.<br />
<br />
So you can find easy a good deal, with a few clicks.<br />
As usual, no tracking or ad’s nor affiliates.<br />
<br />
In case you miss a deal, we have Discord &amp; Email notifications available.<br />
If you have any suggestions, or notice any errors, lemme know.<br />
<br />
Neoon.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to develop Push Notification in PHP?]]></title>
			<link>https://post4vps.com/Thread-How-to-develop-Push-Notification-in-PHP</link>
			<pubDate>Sun, 23 Feb 2020 04:03:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=14">Littlemaster</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-How-to-develop-Push-Notification-in-PHP</guid>
			<description><![CDATA[Hi,<br />
Currently I am trying to implement a webpush notification in my website, I have tried some tutorials but without a full success. I tried webpush php but I could not use it correctly. Sometimes I can't unsubscribe the user.<br />
Have you tried it anywhere and do you have a complete sample code of it?]]></description>
			<content:encoded><![CDATA[Hi,<br />
Currently I am trying to implement a webpush notification in my website, I have tried some tutorials but without a full success. I tried webpush php but I could not use it correctly. Sometimes I can't unsubscribe the user.<br />
Have you tried it anywhere and do you have a complete sample code of it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Best self-hosted website builder]]></title>
			<link>https://post4vps.com/Thread-Best-self-hosted-website-builder</link>
			<pubDate>Sun, 16 Feb 2020 13:57:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=1573">ikk157</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Best-self-hosted-website-builder</guid>
			<description><![CDATA[Hello there,<br />
<br />
First things first, apologies if someone has posted anything related to this before, there are tons of topics making it hard to search it up... especially on mobile. So if such a post already exists, please do let me know.<br />
<br />
I have been assigned a project to build and design my own website on anything. It needs to be advanced with several pages, buttons, you name it. And it has to include html, css and JS. <br />
<br />
However, I currently don’t have the time to hard-code it from scratch. So I was wondering if there are any site builders that I can self-host on my VPS. All the ones I’ve found are hosted within the builder’s servers.<br />
<br />
I’ve tried Wordpress and joomla, but they seem awfully complicated and I honestly don’t think they’re really intended to be used as a site builder. And googling only comes up with the site builders that host the sites on their servers (the ones described above).<br />
<br />
And hence I need your generous help as soon as possible!<br />
<br />
Thanks in advance.]]></description>
			<content:encoded><![CDATA[Hello there,<br />
<br />
First things first, apologies if someone has posted anything related to this before, there are tons of topics making it hard to search it up... especially on mobile. So if such a post already exists, please do let me know.<br />
<br />
I have been assigned a project to build and design my own website on anything. It needs to be advanced with several pages, buttons, you name it. And it has to include html, css and JS. <br />
<br />
However, I currently don’t have the time to hard-code it from scratch. So I was wondering if there are any site builders that I can self-host on my VPS. All the ones I’ve found are hosted within the builder’s servers.<br />
<br />
I’ve tried Wordpress and joomla, but they seem awfully complicated and I honestly don’t think they’re really intended to be used as a site builder. And googling only comes up with the site builders that host the sites on their servers (the ones described above).<br />
<br />
And hence I need your generous help as soon as possible!<br />
<br />
Thanks in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Best Moblie Friendly Forum Script]]></title>
			<link>https://post4vps.com/Thread-Best-Moblie-Friendly-Forum-Script</link>
			<pubDate>Wed, 12 Feb 2020 05:31:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=12">xdude</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Best-Moblie-Friendly-Forum-Script</guid>
			<description><![CDATA[I have been looking at NodeBB and vanillaForums for a while now. I have been using SMF and myBB for a very long time but for a new forum I'm going to create I need something very very moblie friendly. SMF is little too heavy for this and even thought I love myBB it really not so good when it comes to reponsiveness. There are workarounds but these create their own problems. I know myBB 2.0 not gonna happen in next decade or so and I have been waiting for Beta of  myBB 1.9 since 2017. So I think it's time for move on. At least for my new projects. 3 options I'm thinking right now are,<ul class="mycode_list"><li>bbPress<br />
</li>
<li>NodeBB<br />
</li>
<li>VanillaForums<br />
</li>
</ul>
bbPress is responsive as it can get and really good. But compared to other forum scripts it has limited base features. Maybe it has enough addons to cover all of this now. I should check about this more. NodeBB is something I haven't heard much about. It's also moblie friendly and looks very neat and simple. Now VanillaForums seems to be the next best thing to myBB as far as I can see. So have you guys used any of these 3 options ? If there are any other good alternatives plz share. But 2 mains factors are moblie friendlness and been a free product.]]></description>
			<content:encoded><![CDATA[I have been looking at NodeBB and vanillaForums for a while now. I have been using SMF and myBB for a very long time but for a new forum I'm going to create I need something very very moblie friendly. SMF is little too heavy for this and even thought I love myBB it really not so good when it comes to reponsiveness. There are workarounds but these create their own problems. I know myBB 2.0 not gonna happen in next decade or so and I have been waiting for Beta of  myBB 1.9 since 2017. So I think it's time for move on. At least for my new projects. 3 options I'm thinking right now are,<ul class="mycode_list"><li>bbPress<br />
</li>
<li>NodeBB<br />
</li>
<li>VanillaForums<br />
</li>
</ul>
bbPress is responsive as it can get and really good. But compared to other forum scripts it has limited base features. Maybe it has enough addons to cover all of this now. I should check about this more. NodeBB is something I haven't heard much about. It's also moblie friendly and looks very neat and simple. Now VanillaForums seems to be the next best thing to myBB as far as I can see. So have you guys used any of these 3 options ? If there are any other good alternatives plz share. But 2 mains factors are moblie friendlness and been a free product.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Need Help] Collapse all replies on thread expect last.]]></title>
			<link>https://post4vps.com/Thread-Need-Help-Collapse-all-replies-on-thread-expect-last</link>
			<pubDate>Sat, 08 Feb 2020 20:40:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=443">arsalahmed786</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Need-Help-Collapse-all-replies-on-thread-expect-last</guid>
			<description><![CDATA[Hi, I hope i can explain what i exactly want.<br />
<br />
I wanna show the first post and and last post on the thread all rest of other posts between first and last are collapsed.<br />
Example if i created thread.<br />
- Thread first post<br />
- reply hidden.<br />
- reply hidden<br />
- last reply show.<br />
<br />
Visitor have to click "show replies" which redirect him/her to full thread page. Hope separately show each post on same page without any redirection.<br />
<br />
I want it for forum software called XenForo OR MyBB<br />
<br />
Now just tell me if i need any module/plugin OR any CSS customization. Give me link if you know any similar tutorial.<br />
<br />
And from now on i'm coming back, Will active daily *Fingercrossed*]]></description>
			<content:encoded><![CDATA[Hi, I hope i can explain what i exactly want.<br />
<br />
I wanna show the first post and and last post on the thread all rest of other posts between first and last are collapsed.<br />
Example if i created thread.<br />
- Thread first post<br />
- reply hidden.<br />
- reply hidden<br />
- last reply show.<br />
<br />
Visitor have to click "show replies" which redirect him/her to full thread page. Hope separately show each post on same page without any redirection.<br />
<br />
I want it for forum software called XenForo OR MyBB<br />
<br />
Now just tell me if i need any module/plugin OR any CSS customization. Give me link if you know any similar tutorial.<br />
<br />
And from now on i'm coming back, Will active daily *Fingercrossed*]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[WordPress Page Builders]]></title>
			<link>https://post4vps.com/Thread-WordPress-Page-Builders</link>
			<pubDate>Thu, 28 Nov 2019 17:34:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=12">xdude</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-WordPress-Page-Builders</guid>
			<description><![CDATA[For a long time, I avoided using Wordpress page builders and stick with Themes which I customized using whatever resources they offer in the theme and Wordpress. But now it seems I have come to a point using a page builder can save lots of time and also give me more creativity and features. Right now I'm studying about Elementor page builder. But there are few other popular builders out there such as Beaver Builder, Divi, Visual Composer Website Builder, Themify Builder, etc. All these have free lite versions as well as paid versions.<br />
So anyone here uses one of these Wordpress page builders ?]]></description>
			<content:encoded><![CDATA[For a long time, I avoided using Wordpress page builders and stick with Themes which I customized using whatever resources they offer in the theme and Wordpress. But now it seems I have come to a point using a page builder can save lots of time and also give me more creativity and features. Right now I'm studying about Elementor page builder. But there are few other popular builders out there such as Beaver Builder, Divi, Visual Composer Website Builder, Themify Builder, etc. All these have free lite versions as well as paid versions.<br />
So anyone here uses one of these Wordpress page builders ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Checkout my website please and tell me how can i improve it]]></title>
			<link>https://post4vps.com/Thread-Checkout-my-website-please-and-tell-me-how-can-i-improve-it</link>
			<pubDate>Mon, 21 Oct 2019 06:38:52 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=1564">zakilm10</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Checkout-my-website-please-and-tell-me-how-can-i-improve-it</guid>
			<description><![CDATA[Hey there folks i just got a new webdesign from one of the templates so please do check it out, its about our company and we are digital marketing company i was doing its new design so i need some suggestions..<br />
<br />
This is my website <a href="http://meditwitt.in/digitwitt-1.0.3/" target="_blank" rel="noopener" class="mycode_url">http://meditwitt.in/digitwitt-1.0.3/</a><br />
<br />
Please Do check it out and tell me what i can improve so till then goodbye.]]></description>
			<content:encoded><![CDATA[Hey there folks i just got a new webdesign from one of the templates so please do check it out, its about our company and we are digital marketing company i was doing its new design so i need some suggestions..<br />
<br />
This is my website <a href="http://meditwitt.in/digitwitt-1.0.3/" target="_blank" rel="noopener" class="mycode_url">http://meditwitt.in/digitwitt-1.0.3/</a><br />
<br />
Please Do check it out and tell me what i can improve so till then goodbye.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Do you recommend Static Website Generators - Hugo or Jekyll?  Or another one?]]></title>
			<link>https://post4vps.com/Thread-Do-you-recommend-Static-Website-Generators-Hugo-or-Jekyll-Or-another-one</link>
			<pubDate>Mon, 26 Aug 2019 03:14:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=917">deanhills</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Do-you-recommend-Static-Website-Generators-Hugo-or-Jekyll-Or-another-one</guid>
			<description><![CDATA[I'm totally out of my depth on static website generators.  I am trying to learn more before I jump into it.  How easy is it to do? What are the pros and cons of using a static website generator? Is there any one here who is using a static website generator to generate blogs and blog posts?  Which generator are you using?  Tell us what your experiences are and if you are using a generator, which one you would recommend.<br />
<br />
In my researches so far I've come across Hugo and Jekyll via YouTube.  As there are some good tutorials for them there.  Which one of the two would be better suited to a Linux VPS?  If you are using a different static website generator that you think is better for creating blog websites, tell us what your experience has been.<br />
<br />
To open the discussion, I've found a YouTube video giving a more entertaining explanation of what static website generators are and what the experience of the user has been:<br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/HxxvzkgaiEo" frameborder="0" allowfullscreen="true" style="max-width: 100%;max-height: 100%;"></iframe><br />
<a href="https://www.youtube.com/watch?v=HxxvzkgaiEo" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=HxxvzkgaiEo</a>]]></description>
			<content:encoded><![CDATA[I'm totally out of my depth on static website generators.  I am trying to learn more before I jump into it.  How easy is it to do? What are the pros and cons of using a static website generator? Is there any one here who is using a static website generator to generate blogs and blog posts?  Which generator are you using?  Tell us what your experiences are and if you are using a generator, which one you would recommend.<br />
<br />
In my researches so far I've come across Hugo and Jekyll via YouTube.  As there are some good tutorials for them there.  Which one of the two would be better suited to a Linux VPS?  If you are using a different static website generator that you think is better for creating blog websites, tell us what your experience has been.<br />
<br />
To open the discussion, I've found a YouTube video giving a more entertaining explanation of what static website generators are and what the experience of the user has been:<br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/HxxvzkgaiEo" frameborder="0" allowfullscreen="true" style="max-width: 100%;max-height: 100%;"></iframe><br />
<a href="https://www.youtube.com/watch?v=HxxvzkgaiEo" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=HxxvzkgaiEo</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Plugin vs. .htaccess]]></title>
			<link>https://post4vps.com/Thread-Plugin-vs-htaccess</link>
			<pubDate>Fri, 02 Aug 2019 11:58:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=1421">Sn1F3rt</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Plugin-vs-htaccess</guid>
			<description><![CDATA[Hi guys,<br />
<br />
I've made this post out of curiosity to know which method do you all prefer to redirect HTTP traffic to HTTPS. There are two solutions possible:<br />
<br />
<ol type="1" class="mycode_list"><li>Plugins(like Really Simple SSL)<br />
</li>
<li>.htaccess file redirect<br />
</li>
</ol>
Plugins like Really Simple SSL(and there are lots out there...) make it really easy for users to the HTTPS redirect. This is especially suggested for newbies who aren't much-aquainted to programming files themselves. It provides a really simple interface for users to do what they intend in the click of a button. However, This has a flip side too. That is, only the WordPress site gets redirected. Other direct access images or files remain open on HTTP port.<br />
<br />
The next method - the .htaccess file method -  is my personal favorite. This is because it redirects all requests on HTTP to HTTPS. There isn't much to understand. I will be providing the code. Just copy and paste this on top of all contents in your .htaccess file in your WP directory.<br />
<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteCond %{SERVER_PORT} 80 <br />
RewriteRule ^(.*)&#36; <a href="https://yourdomain.com/" target="_blank" rel="noopener" class="mycode_url">https://yourdomain.com/</a>&#36;1 [R,L]<br />
&lt;/IfModule&gt;<br />
<br />
And you shall start realizing the magic. Feel free to post your opinion too - I am very eager to hear them Also created a poll so that you can vote for your preferred method. Cheers!<br />
<br />
Regards,]]></description>
			<content:encoded><![CDATA[Hi guys,<br />
<br />
I've made this post out of curiosity to know which method do you all prefer to redirect HTTP traffic to HTTPS. There are two solutions possible:<br />
<br />
<ol type="1" class="mycode_list"><li>Plugins(like Really Simple SSL)<br />
</li>
<li>.htaccess file redirect<br />
</li>
</ol>
Plugins like Really Simple SSL(and there are lots out there...) make it really easy for users to the HTTPS redirect. This is especially suggested for newbies who aren't much-aquainted to programming files themselves. It provides a really simple interface for users to do what they intend in the click of a button. However, This has a flip side too. That is, only the WordPress site gets redirected. Other direct access images or files remain open on HTTP port.<br />
<br />
The next method - the .htaccess file method -  is my personal favorite. This is because it redirects all requests on HTTP to HTTPS. There isn't much to understand. I will be providing the code. Just copy and paste this on top of all contents in your .htaccess file in your WP directory.<br />
<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteCond %{SERVER_PORT} 80 <br />
RewriteRule ^(.*)&#36; <a href="https://yourdomain.com/" target="_blank" rel="noopener" class="mycode_url">https://yourdomain.com/</a>&#36;1 [R,L]<br />
&lt;/IfModule&gt;<br />
<br />
And you shall start realizing the magic. Feel free to post your opinion too - I am very eager to hear them Also created a poll so that you can vote for your preferred method. Cheers!<br />
<br />
Regards,]]></content:encoded>
		</item>
	</channel>
</rss>