<?xml version="1.0"?>
<rss version="2.0"><channel><title>Plug-Ins Support Latest Topics</title><link>https://forum.uniformserver.com/forum/11-plug-ins-support/</link><description>Plug-Ins Support Latest Topics</description><language>en</language><item><title>UniService.exe - big error - php does not run (not even configured)</title><link>https://forum.uniformserver.com/topic/37922-uniserviceexe-big-error-php-does-not-run-not-even-configured/</link><description><![CDATA[<p>
	Using Uniservice.exe to install my ZeroXIII Apache as a service creates a big problem.
</p>

<p>
	In httpd.conf, you have this:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln"># Environment variable ${PHP_SELECT} has a value of php52,
# php53, php54, php55 or php56. It is used in the following
# five define statements to select a PHP version to
# load as a module.
Define ${PHP_SELECT}

</span><span class="tag">&lt;IfDefine</span><span class="pln"> </span><span class="atn">php56</span><span class="tag">&gt;</span><span class="pln">
   Include ${US_ROOTF}/core/apache2/conf/extra_us/php56.conf
</span><span class="tag">&lt;/IfDefine&gt;</span><span class="pln">

</span><span class="tag">&lt;IfDefine</span><span class="pln"> </span><span class="atn">php70</span><span class="tag">&gt;</span><span class="pln">
   Include ${US_ROOTF}/core/apache2/conf/extra_us/php70.conf
</span><span class="tag">&lt;/IfDefine&gt;</span><span class="pln">

</span><span class="tag">&lt;IfDefine</span><span class="pln"> </span><span class="atn">php71</span><span class="tag">&gt;</span><span class="pln">
   Include ${US_ROOTF}/core/apache2/conf/extra_us/php71.conf
</span><span class="tag">&lt;/IfDefine&gt;</span><span class="pln">

</span><span class="tag">&lt;IfDefine</span><span class="pln"> </span><span class="atn">php72</span><span class="tag">&gt;</span><span class="pln">
   Include ${US_ROOTF}/core/apache2/conf/extra_us/php72.conf
</span><span class="tag">&lt;/IfDefine&gt;</span><span class="pln">

</span><span class="tag">&lt;IfDefine</span><span class="pln"> </span><span class="atn">php73</span><span class="tag">&gt;</span><span class="pln">
   Include ${US_ROOTF}/core/apache2/conf/extra_us/php73.conf
</span><span class="tag">&lt;/IfDefine&gt;</span><span class="pln">

</span><span class="tag">&lt;IfDefine</span><span class="pln"> </span><span class="atn">php74</span><span class="tag">&gt;</span><span class="pln">
   Include ${US_ROOTF}/core/apache2/conf/extra_us/php74.conf
</span><span class="tag">&lt;/IfDefine&gt;</span></pre>

<p>
	 
</p>

<p>
	Well when installing, that then changes.. ${PHP_SELECT} is replaced with 'None' so you see "Define None" at the top... instead of removing the Define.. (or actually defining a php version).
</p>

<p>
	But it gets worse.. because included is php versions 7.2 and 7.3 with these contents in the .conf files respectively - php72.conf:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">  LoadFile ${US_ROOTF}/core/php72/libsasl.dll
  LoadFile ${US_ROOTF}/core/php72/icudt64.dll
  LoadFile ${US_ROOTF}/core/php72/icuin64.dll
  LoadFile ${US_ROOTF}/core/php72/icuio64.dll
  LoadFile ${US_ROOTF}/core/php72/icuuc64.dll

 # Load PHP module and add handler
  LoadModule php7_module "${US_ROOTF}/core/php72/php7apache2_4.dll"
  AddHandler application/x-httpd-php .php
 # Configure the path to php.ini
  PHPIniDir "${US_ROOTF}/core/php72/${PHP_INI_SELECT}"</span></pre>

<p>
	 
</p>

<p>
	php73.conf
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">  LoadFile ${US_ROOTF}/core/php73/libsasl.dll
  LoadFile ${US_ROOTF}/core/php73/icudt64.dll
  LoadFile ${US_ROOTF}/core/php73/icuin64.dll
  LoadFile ${US_ROOTF}/core/php73/icuio64.dll
  LoadFile ${US_ROOTF}/core/php73/icuuc64.dll

 # Load PHP module and add handler
  LoadModule php7_module "${US_ROOTF}/core/php73/php7apache2_4.dll"
  AddHandler application/x-httpd-php .php
 # Configure the path to php.ini
  PHPIniDir "${US_ROOTF}/core/php73/${PHP_INI_SELECT}"</span></pre>

<p>
	 
</p>

<p>
	Neither of these files are updated at all. None of those ${} variables are changed (Notepad++ confirms this).
</p>

<p>
	So you don't preserve the selected version of php from the UniController and then you fail to include the correct php config file.
</p>

<p>
	Obviously PHP then doesn't run its magic on any php files.
</p>

<p>
	Even in your online manual you state:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">Clicking Install service button (A) initiates a backup of the following configuration files:
   ◦ httpd.conf
   ◦ httpd-autoindex.conf
   ◦ httpd-dav.conf
   ◦ httpd-manual.conf
   ◦ httpd-multilang-errordoc.conf
   ◦ httpd-sni.conf
   ◦ httpd-ssl.conf
   ◦ httpd-userdir.conf
   ◦ httpd-vhosts.conf
   ◦ php_production.ini - Selected configuration file
   ◦ phpxx.conf - Selected PHP version
   ◦ php-cli.ini</span></pre>

