<?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 - Scripting & Programming]]></title>
		<link>https://post4vps.com/</link>
		<description><![CDATA[Post4VPS Forum | Free VPS Provider - https://post4vps.com]]></description>
		<pubDate>Wed, 29 Apr 2026 06:49:56 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Snippet Maker for VScode Atom and sublime.]]></title>
			<link>https://post4vps.com/Thread-Snippet-Maker-for-VScode-Atom-and-sublime</link>
			<pubDate>Mon, 28 Jun 2021 07:29: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-Snippet-Maker-for-VScode-Atom-and-sublime</guid>
			<description><![CDATA[Hello all,<br />
Here is a little site that makes my life easier. It's a snippet code generator that comes in handy if you are switching to a new IDE. I was switching from sublime to vs code and converting the input snippets are really a pain. This site just makes it look so easy. You can thank Pawel on his Twitter.<br />
<br />
<a href="https://snippet-generator.app/" target="_blank" rel="noopener" class="mycode_url">Website</a><br />
<a href="https://github.com/pawelgrzybek/snippet-generator" target="_blank" rel="noopener" class="mycode_url">Github Code</a><br />
<br />
You can follow me on Twitter so I can help you too.]]></description>
			<content:encoded><![CDATA[Hello all,<br />
Here is a little site that makes my life easier. It's a snippet code generator that comes in handy if you are switching to a new IDE. I was switching from sublime to vs code and converting the input snippets are really a pain. This site just makes it look so easy. You can thank Pawel on his Twitter.<br />
<br />
<a href="https://snippet-generator.app/" target="_blank" rel="noopener" class="mycode_url">Website</a><br />
<a href="https://github.com/pawelgrzybek/snippet-generator" target="_blank" rel="noopener" class="mycode_url">Github Code</a><br />
<br />
You can follow me on Twitter so I can help you too.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[mybb sql error]]></title>
			<link>https://post4vps.com/Thread-mybb-sql-error</link>
			<pubDate>Sat, 27 Mar 2021 12:25:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=874">hamed</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-mybb-sql-error</guid>
			<description><![CDATA[hello guys . i got this error today from my friend website . what is this i dont edit anythink in host.<br />
<img src="https://s17.picofile.com/file/8428941534/Untitled.png" loading="lazy"  alt="[Image: Untitled.png]" class="mycode_img" /><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=259" target="_blank" title="">Untitled.png</a> (Size: 82.1 KB / Downloads: 53)
]]></description>
			<content:encoded><![CDATA[hello guys . i got this error today from my friend website . what is this i dont edit anythink in host.<br />
<img src="https://s17.picofile.com/file/8428941534/Untitled.png" loading="lazy"  alt="[Image: Untitled.png]" class="mycode_img" /><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=259" target="_blank" title="">Untitled.png</a> (Size: 82.1 KB / Downloads: 53)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to install Java 8/9 on Debian Server]]></title>
			<link>https://post4vps.com/Thread-How-to-install-Java-8-9-on-Debian-Server</link>
			<pubDate>Tue, 26 Jan 2021 05:49:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=512">sagher</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-How-to-install-Java-8-9-on-Debian-Server</guid>
			<description><![CDATA[Hello all experts. <br />
<br />
I need to install Java into my VPS. and almost i follow all tutorials to install it but fails. so i need some expert feed back to resolve the errors. <br />
<br />
I share a tutorial got from Digitalocean which is most authentic and favorite but i got following outputs.<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>root@kvm-xxxxxxxxxxxxx:~# sudo apt install default-jdk<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
default-jdk is already the newest version (2:1.8-58+deb9u1).<br />
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.<br />
root@kvm-xxxxxxxxxxxxxx:~# java -version<br />
openjdk version "1.8.0_275"<br />
OpenJDK Runtime Environment (build 1.8.0_275-8u275-b01-1~deb9u1-b01)<br />
OpenJDK 64-Bit Server VM (build 25.275-b01, mixed mode)<br />
root@kvm-xxxxxxxxxxxxx:~# sudo apt-get install default-jre<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
default-jre is already the newest version (2:1.8-58+deb9u1).<br />
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.<br />
root@kvm-xxxxxxxxxxxxxx:~# sudo apt-get install software-properties-common<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
software-properties-common is already the newest version (0.96.20.2-1+deb9u1).<br />
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.<br />
root@kvm-xxxxxxxxxxxxxx:~# sudo add-apt-repository "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main"<br />
root@kvm-xxxxxxxxxxxxxxxxx:~#<br />
root@kvm-xxxxxxxxxxxxxxxxxxx:~#<br />
root@kvm-xxxxxxxxxxxxxxxxxxx:~# sudo apt-get update<br />
Hit:1 http://security.debian.org/debian-security stretch/updates InRelease<br />
Ign:2 http://ftp.us.debian.org/debian stretch InRelease<br />
Get:3 http://ftp.us.debian.org/debian stretch-updates InRelease [93.6 kB]<br />
Get:4 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease [17.6 kB]<br />
Hit:5 http://security.debian.org/debian-security jessie/updates InRelease<br />
Hit:6 http://ftp.us.debian.org/debian stretch Release<br />
Hit:7 http://ppa.launchpad.net/linuxuprising/java/ubuntu hirsute InRelease<br />
Hit:9 http://ppa.launchpad.net/webupd8team/java/ubuntu trusty InRelease<br />
Ign:10 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute InRelease<br />
Ign:11 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute Release<br />
Ign:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Ign:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Ign:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Ign:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Ign:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Err:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
  404  Not Found [IP: 91.189.95.85 80]<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Fetched 111 kB in 7s (14.1 kB/s)<br />
Reading package lists... Done<br />
W: The repository 'http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute Release' does not have a Release file.<br />
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.<br />
N: See apt-secure(8) manpage for repository creation and user configuration details.<br />
E: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/hirsute/main/binary-amd64/Packages  404  Not Found [IP: 91.189.95.85 80]<br />
E: Some index files failed to download. They have been ignored, or old ones used instead.</code></div></div><br />
<br />
After that when i try to install java 8 . <br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>root@kvm-xxxxxxxxxxxxxxxxx:~# sudo apt-get install oracle-java8-installer<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
Package oracle-java8-installer is not available, but is referred to by another package.<br />
This may mean that the package is missing, has been obsoleted, or<br />
is only available from another source<br />
<br />
E: Package 'oracle-java8-installer' has no installation candidate</code></div></div><br />
Anyone have solution for this?]]></description>
			<content:encoded><![CDATA[Hello all experts. <br />
<br />
I need to install Java into my VPS. and almost i follow all tutorials to install it but fails. so i need some expert feed back to resolve the errors. <br />
<br />
I share a tutorial got from Digitalocean which is most authentic and favorite but i got following outputs.<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>root@kvm-xxxxxxxxxxxxx:~# sudo apt install default-jdk<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
default-jdk is already the newest version (2:1.8-58+deb9u1).<br />
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.<br />
root@kvm-xxxxxxxxxxxxxx:~# java -version<br />
openjdk version "1.8.0_275"<br />
OpenJDK Runtime Environment (build 1.8.0_275-8u275-b01-1~deb9u1-b01)<br />
OpenJDK 64-Bit Server VM (build 25.275-b01, mixed mode)<br />
root@kvm-xxxxxxxxxxxxx:~# sudo apt-get install default-jre<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
default-jre is already the newest version (2:1.8-58+deb9u1).<br />
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.<br />
root@kvm-xxxxxxxxxxxxxx:~# sudo apt-get install software-properties-common<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
software-properties-common is already the newest version (0.96.20.2-1+deb9u1).<br />
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.<br />
root@kvm-xxxxxxxxxxxxxx:~# sudo add-apt-repository "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main"<br />
root@kvm-xxxxxxxxxxxxxxxxx:~#<br />
root@kvm-xxxxxxxxxxxxxxxxxxx:~#<br />
root@kvm-xxxxxxxxxxxxxxxxxxx:~# sudo apt-get update<br />
Hit:1 http://security.debian.org/debian-security stretch/updates InRelease<br />
Ign:2 http://ftp.us.debian.org/debian stretch InRelease<br />
Get:3 http://ftp.us.debian.org/debian stretch-updates InRelease [93.6 kB]<br />
Get:4 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease [17.6 kB]<br />
Hit:5 http://security.debian.org/debian-security jessie/updates InRelease<br />
Hit:6 http://ftp.us.debian.org/debian stretch Release<br />
Hit:7 http://ppa.launchpad.net/linuxuprising/java/ubuntu hirsute InRelease<br />
Hit:9 http://ppa.launchpad.net/webupd8team/java/ubuntu trusty InRelease<br />
Ign:10 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute InRelease<br />
Ign:11 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute Release<br />
Ign:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Ign:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Ign:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Ign:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Ign:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Err:12 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main amd64 Packages<br />
  404  Not Found [IP: 91.189.95.85 80]<br />
Ign:13 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main all Packages<br />
Ign:14 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en_US<br />
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute/main Translation-en<br />
Fetched 111 kB in 7s (14.1 kB/s)<br />
Reading package lists... Done<br />
W: The repository 'http://ppa.launchpad.net/webupd8team/java/ubuntu hirsute Release' does not have a Release file.<br />
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.<br />
N: See apt-secure(8) manpage for repository creation and user configuration details.<br />
E: Failed to fetch http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/hirsute/main/binary-amd64/Packages  404  Not Found [IP: 91.189.95.85 80]<br />
E: Some index files failed to download. They have been ignored, or old ones used instead.</code></div></div><br />
<br />
After that when i try to install java 8 . <br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>root@kvm-xxxxxxxxxxxxxxxxx:~# sudo apt-get install oracle-java8-installer<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
Package oracle-java8-installer is not available, but is referred to by another package.<br />
This may mean that the package is missing, has been obsoleted, or<br />
is only available from another source<br />
<br />
E: Package 'oracle-java8-installer' has no installation candidate</code></div></div><br />
Anyone have solution for this?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[WP Extractor | Simple WordPress Posts & Pages Extractor in Python]]></title>
			<link>https://post4vps.com/Thread-WP-Extractor-Simple-WordPress-Posts-Pages-Extractor-in-Python</link>
			<pubDate>Sun, 08 Nov 2020 09:09:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=318">Manal</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-WP-Extractor-Simple-WordPress-Posts-Pages-Extractor-in-Python</guid>
			<description><![CDATA[<span style="font-size: x-large;" class="mycode_size"><span style="color: #24292e;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font"><a href="https://github.com/SomilGumber/wpextractor" target="_blank" rel="noopener" class="mycode_url">WPExtractor</a> - WordPress Blog Post Extractor in JSON Format</span></span></span><br />
<hr class="mycode_hr" />
<span style="color: #24292e;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font">WPExtractor is a python-based tool specifically made for Artificial Intelligence-based projects to make datasets. This helps to collect data from blogs which can be used to train bot in many useful ways.</span></span></span><br />
<span style="color: #24292e;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font"><a href="https://github.com/SomilGumber/wpextractor#features" target="_blank" rel="noopener" class="mycode_url">Features</a></span></span><ul class="mycode_list"><li>Automatically extract all posts from a WordPress website within seconds.<br />
<br />
</li>
<li>Saves the data in the JSON file in the directory for you.<br />
<br />
</li>
<li>Easily understandable JSON format to make your life easier <img src="https://post4vps.com/images/emoji/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
</li>
<li>Responsive developers. Just make an issue, we'll fix it for you <img src="https://post4vps.com/images/emoji/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
</li>
</ul>
<hr class="mycode_hr" />
<span style="color: #24292e;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Usage</span></span></span><br />
<span style="color: #24292e;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font">Usage:</span></span></span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>python main.py -u https://csrockers.in</code></div></div><span style="color: #000000;" class="mycode_color"><br />
By default, it will fetch posts from the website. To fetch pages, use the following.</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>python main.py -u https://fulltimehosting.net --pages</code></div></div><br />
<span style="color: #24292e;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font"><a href="https://github.com/SomilGumber/wpextractor#credits" target="_blank" rel="noopener" class="mycode_url">Credits</a></span></span><br />
<span style="color: #24292e;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font"><a href="https://github.com/ManalShaikh" target="_blank" rel="noopener" class="mycode_url">Manal Shaikh</a> &amp; Somil Gumber.</span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-size: x-large;" class="mycode_size"><span style="color: #24292e;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font"><a href="https://github.com/SomilGumber/wpextractor" target="_blank" rel="noopener" class="mycode_url">WPExtractor</a> - WordPress Blog Post Extractor in JSON Format</span></span></span><br />
<hr class="mycode_hr" />
<span style="color: #24292e;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font">WPExtractor is a python-based tool specifically made for Artificial Intelligence-based projects to make datasets. This helps to collect data from blogs which can be used to train bot in many useful ways.</span></span></span><br />
<span style="color: #24292e;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font"><a href="https://github.com/SomilGumber/wpextractor#features" target="_blank" rel="noopener" class="mycode_url">Features</a></span></span><ul class="mycode_list"><li>Automatically extract all posts from a WordPress website within seconds.<br />
<br />
</li>
<li>Saves the data in the JSON file in the directory for you.<br />
<br />
</li>
<li>Easily understandable JSON format to make your life easier <img src="https://post4vps.com/images/emoji/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
</li>
<li>Responsive developers. Just make an issue, we'll fix it for you <img src="https://post4vps.com/images/emoji/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
</li>
</ul>
<hr class="mycode_hr" />
<span style="color: #24292e;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Usage</span></span></span><br />
<span style="color: #24292e;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font">Usage:</span></span></span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>python main.py -u https://csrockers.in</code></div></div><span style="color: #000000;" class="mycode_color"><br />
By default, it will fetch posts from the website. To fetch pages, use the following.</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>python main.py -u https://fulltimehosting.net --pages</code></div></div><br />
<span style="color: #24292e;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font"><a href="https://github.com/SomilGumber/wpextractor#credits" target="_blank" rel="noopener" class="mycode_url">Credits</a></span></span><br />
<span style="color: #24292e;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: -apple-system, BlinkMacSystemFont,;" class="mycode_font"><a href="https://github.com/ManalShaikh" target="_blank" rel="noopener" class="mycode_url">Manal Shaikh</a> &amp; Somil Gumber.</span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Review of GDevelop Open Source Game Engine]]></title>
			<link>https://post4vps.com/Thread-Review-of-GDevelop-Open-Source-Game-Engine</link>
			<pubDate>Thu, 15 Oct 2020 16:37:13 +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-Review-of-GDevelop-Open-Source-Game-Engine</guid>
			<description><![CDATA[What is <a href="https://gdevelop-app.com/" target="_blank" rel="noopener" class="mycode_url">GDevelop</a>? It's a remarkably simple, very intuitive 2D game engine that allows you to create a game for free without any knowledge of programming. I'm a newer user, having played with it for a few months, but it's been actively developed for 4 years. Current version is 5.0.0 beta100<br />
<br />
The game editor consists of 2 main parts: the scene editor, and the events editor.<br />
<br />
The scene editor allows you to create the objects which will be used in your game. You can create sprites, tiling sprites, text objects, text inputs, particle emitters, light emitters, and light obstacles. Objects can be organized into groups for executing events on multiple objects, and placed into layers for creating a variety of display effects.<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=238" target="_blank" title="">Screenshot from 2020-10-15 11-30-21.png</a> (Size: 83.2 KB / Downloads: 25)
<br />
On the left: object properties. On the right: objects and object groups. At the bottom you can show or hide your layers. And in the center you can lay out your objects as you please.<br />
<br />
The events editor is the heart of the engine, where all the magic takes place. I'm not going to explain all the different things that can happen in the events editor because 1. I haven't discovered them all yet and 2. You can just go to the GDevelop site and read the <a href="http://wiki.compilgames.net/doku.php/gdevelop5/start" target="_blank" rel="noopener" class="mycode_url">docs</a>. Instead I want to talk about what makes GDevelop so intuitive and easy to use for beginners.<br />
<br />
Here's another screen shot because it's always useful to have a visual reference.<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=239" target="_blank" title="">Screenshot from 2020-10-15 11-42-43.png</a> (Size: 181.71 KB / Downloads: 25)
<br />
The events editor is set up in a very simple format of ACTIONS and CONDITIONS, which can be related to IF and THEN in programming terms.<br />
<br />
On the left you create your conditions. On the right you create the actions to be executed when the conditions are met. When you click to add a condition or action a searchable menu pops up to help you find what you're looking for. There's an expression finder that knows what ways you can manipulate different types of objects and presents you with available options and helps prevent syntax errors. For example, a text object has different options than a sprite and a sprite has different options than a particle emitter.<br />
<br />
There's support for most basic programming functions such as AND, OR, and condition blocks which make it easy to do things like FOR, WHILE, and REPEAT(x times). There's an assortment of variables: scene variables, global variables, values, strings, instance variables, and variable structures (which work like an ARRAY)<br />
<br />
What else can it do? <br />
<br />
There's  a math helper for things like SIN, COS, TAN, and a physics engine for creating things like TORQUE and FORCE.<br />
<br />
It uses PixiJS for a built in graphics editor, which is great for making simple pixel art, but if you need something more powerful you can import images in most standard web formats, although GDevelop prefers RGB instead of grayscale.<br />
<br />
The most recent update brought multiplayer functionality - something I need to experiment with eventually. It requires an npm server to use and has a limit of roughly 250 connections. Because it's open source, it's easy to contribute, and over the years extensions have been added for cool things like gamepad support. The upcoming release is scheduled to support firebase for database functions.<br />
<br />
There's a number of pre-made examples that give a template for constructing different types of games: shooters, platformers, top-down isometric games, racing games and more.<br />
<br />
The <a href="https://forum.gdevelop-app.com/" target="_blank" rel="noopener" class="mycode_url">community</a> is very friendly and helpful to the new and inexperienced. There's an <a href="https://editor.gdevelop-app.com/" target="_blank" rel="noopener" class="mycode_url">online editor</a> (a bit slow to run online) if one wants to try it before downloading. You can export for free to Windows, Linux, MacOS, Android, or HTML in just 1 click - iOS is planned for future updates.<br />
<br />
Who should use GDevelop? I think it's geared more towards less experienced or people who want to learn programming or try their hand at game development. Someone well experienced in something more powerful like Unity or Unreal might be disappointed. Because it's written in Javascript and has simple HTML5 export, it's possible to use it also for web development. <br />
<br />
I thought this was a good place to put this review, but feel free to move it to the gaming forum if you feel that's more appropriate <img src="https://post4vps.com/images/emoji/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[What is <a href="https://gdevelop-app.com/" target="_blank" rel="noopener" class="mycode_url">GDevelop</a>? It's a remarkably simple, very intuitive 2D game engine that allows you to create a game for free without any knowledge of programming. I'm a newer user, having played with it for a few months, but it's been actively developed for 4 years. Current version is 5.0.0 beta100<br />
<br />
The game editor consists of 2 main parts: the scene editor, and the events editor.<br />
<br />
The scene editor allows you to create the objects which will be used in your game. You can create sprites, tiling sprites, text objects, text inputs, particle emitters, light emitters, and light obstacles. Objects can be organized into groups for executing events on multiple objects, and placed into layers for creating a variety of display effects.<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=238" target="_blank" title="">Screenshot from 2020-10-15 11-30-21.png</a> (Size: 83.2 KB / Downloads: 25)
<br />
On the left: object properties. On the right: objects and object groups. At the bottom you can show or hide your layers. And in the center you can lay out your objects as you please.<br />
<br />
The events editor is the heart of the engine, where all the magic takes place. I'm not going to explain all the different things that can happen in the events editor because 1. I haven't discovered them all yet and 2. You can just go to the GDevelop site and read the <a href="http://wiki.compilgames.net/doku.php/gdevelop5/start" target="_blank" rel="noopener" class="mycode_url">docs</a>. Instead I want to talk about what makes GDevelop so intuitive and easy to use for beginners.<br />
<br />
Here's another screen shot because it's always useful to have a visual reference.<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=239" target="_blank" title="">Screenshot from 2020-10-15 11-42-43.png</a> (Size: 181.71 KB / Downloads: 25)
<br />
The events editor is set up in a very simple format of ACTIONS and CONDITIONS, which can be related to IF and THEN in programming terms.<br />
<br />
On the left you create your conditions. On the right you create the actions to be executed when the conditions are met. When you click to add a condition or action a searchable menu pops up to help you find what you're looking for. There's an expression finder that knows what ways you can manipulate different types of objects and presents you with available options and helps prevent syntax errors. For example, a text object has different options than a sprite and a sprite has different options than a particle emitter.<br />
<br />
There's support for most basic programming functions such as AND, OR, and condition blocks which make it easy to do things like FOR, WHILE, and REPEAT(x times). There's an assortment of variables: scene variables, global variables, values, strings, instance variables, and variable structures (which work like an ARRAY)<br />
<br />
What else can it do? <br />
<br />
There's  a math helper for things like SIN, COS, TAN, and a physics engine for creating things like TORQUE and FORCE.<br />
<br />
It uses PixiJS for a built in graphics editor, which is great for making simple pixel art, but if you need something more powerful you can import images in most standard web formats, although GDevelop prefers RGB instead of grayscale.<br />
<br />
The most recent update brought multiplayer functionality - something I need to experiment with eventually. It requires an npm server to use and has a limit of roughly 250 connections. Because it's open source, it's easy to contribute, and over the years extensions have been added for cool things like gamepad support. The upcoming release is scheduled to support firebase for database functions.<br />
<br />
There's a number of pre-made examples that give a template for constructing different types of games: shooters, platformers, top-down isometric games, racing games and more.<br />
<br />
The <a href="https://forum.gdevelop-app.com/" target="_blank" rel="noopener" class="mycode_url">community</a> is very friendly and helpful to the new and inexperienced. There's an <a href="https://editor.gdevelop-app.com/" target="_blank" rel="noopener" class="mycode_url">online editor</a> (a bit slow to run online) if one wants to try it before downloading. You can export for free to Windows, Linux, MacOS, Android, or HTML in just 1 click - iOS is planned for future updates.<br />
<br />
Who should use GDevelop? I think it's geared more towards less experienced or people who want to learn programming or try their hand at game development. Someone well experienced in something more powerful like Unity or Unreal might be disappointed. Because it's written in Javascript and has simple HTML5 export, it's possible to use it also for web development. <br />
<br />
I thought this was a good place to put this review, but feel free to move it to the gaming forum if you feel that's more appropriate <img src="https://post4vps.com/images/emoji/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Python is the Future?]]></title>
			<link>https://post4vps.com/Thread-Python-is-the-Future</link>
			<pubDate>Fri, 31 Jul 2020 04:43:23 +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-Python-is-the-Future</guid>
			<description><![CDATA[I don't know how many members here use Python or have learned the language but I have been studying it for a while now. I made a topic about <a href="https://post4vps.com/Thread-The-best-Editor-for-Python" target="_blank" rel="noopener" class="mycode_url">Python Editors</a> while ago and it got quite a bit of response. I thought to start a separate discussion about Python as a language, capabilities, cons and it's future. This language has been around for about 25 years and it has come a long way from what it used to be. Today there are high-end Python developers and for those who specialized in various frameworks. I used to be a die-hard fan of PHP and still, I'm. It has come a long way too but as a language but, I feel like It's slowly reaching its limit. Same time Python is spreading into fields that early Python developers wouldn't even dream out.<br />
<br />
We all know people slowly drifting away from Desktops and Laptops to mobile devices. So Moblie Apps going to dominate the known future. The bigger websites will become apps to get better control and performance over the devices. Now one problem with apps is today you need to make different apps for iOS and Android. There are cross-platform frameworks but when you are doing a high-level app still developers do it separately. Python has 2 of its own frameworks which are getting better day by day. These are called Kivy and BeeWare.<br />
<br />
The reason I have started studying Python is its ability to get things done easily and it's versatile. Right now I'm looking at social media automation and Moblie App development using Pythons.  There are better methods to do these but then I have to study different things about each. I prefer learning one and use it for all.<br />
<br />
There are 2 things people complain about Python. Especially by those non-Python developers. It's age and speed. Yes, it's a 25 years old language so they didn't plan for things like Moblie Apps those days when they mapping the language. But it's a language which gets better. Now the speed is a complicated thing. If you just purely look at benchmarks few other C family languages will show better speed. But in really 95% cases Python wouldn't show a speed problem.  Speed might be a problem is really high-level machine learning and image processing projects. But for something that level people often use very very specialized tools.<br />
<br />
Today there are new languages that might give Python a run for its money. For example, I heard Rust is really good and might surpass Python in the future. Also these other languages like Julia and Go.<br />
<br />
So anyway how many of you here use Python and for what you guys use it?<br />
<br />
What are the pros and cons you have experienced with the language?<br />
<br />
What do you think future hold for Python?<br />
<br />
<br />
.]]></description>
			<content:encoded><![CDATA[I don't know how many members here use Python or have learned the language but I have been studying it for a while now. I made a topic about <a href="https://post4vps.com/Thread-The-best-Editor-for-Python" target="_blank" rel="noopener" class="mycode_url">Python Editors</a> while ago and it got quite a bit of response. I thought to start a separate discussion about Python as a language, capabilities, cons and it's future. This language has been around for about 25 years and it has come a long way from what it used to be. Today there are high-end Python developers and for those who specialized in various frameworks. I used to be a die-hard fan of PHP and still, I'm. It has come a long way too but as a language but, I feel like It's slowly reaching its limit. Same time Python is spreading into fields that early Python developers wouldn't even dream out.<br />
<br />
We all know people slowly drifting away from Desktops and Laptops to mobile devices. So Moblie Apps going to dominate the known future. The bigger websites will become apps to get better control and performance over the devices. Now one problem with apps is today you need to make different apps for iOS and Android. There are cross-platform frameworks but when you are doing a high-level app still developers do it separately. Python has 2 of its own frameworks which are getting better day by day. These are called Kivy and BeeWare.<br />
<br />
The reason I have started studying Python is its ability to get things done easily and it's versatile. Right now I'm looking at social media automation and Moblie App development using Pythons.  There are better methods to do these but then I have to study different things about each. I prefer learning one and use it for all.<br />
<br />
There are 2 things people complain about Python. Especially by those non-Python developers. It's age and speed. Yes, it's a 25 years old language so they didn't plan for things like Moblie Apps those days when they mapping the language. But it's a language which gets better. Now the speed is a complicated thing. If you just purely look at benchmarks few other C family languages will show better speed. But in really 95% cases Python wouldn't show a speed problem.  Speed might be a problem is really high-level machine learning and image processing projects. But for something that level people often use very very specialized tools.<br />
<br />
Today there are new languages that might give Python a run for its money. For example, I heard Rust is really good and might surpass Python in the future. Also these other languages like Julia and Go.<br />
<br />
So anyway how many of you here use Python and for what you guys use it?<br />
<br />
What are the pros and cons you have experienced with the language?<br />
<br />
What do you think future hold for Python?<br />
<br />
<br />
.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How ionCube decoders work? Are they recommended?]]></title>
			<link>https://post4vps.com/Thread-How-ionCube-decoders-work-Are-they-recommended</link>
			<pubDate>Mon, 27 Jul 2020 10:14:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=1994">Wolf20482</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-How-ionCube-decoders-work-Are-they-recommended</guid>
			<description><![CDATA[Greetings,<br />
I was surfing the Internet when I suddenly saw a result like a "ionCube decoder". I'm taken to a legit-looking site which it asks me to register and purchase membership to decode files. It claims that "their decoded files are 99% correct". How does it work when ionCube encodes files into bytecode? If it really works, is it recommended? Please give me some suggestions. Thanks.]]></description>
			<content:encoded><![CDATA[Greetings,<br />
I was surfing the Internet when I suddenly saw a result like a "ionCube decoder". I'm taken to a legit-looking site which it asks me to register and purchase membership to decode files. It claims that "their decoded files are 99% correct". How does it work when ionCube encodes files into bytecode? If it really works, is it recommended? Please give me some suggestions. Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[More wordpress security for login management page]]></title>
			<link>https://post4vps.com/Thread-More-wordpress-security-for-login-management-page</link>
			<pubDate>Sat, 16 May 2020 13:58:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=874">hamed</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-More-wordpress-security-for-login-management-page</guid>
			<description><![CDATA[<span style="color: #454638;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: MsYekan, Tahoma;" class="mycode_font">Hello . My friends, I use Wordpress for my site. For more security, I want the link <a href="http://www.mydoamin.com/admin" target="_blank" rel="noopener" class="mycode_url">www.mydoamin.com/admin</a> to be disabled, and whenever I need to login, I need to enable it ... Please help.</span></span></span><br />
<span style="color: #454638;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: MsYekan, Tahoma;" class="mycode_font"><span style="color: #454638;" class="mycode_color"><span style="font-size: medium;" class="mycode_size">[font=MsYekan, Tahoma]I want to do this because I've had several unsuccessful logs of different IPs that have tried to infiltrate the site's management system many times. I use the php security system to edit a series of site information, and I close it whenever I don't need it, but this is also very important for / admin.</span></span></span>[/font]</span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #454638;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: MsYekan, Tahoma;" class="mycode_font">Hello . My friends, I use Wordpress for my site. For more security, I want the link <a href="http://www.mydoamin.com/admin" target="_blank" rel="noopener" class="mycode_url">www.mydoamin.com/admin</a> to be disabled, and whenever I need to login, I need to enable it ... Please help.</span></span></span><br />
<span style="color: #454638;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: MsYekan, Tahoma;" class="mycode_font"><span style="color: #454638;" class="mycode_color"><span style="font-size: medium;" class="mycode_size">[font=MsYekan, Tahoma]I want to do this because I've had several unsuccessful logs of different IPs that have tried to infiltrate the site's management system many times. I use the php security system to edit a series of site information, and I close it whenever I don't need it, but this is also very important for / admin.</span></span></span>[/font]</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Updating APP in playstore, lost key]]></title>
			<link>https://post4vps.com/Thread-Updating-APP-in-playstore-lost-key</link>
			<pubDate>Sat, 28 Mar 2020 07:35:57 +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-Updating-APP-in-playstore-lost-key</guid>
			<description><![CDATA[Hi, <br />
i am trying to add updated apk file to playstore, but I have no certificate used to sign the previous version. I have no key files. <br />
play console says the certificate is different.<br />
some searches says to create duplicate project. But is it against terms?<br />
How can I solve the issue. Support chat is not available currently.]]></description>
			<content:encoded><![CDATA[Hi, <br />
i am trying to add updated apk file to playstore, but I have no certificate used to sign the previous version. I have no key files. <br />
play console says the certificate is different.<br />
some searches says to create duplicate project. But is it against terms?<br />
How can I solve the issue. Support chat is not available currently.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Do you know the solution for slow AVD in Android Studio?]]></title>
			<link>https://post4vps.com/Thread-Do-you-know-the-solution-for-slow-AVD-in-Android-Studio</link>
			<pubDate>Fri, 27 Mar 2020 17:06:48 +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-Do-you-know-the-solution-for-slow-AVD-in-Android-Studio</guid>
			<description><![CDATA[Hi, <br />
I am developing an android app using android studio. I have tried different devices in AVD manager but all of the emulators are very slow and I could not even test  my app on it. So I mostly build apk and transferred to my phone for testing.<br />
Currently I have made some mistake and the app seems closing while I open the app. I could not use logcat due to the AVD issue. What can I do? <br />
I could not find the mistake.]]></description>
			<content:encoded><![CDATA[Hi, <br />
I am developing an android app using android studio. I have tried different devices in AVD manager but all of the emulators are very slow and I could not even test  my app on it. So I mostly build apk and transferred to my phone for testing.<br />
Currently I have made some mistake and the app seems closing while I open the app. I could not use logcat due to the AVD issue. What can I do? <br />
I could not find the mistake.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[any one uses skript?]]></title>
			<link>https://post4vps.com/Thread-any-one-uses-skript</link>
			<pubDate>Tue, 24 Mar 2020 15:08:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=6">perry</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-any-one-uses-skript</guid>
			<description><![CDATA[Hey post4vps.<br />
<br />
i have a local mc server that i used to make using script<br />
example here:<br />
<a href="https://www.youtube.com/watch?v=uEGNyhQzgus" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=uEGNyhQzgus</a><br />
<br />
how about you? have you tried skript if yes tell me what you have made so far or tried.<br />
<br />
greetings]]></description>
			<content:encoded><![CDATA[Hey post4vps.<br />
<br />
i have a local mc server that i used to make using script<br />
example here:<br />
<a href="https://www.youtube.com/watch?v=uEGNyhQzgus" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=uEGNyhQzgus</a><br />
<br />
how about you? have you tried skript if yes tell me what you have made so far or tried.<br />
<br />
greetings]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Any android coder or sketchware user?]]></title>
			<link>https://post4vps.com/Thread-Any-android-coder-or-sketchware-user</link>
			<pubDate>Thu, 13 Feb 2020 13:56:01 +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-Any-android-coder-or-sketchware-user</guid>
			<description><![CDATA[Currently I am trying to develop an android app for my website. Instead of just usin web loader I need to post certain data such as username &amp; password to website using the app. <br />
Is there anyone here who can help out. I am using sketchware and it seems good for beginners. But I could not edit complete source code.]]></description>
			<content:encoded><![CDATA[Currently I am trying to develop an android app for my website. Instead of just usin web loader I need to post certain data such as username &amp; password to website using the app. <br />
Is there anyone here who can help out. I am using sketchware and it seems good for beginners. But I could not edit complete source code.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[looking for Picture compression sofware]]></title>
			<link>https://post4vps.com/Thread-looking-for-Picture-compression-sofware</link>
			<pubDate>Sun, 26 Jan 2020 00:43:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=874">hamed</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-looking-for-Picture-compression-sofware</guid>
			<description><![CDATA[Hello friends . I need some professional software to compress my site images. Note . (Compression of images) Not files or anything. As you know, the amount of images you put on your website also affects the SEO of your website. (This is an important point. Friends who have a website are sure to pay attention).]]></description>
			<content:encoded><![CDATA[Hello friends . I need some professional software to compress my site images. Note . (Compression of images) Not files or anything. As you know, the amount of images you put on your website also affects the SEO of your website. (This is an important point. Friends who have a website are sure to pay attention).]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Looking for bench.sh 2.0 dev branch testers]]></title>
			<link>https://post4vps.com/Thread-Looking-for-bench-sh-2-0-dev-branch-testers</link>
			<pubDate>Thu, 26 Dec 2019 20:55:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=26">Mashiro</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Looking-for-bench-sh-2-0-dev-branch-testers</guid>
			<description><![CDATA[Hello Post4VPS Community<br />
<br />
I am currently looking for a few people who are willing to spend a little of their time, a few GBs of bandwidth and a tiny bit of compute power to test the development branch of my bench.sh 2.0 server benchmarking script. With this branch I will be pushing fixes and new features before releasing them to the productive master branch. It is also simply meant to be a testing environment.<br />
<br />
bench.sh 2.0 Server Benchmarking Script: <a href="https://github.com/hidden-refuge/bench-sh-2" target="_blank" rel="noopener" class="mycode_url">https://github.com/hidden-refuge/bench-sh-2</a><br />
Development Branch: <a href="https://github.com/hidden-refuge/bench-sh-2/tree/dev" target="_blank" rel="noopener" class="mycode_url">https://github.com/hidden-refuge/bench-sh-2/tree/dev</a><br />
<br />
<br />
Today afternoon I spent hours thinkering and working on a fix for a issue related to the disk speed tests and the calculation of the average speed of the disk. In all previous years and still even nowadays the disk speed has mostly never reached values of over 1 Gigabyte/s. Nowadays with SSD RAIDs and NVMe SSDs this is very much possible. <br />
<br />
The script didn't account for that and so the calculation of mixed speed test results like let's "768 MB/s, 1.2 GB/s and 890 MB/s" was always messed up and incorrect. The GB/s values were not accounted for properly and the average speed was too low. This is what I was working on today.<br />
<br />
My current problem is that I need testing of the new calculation routines on a real server or VPS that reaches over 1 GB/s on the disk speed test. I simply don't have such a server. I could only test the new calculation routines with hard coded values for speed test results.<br />
<br />
How can you help me? That's actually easy. If you have a server that reaches such high disk speed please run a few cycles of the development version of bench.sh 2.0 on your server and post the results here.<br />
<br />
<br />
How to:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>wget --no-check-certificate https://raw.githubusercontent.com/hidden-refuge/bench-sh-2/dev/bench.sh -O - -o /dev/null | bash</code></div></div><br />
Upload the bench.log file to a pastebin service and post it here. Of course censor IP addresses, hostnames and other sensitive information first.<br />
<br />
Like: <a href="https://pastebin.com/KE6Aauym" target="_blank" rel="noopener" class="mycode_url">https://pastebin.com/KE6Aauym</a><br />
<br />
People are also welcome to make suggestions and report other issues.<br />
<br />
<br />
Thank you in advance.]]></description>
			<content:encoded><![CDATA[Hello Post4VPS Community<br />
<br />
I am currently looking for a few people who are willing to spend a little of their time, a few GBs of bandwidth and a tiny bit of compute power to test the development branch of my bench.sh 2.0 server benchmarking script. With this branch I will be pushing fixes and new features before releasing them to the productive master branch. It is also simply meant to be a testing environment.<br />
<br />
bench.sh 2.0 Server Benchmarking Script: <a href="https://github.com/hidden-refuge/bench-sh-2" target="_blank" rel="noopener" class="mycode_url">https://github.com/hidden-refuge/bench-sh-2</a><br />
Development Branch: <a href="https://github.com/hidden-refuge/bench-sh-2/tree/dev" target="_blank" rel="noopener" class="mycode_url">https://github.com/hidden-refuge/bench-sh-2/tree/dev</a><br />
<br />
<br />
Today afternoon I spent hours thinkering and working on a fix for a issue related to the disk speed tests and the calculation of the average speed of the disk. In all previous years and still even nowadays the disk speed has mostly never reached values of over 1 Gigabyte/s. Nowadays with SSD RAIDs and NVMe SSDs this is very much possible. <br />
<br />
The script didn't account for that and so the calculation of mixed speed test results like let's "768 MB/s, 1.2 GB/s and 890 MB/s" was always messed up and incorrect. The GB/s values were not accounted for properly and the average speed was too low. This is what I was working on today.<br />
<br />
My current problem is that I need testing of the new calculation routines on a real server or VPS that reaches over 1 GB/s on the disk speed test. I simply don't have such a server. I could only test the new calculation routines with hard coded values for speed test results.<br />
<br />
How can you help me? That's actually easy. If you have a server that reaches such high disk speed please run a few cycles of the development version of bench.sh 2.0 on your server and post the results here.<br />
<br />
<br />
How to:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>wget --no-check-certificate https://raw.githubusercontent.com/hidden-refuge/bench-sh-2/dev/bench.sh -O - -o /dev/null | bash</code></div></div><br />
Upload the bench.log file to a pastebin service and post it here. Of course censor IP addresses, hostnames and other sensitive information first.<br />
<br />
Like: <a href="https://pastebin.com/KE6Aauym" target="_blank" rel="noopener" class="mycode_url">https://pastebin.com/KE6Aauym</a><br />
<br />
People are also welcome to make suggestions and report other issues.<br />
<br />
<br />
Thank you in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Removing data from array]]></title>
			<link>https://post4vps.com/Thread-Removing-data-from-array</link>
			<pubDate>Fri, 15 Nov 2019 15:32:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=327">Decent12</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Removing-data-from-array</guid>
			<description><![CDATA[Hello guys, i was searching for how to remove data from array in javascript but i got nothing helpfull from google.<br />
here is the array i created<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>var Workers = [];</code></div></div>added data in it by<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>var p = "dd", age = 55;<br />
Workers.push({"Name": p, "worker-Age": age})</code></div></div>now i want to delete this data by giving Worker age or by worker name, what should i do?]]></description>
			<content:encoded><![CDATA[Hello guys, i was searching for how to remove data from array in javascript but i got nothing helpfull from google.<br />
here is the array i created<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>var Workers = [];</code></div></div>added data in it by<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>var p = "dd", age = 55;<br />
Workers.push({"Name": p, "worker-Age": age})</code></div></div>now i want to delete this data by giving Worker age or by worker name, what should i do?]]></content:encoded>
		</item>
	</channel>
</rss>