<?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 Development]]></title>
		<link>https://post4vps.com/</link>
		<description><![CDATA[Post4VPS Forum | Free VPS Provider - https://post4vps.com]]></description>
		<pubDate>Fri, 08 May 2026 07:11:39 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Features for OpenSource Exam System v2]]></title>
			<link>https://post4vps.com/Thread-Features-for-OpenSource-Exam-System-v2</link>
			<pubDate>Sun, 04 Jul 2021 13:00:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=967">debjit</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Features-for-OpenSource-Exam-System-v2</guid>
			<description><![CDATA[Hello, here is the first version and proof of concept that the exam system works and can be very useful.<br />
So here are few core features that I am adding to the free Open Source Version of the application. <br />
<br />
I am also creating a quiz app with an advanced feature set, which will help me survive.<br />
<br />
<ol type="1" class="mycode_list"><li>Unlimited Category and Sub-Category For Questions.<br />
</li>
<li>Per Question point/marks/numbers.<br />
</li>
<li>Overwrite Question default marks when exam default marks are given.<br />
</li>
<li>Exam Time Limit.<br />
</li>
<li>Show result immediately after examination ends.<br />
</li>
<li>User auto registration (With email activation) and social media login.<br />
</li>
<li>Bulk Question Upload / Download.<br />
</li>
<li>Result (Details/Rank) Shows after result ends or.<br />
</li>
<li>Leader Board only for Registered Users.<br />
</li>
<li>Only One administrative role.<br />
</li>
<li>User Manager.<br />
</li>
<li>Web View Android App.<br />
</li>
<li>Exam Schedule.<br />
</li>
<li>Simple Exam Analytics.<br />
</li>
<li>Installation service and full video and written tutorial on how to set up your app.<br />
</li>
<li>Google Analytics<br />
</li>
</ol>
<br />
Please share have you used any examination system?<br />
Do you think this feature set is enough for a standard examination web app?<br />
If not what you wanted to see improved?<br />
What should I add to its paid version?<br />
<br />
<span style="font-weight: bold;" class="mycode_b">NOTE: This is a MVP Version more features will be added in future.</span>]]></description>
			<content:encoded><![CDATA[Hello, here is the first version and proof of concept that the exam system works and can be very useful.<br />
So here are few core features that I am adding to the free Open Source Version of the application. <br />
<br />
I am also creating a quiz app with an advanced feature set, which will help me survive.<br />
<br />
<ol type="1" class="mycode_list"><li>Unlimited Category and Sub-Category For Questions.<br />
</li>
<li>Per Question point/marks/numbers.<br />
</li>
<li>Overwrite Question default marks when exam default marks are given.<br />
</li>
<li>Exam Time Limit.<br />
</li>
<li>Show result immediately after examination ends.<br />
</li>
<li>User auto registration (With email activation) and social media login.<br />
</li>
<li>Bulk Question Upload / Download.<br />
</li>
<li>Result (Details/Rank) Shows after result ends or.<br />
</li>
<li>Leader Board only for Registered Users.<br />
</li>
<li>Only One administrative role.<br />
</li>
<li>User Manager.<br />
</li>
<li>Web View Android App.<br />
</li>
<li>Exam Schedule.<br />
</li>
<li>Simple Exam Analytics.<br />
</li>
<li>Installation service and full video and written tutorial on how to set up your app.<br />
</li>
<li>Google Analytics<br />
</li>
</ol>
<br />
Please share have you used any examination system?<br />
Do you think this feature set is enough for a standard examination web app?<br />
If not what you wanted to see improved?<br />
What should I add to its paid version?<br />
<br />
<span style="font-weight: bold;" class="mycode_b">NOTE: This is a MVP Version more features will be added in future.</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AWS from deployment to launch]]></title>
			<link>https://post4vps.com/Thread-AWS-from-deployment-to-launch</link>
			<pubDate>Sat, 12 Jun 2021 01:51:22 +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-AWS-from-deployment-to-launch</guid>
			<description><![CDATA[Hi all! It's been a little bit since I've done a in-depth post, but I am back and I've got hopefully a great writeup for Amazon Web Services (AWS). This is going to be a little bit of a different writeup because of how modular the components for AWS are so I will start with development and end with deployment and scalability. Hopefully this is a great resource for those looking at AWS deployment!<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Development:</span><br />
So the task at hand was to create a new website for work, that was scalable and would be able to host an active Community, eCommerce and Support Services. We began by creating our EC2 which is the server itself. With Amazon EC2 servers, you have a large variety of OSs to select from, starting at Amazon Linux 2 all the way to macOS and Windows. I selected a Linux Ubuntu EC2, as that is what I am the most familiar with on the Linux side and Amazon Linux 2 uses an entirely different package manager and firewall that I've researched and is a little more difficult to deploy and Apache or NGINX server. The next part of our Development Stack was to select storage requirements, networking components, and modular elements such as off server storage, cdn, load balancers etc. On our server, we allocated 30gb to host Wordpress, Apache, PHP 8.0.4 with modules and your basic odds and ends to get the Wordpress Framework up and running. Knowing that we will have customers all around the globe, I created an S3 attachment which in simple terms is a storage block that we are offloading all of our images, videos and other uploadable content. We attached a CDN on the S3, that way we get great SEO management and customers are able to visit our website and have content delivered as quickly and responsibly as possible. With an Amazon S3, you can use their native CDN service Cloud Front, or you can implement CDNs like CloudFlare as well. With the S3, we also have the website backing up to a separate bucket so if things crash, corrupt, or we need to continue to scale we will EASILY be able to scale up our server needs and redeploy with little to no downtime. The next step of our development process here in the next few weeks is to add on a load balancer, which will work with the CDN to help cache and serve assets so that the main server is not taking a total beating all the time, and add on RDS which is external database block storage, so we will be able to keep our database separate from the main server just for additional security and scalability options.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Deployment:</span><br />
As we neared closer to launch day, it was super simple to port and migrate our domains and secure the server for live use. We had a few issues with Images caching between the CDN and the live version, but things quickly resolved themselves once GoDaddy made the official DNS transfer from our old host to our EC2 deployment. We also used Yoast SEO paired with SEM Rush and our SEO scoring with google is already up 25% from where we are and the organic traffic we are collecting is already paying for itself just optimizing our website, services and frameworks.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Scalability:</span><br />
If you are looking at scalable development AWS is honestly an amazing route for you to consider especially if you are looking at eCommerce or Community Driven content. We will be able to easily upgrade our services, storage, hardware without a second of down time. There is a cost associated with all of this, but we went from spending about &#36;600 USD a month to spending about &#36;350-400 USD a month, so it is not cheap, but having the modular scalability is going to make it so simple for our business to scale as we continue to grow. I would love to show off specs, but since this is my job I can't share this information, but I can provide a TL;DR.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">TLDR:</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Deployment:</span> 7/10 - The AWS console is a little intimidating at first, but they provide amazing documentation to get your EC2, IP, Storage and more created and associated together.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Scalability:</span> 10/10 - Everything is separate from the storage to the IP, so you can easily upgrade and plug and play with little to no downtime!<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Security:</span> 10/10 - Amazon has thought of everything when it comes to security, so in my case only myself and my counterpart can access our SSH and console and it takes both of us to unlock or reset a password.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Price:</span> 5/10 - Services is not the cheapest, by any means, but you get so much for what you pay for. If you can overlook the cost and/or are using this for clients that have a significant budget, this will be honestly an amazing route for you to investigate.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Overall:</span> 8/10 - I highly recommend this solution, with some exceptions for smaller developers.]]></description>
			<content:encoded><![CDATA[Hi all! It's been a little bit since I've done a in-depth post, but I am back and I've got hopefully a great writeup for Amazon Web Services (AWS). This is going to be a little bit of a different writeup because of how modular the components for AWS are so I will start with development and end with deployment and scalability. Hopefully this is a great resource for those looking at AWS deployment!<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Development:</span><br />
So the task at hand was to create a new website for work, that was scalable and would be able to host an active Community, eCommerce and Support Services. We began by creating our EC2 which is the server itself. With Amazon EC2 servers, you have a large variety of OSs to select from, starting at Amazon Linux 2 all the way to macOS and Windows. I selected a Linux Ubuntu EC2, as that is what I am the most familiar with on the Linux side and Amazon Linux 2 uses an entirely different package manager and firewall that I've researched and is a little more difficult to deploy and Apache or NGINX server. The next part of our Development Stack was to select storage requirements, networking components, and modular elements such as off server storage, cdn, load balancers etc. On our server, we allocated 30gb to host Wordpress, Apache, PHP 8.0.4 with modules and your basic odds and ends to get the Wordpress Framework up and running. Knowing that we will have customers all around the globe, I created an S3 attachment which in simple terms is a storage block that we are offloading all of our images, videos and other uploadable content. We attached a CDN on the S3, that way we get great SEO management and customers are able to visit our website and have content delivered as quickly and responsibly as possible. With an Amazon S3, you can use their native CDN service Cloud Front, or you can implement CDNs like CloudFlare as well. With the S3, we also have the website backing up to a separate bucket so if things crash, corrupt, or we need to continue to scale we will EASILY be able to scale up our server needs and redeploy with little to no downtime. The next step of our development process here in the next few weeks is to add on a load balancer, which will work with the CDN to help cache and serve assets so that the main server is not taking a total beating all the time, and add on RDS which is external database block storage, so we will be able to keep our database separate from the main server just for additional security and scalability options.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Deployment:</span><br />
As we neared closer to launch day, it was super simple to port and migrate our domains and secure the server for live use. We had a few issues with Images caching between the CDN and the live version, but things quickly resolved themselves once GoDaddy made the official DNS transfer from our old host to our EC2 deployment. We also used Yoast SEO paired with SEM Rush and our SEO scoring with google is already up 25% from where we are and the organic traffic we are collecting is already paying for itself just optimizing our website, services and frameworks.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Scalability:</span><br />
If you are looking at scalable development AWS is honestly an amazing route for you to consider especially if you are looking at eCommerce or Community Driven content. We will be able to easily upgrade our services, storage, hardware without a second of down time. There is a cost associated with all of this, but we went from spending about &#36;600 USD a month to spending about &#36;350-400 USD a month, so it is not cheap, but having the modular scalability is going to make it so simple for our business to scale as we continue to grow. I would love to show off specs, but since this is my job I can't share this information, but I can provide a TL;DR.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">TLDR:</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Deployment:</span> 7/10 - The AWS console is a little intimidating at first, but they provide amazing documentation to get your EC2, IP, Storage and more created and associated together.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Scalability:</span> 10/10 - Everything is separate from the storage to the IP, so you can easily upgrade and plug and play with little to no downtime!<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Security:</span> 10/10 - Amazon has thought of everything when it comes to security, so in my case only myself and my counterpart can access our SSH and console and it takes both of us to unlock or reset a password.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Price:</span> 5/10 - Services is not the cheapest, by any means, but you get so much for what you pay for. If you can overlook the cost and/or are using this for clients that have a significant budget, this will be honestly an amazing route for you to investigate.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Overall:</span> 8/10 - I highly recommend this solution, with some exceptions for smaller developers.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Emergency Project, Covid Resource Local]]></title>
			<link>https://post4vps.com/Thread-Emergency-Project-Covid-Resource-Local</link>
			<pubDate>Tue, 11 May 2021 07:51:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=967">debjit</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Emergency-Project-Covid-Resource-Local</guid>
			<description><![CDATA[Hello, I am creating an emergency project for available covid resources in my area. The main feature is users can find using their Pincode it is that simple.<br />
I have started building it yesterday, and need your review for this app. Thank you.<br />
<br />
Here is a screenshot of the app -<br />
I am releasing this app tomorrow hopefully. Please let me know your valuable opinion. Thank you.<br />

<br />
<img src="https://post4vps.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=262" target="_blank" title="">184143838_1587869748069149_4452571800041087517_n.png</a> (Size: 155.28 KB / Downloads: 42)
]]></description>
			<content:encoded><![CDATA[Hello, I am creating an emergency project for available covid resources in my area. The main feature is users can find using their Pincode it is that simple.<br />
I have started building it yesterday, and need your review for this app. Thank you.<br />
<br />
Here is a screenshot of the app -<br />
I am releasing this app tomorrow hopefully. Please let me know your valuable opinion. Thank you.<br />

<br />
<img src="https://post4vps.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=262" target="_blank" title="">184143838_1587869748069149_4452571800041087517_n.png</a> (Size: 155.28 KB / Downloads: 42)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Wordpress] Cookie Consent]]></title>
			<link>https://post4vps.com/Thread-Wordpress-Cookie-Consent</link>
			<pubDate>Mon, 03 May 2021 07:40:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=878">tiwil</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Wordpress-Cookie-Consent</guid>
			<description><![CDATA[So I just get my hand back to Wordpress to redesign my client's website. They usually have a banner that celebrate holidays, so I think I'm going to put that up in a pop up instead. I used Popup Maker, it's awesome and free. I cannot afford to pay USD 35 for a popup maker that specialized in Divi, so I found this and it's free and I'm happy now.<br />
<br />
So then, after getting my first popup on air, I get a new problem. This still related to that popup since I setup the popup to not reopen multiple times for the same user. We must have ask user if they agree for us to track them. I found a plugin that do that for us: <a href="https://wordpress.org/plugins/complianz-gdpr/" target="_blank" rel="noopener" class="mycode_url">https://wordpress.org/plugins/complianz-gdpr/</a><br />
<br />
I'm going to have my hand in this plugin soon. What do you guys think? Do you have ever find this plugin or other plugin that does similar things?]]></description>
			<content:encoded><![CDATA[So I just get my hand back to Wordpress to redesign my client's website. They usually have a banner that celebrate holidays, so I think I'm going to put that up in a pop up instead. I used Popup Maker, it's awesome and free. I cannot afford to pay USD 35 for a popup maker that specialized in Divi, so I found this and it's free and I'm happy now.<br />
<br />
So then, after getting my first popup on air, I get a new problem. This still related to that popup since I setup the popup to not reopen multiple times for the same user. We must have ask user if they agree for us to track them. I found a plugin that do that for us: <a href="https://wordpress.org/plugins/complianz-gdpr/" target="_blank" rel="noopener" class="mycode_url">https://wordpress.org/plugins/complianz-gdpr/</a><br />
<br />
I'm going to have my hand in this plugin soon. What do you guys think? Do you have ever find this plugin or other plugin that does similar things?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to Change URL of a myBB Forum]]></title>
			<link>https://post4vps.com/Thread-How-to-Change-URL-of-a-myBB-Forum</link>
			<pubDate>Sat, 24 Apr 2021 13:05:54 +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-How-to-Change-URL-of-a-myBB-Forum</guid>
			<description><![CDATA[I need to change URL of a forum from www. Website to www. website/forum/.  I think I should do it by changing  'bburl'  file /inc/settings.php. But I don't remember if there anything else. Maybe something in Admin control panel too?]]></description>
			<content:encoded><![CDATA[I need to change URL of a forum from www. Website to www. website/forum/.  I think I should do it by changing  'bburl'  file /inc/settings.php. But I don't remember if there anything else. Maybe something in Admin control panel too?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Which type of IDE do you use? Paid or Free?]]></title>
			<link>https://post4vps.com/Thread-Which-type-of-IDE-do-you-use-Paid-or-Free</link>
			<pubDate>Fri, 23 Apr 2021 06:16:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=967">debjit</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Which-type-of-IDE-do-you-use-Paid-or-Free</guid>
			<description><![CDATA[Hello, do you use a paid one or a free code editor? I don't use freemium one. I use sublime text it's free to use for life, but I am thinking to give VS Code a try.<br />
What do you use? <br />
VS Code, sublime, atom, brackets, or any others? Share with me.]]></description>
			<content:encoded><![CDATA[Hello, do you use a paid one or a free code editor? I don't use freemium one. I use sublime text it's free to use for life, but I am thinking to give VS Code a try.<br />
What do you use? <br />
VS Code, sublime, atom, brackets, or any others? Share with me.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[My 2nd Opensource project, exam taking app.]]></title>
			<link>https://post4vps.com/Thread-My-2nd-Opensource-project-exam-taking-app</link>
			<pubDate>Mon, 19 Apr 2021 15:26:28 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=967">debjit</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-My-2nd-Opensource-project-exam-taking-app</guid>
			<description><![CDATA[Hello,<br />
I am building another app, a free exam-taking app. This will be free for all. Anyone can install it to Heroku and vercel for free. The SASS version will have a free plan but will have more feature and options. I will be opensource this app soon no date is yet fixed. Please if you wanted to test here is the URL.<br />
<br />
<a href="https://openexamvercel.vercel.app" target="_blank" rel="noopener" class="mycode_url">Vercel App For OpenExam</a>]]></description>
			<content:encoded><![CDATA[Hello,<br />
I am building another app, a free exam-taking app. This will be free for all. Anyone can install it to Heroku and vercel for free. The SASS version will have a free plan but will have more feature and options. I will be opensource this app soon no date is yet fixed. Please if you wanted to test here is the URL.<br />
<br />
<a href="https://openexamvercel.vercel.app" target="_blank" rel="noopener" class="mycode_url">Vercel App For OpenExam</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[My first open-source web app, Blood Donation Diary.]]></title>
			<link>https://post4vps.com/Thread-My-first-open-source-web-app-Blood-Donation-Diary</link>
			<pubDate>Fri, 16 Apr 2021 07:17:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=967">debjit</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-My-first-open-source-web-app-Blood-Donation-Diary</guid>
			<description><![CDATA[Hello, <br />
This is my first public open-source free to use app. It is made using laravel. The blood donation crisis is big and with time it's getting worse. This app will help groups or manager to solve and take requisition and share them publicly over social media. For the full feature please visit the website. Your opinion is very valuable please let me know how do I improve the code or have some great idea.<br />
<br />
I am currently making a tutorial for this app, how a user can deploy it to Heroku and vercel, as they are a free hosting provider and stable ones.<br />
<br />
Thank you.<br />
<br />
GitHub repo for <a href="https://github.com/Alpana-Web-Solution/bddv1" target="_blank" rel="noopener" class="mycode_url">Blood Donation Diary</a>]]></description>
			<content:encoded><![CDATA[Hello, <br />
This is my first public open-source free to use app. It is made using laravel. The blood donation crisis is big and with time it's getting worse. This app will help groups or manager to solve and take requisition and share them publicly over social media. For the full feature please visit the website. Your opinion is very valuable please let me know how do I improve the code or have some great idea.<br />
<br />
I am currently making a tutorial for this app, how a user can deploy it to Heroku and vercel, as they are a free hosting provider and stable ones.<br />
<br />
Thank you.<br />
<br />
GitHub repo for <a href="https://github.com/Alpana-Web-Solution/bddv1" target="_blank" rel="noopener" class="mycode_url">Blood Donation Diary</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Tutorial] Deploy git to vercel.]]></title>
			<link>https://post4vps.com/Thread-Tutorial-Deploy-git-to-vercel</link>
			<pubDate>Sat, 03 Apr 2021 06:04:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=967">debjit</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Tutorial-Deploy-git-to-vercel</guid>
			<description><![CDATA[I am working on a project on a Blood Donation Diary app. After completing the project I needed to deploy my project to see its behaviour in the live environment. I have limited free option. Here I am sharing how I managed to deploy to vercel with MySQL database support. Vercel is a pass provider. You can deploy non-commercial projects for free here with up to 100GB bandwidth and no storage.<br />
<br />
To start you need the following things-<br />
<br />
1 . Git account <br />
 1.a. How to add the remote repo to a local dev environment<br />
2. Vercel Account<br />
3. Remote enabled MySQL database access.<br />
<br />
Here I am demonstrating how to make work with the laravel app.<br />
<br />
Create a laravel app using composer<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>composer create-project laravel/laravel laravelapp</code></div></div><br />
Make Updates to or customise to it.<br />
<br />
create these files in your root directory<br />
<br />
Create this file<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>api/index.php<br />
.vercelignore<br />
vercel.json</code></div></div><br />
Please note there is a dot file.<br />
<br />
Now add these codes to their files<br />
<br />
api/index.php<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php<br /><br /></span><span style="color: #FF8000">//&nbsp;Forward&nbsp;Vercel&nbsp;requests&nbsp;to&nbsp;normal&nbsp;index.php<br /></span><span style="color: #007700">require&nbsp;</span><span style="color: #0000BB">__DIR__&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #DD0000">'/../public/index.php'</span><span style="color: #007700">;&nbsp;<br /></span></code></div></div></div><br />
<span style="font-size: small;" class="mycode_size"><span style="font-family: Monaco, Consolas, Courier, monospace;" class="mycode_font">.vercelignore</span></span><br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">/</span><span style="color: #0000BB">vendor&nbsp;<br /></span></code></div></div></div><br />
<span style="font-size: small;" class="mycode_size"><span style="font-family: Monaco, Consolas, Courier, monospace;" class="mycode_font"><span style="font-size: small;" class="mycode_size">[font=Monaco, Consolas, Courier, monospace]vercel.json</span></span>[/font]</span><br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">{<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #DD0000">"version"</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">2</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #DD0000">"functions"</span><span style="color: #007700">:&nbsp;{<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"api/index.php"</span><span style="color: #007700">:&nbsp;{&nbsp;</span><span style="color: #DD0000">"runtime"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"vercel-php@0.3.1"&nbsp;</span><span style="color: #007700">}<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #007700">},<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #DD0000">"routes"</span><span style="color: #007700">:&nbsp;[{<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"src"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/(.*)"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"dest"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/api/index.php"<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #007700">}],<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #DD0000">"env"</span><span style="color: #007700">:&nbsp;{<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_ENV"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"production"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_DEBUG"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"true"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_URL"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"https://yourproductionurl.com"</span><span style="color: #007700">,<br /><br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_CONFIG_CACHE"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp/config.php"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_EVENTS_CACHE"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp/events.php"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_PACKAGES_CACHE"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp/packages.php"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_ROUTES_CACHE"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp/routes.php"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_SERVICES_CACHE"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp/services.php"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"VIEW_COMPILED_PATH"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp"</span><span style="color: #007700">,<br /><br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"CACHE_DRIVER"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"array"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"LOG_CHANNEL"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"stderr"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"SESSION_DRIVER"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"cookie"<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #007700">}<br />}&nbsp;<br /></span></code></div></div></div><br />
Note: you can get all kind of info on the supported framework using this vercel PHP here<br />
<br />
<a href="https://github.com/juicyfx/vercel-php" target="_blank" rel="noopener" class="mycode_url">https://github.com/juicyfx/vercel-php</a><br />
<br />
Now create and push to your git. (I am assuming you know how to do that. Google if you can't.)<br />
<br />
Now you need to create a project into vercel and add a GitHub account with vercel.<br />
<br />
Now add GitHub repository to your project here<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>project &gt; settings &gt; git &gt; Connected Git Repository</code></div></div><br />
<br />
<br />
Now with every push, your site will auto-deploy.<br />
<br />
Now you need to add apps environment variables<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>project &gt; settings &gt; git &gt; Environment Variables</code></div></div><br />
<br />
From your command line inside the local dev app run<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>php artisan key:generate --show</code></div></div><br />
This will create a key,(and display) for your app and add these lines as env in vercel<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>APP_KEY = *****</code></div></div><br />
<br />
<br />
You can add your MySQL details here or just hardcoded to the app, I have found env not so reliable. So I have to hard code it. Please note hard coding to GitHub repo is not recommended and it is exposed. you can do that inside your config/database.php file.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>DB_CONNECTION=mysql<br />
DB_HOST=**<br />
DB_PORT=3306<br />
DB_DATABASE=****<br />
DB_USERNAME=**<br />
DB_PASSWORD=**</code></div></div><br />
Replace ** with their values.<br />
<br />
You have to migrate your MySQL database ahead of time because vercel does not provide a terminal. <br />
<br />
So here is how I did use vercel to check on my development in a production environment.<br />
<br />
I am using vercel for 2 days now. I will update as I learn more.<br />
<hr class="mycode_hr" />
Have you used this tutorial to get a free hosted website for yourself? please share. I will update with another free PostgreSQL service.]]></description>
			<content:encoded><![CDATA[I am working on a project on a Blood Donation Diary app. After completing the project I needed to deploy my project to see its behaviour in the live environment. I have limited free option. Here I am sharing how I managed to deploy to vercel with MySQL database support. Vercel is a pass provider. You can deploy non-commercial projects for free here with up to 100GB bandwidth and no storage.<br />
<br />
To start you need the following things-<br />
<br />
1 . Git account <br />
 1.a. How to add the remote repo to a local dev environment<br />
2. Vercel Account<br />
3. Remote enabled MySQL database access.<br />
<br />
Here I am demonstrating how to make work with the laravel app.<br />
<br />
Create a laravel app using composer<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>composer create-project laravel/laravel laravelapp</code></div></div><br />
Make Updates to or customise to it.<br />
<br />
create these files in your root directory<br />
<br />
Create this file<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>api/index.php<br />
.vercelignore<br />
vercel.json</code></div></div><br />
Please note there is a dot file.<br />
<br />
Now add these codes to their files<br />
<br />
api/index.php<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php<br /><br /></span><span style="color: #FF8000">//&nbsp;Forward&nbsp;Vercel&nbsp;requests&nbsp;to&nbsp;normal&nbsp;index.php<br /></span><span style="color: #007700">require&nbsp;</span><span style="color: #0000BB">__DIR__&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #DD0000">'/../public/index.php'</span><span style="color: #007700">;&nbsp;<br /></span></code></div></div></div><br />
<span style="font-size: small;" class="mycode_size"><span style="font-family: Monaco, Consolas, Courier, monospace;" class="mycode_font">.vercelignore</span></span><br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">/</span><span style="color: #0000BB">vendor&nbsp;<br /></span></code></div></div></div><br />
<span style="font-size: small;" class="mycode_size"><span style="font-family: Monaco, Consolas, Courier, monospace;" class="mycode_font"><span style="font-size: small;" class="mycode_size">[font=Monaco, Consolas, Courier, monospace]vercel.json</span></span>[/font]</span><br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">{<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #DD0000">"version"</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">2</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #DD0000">"functions"</span><span style="color: #007700">:&nbsp;{<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"api/index.php"</span><span style="color: #007700">:&nbsp;{&nbsp;</span><span style="color: #DD0000">"runtime"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"vercel-php@0.3.1"&nbsp;</span><span style="color: #007700">}<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #007700">},<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #DD0000">"routes"</span><span style="color: #007700">:&nbsp;[{<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"src"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/(.*)"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"dest"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/api/index.php"<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #007700">}],<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #DD0000">"env"</span><span style="color: #007700">:&nbsp;{<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_ENV"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"production"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_DEBUG"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"true"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_URL"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"https://yourproductionurl.com"</span><span style="color: #007700">,<br /><br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_CONFIG_CACHE"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp/config.php"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_EVENTS_CACHE"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp/events.php"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_PACKAGES_CACHE"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp/packages.php"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_ROUTES_CACHE"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp/routes.php"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"APP_SERVICES_CACHE"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp/services.php"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"VIEW_COMPILED_PATH"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"/tmp"</span><span style="color: #007700">,<br /><br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"CACHE_DRIVER"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"array"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"LOG_CHANNEL"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"stderr"</span><span style="color: #007700">,<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"SESSION_DRIVER"</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">"cookie"<br />&nbsp;</span><span style="color: #0000BB"> &nbsp; </span><span style="color: #007700">}<br />}&nbsp;<br /></span></code></div></div></div><br />
Note: you can get all kind of info on the supported framework using this vercel PHP here<br />
<br />
<a href="https://github.com/juicyfx/vercel-php" target="_blank" rel="noopener" class="mycode_url">https://github.com/juicyfx/vercel-php</a><br />
<br />
Now create and push to your git. (I am assuming you know how to do that. Google if you can't.)<br />
<br />
Now you need to create a project into vercel and add a GitHub account with vercel.<br />
<br />
Now add GitHub repository to your project here<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>project &gt; settings &gt; git &gt; Connected Git Repository</code></div></div><br />
<br />
<br />
Now with every push, your site will auto-deploy.<br />
<br />
Now you need to add apps environment variables<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>project &gt; settings &gt; git &gt; Environment Variables</code></div></div><br />
<br />
From your command line inside the local dev app run<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>php artisan key:generate --show</code></div></div><br />
This will create a key,(and display) for your app and add these lines as env in vercel<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>APP_KEY = *****</code></div></div><br />
<br />
<br />
You can add your MySQL details here or just hardcoded to the app, I have found env not so reliable. So I have to hard code it. Please note hard coding to GitHub repo is not recommended and it is exposed. you can do that inside your config/database.php file.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>DB_CONNECTION=mysql<br />
DB_HOST=**<br />
DB_PORT=3306<br />
DB_DATABASE=****<br />
DB_USERNAME=**<br />
DB_PASSWORD=**</code></div></div><br />
Replace ** with their values.<br />
<br />
You have to migrate your MySQL database ahead of time because vercel does not provide a terminal. <br />
<br />
So here is how I did use vercel to check on my development in a production environment.<br />
<br />
I am using vercel for 2 days now. I will update as I learn more.<br />
<hr class="mycode_hr" />
Have you used this tutorial to get a free hosted website for yourself? please share. I will update with another free PostgreSQL service.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[WIP] Modernize Theme - MyBB]]></title>
			<link>https://post4vps.com/Thread-WIP-Modernize-Theme-MyBB</link>
			<pubDate>Tue, 22 Dec 2020 12:47:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=1">Dynamo</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-WIP-Modernize-Theme-MyBB</guid>
			<description><![CDATA[Hello folks,<br />
<br />
I had recently started working on a new MyBB Theme called Modernize.<br />
<br />
Here are few Pics so far:<br />
<br />
<img src="https://i.imgur.com/V9JsY4C.png" loading="lazy"  alt="[Image: V9JsY4C.png]" class="mycode_img" /><br />
<br />
<img src="https://i.imgur.com/tE0XeQZ.png" loading="lazy"  alt="[Image: tE0XeQZ.png]" class="mycode_img" /><br />
<br />
<img src="https://i.imgur.com/7bEjlVL.png" loading="lazy"  alt="[Image: 7bEjlVL.png]" class="mycode_img" /><br />
<br />
<img src="https://i.imgur.com/YXTFTnw.png" loading="lazy"  alt="[Image: YXTFTnw.png]" class="mycode_img" /><br />
<br />
Suggestions are always welcomed.<br />
I was also looking forward to making it responsive and add a dark variant.]]></description>
			<content:encoded><![CDATA[Hello folks,<br />
<br />
I had recently started working on a new MyBB Theme called Modernize.<br />
<br />
Here are few Pics so far:<br />
<br />
<img src="https://i.imgur.com/V9JsY4C.png" loading="lazy"  alt="[Image: V9JsY4C.png]" class="mycode_img" /><br />
<br />
<img src="https://i.imgur.com/tE0XeQZ.png" loading="lazy"  alt="[Image: tE0XeQZ.png]" class="mycode_img" /><br />
<br />
<img src="https://i.imgur.com/7bEjlVL.png" loading="lazy"  alt="[Image: 7bEjlVL.png]" class="mycode_img" /><br />
<br />
<img src="https://i.imgur.com/YXTFTnw.png" loading="lazy"  alt="[Image: YXTFTnw.png]" class="mycode_img" /><br />
<br />
Suggestions are always welcomed.<br />
I was also looking forward to making it responsive and add a dark variant.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Any one with experience - scraping WP site from Wayback Machine?]]></title>
			<link>https://post4vps.com/Thread-Any-one-with-experience-scraping-WP-site-from-Wayback-Machine</link>
			<pubDate>Thu, 10 Dec 2020 11:20:22 +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-Any-one-with-experience-scraping-WP-site-from-Wayback-Machine</guid>
			<description><![CDATA[Is there any one here with experience of scraping material from the <a href="https://archive.org/web/" target="_blank" rel="noopener" class="mycode_url">WayBack Machine</a>?  I Googled it, and there are so many options, but I'm not comfortable with how legit or otherwise some of them are.  <br />
<br />
So this starts as a sad story.  When Gigarocket closed, one of the members from Iran failed to respond in time, and as a consequence lost his blog.  Initially I didn't take it to heart, as in this day and age it is very difficult for me to understand when someone doesn't make regular backups of their Website, particularly if it is a valued Website.  But then I learned this guy has rheumatoid arthritis, and can barely use his fingers.  The blog was really important to him.  I had hoped that the owner of Gigarocket had made some backups of all of the hosting accounts, but learned that that had not happened, so the blog was no more.<br />
<br />
I then checked first with DuckDuckGo to see whether I could find bits and pieces, which I could.  When I read the bits and pieces I began to develop an understanding that this guy must be a lecturer or professor in engineering with lots of IT capabilities. The blog posts were written in excellent English so I began to understand that he must have put a lot of energy in it.  It must be a great loss to him.  I then thought to check the WayBack Machine to see whether I could find any material there, being doubtful initially as I wouldn't have thought the WayBack Machine would take copies of a personal blog.  But then discovered that the blog had been "photographed" by the WayBack Machine 57 times, the last one on 31 October.  It was that good a blog with substance.  <br />
<br />
The blog is a WordPress blog, but I get the feeling some of it was designed by the owner of the blog himself.  Like the design is based on a WordPress Micro Blog template.  Obviously I can't get the database, but I was able to copy and paste the source of the pages and CSS stylesheets to NotePad++, but there are still lots of material missing.  Such as the images.<br />
<br />
So if there is any one who has suggestions of how to scrape the WordPress site deeper than what I've been able to do, this will be much appreciated.]]></description>
			<content:encoded><![CDATA[Is there any one here with experience of scraping material from the <a href="https://archive.org/web/" target="_blank" rel="noopener" class="mycode_url">WayBack Machine</a>?  I Googled it, and there are so many options, but I'm not comfortable with how legit or otherwise some of them are.  <br />
<br />
So this starts as a sad story.  When Gigarocket closed, one of the members from Iran failed to respond in time, and as a consequence lost his blog.  Initially I didn't take it to heart, as in this day and age it is very difficult for me to understand when someone doesn't make regular backups of their Website, particularly if it is a valued Website.  But then I learned this guy has rheumatoid arthritis, and can barely use his fingers.  The blog was really important to him.  I had hoped that the owner of Gigarocket had made some backups of all of the hosting accounts, but learned that that had not happened, so the blog was no more.<br />
<br />
I then checked first with DuckDuckGo to see whether I could find bits and pieces, which I could.  When I read the bits and pieces I began to develop an understanding that this guy must be a lecturer or professor in engineering with lots of IT capabilities. The blog posts were written in excellent English so I began to understand that he must have put a lot of energy in it.  It must be a great loss to him.  I then thought to check the WayBack Machine to see whether I could find any material there, being doubtful initially as I wouldn't have thought the WayBack Machine would take copies of a personal blog.  But then discovered that the blog had been "photographed" by the WayBack Machine 57 times, the last one on 31 October.  It was that good a blog with substance.  <br />
<br />
The blog is a WordPress blog, but I get the feeling some of it was designed by the owner of the blog himself.  Like the design is based on a WordPress Micro Blog template.  Obviously I can't get the database, but I was able to copy and paste the source of the pages and CSS stylesheets to NotePad++, but there are still lots of material missing.  Such as the images.<br />
<br />
So if there is any one who has suggestions of how to scrape the WordPress site deeper than what I've been able to do, this will be much appreciated.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Buy Sell Website]]></title>
			<link>https://post4vps.com/Thread-Buy-Sell-Website</link>
			<pubDate>Sun, 29 Nov 2020 12:15:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=896">Rehan</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Buy-Sell-Website</guid>
			<description><![CDATA[Hello experts,<br />
                    I hope everything is fine and you will be doing all well. As we know PUBG Mobile is rising as a worldwide best multiplayer game.I don't know if people do sell/buy accounts outside the Pakistan. But here in Pakistan people are doing it. I have found a lot of people dealing for accounts on there WhatsApp. I have decided to try out making a website where people do buy/sell their PUBGM accounts. So, i don't know whether it will work or not. I am going to use WordPress for this. I don't know if WordPress is good for it. So i am just asking here about thoughts on WordPress. Is WordPress good for trade ?]]></description>
			<content:encoded><![CDATA[Hello experts,<br />
                    I hope everything is fine and you will be doing all well. As we know PUBG Mobile is rising as a worldwide best multiplayer game.I don't know if people do sell/buy accounts outside the Pakistan. But here in Pakistan people are doing it. I have found a lot of people dealing for accounts on there WhatsApp. I have decided to try out making a website where people do buy/sell their PUBGM accounts. So, i don't know whether it will work or not. I am going to use WordPress for this. I don't know if WordPress is good for it. So i am just asking here about thoughts on WordPress. Is WordPress good for trade ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[database: networking and security]]></title>
			<link>https://post4vps.com/Thread-database-networking-and-security</link>
			<pubDate>Thu, 19 Nov 2020 18:48:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=246">fitkoh</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-database-networking-and-security</guid>
			<description><![CDATA[I am dipping my toe in sql lately. My goal is to extend the games I've been working on with multiplayer functionality. I've had some success, but it's a steep learning curve as I'm not well versed with php or sql, the systems being used to integrate the database with the client.<br />
<br />
While I experiment with new and interesting ways of organizing user data to enhance the gaming experience, I've got my thoughts centered on security. To have a multiplayer game, I need a way to identify different users, and each must be unique. This necessitates a user database, and means that I'll have to maintain user data and keep it safe while being able to access it and transmit it over the interwebs as needed.<br />
<br />
Here's what I've tried so far:<br />
<br />
After a great deal of thought, I decided to create a wordpress site to start the database. While probably not the most secure option, it is "the industry standard" as the most popular cms in the world, and with many minds working on it, it's probably better than anything I could come up with on my own on the fly.<br />
<br />
Wordpress does make the effort to hash passwords before storing them, and there are numerous plugins to extend security, and regular updates: which I feel good about.<br />
<br />
Next, I create my php scripts. The php scripts take a POST response over https and use it to move data into the database. The output is passed as JSON back to the client.<br />
<br />
I am by no means an expert in security, but I did make some effort: I made sure to use PHP VALIDATE filters and on all user inputs. But I've noticed after hours of research that there are a ton of topics on this subject, more than I could ever read; which makes me wonder: What's the best way to go about it? It's like buying shampoo... how do I know what's the best shampoo when there's a whole aisle full of options, more than I could ever try?<br />
<br />
 I'm still a little apprehensive about transmitting user data over the internet, and would like to keep considering other options to increase security and safety for myself and others.<br />
<br />
I have thought of creating a login token that would expire after a time; an hour or two? This could become tedious for the end user, but I'm less anxious about transmitting a randomly generated token than sending a user name/password, and expiring tokens would limit the opportunities for cheating. I could even bind each token to an ip although some users might not appreciate having their ip stored :/ I think there is no perfect solution. I need to focus on finding the best solution for my particular scenario.<br />
<br />
After all that, here are the questions for any who might have an answer, and wish to extend the discussion:<br />
<br />
1. At current, how "safe" would my operation be? I know that no system is completely secure, but can I proceed with relative confidence that I've made a solid effort to protect the integrity of the data?<br />
<br />
2. If not, what other systems should I consider putting in place? What search terms can I put in google to return the topics I would be well to learn?]]></description>
			<content:encoded><![CDATA[I am dipping my toe in sql lately. My goal is to extend the games I've been working on with multiplayer functionality. I've had some success, but it's a steep learning curve as I'm not well versed with php or sql, the systems being used to integrate the database with the client.<br />
<br />
While I experiment with new and interesting ways of organizing user data to enhance the gaming experience, I've got my thoughts centered on security. To have a multiplayer game, I need a way to identify different users, and each must be unique. This necessitates a user database, and means that I'll have to maintain user data and keep it safe while being able to access it and transmit it over the interwebs as needed.<br />
<br />
Here's what I've tried so far:<br />
<br />
After a great deal of thought, I decided to create a wordpress site to start the database. While probably not the most secure option, it is "the industry standard" as the most popular cms in the world, and with many minds working on it, it's probably better than anything I could come up with on my own on the fly.<br />
<br />
Wordpress does make the effort to hash passwords before storing them, and there are numerous plugins to extend security, and regular updates: which I feel good about.<br />
<br />
Next, I create my php scripts. The php scripts take a POST response over https and use it to move data into the database. The output is passed as JSON back to the client.<br />
<br />
I am by no means an expert in security, but I did make some effort: I made sure to use PHP VALIDATE filters and on all user inputs. But I've noticed after hours of research that there are a ton of topics on this subject, more than I could ever read; which makes me wonder: What's the best way to go about it? It's like buying shampoo... how do I know what's the best shampoo when there's a whole aisle full of options, more than I could ever try?<br />
<br />
 I'm still a little apprehensive about transmitting user data over the internet, and would like to keep considering other options to increase security and safety for myself and others.<br />
<br />
I have thought of creating a login token that would expire after a time; an hour or two? This could become tedious for the end user, but I'm less anxious about transmitting a randomly generated token than sending a user name/password, and expiring tokens would limit the opportunities for cheating. I could even bind each token to an ip although some users might not appreciate having their ip stored :/ I think there is no perfect solution. I need to focus on finding the best solution for my particular scenario.<br />
<br />
After all that, here are the questions for any who might have an answer, and wish to extend the discussion:<br />
<br />
1. At current, how "safe" would my operation be? I know that no system is completely secure, but can I proceed with relative confidence that I've made a solid effort to protect the integrity of the data?<br />
<br />
2. If not, what other systems should I consider putting in place? What search terms can I put in google to return the topics I would be well to learn?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hide iframe src from view source?]]></title>
			<link>https://post4vps.com/Thread-Hide-iframe-src-from-view-source</link>
			<pubDate>Mon, 07 Sep 2020 20:02:40 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=2057">hopphim95</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Hide-iframe-src-from-view-source</guid>
			<description><![CDATA[Hello everyone, I have a question that is there anyway to hide a src iframe from view source? I have searched many sources online but have yet to find the best answer, I have this code but it is not completely hidden, although &lt;iframe id = "embed1" src = "" frameborder = "0" allowfullscreen&gt; &lt;/iframe&gt; but it is still visible in javascript<br />
<br />
Here is my code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;?php &#36;servers[&#36;i] = &#36;numerado; &#36;src[&#36;i] = &#36;dato; ?&gt;<br />
  &lt;iframe id="embed&lt;?php echo &#36;servers[&#36;i]; ?&gt;" src="" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script&gt;<br />
function myFunction() {setTimeout(function myFunction() {&lt;?php &#36;i = 0; { while( &#36;i &lt;= (count(&#36;servers) - 1) ): ?&gt;document.getElementById("embed&lt;?php echo &#36;servers[&#36;i]; ?&gt;").setAttribute("src", "&lt;?php echo &#36;src[&#36;i]; ?&gt;");&lt;?php &#36;i++; endwhile; } ?&gt;}, 1);}myFunction();<br />
&lt;/script&gt;</code></div></div><br />
And this is view source:<br />
<img src="https://i.imgur.com/e665KF4.png" loading="lazy"  alt="[Image: e665KF4.png]" class="mycode_img" /><br />
Please help me, thanks so much]]></description>
			<content:encoded><![CDATA[Hello everyone, I have a question that is there anyway to hide a src iframe from view source? I have searched many sources online but have yet to find the best answer, I have this code but it is not completely hidden, although &lt;iframe id = "embed1" src = "" frameborder = "0" allowfullscreen&gt; &lt;/iframe&gt; but it is still visible in javascript<br />
<br />
Here is my code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;?php &#36;servers[&#36;i] = &#36;numerado; &#36;src[&#36;i] = &#36;dato; ?&gt;<br />
  &lt;iframe id="embed&lt;?php echo &#36;servers[&#36;i]; ?&gt;" src="" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script&gt;<br />
function myFunction() {setTimeout(function myFunction() {&lt;?php &#36;i = 0; { while( &#36;i &lt;= (count(&#36;servers) - 1) ): ?&gt;document.getElementById("embed&lt;?php echo &#36;servers[&#36;i]; ?&gt;").setAttribute("src", "&lt;?php echo &#36;src[&#36;i]; ?&gt;");&lt;?php &#36;i++; endwhile; } ?&gt;}, 1);}myFunction();<br />
&lt;/script&gt;</code></div></div><br />
And this is view source:<br />
<img src="https://i.imgur.com/e665KF4.png" loading="lazy"  alt="[Image: e665KF4.png]" class="mycode_img" /><br />
Please help me, thanks so much]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hosting multiple HTTPS domain under a server.]]></title>
			<link>https://post4vps.com/Thread-Hosting-multiple-HTTPS-domain-under-a-server</link>
			<pubDate>Mon, 17 Aug 2020 03:08:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=2030">fujiwara2000</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Hosting-multiple-HTTPS-domain-under-a-server</guid>
			<description><![CDATA[Usually I have used the netlify to get such stuffs done. Yesterday, I have got a VPS for some other purposes and I decided to host my website on it too. Any idea on how to do it?]]></description>
			<content:encoded><![CDATA[Usually I have used the netlify to get such stuffs done. Yesterday, I have got a VPS for some other purposes and I decided to host my website on it too. Any idea on how to do it?]]></content:encoded>
		</item>
	</channel>
</rss>