<p>
	 
</p>

<p>
	But you don't back up the php72 or php73.conf files - because you've completely forgotten to update them in the first place (or use the selected option from the unicontroller). This needs fixing.
</p>

<p>
	Although you do have pretty extensive documentation, you fail to mention in it anywhere how you are setting all of these ${tags} such as ${PHP_SELECT} and where they are all located in the files and what files they are used in. As apache.org no longer offers downloads because of websites like this one offering an all in one download, it's tricky to unpick your work when you screw it up and make apache unusable as a service.
</p>
]]></description><guid isPermaLink="false">37922</guid><pubDate>Fri, 05 Sep 2025 21:34:14 +0000</pubDate></item><item><title>Alternative location for Palemoon browser?</title><link>https://forum.uniformserver.com/topic/5066-alternative-location-for-palemoon-browser/</link><description><![CDATA[<p>
	I have a set of batch files I use to start Uniform Server that manually starts the Palemoon browser and then shuts down the Apache and MySQL when Palemoon closes.  Works fine.
</p>

<p>
	However, using Unicontroller to start Apache automatically starts Palemoon when it is installed in the Core folder.  This defeats the batch file functions.
</p>

<p>
	Is it possible to have Unicontroller NOT automatically start the Palemoon instance in the Core folder?
</p>

<p>
	I've moved the Palemoon folder elsewhere to make my batch files work.  However there's one drawback: MySQLAdmin is programmed to open Palemoon from the default folder.   With Palemoon missing from the Core folder, it opens MySQLAdmin in my computer's default browser, which is not configured to use the US proxy. 
</p>

<p>
	Is there a way to change where MySQLAdmin looks for the Palemoon browser?
</p>

<p>
	Thanks,
</p>

<p>
	-- Cliff
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">5066</guid><pubDate>Thu, 10 Nov 2022 22:49:50 +0000</pubDate></item><item><title>Palemoon proxy settings not consistent</title><link>https://forum.uniformserver.com/topic/5051-palemoon-proxy-settings-not-consistent/</link><description><![CDATA[<p>
	Friends,
</p>

<p>
	I want all PaleMoon requests to go to my local Apache instance without any leakage to the Internet.
</p>

<p>
	I know my Apache is configured correctly because when I submit the request "127.0.0.1:8088" I get results from my server.
</p>

<p>
	In Palemoon, I can change the Preferences|Network to use a manual proxy server (as above) and everything works great until I close and reopen PaleMoon, when it defaults back to using the PAC file.
</p>

<p>
	When I try to use a PAC file, I get inconsistent results, but they usually ignore the proxy and go out to the Internet.
</p>

<p>
	My two options seem to be:
</p>

<p>
	a.  make the manual proxy server settings stick
</p>

<p>
	b. write a PAC file that only serves p content from my Apache instance
</p>

<p>
	Any ideas as how best to do either of these things?
</p>

<p>
	Thanks,
</p>

