<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Projects Archives - Jim Dolby</title>
	<atom:link href="https://jim.dolby.id.au/projects/feed" rel="self" type="application/rss+xml" />
	<link>https://jim.dolby.id.au/./projects</link>
	<description>A Geek and still proud of it!</description>
	<lastBuildDate>Fri, 30 May 2025 12:52:18 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">195341223</site>	<item>
		<title>Wireless Broadband RAS auto Dialer</title>
		<link>https://jim.dolby.id.au/projects/autodialer/wireless-broadband-ras-auto-dialer.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Sat, 28 Mar 2020 03:04:32 +0000</pubDate>
				<category><![CDATA[AutoDialer]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[RAS]]></category>
		<category><![CDATA[Wireless Broadband]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=249</guid>

					<description><![CDATA[<p>Anyone can Download the RAS automatic dialer (AKA Wireless broadband control)</p>
<p>The post <a href="https://jim.dolby.id.au/projects/autodialer/wireless-broadband-ras-auto-dialer.html">Wireless Broadband RAS auto Dialer</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Anyone can <a href="https://www.securetech.com.au/downloads/rasautodialer/" target="_blank" rel="noreferrer noopener" aria-label="Download the RAS automatic dialer (AKA Wireless broadband control) (opens in a new tab)">Download the RAS automatic dialer (AKA Wireless broadband control)</a></p>
<p>The post <a href="https://jim.dolby.id.au/projects/autodialer/wireless-broadband-ras-auto-dialer.html">Wireless Broadband RAS auto Dialer</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">249</post-id>	</item>
		<item>
		<title>Encrypt SCPrompt communications using SecureVNC plugin</title>
		<link>https://jim.dolby.id.au/projects/scprompt/encrypt-scprompt-communications-using-securevnc.html</link>
					<comments>https://jim.dolby.id.au/projects/scprompt/encrypt-scprompt-communications-using-securevnc.html#comments</comments>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Fri, 27 Mar 2020 05:07:18 +0000</pubDate>
				<category><![CDATA[SCPrompt]]></category>
		<category><![CDATA[AES256]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Secure]]></category>
		<category><![CDATA[ultravnc]]></category>
		<category><![CDATA[uvnc]]></category>
		<category><![CDATA[vnc]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=247</guid>

					<description><![CDATA[<p>SecureVNC Plugin allows secure communications (Using AES256) between UVNC viewer and server. The following gives simple steps how-to Add SecureVNC plugin to secure SCPrompt.</p>
<p>The post <a href="https://jim.dolby.id.au/projects/scprompt/encrypt-scprompt-communications-using-securevnc.html">Encrypt SCPrompt communications using SecureVNC plugin</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Encrypt <a href="/projects/scprompt">SCPrompt</a> communications using <a href="https://www.uvnc.com/">Ultravnc&#8217;s</a> <a href="http://www.adamwalling.com/SecureVNC/">SecureVNC</a> <a href="https://www.uvnc.com/downloads/encryption-plugins/87-encryption-plugins.html">DSM plugin</a> which uses <a href="https://en.wikipedia.org/wiki/Advanced_Encryption_Standard">AES-256</a> encryption for all communications between client and server</p>



<p>SecureVNC Plugin allows secure communications between UVNC viewer and server. The following steps show how-to Add SecureVNC plugin to secure SCPrompt.</p>



<p>As SCPrompt uses UVNC server at its core, its easy to modify SCPrompt to use SecureVNC Plugin which secures connections between ultravnc components using AES-256</p>



<p>By using an encryption module (DSM in UVNC world), you can be assured that only the person with a correctly configured SCPrompt server can connect to the viewer and only the viewer from the person who created the SCPrompt is able view remote computers using SCPrompt created by you.</p>



<ol class="wp-block-list">
<li><a href="https://www.securetech.com.au/downloads/remote/">download scprompt</a> Roll-your-own and unzip to a suitable location.</li>



<li>download <a href="https://www.adamwalling.com/SecureVNC/">SecureVNC.dsm</a>.</li>



<li>place SecureVNC.dsm in the same folder as scprompt.exe<br> (there are all conf files and others)</li>



<li>Next step is to configure your ultravnc.ini.<br>You can make it by your hands or just start winvnc.exe in the scprompt directory and configure it through the program properties.<br>All changes made in program gui will be written to ultravnc.ini in the scprompt directory</li>



<li>Enable SecureVNC.dsm plugin (by hands or through gui).</li>



<li>Configure scprompt.ini through gui (provided by settings_manager.exe).</li>



<li>&#8220;build&#8221; scprompt.</li>



<li>run uvncviewer in listen mode, don&#8217;t forget to:
<ol class="wp-block-list">
<li>copy SecureVNC.plugin to vncviewer&#8217;s directory</li>



<li>make uvncviewer use SecureVNC.plugin.</li>
</ol>
</li>



<li>Enjoy the secure <a href="https://www.securetech.com.au/tag/open-source">opensource</a> goodness</li>
</ol>



<p>That&#8217;s all.</p>
<p>The post <a href="https://jim.dolby.id.au/projects/scprompt/encrypt-scprompt-communications-using-securevnc.html">Encrypt SCPrompt communications using SecureVNC plugin</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jim.dolby.id.au/projects/scprompt/encrypt-scprompt-communications-using-securevnc.html/feed</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">247</post-id>	</item>
		<item>
		<title>Make PHP&#8217;s $_POST data more secure</title>
		<link>https://jim.dolby.id.au/projects/web-app-development/make-phps-post-data-more-secure.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Tue, 07 Jan 2020 08:10:03 +0000</pubDate>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web App Development]]></category>
		<category><![CDATA[developing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webapp]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=213</guid>

					<description><![CDATA[<p>we are providing an alternative function to the $_GET vavriable, which returns the same data after filtering (sanitizing) it. Explainations are below, but here is the function ...</p>
<p>The post <a href="https://jim.dolby.id.au/projects/web-app-development/make-phps-post-data-more-secure.html">Make PHP&#8217;s $_POST data more secure</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.securetech.com.au/tag/php">PHP</a> is a great programming language, but it is not a framework like many of the newer &#8220;languages&#8221; and as such its basic functions are not as secure as required in a modern <a href="https://www.securetech.com.au/tag/webapp">web application</a>. Trusting PHP&#8217;s <em><strong>$_POST</strong></em> is risky but we have functions that can help make PHP&#8217;s <em><strong>$_POST</strong></em> data more secure. This is done by using a few of PHPs functions to get and filter the variable data and provide it in a somewhat more secure manor.</p>



<p>Web application security, nowadays, is quite different to when <a href="https://www.php.net/manual/en/history.php.php">PHP first started as &#8220;Personal Home Page&#8221;</a> and you need to ensure that any &#8220;web application&#8221; published is as secure as possible. Using Posted data (via <em><strong><a href="https://www.securetech.com.au/projects/make-phps-get-data-more-secure.html">$_GET</a></strong></em> or <em><strong>$_POST</strong></em>) directly without filtering is not a good idea in almost any situation. There are a few exemptions where we think this is acceptable, and we cover this below.</p>



<p>So we are providing an alternative function to the <em><strong>$_POST</strong></em> variable, which returns the same data after we make PHP&#8217;s <em><strong>$_POST</strong></em> data more secure by filtering (sanitizing) it for naughty stuff. Explanations are below, but here is the function &#8230;</p>



<h3 class="wp-block-heading">Function to make PHP&#8217;s <em><strong>$_POST</strong></em> data more secure</h3>



<pre class="wp-block-code"><code>function Input_Post($par, $parType = '')
{
	if($parType == '')
	{
		$parType = gettype($par);
	}
	$return = '';
	switch ($parType) {
		case 'email':
			$return = filter_input(INPUT_POST, $par, FILTER_SANITIZE_EMAIL);
			break;
		case 'int':
			$return = filter_input(INPUT_POST, $par, FILTER_SANITIZE_NUMBER_INT);
			break;
		case 'float':
			$return = filter_input(INPUT_POST, $par, FILTER_SANITIZE_NUMBER_FLOAT);
			break;
		case 'double':
			$return = filter_input(INPUT_POST, $par, FILTER_SANITIZE_NUMBER_FLOAT);
			break;
		case 'url':
			$return = filter_input(INPUT_POST, $par, FILTER_SANITIZE_URL);
			break;
		default: // 'string'
			$return = filter_input(INPUT_POST, $par, FILTER_SANITIZE_STRING);
			break;
	}
	if($par != $return)
	{
		//Log error to SQL and ban if more than predefined amount of errors in predefined amount of time ...
	}
	return $return;
}
</code></pre>



<h3 class="wp-block-heading">Explanation</h3>



<p>The function name should be short and succinct. we think <em><strong>input_post()</strong></em> is about as good as we need it, but you may also like <em><strong>_post()</strong></em>.</p>



<p>We also need two parameters (<em><strong>$par</strong></em> &amp; <em><strong>$parType</strong></em>) in some situations, to check for email addresses for example.</p>



<p>Next we need to make the second parameter <em><strong>$parType</strong></em> optional and check the type of the first variable (using <em><strong>gettype()</strong></em>). This is important to ensure we are providing the correct type of sanitizing and filtering of the input data so we do not filter any important data out and filter any harmful data.</p>



<p>Now comes the critical part, sanitizing any data based on the type and storing that in <em><strong>$return</strong></em> variable. </p>



<p>Using a switch (or case) is more efficient than if/elseif when dealing with many options and it just looks better.</p>



<p>Last test is if the return data <em><strong>$return</strong></em> is different to input data <em><strong>$par</strong></em> (eg, if we did any filtering / sanitizing), then we can call a logging function to ensure this is logged for auditing / banning users (we run functions that log to an SQL table and check how many failures in X days for this session footprint), but this is beyond the scope of this post.</p>



<p>Then, return the filtered data <em><strong>$return</strong></em>.</p>



<h3 class="wp-block-heading">Implementation</h3>



<p>Using STG&#8217;s <em><strong>Input_Post()</strong></em> function is as simple as replacing occurrences of:<br><em><strong>$_POST[&#8216;variable&#8217;]</strong></em><br>with<br><em><strong>Input_Post(&#8216;variable&#8217;)</strong></em></p>



<h3 class="wp-block-heading">Exceptions</h3>



<p>As stated above, there are exceptions to when you can use <em><strong>$_POST</strong></em> variables directly. We only use submitted data directly when testing, such as if it equals a value:</p>



<pre class="wp-block-code"><code>if($_POST['me'] == 'you') 
{
echo 'you';
}
elseif($_POST['me'] == 'me')
{
echo 'me';
}
else
{
echo 'you and me';
}</code></pre>



<p>Unless you make PHP&#8217;s <em><strong>$_POST</strong></em> data more secure, you should <strong><span style="text-decoration: underline;">NEVER EVER</span></strong> trust any <em><strong>$_GET</strong></em> or <em><strong>$_POST</strong></em> variable as trusting PHP&#8217;s <em><strong>$_GET</strong></em> is risky and using it directly should be avoided. We rather using submitted data to make decisions from. </p>
<p>The post <a href="https://jim.dolby.id.au/projects/web-app-development/make-phps-post-data-more-secure.html">Make PHP&#8217;s $_POST data more secure</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">213</post-id>	</item>
		<item>
		<title>Make PHP&#8217;s $_GET data more secure</title>
		<link>https://jim.dolby.id.au/projects/web-app-development/make-phps-get-data-more-secure.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Tue, 07 Jan 2020 06:16:00 +0000</pubDate>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web App Development]]></category>
		<category><![CDATA[developing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webapp]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=208</guid>

					<description><![CDATA[<p>we are providing an alternative function to the $_GET vavriable, which returns the same data after filtering (sanitizing) it. Explainations are below, but here is the function ...</p>
<p>The post <a href="https://jim.dolby.id.au/projects/web-app-development/make-phps-get-data-more-secure.html">Make PHP&#8217;s $_GET data more secure</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.securetech.com.au/tag/php">PHP</a> is a great programming language, but it is not a framework like many of the newer &#8220;languages&#8221; and as such its basic functions are not as secure as required in a modern <a href="https://www.securetech.com.au/tag/webapp">web application</a>. Trusting PHP&#8217;s <em><strong>$_GET</strong></em> is risky but we have functions that can help make PHP&#8217;s <em><strong>$_GET</strong></em> data more secure. This is done by using a few of PHPs functions to get and filter the variable data and provide it in a somewhat more secure manor.</p>



<p>Web application security, nowadays, is quite different to when <a href="https://www.php.net/manual/en/history.php.php">PHP first started as &#8220;Personal Home Page&#8221;</a> and you need to ensure that any &#8220;web application&#8221; published is as secure as possible. Using Posted data (via <em><strong><a href="https://www.securetech.com.au/projects/make-phps-get-data-more-secure.html">$_GET</a></strong></em> or <em><strong>$_POST</strong></em>) directly without filtering is not a good idea in almost any situation. There are a few exemptions where we think this is acceptable, and we cover this below.</p>



<p>So we are providing an alternative function to the <em><strong>$_GET</strong></em> variable, which returns the same data after we make PHP&#8217;s <em><strong>$_GET</strong></em> data more secure by filtering (sanitizing) it for naughty stuff. Explanations are below, but here is the function &#8230;</p>



<h3 class="wp-block-heading">Function to make PHP&#8217;s <em><strong>$_GET</strong></em> data more secure</h3>



<pre class="wp-block-code"><code>function Input_Get($par, $parType = '')
{
	if($parType == '')
	{
		$parType = gettype($par);
	}
	$return = '';
	switch ($parType) {
		case 'email':
			$return = filter_input(INPUT_GET, $par, FILTER_SANITIZE_EMAIL);
			break;
		case 'int':
			$return = filter_input(INPUT_GET, $par, FILTER_SANITIZE_NUMBER_INT);
			break;
		case 'float':
			$return = filter_input(INPUT_GET, $par, FILTER_SANITIZE_NUMBER_FLOAT);
			break;
		case 'double':
			$return = filter_input(INPUT_GET, $par, FILTER_SANITIZE_NUMBER_FLOAT);
			break;
		case 'url':
			$return = filter_input(INPUT_GET, $par, FILTER_SANITIZE_URL);
			break;
		default: // 'string'
			$return = filter_input(INPUT_GET, $par, FILTER_SANITIZE_STRING);
			break;
	}
 	if($par != $return)
	{
		//Log error to SQL and ban if more than predefined amount of errors in predefined amount of time ...
	}
	return $return;
}</code></pre>



<h3 class="wp-block-heading">Explanation</h3>



<p>The function name should be short and succinct. we think <em><strong>input_get()</strong></em> is about as good as we need it, but you may also like <em><strong>_get()</strong></em>.</p>



<p>We also need two parameters (<em><strong>$par</strong></em> &amp; <em><strong>$parType</strong></em>) in some situations, to check for email addresses for example.</p>



<p>Next we need to make the second parameter <em><strong>$parType</strong></em> optional and check the type of the first variable (using <em><strong>gettype()</strong></em>). This is important to ensure we are providing the correct type of sanitizing and filtering of the input data so we do not filter any important data out and filter any harmful data.</p>



<p>Now comes the critical part, sanitizing any data based on the type and storing that in <em><strong>$return</strong></em> variable. </p>



<p>Using a switch (or case) is more efficient than if/elseif when dealing with many options and it just looks better.</p>



<p>Last test is if the return data <em><strong>$return</strong></em> is different to input data <em><strong>$par</strong></em> (eg, if we did any filtering / sanitizing), then we can call a logging function to ensure this is logged for auditing / banning users (we run functions that log to an SQL table and check how many failures in X days for this session footprint), but this is beyond the scope of this post.</p>



<p>Then, return the filtered data <em><strong>$return</strong></em>.</p>



<h3 class="wp-block-heading">Implementation</h3>



<p>Using STG&#8217;s <em><strong>Input_Get()</strong></em> function is as simple as replacing occurrences of:<br><em><strong>$_GET[&#8216;variable&#8217;]</strong></em><br>with<br><em><strong>Input_Get(&#8216;variable&#8217;)</strong></em></p>



<h3 class="wp-block-heading">Exceptions</h3>



<p>As stated above, there are exceptions to when you can use <em><strong>$_GET</strong></em> variables directly. We only use submitted data directly when testing, such as if it equals a value:</p>



<pre class="wp-block-code"><code>if($_GET&#91;'me'] == 'you') 
{
echo 'you';
}
elseif($_GET&#91;'me'] == 'me')
{
echo 'me';
}
else
{
echo 'you and me';
}</code></pre>



<p>Unless you make PHP&#8217;s <em><strong>$_GET</strong></em> data more secure, you should <strong><span style="text-decoration: underline;">NEVER EVER</span></strong> trust any <em><strong>$_GET</strong></em> or <em><strong>$_POST</strong></em> variable as trusting PHP&#8217;s <em><strong>$_GET</strong></em> is risky and using it directly should be avoided. We rather using submitted data to make decisions from. </p>
<p>The post <a href="https://jim.dolby.id.au/projects/web-app-development/make-phps-get-data-more-secure.html">Make PHP&#8217;s $_GET data more secure</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">208</post-id>	</item>
		<item>
		<title>Icons for webpages using Font-Awesome</title>
		<link>https://jim.dolby.id.au/projects/web-app-development/icons-for-webpages-using-font-awesome.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Sun, 02 Jun 2019 20:10:07 +0000</pubDate>
				<category><![CDATA[Web App Development]]></category>
		<category><![CDATA[icons]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=134</guid>

					<description><![CDATA[<p>Font-Awesome allow the web-designer or developer to quickly insert some unicode to insert an icon, or use CSS to insert it wherever required after the development is done (provided the developer allowed for this by labelling each section of the HTML appropriately.</p>
<p>The post <a href="https://jim.dolby.id.au/projects/web-app-development/icons-for-webpages-using-font-awesome.html">Icons for webpages using Font-Awesome</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>At <a href="http://www.securetech.com.au/">SecureTech</a>, our staff have been creating websites since the early days of the web. When we first started building webpages (20+ years ago), it was rather difficult to put icons on webpages, as each icon required the developer (no such thing as web designers back then … ) to create it as an image and upload it into the site, before creating an &lt;img&gt; tag to insert it into the code. now, we can have icons for webpages using Font-Awesome, which is awesome (it had to be said…).</p>
<p>Font-Awesome allow the web-designer or developer to quickly insert some unicode to insert an icon, or use CSS to insert it wherever required after the development is done (provided the developer allowed for this by labelling each section of the HTML appropriately.</p>
<p>We needed a list of available icons in Font-Awesome and decided to create a <a href="http://www.securetech.com.au/font-awesome-icons.php">list of the Font-Awesome icons</a> on our website, to make it easier for others to use (but its mostly for us)</p>
<p>The post <a href="https://jim.dolby.id.au/projects/web-app-development/icons-for-webpages-using-font-awesome.html">Icons for webpages using Font-Awesome</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">134</post-id>	</item>
		<item>
		<title>IPChanger for Windows 10 IPV4 settings</title>
		<link>https://jim.dolby.id.au/projects/ipchanger/ipchanger-for-windows-10-ipv4-settings.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Sun, 19 May 2019 23:38:43 +0000</pubDate>
				<category><![CDATA[IPChanger]]></category>
		<category><![CDATA[IPConfig]]></category>
		<category><![CDATA[IPV4]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=120</guid>

					<description><![CDATA[<p>The IPChanger for Windows 10 IPV4, allows you to change your IP address details with just two clicks, disconnect/reconnect adapters. WARNING This program is designed to be used by personnel who administrate Network&#8217;s and/or have a good understanding of the Network addressing scheme&#8217;s of their networks. Using the IPChanger for Windows 10 IPV4 incorrectly, may [&#8230;]</p>
<p>The post <a href="https://jim.dolby.id.au/projects/ipchanger/ipchanger-for-windows-10-ipv4-settings.html">IPChanger for Windows 10 IPV4 settings</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The IPChanger for Windows 10 IPV4, allows you to change your IP address details with just two clicks, disconnect/reconnect adapters.</p>



<p class="has-medium-font-size"><strong><em><strong>WARNING</strong></em></strong></p>



<p class="has-normal-font-size">This program is designed to be used by personnel who administrate Network&#8217;s and/or have a good understanding of the Network addressing scheme&#8217;s of their networks.</p>



<p>Using the IPChanger for Windows 10 IPV4 incorrectly, may stop your computer from accessing or being accessible on the network, and you may loose internet connection.</p>



<h3 class="wp-block-heading">Download</h3>



<p><a href="https://www.securetech.com.au/wp-content/uploads/2019/08/IPChanger_3.8.zip">Download IPChangerV3.8</a></p>



<h3 class="wp-block-heading">IPChanger for Windows 10 IPV4 Features</h3>



<ul class="wp-block-list"><li>Easy to configure &#8211; just edit the INI file (examples already in file) or use the GUI</li><li>Unlimited different IP addresses (well, the limit is your screen size)</li><li>Easy to use &#8211; Right click on tray icon and select the name of your network.</li><li>Simple GUI for changing Network adapters and selecting / editing IP addresses.</li><li>Created using <a href="https://www.autoitscript.com/site/">Autoit scripting language</a> for <a href="https://www.autoitscript.com/site/autoit/">easy maintenance, powerful functionality</a> and <a href="https://www.autoitscript.com/forum/">friendly support forum</a>.</li></ul>



<h3 class="wp-block-heading">Screenshots</h3>



<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="577" height="408" data-attachment-id="122" data-permalink="https://jim.dolby.id.au/projects/ipchanger/ipchanger-for-windows-10-ipv4-settings.html/attachment/image-1" data-orig-file="https://jim.dolby.id.au/wp-content/uploads/2019/05/image-1.png" data-orig-size="577,408" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image-1" data-image-description="" data-image-caption="" data-medium-file="https://jim.dolby.id.au/wp-content/uploads/2019/05/image-1-300x212.png" data-large-file="https://jim.dolby.id.au/wp-content/uploads/2019/05/image-1.png" src="https://www.securetech.com.au/wp-content/uploads/2019/05/image-1.png" alt="IPChanger for Windows 10 IPV4 Main Window" class="wp-image-122" srcset="https://jim.dolby.id.au/wp-content/uploads/2019/05/image-1.png 577w, https://jim.dolby.id.au/wp-content/uploads/2019/05/image-1-300x212.png 300w" sizes="(max-width: 577px) 100vw, 577px" /><figcaption>Main Screen for IPChanger (V3.8) </figcaption></figure>



<figure class="wp-block-image"><img decoding="async" width="725" height="994" data-attachment-id="121" data-permalink="https://jim.dolby.id.au/projects/ipchanger/ipchanger-for-windows-10-ipv4-settings.html/attachment/image" data-orig-file="https://jim.dolby.id.au/wp-content/uploads/2019/05/image.png" data-orig-size="725,994" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://jim.dolby.id.au/wp-content/uploads/2019/05/image-219x300.png" data-large-file="https://jim.dolby.id.au/wp-content/uploads/2019/05/image.png" src="https://www.securetech.com.au/wp-content/uploads/2019/05/image.png" alt="IPChanger for Windows 10 IPV4 Disclaimer window" class="wp-image-121" srcset="https://jim.dolby.id.au/wp-content/uploads/2019/05/image.png 725w, https://jim.dolby.id.au/wp-content/uploads/2019/05/image-219x300.png 219w" sizes="(max-width: 725px) 100vw, 725px" /><figcaption>Welcome Screen for IPChanger (V3.8)</figcaption></figure>



<h3 class="wp-block-heading">History</h3>



<p>Originally created by Timmio (Circa 2009), the application was updated by us to deal with Windows 7 changes and then again for Windows 10, Unfortunately the original location of the software has been lost to us, so we cannot link to it. If you find it, please comment below, so we can give credit where its due.</p>



<p></p>
<p>The post <a href="https://jim.dolby.id.au/projects/ipchanger/ipchanger-for-windows-10-ipv4-settings.html">IPChanger for Windows 10 IPV4 settings</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">120</post-id>	</item>
		<item>
		<title>Backup MYSQL databases on Windows 10 free Script</title>
		<link>https://jim.dolby.id.au/projects/opensource/backup-mysql-databases-on-windows-10.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Wed, 08 May 2019 04:47:31 +0000</pubDate>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Batch Script]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DB]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=106</guid>

					<description><![CDATA[<p>We needed a simple way to automatically Backup MySQL on windows 10 for free. Our development and testing environments required: The convenience of backing up all DBs (such as This Script does). Ability to exclude some of the DBs in each machine. Date stamped backups, so changes are backed up each day. Free and preferably [&#8230;]</p>
<p>The post <a href="https://jim.dolby.id.au/projects/opensource/backup-mysql-databases-on-windows-10.html">Backup MYSQL databases on Windows 10 free Script</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We needed a simple way to automatically Backup MySQL on windows 10 for free. Our development and testing environments required: </p>



<ul class="wp-block-list"><li>The convenience of backing up all DBs (such as <a href="https://www.proy.info/one-click-automatic-backup-all-your-mysql-database-in-zip-format-on-windows/">This Script</a> does).</li><li>Ability to exclude some of the DBs in each machine. </li><li>Date stamped backups, so changes are backed up each day.</li><li>Free and preferably open-source.</li><li>Easy to integrate into our existing <a href="https://www.securetech.com.au/projects/opensource/yts-backup-script.html">backup scripts</a>. </li></ul>



<p>A quick search showed up nothing. We decided to expand the above mentioned script functionality to include what we require. Provided below is the important parts of the script:</p>



<pre class="wp-block-code"><code>:: allows for skipping of particular databases
set SkipThis=0
for /d %%f in (*) do (
    set /A Counterf=!Counterf!+1
    :: remove echo here if you like
    echo processing folder "%%f"
    pushd "%~dp0"
        set Countera=0
        for %%a in (*.exclude) do (
            rem increment the counter, so we know how many files we have read.
            set /A Countera=!Countera!+1
            if %Debug% == 1 echo DEBUG - Exclude file found: "%%~na"
            if %%a == %%f.exclude set SkipThis=1
            if !SkipThis! == 1 if %Debug% == 1 echo DEBUG - Skipping Backup of "%%f"
            )
        If %Debug% == 1 echo DEBUG - !Countera! exclude files checked
    popd

    if !SkipThis! == 0 %mysqldump% --host="localhost" --user=%dbUser% --password=%dbPassword% --single-transaction --add-drop-table --databases %%f > %backupDir%\%dirName%\%%f.sql
    if !SkipThis! == 0 %zip% a -tzip %backupDir%\%dirName%\%fileSuffix%_%%f.sql.zip %backupDir%\%dirName%\%%f.sql
    if !SkipThis! == 0 set /A Counterb=!Counterb!+1

    :: make sure to set this back to normal, so we don't skip the next DB backup as well
    set SkipThis=0
)
echo DONE - !Counterf! DBs found, !Counterb! DBs backed up
</code></pre>



<p>We then just need to create some blank files with &#8220;<em>.exclude</em>&#8221; extension. The &#8220;<em>.exclude</em>&#8221; files have the same name as the DB to exclude. Example such as &#8220;<em>sys.exclude</em>&#8221; will exclude the &#8220;<em>sys</em>&#8221; DB from backups</p>



<p>Licensing is as usual, this script is <a href="https://www.securetech.com.au/projects/opensource">Open Source</a> and we provide a download for your easy of use.</p>



<h2 class="wp-block-heading">Troubleshooting</h2>



<ol class="wp-block-list"><li>If backups are not created, check all your location variables are set correctly</li></ol>



<h2 class="wp-block-heading">How to Use</h2>



<ol class="wp-block-list"><li>Download the MySQL Backup Script and extract into a suitable location.</li><li>Open up &#8220;<em>MySQLBackup.bat</em>&#8221; in <a href="https://notepad-plus-plus.org/download/all-versions.html">notepad++</a> (or similar).</li><li>You will need to change the dbUser, dbPassword, backupDir, mysqldump, mysqlDataDir and zip file/app locations on lines 4-9.</li><li>Save the file and run (you can open a command prompt by typing cmd into the title bar of explorer)</li><li>This script will now be executable. Go to your command prompt and run this to backup your databases.</li><li>If backups are not created, check all your location variables are set correctly</li></ol>


<p><!--EndFragment--></p>


<p>Next time you need to Backup MySQL on windows 10 for free, use this script to make it easy</p>
<p>The post <a href="https://jim.dolby.id.au/projects/opensource/backup-mysql-databases-on-windows-10.html">Backup MYSQL databases on Windows 10 free Script</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">106</post-id>	</item>
		<item>
		<title>SCPrompt Version 1.11.4.47 released</title>
		<link>https://jim.dolby.id.au/projects/scprompt/version-111447-released.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Sat, 30 Apr 2011 07:34:05 +0000</pubDate>
				<category><![CDATA[SCPrompt]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=38</guid>

					<description><![CDATA[<p>So much has changed in this version that we figured it was about time to move to version #1 &#8230; **Link removed as old &#38; dead now** New manual version released (We realised this hadn&#8217;t been updated in a while &#8230; only about 2 years old) **Link removed as old &#38; dead now** Updates for THIS release [&#8230;]</p>
<p>The post <a href="https://jim.dolby.id.au/projects/scprompt/version-111447-released.html">SCPrompt Version 1.11.4.47 released</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.securetech.com.au/projects/scprompt/version-111447-released.html"></a>So much has changed in this version that we figured it was about time to move to version #1 &#8230;</p>



<p>**Link removed as old &amp; dead now**</p>



<p>New manual version released (We realised this hadn&#8217;t been updated in a while &#8230; only about 2 years old)</p>



<p>

**Link removed as old &amp; dead now**

</p>



<h3 class="wp-block-heading">Updates for THIS release</h3>



<ul class="wp-block-list"><li>Add &#8211; All GUI &#8211; Disclaimer GUI shows on startup if disclaimer.htm or disclaimer_*language*.htm exists in scprompt dir (examples: disclaimer_english.htm or disclaimer_german.htm) </li><li>Add &#8211; All GUI &#8211; New tool menu to allow whiteboard writing on screen </li><li>Add &#8211; All GUI &#8211; New tool menu to Start Beacon GUI to call user back to screen. </li><li>Add &#8211; All GUI &#8211; Contextual menu to the Main GUI Screens (doesn&#8217;t work too well on button or automatic GUIs &#8211; but otherwise works well) </li><li>Add &#8211; Auto GUI &#8211; translation are now available for this GUI type </li><li>Add &#8211; Auto GUI &#8211; Is now an option in GUI_Type within the INI (in addition to the commandline) </li><li>Add &#8211; Auto GUI &#8211; Option to disable Beeps on timer count-down ([Common] > GUIAUTOSILENT=1) </li><li>Add &#8211; Manual GUI &#8211; Is now an option in GUI_Type within the INI (will make settings manager easier to setup manual &amp; automatic GUI&#8217;s). </li><li>Add &#8211; Button GUI &#8211; Service Mode (untested, and needs refining, but its there) </li><li>Add &#8211; Builder &#8211; NSIS to Builder (i just made the Batch script into the autoit script &#8230; so now it uses the directory name as the application name) </li><li>Add &#8211; Builder &#8211; Setting for Pre (Before) &amp; Post (After) when creating the shortcuts in NSIS mode Builder.INI (best i can do at this point) </li><li>Add &#8211; Settings Manager &#8211; New settings manager (has 4 tabs in it now, to make selections a little easier to understand, and give me room to add more settings as required). </li><li>Add &#8211; Settings Manager &#8211; a &#8220;test it&#8221; button (or press &#8220;CTRL + T&#8221;). </li><li>Add &#8211; Settings Manager &#8211; GUI (Accelerator) shortcut keys for Apply (&#8220;CTRL + S&#8221;) and new test (&#8220;CTRL + T&#8221;) </li><li>UPDATE &#8211; Settings Manager &#8211; now uses (most of) the latest settings and should be easier and better to use (a few of the minor setting left out, but it is enough for the moment) </li><li>UPDATE &#8211; All GUI &#8211; Change all Languages to use Seperate Language INI files (including English) to allow better selection of Languages and easier Maintenance into the future. </li><li>UPDATE &#8211; All GUI &#8211; Translations now all use the LANG_*****.INI files. All OS IDs are now automatic &#8211; may add manual override at a later date if required. </li><li>UPDATE &#8211; All GUI &#8211; Make sure all Translated Languages are in this release </li><li>FIX &#8211; Error with Combo GUI and one Predefined Connection + Manual (the Predefined connection would disapear &#8211; leaving only manual) </li><li>Removed &#8211; All GUI &#8211; Dependancy on [Common] > UsePredefined=1 has been removed as it is no longer needed due to setting Manual as a GUI_Type option</li></ul>



<h3 class="wp-block-heading">TO-DO for NEXT release</h3>



<ul class="wp-block-list"><li>Add &#8211; Translator &#8211; New App &#8211; allows easy selection and addition of languages &#8211; which can then be listed for blank translations</li><li>Add &#8211; All GUI &#8211; If Admin, shutdown all known other versions of VNC before starting SCPrompt in servicemode, then start them up again on exit (save the services we stopped to a temp .ini to allow for recovery after support finishes, no matter how many reboots later that is)</li><li>Add &#8211; Builder &#8211; Allow Setting of Company name and more from INI for NSIS package type</li><li>Add &#8211; Settings Manager &#8211; Option to setup your own UVNC Password (and read the current one in if possible</li><li>UPDATE &#8211; All GUI &#8211; UVNC version to 1.0.9.5+ (requires above in settings manager)</li><li>UPDATE &#8211; Buttons GUI &#8211; Fix when manual button pressed, the manual address, port &amp; ID inputs cannot be clicked (but can tab to them)</li><li>UPDATE &#8211; All GUI &#8211; Get all translations updated !!!</li><li>FIX &#8211; Auto GUI &#8211; Diagnose why the icon doesn&#8217;t change on automatic GUI &#8230; (why does it ?)</li></ul>



<h3 class="wp-block-heading">Delayed indefinitely</h3>



<ul class="wp-block-list"><li>Add &#8211; All GUI &#8211; Safemode starting of VNC server &#8211;&nbsp;<a href="http://www.uvnc.com:8080/">The Latest BETA version of UVNC server</a>&nbsp;allows for rebooting to safe mode &#8230; so not needed anymore &#8211; just replace winvnc.exe with latest BETA (which&nbsp;is already a to-do for the next release)&nbsp;</li></ul>



<p></p>
<p>The post <a href="https://jim.dolby.id.au/projects/scprompt/version-111447-released.html">SCPrompt Version 1.11.4.47 released</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">38</post-id>	</item>
		<item>
		<title>YTS Backup Script</title>
		<link>https://jim.dolby.id.au/projects/opensource/yts-backup-script.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Fri, 25 Feb 2011 12:04:53 +0000</pubDate>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=63</guid>

					<description><![CDATA[<p>Download YTS Backup Script YTS_Backup_script.cmd is an easily customisable backup script for Windows Through the use of .backup files, its easy to add extra directories or files to backup when run. To setup, we need to extract the files from the ZIP into a directory.once extracted, edit &#8220;YTS_Backup_script.cmd&#8221; file with Notepad++ or similar. You will [&#8230;]</p>
<p>The post <a href="https://jim.dolby.id.au/projects/opensource/yts-backup-script.html">YTS Backup Script</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.securetech.com.au/yts_backup_script">Download YTS Backup Script</a></p>



<p>YTS_Backup_script.cmd is an easily customisable backup script for Windows</p>



<p>Through the use of .backup files, its easy to add extra directories or files to backup when run.</p>



<p>To setup, we need to extract the files from the ZIP into a directory.<br>once extracted, edit &#8220;<em>YTS_Backup_script.cmd</em>&#8221; file with <a href="https://notepad-plus-plus.org/download/all-versions.html">Notepad++</a> or similar.</p>



<p>You will then need to setup your script location &amp; backup directory location.</p>



<ul class="wp-block-list"><li>1) Look for &#8220;set ScriptDir=D:\files\Projects\YTS_Backup_Scripts&#8221; and change it to suite your needs.<br>NOTE: This Directory name needs to not have any spaces in it, or the script will fail.</li><li>2) Look for &#8220;set ScriptDrive=D:&#8221; and change it to suite your needs.</li><li>3) Look for &#8220;set BackupDir=C:\Backups\Manual&#8221; and change it to suite your needs.</li><li>4) Look for &#8220;set BackupDrive=C:&#8221; and change it to suite your needs.</li><li>5) Open &#8220;mydocs.bac&#8221; with notepad++ by double clicking on the file, and associating with notepad++.<br>Edit this File to your needs. the file contains only two lines.<br>Line1 is the source file or directory for xcopy to use.<br>Line2 is the destination file or directory for xcopy to use.<br>NOTE: do not add extra lines to this file, as this will break the script. two lines only.</li><li>6) Open &#8220;Outlook.bac&#8221; with notepad++<br>Edit this File to your needs.<br>to add more files to your backup, simply change add another .bac file to the script directory and enter the details correctly.</li></ul>



<p><a href="https://www.securetech.com.au/yts_backup_script">Download YTS_Backup_script</a></p>
<p>The post <a href="https://jim.dolby.id.au/projects/opensource/yts-backup-script.html">YTS Backup Script</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">63</post-id>	</item>
		<item>
		<title>PC Beacon</title>
		<link>https://jim.dolby.id.au/projects/opensource/pc-beacon.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Fri, 05 Nov 2010 14:38:33 +0000</pubDate>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PC Beacon]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=77</guid>

					<description><![CDATA[<p>PC Beacon flashes the screen and speaks &#8220;Attention Required&#8221; from the speakers of the computer (using . It was made for use on customers sites where you are remotely controlling a computer, and either require the users attention again, or need someone to find the appropriate PC quickly and easily. Download PC Beacon This is [&#8230;]</p>
<p>The post <a href="https://jim.dolby.id.au/projects/opensource/pc-beacon.html">PC Beacon</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>PC Beacon flashes the screen and speaks &#8220;Attention Required&#8221; from the speakers of the computer (using . It was made for use on customers sites where you are remotely controlling a computer, and either require the users attention again, or need someone to find the appropriate PC quickly and easily.</p>



<p>Download PC Beacon</p>



<p>This is achieved, through changing the background colour of a full-screen window (with no borders). The colour change rate is easily changeable (set for once per second as standard).</p>



<p>As normal, this application is written in&nbsp;<a href="http://www.autoitscript.com/">AutoIt Scripting Language</a>, and has the source code included as a resource of the application.</p>



<p>Minor modifications would be needed to allow setting of all variables from an INI, as the whole script is contained within one function (to allow easy importing into existing projects)</p>



<p>Application is licensed under&nbsp;<a href="http://www.gnu.org/copyleft/gpl.html">GPL 3 or later</a>.</p>
<p>The post <a href="https://jim.dolby.id.au/projects/opensource/pc-beacon.html">PC Beacon</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">77</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: jim.dolby.id.au @ 2026-04-04 11:01:39 by W3 Total Cache
-->