<p>
	-- Cliff
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">5051</guid><pubDate>Wed, 12 Oct 2022 08:59:23 +0000</pubDate></item><item><title>How to install the ImageMagick extension with Uniform Server ZeroXI (WAMP))</title><link>https://forum.uniformserver.com/topic/2965-how-to-install-the-imagemagick-extension-with-uniform-server-zeroxi-wamp/</link><description><![CDATA[<p>I searched online for an hour to no avail and then spent a couple of hours figuring out how to install the <strong>ImageMagick extension</strong> on a Windows system with <strong>Uniform Server ZeroXI</strong>.  The following may save some time and frustration for others wanting to use this utility with their local PHP site. I'm using it for local WordPress development.</p><p> </p><p>In this case, the installation is on a Windows 7 (64-bit) box.<br />However, in this example, the 32-bit version is installed for testing.<br /><br />For the installation steps below, PHP 5.5 has been installed.<br />Use the provided note (<em>minor change</em>) for other versions of PHP.<br /><br /><br /><strong>Optional Windows Stand-alone installation:</strong></p><p><strong>1.</strong>    The stand-alone version of ImageMagick for Windows is here:<br />        <a href="http://www.imagemagick.org/script/binary-releases.php#windows" rel="external nofollow">http://www.imagemagick.org/script/binary-releases.php#windows</a><br /><strong>2.</strong>    Download/install either:<br />        <em>ImageMagick-6.8.9-5-Q8-x64-dll.exe</em> or <em>ImageMagick-6.8.9-5-Q16-x86-dll.exe</em>.<br /><strong>3.</strong>    Be sure to click on the "Add to system path" checkbox.<br /><strong>4.</strong>    Test/use the application from start menu application or the desktop icon.<br /><strong>5.</strong>    Command line examples are here:<br />        <a href="http://www.imagemagick.org/Usage/" rel="external nofollow">http://www.imagemagick.org/Usage/</a><br /><br /><br /><strong>Uniform Server ZeroXI ImageMagick installation:</strong><br /><br /><strong>1.</strong> from here:<br />        <a href="http://pecl.php.net/package/imagick/3.1.2/windows" rel="external nofollow">http://pecl.php.net/package/imagick/3.1.2/windows</a><br /><strong>2.</strong> download:<br />        '<strong>5.5 Thread Safe (TS) x86</strong>'<br /><strong>3.</strong> unzip:<br />        <em>php_imagick-3.1.2-5.5-ts-vc11-x86.zip</em><br /><strong>4.</strong> copy:<br /> <strong>       CORE_RL_bzlib_.dll<br />        CORE_RL_glib_.dll<br />        CORE_RL_lcms_.dll<br />        CORE_RL_lqr_.dll<br />        CORE_RL_magick_.dll<br />        CORE_RL_ttf_.dll<br />        CORE_RL_wand_.dll<br />        CORE_RL_zlib_.dll</strong><br /><strong>5.</strong> to:    <em>YOUR_LOCAL_PATH\UniServerZ\core\php55</em><br />        (use the php54 folder, if you don't have PHP 5.5 intalled)<br /><strong>6.</strong> copy:<br />        <strong>php_imagick.dll</strong><br /><strong>7.</strong> to: <em>YOUR_LOCAL_PATH\UniServerZ\core\php55\extensions</em><br />        (use the php54 folder, if you don't have PHP 5.5 intalled)<br /><strong>8.</strong> with the UniController, Stop Apache<br /><strong>9.</strong> from the UniController menu, choose: <em>PHP -&gt; Edit selected configuration file</em><br /><strong>10.</strong> locate the 'Dynamic Extensions' section<br /><strong>11.</strong> insert (<em>on a line by itself and press Enter</em>):<br />        <strong>extension=php_imagick.dll</strong><br /><strong>12.</strong> save and close the configuration file<br /><strong>13.</strong> with the UniController, Start Apache<br /><strong>14.</strong> the PHP ImageMagick manual is here:<br />        <a href="http://www.php.net/manual/en/book.imagick.php" rel="external nofollow">http://www.php.net/manual/en/book.imagick.php</a><br /><strong>15.</strong> verify successful implementation with phpinfo(), search for 'imagick module'<br />        (from the UniController menu, choose: PHP -&gt; View phpInfo)<br /><strong>16.</strong> or, verify with the following PHP function:</p><pre class="ipsCode prettyprint">
function get_imagick_version()
{
    // the API version number will be returned (currently 6.8.8), or 0 on failure
    // the module version number is a different value (currently 3.1.2)

    $imagick_v = 0;

    if (extension_loaded('imagick') &amp;&amp; class_exists('Imagick'))
    {
        $imagick = new Imagick();
        $imagick_info = $imagick-&gt;getVersion();

        $imagick_vs = $imagick_info['versionString'];
        preg_match('/ImageMagick ([\d]*\.[\d]*\.[\d]*)/', $imagick_vs, $imagick_vs_return);
        $imagick_v = $imagick_vs_return[1];
    }

    return $imagick_v;
}
</pre>]]></description><guid isPermaLink="false">2965</guid><pubDate>Wed, 09 Jul 2014 09:41:14 +0000</pubDate></item><item><title>Portable FileZilla FTPd</title><link>https://forum.uniformserver.com/topic/1527-portable-filezilla-ftpd/</link><description><![CDATA[<p>I like SlimFTPd it is extremely easy to use however it lacks SSL support I recently had a requirement for a secure FTP server and tried FileZilla.</p><p> </p><p>To my surprise its not only easy to use but architecturally very flexible because of this investigated its portability and use as a plugin for Uniform Server.</p><p> </p><p>If you are interested a write-up and download can be found on the Wiki <a href="http://wiki.uniformserver.com/index.php/FileZilla_Server:_Plugin_Design" rel="external nofollow">Portable FileZilla FTPd</a></p><p> </p><p>All the best</p><p>Ric <img alt=":blink:" src="https://forum.uniformserver.com/uploads/emoticons/default_blink.png" loading="lazy"></p>]]></description><guid isPermaLink="false">1527</guid><pubDate>Sat, 11 Oct 2008 19:17:37 +0000</pubDate></item><item><title>Where can I download the tomcat PI?</title><link>https://forum.uniformserver.com/topic/3210-where-can-i-download-the-tomcat-pi/</link><description><![CDATA[<p>Really need the Uniform Server can integrate tomcat.</p><p> </p><p>​Thanks</p><p> </p><p>​Best regards</p><p> </p><p>​htc</p><p> </p><p>16-09-14</p>]]></description><guid isPermaLink="false">3210</guid><pubDate>Wed, 14 Sep 2016 01:49:53 +0000</pubDate></item><item><title>Monitoring tool with mailing function</title><link>https://forum.uniformserver.com/topic/3143-monitoring-tool-with-mailing-function/</link><description><![CDATA[<p>Hello everyone,</p><p> </p><p>just started to use uniform server and i like it. </p><p>Is there a possibility to monitor the status off the different services as apache en MySQL and send a mail when it's nog running for a period off time?</p><p> </p><p>Maybe i am posting this i the complete wrong forum, if so my apologies.</p>]]></description><guid isPermaLink="false">3143</guid><pubDate>Mon, 14 Dec 2015 22:03:10 +0000</pubDate></item><item><title>PHP5 /WIndows7 64-bit</title><link>https://forum.uniformserver.com/topic/3069-php5-windows7-64-bit/</link><description><![CDATA[<p>When trying to start Apache using php5.5.23 I got the error: "can't find entry point for procedure inet_pton on php5ts.dll" (or something to that effect, I'm translating from spanish). php4 works fine. I'm running Windows 7 64-bit and I installed the server on E:\UniserverZ. Any ideas?</p>]]></description><guid isPermaLink="false">3069</guid><pubDate>Tue, 14 Apr 2015 00:59:02 +0000</pubDate></item><item><title>AWstats</title><link>https://forum.uniformserver.com/topic/3041-awstats/</link><description><![CDATA[<p>Im looking for a statistics tool where i easily can follow on what uri's most 404 ends up. AWStats seems to do the trick.</p><p>I have been looking for an installation guide or package to Zero XI but failed. </p><p>Anyone able to point me in the right direction?</p><p> </p><p>/Johan</p>]]></description><guid isPermaLink="false">3041</guid><pubDate>Wed, 18 Mar 2015 02:28:36 +0000</pubDate></item><item><title>Add PHP_INI_SCAN_DIR environment variable</title><link>https://forum.uniformserver.com/topic/2998-add-php_ini_scan_dir-environment-variable/</link><description><![CDATA[<p>I will be nice to have PHP_INI_SCAN_DIR environment variable defined with uniserver this will allow us to keep our custom php settings separate also user will not be needed to change all ini files which he/she uses while devlopment</p>]]></description><guid isPermaLink="false">2998</guid><pubDate>Fri, 10 Oct 2014 08:26:13 +0000</pubDate></item><item><title>installing php other version eg. 5.5</title><link>https://forum.uniformserver.com/topic/2992-installing-php-other-version-eg-55/</link><description><![CDATA[<p>hi how do you do?</p><p> </p><p>Im testing your software and somehow when I use your plugin for php 5.5 (eg) it declaaere apache cant not start.</p><p> </p><p>did i need to do something else to try this features?</p><p> </p><p>regards</p><p> </p><p>teng</p>]]></description><guid isPermaLink="false">2992</guid><pubDate>Tue, 30 Sep 2014 03:56:17 +0000</pubDate></item><item><title>How to install the ImageMagick extension with Uniform Server ZeroXI (WAMP))</title><link>https://forum.uniformserver.com/topic/2964-how-to-install-the-imagemagick-extension-with-uniform-server-zeroxi-wamp/</link><description><![CDATA[<p>I searched online for an hour to no avail and then spent a couple of hours figuring out how to install the <strong>ImageMagick extension</strong> on a Windows system with <strong>Uniform Server ZeroXI</strong>.  The following may save some time and frustration for others wanting to use this utility with their local PHP site. I'm using it for local WordPress development.</p><p> </p><p>In this case, the installation is on a Windows 7 (64-bit) box.<br />However, in this example, the 32-bit version is installed for testing.<br /><br />For the installation steps below, PHP 5.5 has been installed.<br />Use the provided note (<em>minor change</em>) for other versions of PHP.<br /><br /><br /><strong>Optional Windows Stand-alone installation:</strong></p><p><strong>1.</strong>    The stand-alone version of ImageMagick for Windows is here:<br />        <a href="http://www.imagemagick.org/script/binary-releases.php#windows" rel="external nofollow">http://www.imagemagick.org/script/binary-releases.php#windows</a><br /><strong>2.</strong>    Download/install either:<br />        <em>ImageMagick-6.8.9-5-Q8-x64-dll.exe</em> or <em>ImageMagick-6.8.9-5-Q16-x86-dll.exe</em>.<br /><strong>3.</strong>    Be sure to click on the "Add to system path" checkbox.<br /><strong>4.</strong>    Test/use the application from start menu application or the desktop icon.<br /><strong>5.</strong>    Command line examples are here:<br />        <a href="http://www.imagemagick.org/Usage/" rel="external nofollow">http://www.imagemagick.org/Usage/</a><br /><br /><br /><strong>Uniform Server ZeroXI ImageMagick installation:</strong><br /><br /><strong>1.</strong> from here:<br />        <a href="http://pecl.php.net/package/imagick/3.1.2/windows" rel="external nofollow">http://pecl.php.net/package/imagick/3.1.2/windows</a><br /><strong>2.</strong> download:<br />        '<strong>5.5 Thread Safe (TS) x86</strong>'<br /><strong>3.</strong> unzip:<br />        <em>php_imagick-3.1.2-5.5-ts-vc11-x86.zip</em><br /><strong>4.</strong> copy:<br /> <strong>       CORE_RL_bzlib_.dll<br />        CORE_RL_glib_.dll<br />        CORE_RL_lcms_.dll<br />        CORE_RL_lqr_.dll<br />        CORE_RL_magick_.dll<br />        CORE_RL_ttf_.dll<br />        CORE_RL_wand_.dll<br />        CORE_RL_zlib_.dll</strong><br /><strong>5.</strong> to:    <em>YOUR_LOCAL_PATH\UniServerZ\core\php55</em><br />        (use the php54 folder, if you don't have PHP 5.5 intalled)<br /><strong>6.</strong> copy:<br />        <strong>php_imagick.dll</strong><br /><strong>7.</strong> to: <em>YOUR_LOCAL_PATH\UniServerZ\core\php55\extensions</em><br />        (use the php54 folder, if you don't have PHP 5.5 intalled)<br /><strong>8.</strong> with the UniController, Stop Apache<br /><strong>9.</strong> from the UniController menu, choose: <em>PHP -&gt; Edit selected configuration file</em><br /><strong>10.</strong> locate the 'Dynamic Extensions' section<br /><strong>11.</strong> insert (<em>on a line by itself and press Enter</em>):<br />        <strong>extension=php_imagick.dll</strong><br /><strong>12.</strong> save and close the configuration file<br /><strong>13.</strong> with the UniController, Start Apache<br /><strong>14.</strong> the PHP ImageMagick manual is here:<br />        <a href="http://www.php.net/manual/en/book.imagick.php" rel="external nofollow">http://www.php.net/manual/en/book.imagick.php</a><br /><strong>15.</strong> verify successful implementation with phpinfo(), search for 'imagick module'<br />        (from the UniController menu, choose: PHP -&gt; View phpInfo)<br /><strong>16.</strong> or, verify with the following PHP function:</p><pre class="ipsCode prettyprint">
function get_imagick_version()
{
    // the API version number will be returned (currently 6.8.8), or 0 on failure
    // the module version number is a different value (currently 3.1.2)

    $imagick_v = 0;

    if (extension_loaded('imagick') &amp;&amp; class_exists('Imagick'))
    {
        $imagick = new Imagick();
        $imagick_info = $imagick-&gt;getVersion();

        $imagick_vs = $imagick_info['versionString'];
        preg_match('/ImageMagick ([\d]*\.[\d]*\.[\d]*)/', $imagick_vs, $imagick_vs_return);
        $imagick_v = $imagick_vs_return[1];
    }

    return $imagick_v;
}
</pre>]]></description><guid isPermaLink="false">2964</guid><pubDate>Wed, 09 Jul 2014 09:39:47 +0000</pubDate></item><item><title>How to install the ImageMagick extension with Uniform Server ZeroXI (WAMP))</title><link>https://forum.uniformserver.com/topic/2963-how-to-install-the-imagemagick-extension-with-uniform-server-zeroxi-wamp/</link><description><![CDATA[<p>I searched online for an hour to no avail and then spent a couple of hours figuring out how to install the <strong>ImageMagick extension</strong> on a Windows system with <strong>Uniform Server ZeroXI</strong>.  The following may save some time and frustration for others wanting to use this utility with their local PHP site. I'm using it for local WordPress development.</p><p> </p><p>In this case, the installation is on a Windows 7 (64-bit) box.<br />However, in this example, the 32-bit version is installed for testing.<br /><br />For the installation steps below, PHP 5.5 has been installed.<br />Use the provided note (<em>minor change</em>) for other versions of PHP.<br /><br /><br /><strong>Optional Windows Stand-alone installation:</strong></p><p><strong>1.</strong>    The stand-alone version of ImageMagick for Windows is here:<br />        <a href="http://www.imagemagick.org/script/binary-releases.php#windows" rel="external nofollow">http://www.imagemagick.org/script/binary-releases.php#windows</a><br /><strong>2.</strong>    Download/install either:<br />        <em>ImageMagick-6.8.9-5-Q8-x64-dll.exe</em> or <em>ImageMagick-6.8.9-5-Q16-x86-dll.exe</em>.<br /><strong>3.</strong>    Be sure to click on the "Add to system path" checkbox.<br /><strong>4.</strong>    Test/use the application from start menu application or the desktop icon.<br /><strong>5.</strong>    Command line examples are here:<br />        <a href="http://www.imagemagick.org/Usage/" rel="external nofollow">http://www.imagemagick.org/Usage/</a><br /><br /><br /><strong>Uniform Server ZeroXI ImageMagick installation:</strong><br /><br /><strong>1.</strong> from here:<br />        <a href="http://pecl.php.net/package/imagick/3.1.2/windows" rel="external nofollow">http://pecl.php.net/package/imagick/3.1.2/windows</a><br /><strong>2.</strong> download:<br />        '<strong>5.5 Thread Safe (TS) x86</strong>'<br /><strong>3.</strong> unzip:<br />        <em>php_imagick-3.1.2-5.5-ts-vc11-x86.zip</em><br /><strong>4.</strong> copy:<br /> <strong>       CORE_RL_bzlib_.dll<br />        CORE_RL_glib_.dll<br />        CORE_RL_lcms_.dll<br />        CORE_RL_lqr_.dll<br />        CORE_RL_magick_.dll<br />        CORE_RL_ttf_.dll<br />        CORE_RL_wand_.dll<br />        CORE_RL_zlib_.dll</strong><br /><strong>5.</strong> to:    <em>YOUR_LOCAL_PATH\UniServerZ\core\php55</em><br />        (use the php54 folder, if you don't have PHP 5.5 intalled)<br /><strong>6.</strong> copy:<br />        <strong>php_imagick.dll</strong><br /><strong>7.</strong> to: <em>YOUR_LOCAL_PATH\UniServerZ\core\php55\extensions</em><br />        (use the php54 folder, if you don't have PHP 5.5 intalled)<br /><strong>8.</strong> with the UniController, Stop Apache<br /><strong>9.</strong> from the UniController menu, choose: <em>PHP -&gt; Edit selected configuration file</em><br /><strong>10.</strong> locate the 'Dynamic Extensions' section<br /><strong>11.</strong> insert (<em>on a line by itself and press Enter</em>):<br />        <strong>extension=php_imagick.dll</strong><br /><strong>12.</strong> save and close the configuration file<br /><strong>13.</strong> with the UniController, Start Apache<br /><strong>14.</strong> the PHP ImageMagick manual is here:<br />        <a href="http://www.php.net/manual/en/book.imagick.php" rel="external nofollow">http://www.php.net/manual/en/book.imagick.php</a><br /><strong>15.</strong> verify successful implementation with phpinfo(), search for 'imagick module'<br />        (from the UniController menu, choose: PHP -&gt; View phpInfo)<br /><strong>16.</strong> or, verify with the following PHP function:</p><pre class="ipsCode prettyprint">
function get_imagick_version()
{
    // the API version number will be returned (currently 6.8.8), or 0 on failure
    // the module version number is a different value (currently 3.1.2)

    $imagick_v = 0;

    if (extension_loaded('imagick') &amp;&amp; class_exists('Imagick'))
    {
        $imagick = new Imagick();
        $imagick_info = $imagick-&gt;getVersion();

        $imagick_vs = $imagick_info['versionString'];
        preg_match('/ImageMagick ([\d]*\.[\d]*\.[\d]*)/', $imagick_vs, $imagick_vs_return);
        $imagick_v = $imagick_vs_return[1];
    }

    return $imagick_v;
}
</pre>]]></description><guid isPermaLink="false">2963</guid><pubDate>Wed, 09 Jul 2014 09:38:23 +0000</pubDate></item><item><title>Zend Guard Loader Installation</title><link>https://forum.uniformserver.com/topic/2958-zend-guard-loader-installation/</link><description><![CDATA[<p>How can I install a zend guard loader for ipnexus for ipbboard?</p><p> </p><p>I need your help guys..</p>]]></description><guid isPermaLink="false">2958</guid><pubDate>Mon, 16 Jun 2014 17:24:48 +0000</pubDate></item><item><title>Quick 'n' easy FTP - how do I integrate it with Uniform Server?</title><link>https://forum.uniformserver.com/topic/2952-quick-n-easy-ftp-how-do-i-integrate-it-with-uniform-server/</link><description><![CDATA[<p>I have Windows XP. I've just installed the most recent version of Uniform server, and was looking to set up a local FTP server too to replicate the live system. I downloaded the suggested plugin, and the FTP server (2.6) starts fine. But when I try to send objects using Filezilla to the WWW directory within the uniform server directory, I keep getting '452 Disk Quota Exceeded. Transfer aborted'. When I check out the WWW directory, it appears to be read-only, and removing the 'read only' has no effect - it returns to read only.</p><p> </p><p>It appears that quick 'n' easy FTP needs to be running from within the Uniform server. But I was unsuccessful in my efforts to find adequate documentation that showed how it could be integrated. Essentially, at the moment it's running as standalone from the Uniform server, but trying to update the WWW files that are under the control of Uniform server.</p><p> </p><p>Can anyone shed any light on how to get round this, or how to properly integrate any kind of FTP server within Uniform server? When it comes to server-related stuff, I'm a dabbler rather than a dab-hand.</p><p> </p><p>Thanks in anticipation.</p><p> </p><p>Mike</p>]]></description><guid isPermaLink="false">2952</guid><pubDate>Thu, 05 Jun 2014 21:14:48 +0000</pubDate></item><item><title>how to install MongoDB on Uniformserver</title><link>https://forum.uniformserver.com/topic/2698-how-to-install-mongodb-on-uniformserver/</link><description><![CDATA[<p>The document from <a href="http://wiki.uniformserver.com/index.php/MongoDB:_Plugin#Extract_MongoDB_core" rel="external nofollow">http://wiki.uniformserver.com/index.php/MongoDB:_Plugin#Extract_MongoDB_core</a> very old with current version of uniformserver, so i can not do follow this document, pls help me install MongoDB on uniformserver version 8.5.4 </p><p> </p><p>Thanks.</p>]]></description><guid isPermaLink="false">2698</guid><pubDate>Fri, 09 Nov 2012 09:44:14 +0000</pubDate></item><item><title>Quick &#xB4;n Easy ftp server 2.6 Error when connecting?</title><link>https://forum.uniformserver.com/topic/2673-quick-%C2%B4n-easy-ftp-server-26-error-when-connecting/</link><description><![CDATA[<p>Hello , i managed to get the apache and Mysql working and when i came to install the ftp plugin it did go pretty smooth i have port forwarded the port 21 and created an inbound rule in windows firewall for port 21 and restarted computer.</p><p>Connection log for FTP program Filezilla</p><p></p><pre class="ipsCode">Status:	Connection established, waiting for welcome message...
Response:	220 Welcome to Team Ftp
Command:	USER s1r
Response:	331 Password required for s1r
Command:	PASS *********
Response:	230 User successfully logged in.
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/" is current directory.
Command:	TYPE I
Response:	200 Type set to BINARY
Command:	PASV
Response:	227 Entering Passive Mode (xx,xx,xxx,xxx,x,x)
Command:	LIST
Response:	150 Opening ASCII mode data connection for directory list.
Response:	421 Failed to create data connection socket.
Error:	Failed to retrieve directory listing
</pre><div></div><p></p><p>I wonder whats wrong and how to fix it?</p><p> </p><p>Regards</p><p> </p><p>S1R</p>]]></description><guid isPermaLink="false">2673</guid><pubDate>Tue, 02 Oct 2012 23:20:14 +0000</pubDate></item><item><title>Unitray 8.2.0 Full Error</title><link>https://forum.uniformserver.com/topic/2671-unitray-820-full-error/</link><description><![CDATA[<p>Uniserver coral 8.6.6, unitry 8.2.0 full gives the following error</p><p>Windows server 2003 sp2</p><p> </p><p>C:\Unisever\plugins\tray_menu\start-stop_update.wsf</p><p>Line 250</p><p>Char 3</p><p>Input past end of file</p><p>Code 800A003E</p><p>VBruntime error</p><p> </p><p>Any help appreciated!</p><p> </p><p>Andrew</p>]]></description><guid isPermaLink="false">2671</guid><pubDate>Tue, 02 Oct 2012 15:41:15 +0000</pubDate></item><item><title>Start Uniserver with UniTray and Stop it on exit</title><link>https://forum.uniformserver.com/topic/2632-start-uniserver-with-unitray-and-stop-it-on-exit/</link><description><![CDATA[<p>After fumbling around for a while I managed to make UniTray stop UniServer when pressing the Exit button in the tray menu (so that you don't have to stop the server and then close the tray eeeeevery time) by editing <strong>UniServer\plugins\tray_menu\lang\English_tray.ini</strong> and changing:</p><p> </p><p></p><pre class="ipsCode">Type: item; Caption: "E&amp;xit"; Action: exit; Glyph: 13</pre><div></div><p></p><p> </p><p>to:</p><p> </p><p></p><pre class="ipsCode">Type: item; Caption: "E&amp;xit"; Action: multi; Actions: My_Exit_Actions; Glyph: 13</pre><div></div><p></p><p> </p><p>and appending this to the end of file:</p><p> </p><p></p><pre class="ipsCode">[My_Exit_Actions]
Action: run; FileName: "Wscript.exe"; Parameters: "%USRoot%\plugins\tray_menu\server_control.wsf StartUniServerProgram";  Flags: waituntilterminated
Action: exit;</pre><div></div><p></p><p> </p><p> </p><p>I'm not sure it's the best way to do it but it LOOKS like it's working. </p><p> </p><p>Now I also want to do something to start UniServer when I start UniTray. Editing [startupAction] so that it looks something like this:</p><p> </p><p></p><pre class="ipsCode">[StartupAction]
Action: run; FileName: "Wscript.exe"; Parameters: "%USRoot%\plugins\tray_menu\kill_htas.wsf";  Flags: waituntilterminated
Action: run; FileName: "Wscript.exe"; Parameters: "%USRoot%\plugins\tray_menu\server_control.wsf StartUniServerProgram";  Flags: waituntilterminated
Action: run; FileName: "Wscript.exe"; Parameters: "%USRoot%\plugins\tray_menu\reload.wsf";  Flags: waituntilterminated
Action: readconfig;</pre><div></div><p></p><p> </p><p> </p><p>doesn't work and throws an error about <strong>plugins\tray_menu\start_stop_update.wsf</strong> having a not valid Null: 'Split' on line 420.</p><p> </p><p> </p><p>I'm not sure what to try now. By the way, ¿shouldn't this be default behavior or at least an option? I'm guessing most people using UniServer use it as a development and testing environement so they'd prefer to have it in the tray and start and stop it at the same time you open and close the tray icon-menu-thing. </p><p> </p><p>Any ideas? Thanks!</p><p> </p><p> </p><p>PS: </p><p>So far I'm loving Uniform Server, though it could do with some more user friendliness... I'm sure other (inferior) WAMP alternatives are much more popular because they are easier to install and use. For instance, it took me quite a while to find out there was a tray plugin and where was the correct version to download even though I've used sourceforge before.</p>]]></description><guid isPermaLink="false">2632</guid><pubDate>Wed, 01 Aug 2012 13:34:05 +0000</pubDate></item><item><title>SlimFTPd 3.181 Virtual Locations Issue</title><link>https://forum.uniformserver.com/topic/2631-slimftpd-3181-virtual-locations-issue/</link><description><![CDATA[<p>Can somebody tell me why Windows Network shares can't be added as locations in SlimFTPd? I mean, I'm a little disappointed here... I have a 500 GB drive in my other computer, mapped to Drive Z: on the server machine, that I want the FTP server to have access to but I can't because SlimFTPd won't allow me to share a network drive, unless I've missed something?</p><p> </p><p></p><pre class="ipsCode">.CONF Mapping:

&lt;User "**********"&gt;
Password "************"
Mount / G:\HTTPROOT\uploads
Mount /500-GB Z:\
Allow / all
&lt;/User&gt;


Server Log:

[29/07/2012 3:02:09 AM] -------------------------------------------------------------------------------
[29/07/2012 3:02:09 AM] SlimFTPd 3.181, by WhitSoft Development (www.whitsoftdev.com)
[29/07/2012 3:02:09 AM] The SlimFTPd service is starting.
[29/07/2012 3:02:09 AM] Executing "SlimFTPd.conf"...
[29/07/2012 3:02:09 AM] Error on line 87: Mount directive cannot find local path "Z:".
[29/07/2012 3:02:09 AM] Failed parsing configuration script.
[29/07/2012 3:02:09 AM] An error occurred while starting SlimFTPd.
[29/07/2012 3:02:09 AM] The SlimFTPd service has stopped.</pre><div></div><p></p>]]></description><guid isPermaLink="false">2631</guid><pubDate>Sun, 29 Jul 2012 14:01:05 +0000</pubDate></item><item><title>MongoDB Plugin</title><link>https://forum.uniformserver.com/topic/2601-mongodb-plugin/</link><description><![CDATA[<p>1) THANKS, Mike, for the mongodb plugin! Up and running in minutes.</p><p>2) RockMongo is, for me, much better than phpMoAdmin.</p><p>3) Performance wise inserting 100,000 random contant-length numbers mysql slightly faster.</p><p>Inserting varying length words exploded from Dicken's Christmas Corol (27K words), mongo was 10 times slower! Dumping 100,000 contant-length numbers mongo is 10 times faster than mysql. Dumping 27,000 varying length words mongo is 2 times faster than mysql.</p><p> </p><p>Anyone else have some data?</p><p> </p><p>4) I have been unsuccessfully googling SMALL image file insert methods. I do not want to use GridFS. Any suggestions?</p>]]></description><guid isPermaLink="false">2601</guid><pubDate>Sat, 23 Jun 2012 20:40:58 +0000</pubDate></item><item><title>Server Coral_8_5_1 and Coral_Unitray_*_8_1_0</title><link>https://forum.uniformserver.com/topic/2544-server-coral_8_5_1-and-coral_unitray__8_1_0/</link><description><![CDATA[
<p>Hi!, I installed the Uniform Server 8.5.1 (Server Coral_8_5_1) in Windows Server 2003 with Visual</p><p> C++ 2008 redistributable package. Now, i'm trying to install the Coral_Unitray_*_8_1_0 and it is giving the error in attachment.</p><p>Can you help me.</p><p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.uniformserver.com/uploads/post-5878-1333557504.jpg" data-fileid="296" data-fileext="jpg" rel=""><img data-fileid="296" class="ipsImage ipsImage_thumbnailed" alt="post-5878-1333557504_thumb.jpg" src="https://forum.uniformserver.com/uploads/post-5878-1333557504_thumb.jpg" loading="lazy"></a></p>
]]></description><guid isPermaLink="false">2544</guid><pubDate>Wed, 04 Apr 2012 16:40:38 +0000</pubDate></item><item><title>Intl plugin fails to load</title><link>https://forum.uniformserver.com/topic/2539-intl-plugin-fails-to-load/</link><description><![CDATA[<p>Hi,</p><p> </p><p>I am trying Uniserver v8.4 with the matching Coral_Intl_8_4_0 (I saw there is an 8_5 version of UniServer but no accompanying Intl plugin)</p><p> </p><p>I installed both the UniServer and copied the contents of the usr/ folder from the plugin in the right place.</p><p> </p><p>doc instructs to do the following ...</p><p> </p><p></p><pre class="ipsCode">Edit file: UniServer\usr\local\apache2\conf\httpd.conf

Locate these two lines:
#Loadfile "C:/Coral_8.../UniServer/usr/local/php/icuuc46.dll"
#Loadfile "C:/Coral_8.../UniServer/usr/local/php/icuin46.dll"

Remove the # as shown below
Loadfile "C:/Coral_8.../UniServer/usr/local/php/icuuc46.dll"
Loadfile "C:/Coral_8.../UniServer/usr/local/php/icuin46.dll"</pre><div></div><p></p><p> </p><p>Plugin carries the icuuc42.dll and icuin42.dll versions, while the httpd.conf refers to the .46 versions.</p><p>Of course, if I try to start the UniServer with the version mismatch, I get an apache syntax check error due to  missing files. But when I change the version numbers to match the versions in the plugin (i.e. I change them to .42), apache server does not start.</p>]]></description><guid isPermaLink="false">2539</guid><pubDate>Wed, 28 Mar 2012 10:05:19 +0000</pubDate></item><item><title>Unitray Error</title><link>https://forum.uniformserver.com/topic/2546-unitray-error/</link><description><![CDATA[<p>Por favor.... <img alt=":)" src="https://forum.uniformserver.com/uploads/emoticons/default_smile.png" loading="lazy">  <img alt=";)" src="https://forum.uniformserver.com/uploads/emoticons/default_wink.png" loading="lazy"> </p><p> </p><p>Voces fizeram alterações nos scripts core_functions_inc.vbs eliminando a função port_in_use e criando outras que fazem a verificação para o apache e mysql em separado, isto provocou o erro citado no post <a href="https://forum.uniformserver.com/index.php?showtopic=2544" rel="">http://forum.uniformserver.com/index.php?showtopic=2544</a>.</p><p> </p><p>Favor verificar. Afinal o plugin Unitray é de grande valia.</p><p> </p><p>sábado, 7 de abril de 2012. <img alt=":)" src="https://forum.uniformserver.com/uploads/emoticons/default_smile.png" loading="lazy">  <img alt=":)" src="https://forum.uniformserver.com/uploads/emoticons/default_smile.png" loading="lazy"></p>]]></description><guid isPermaLink="false">2546</guid><pubDate>Sat, 07 Apr 2012 22:33:31 +0000</pubDate></item><item><title>RQ: SQLite</title><link>https://forum.uniformserver.com/topic/2494-rq-sqlite/</link><description><![CDATA[<p>Dear <strong>DevTeam</strong>,</p><p>can you plan integration of <a href="http://www.sqlite.org/" rel="external nofollow"><strong>SQLite DB</strong></a> and of course web management as phpMyAdmin, but named <a href="http://www.sqlitemanager.org/" rel="external nofollow"><strong>SQLiteManager</strong></a> all under GPL</p><p>I'm sure, many of us here will be glad if you make it for us.</p><p> </p><p>Thank you in advance!</p>]]></description><guid isPermaLink="false">2494</guid><pubDate>Tue, 21 Feb 2012 14:07:04 +0000</pubDate></item></channel></rss>
