Jump to content
The Uniform Server Community

Ric

Developer
  • Posts

    1,516
  • Joined

  • Last visited

Everything posted by Ric

  1. I have had several requests how to install go-pear on Uniform Server Zero. The following provides detailed instruction: Apache and PHP (modules) configuration files have been pre-configured all that is required is to run the go-pear installer. 1) Create a new folder us_pear in folder UniServerZ\home. 2) Download the file from http://pear.php.net/go-pear and save it as go-pear.php 3) Save this in folder UniServerZ\home\us_pear (created in step 1) Note: Running go-pear.php generates a long list of depreciated warning. These are suppressed using an htaccess file. The htaccess file will also be used for restricting access to localhost only. 4) Copy the .htacces from folder www into folder UniServerZ\home\us_pear (Windows makes it difficult to create a file named .htaccess hence the copy) 5) Edit this copied file and delete all it’s content and add the following lines: Order Deny,Allow Deny from all Allow from 127.0.0.1 php_flag display_errors 22527 Note: php_flag display_errors 22527 is the same as setting Error_reporting = E_ALL & ~E_DEPRECATED in php.ini 6) Start Uniform Server Zero. Start Apache 7) Type the following into your browser: http://localhost/us_pear/go-pear.php 8) Welcome to go-pear 1.1.6 displayed. Click next, Configuration page displayed click Install 9) Wait for "Installation Completed" to be displayed. Note: Clicking "Start Web Frontend of the PEAR Installer" will produce a 404 Not Found 10) The URL http://localhost/us_pear/\index.php is incorrect change this to http://localhost/us_pear/index.php 11) The above highlights another error: Can not find config file, please specify the $pear_user_config variable in /us_pear/index.php 12) To resolve the above edit file UniServerZ\home\us_pear\index.php Change the following section: /** * Put this file in a web-accessible directory as index.php (or similar) * and point your webbrowser to it. */ // $pear_dir must point to a valid PEAR install (=contains PEAR.php) $pear_dir = 'C:\UniServerZ\home\us_pear/PEAR'; // default of install // OPTIONAL: If you have a config file at a non-standard location, // uncomment and supply it here: //$pear_user_config = ''; // OPTIONAL: If you have protected this webfrontend with a password in a // custom way, then uncomment to disable the 'not protected' warning: //$pear_frontweb_protected = true; To: /** * Put this file in a web-accessible directory as index.php (or similar) * and point your webbrowser to it. */ $us_path = realpath('.'); // Determine full path to this file portability // $pear_dir must point to a valid PEAR install (=contains PEAR.php) $pear_dir = $us_path.'\PEAR'; // default of install // OPTIONAL: If you have a config file at a non-standard location, // uncomment and supply it here: $pear_user_config = $us_path.'\pear.conf'; // OPTIONAL: If you have protected this webfrontend with a password in a // custom way, then uncomment to disable the 'not protected' warning: $pear_frontweb_protected = true; 13) Now re-enter the url: http://localhost/us_pear/index.php and the web-front end is displayed. 14) From the left menu click Configuration link 15) Change PEAR configuration file directory: from C:\php\pear\cfg to C:\UniServerZ\home\us_pear Note: Although the above is not portable you can use the Configuration link and change paths accordingly also remember to change the PHP version selected in the apropriate path. In about two weeks will release a module to fully support Pear All the best Ric
  2. UniServer 10.2.1-Zero Released: Changes in this release: Updated phpmyadmin to Zero_phpmyadmin_4_0_5.exe Updated MySQL to Zero_mysql_5_5_33.exe Updated controller to Zero_Controller_10.1.1.exe Updated docs to Zero_documentation_1_0_4.exe Main features Fully portable - run from USB memory stick Apache 2.4.6 MySQL (5.5.33 or 5.6.13) or Mariadb (5.5.32) Switch between PHP versions 5.3.26, 5.4.17 and 5.5.1 phpMyAdmin and or Adminer Strawberry Perl Cron and auto run at start-up Built in DTDNS updater Full documentation included Downloads: UniServer 10.2.1-Zero UniServer ZeroModules Regards, The Uniform Server Development Team
  3. Any antivirus producing an alert must be taken seriously. That said they are not infallible and sometimes produce false positives generally due to their use of heuristic detection. Interestingly if you run the above files using an on-line service such as https://www.virustotal.com they are passed by ClamAV and all major AV programs. However you will notice that there is a detection ratio of 4/47 that is 4 positives, which are possibly genuine but most likely false positives. If you are feeling paranoid you have two options: 1] Delete the files and copy their corresponding batch files from folder UniServer\uni_con\top_level to folder UniServer and run the servers using these batch files. 2] Alternatively download and use Uniform Server Zero. It is advisable for anyone receiving an alert to submit the file to his or her AV software vendor for confirmation; in the case of false positives they generally update their virus definition-signatures in the next release to resolve these issues. All the best Ric
  4. UniServer 10.2.0-Zero Released: Changes in this release: Updated Apache Zero_apache_2_4_6-1_0_1e.exe UniServer 10.2.0-Zero release: Contains following modules Zero_Controller_10_1_0.exe Zero_documentation_1_0_3.exe Zero_apache_2_4_6-1_0_1e.exe - Updated Zero_mysql_5_5_32.exe Zero_php_5_4_17-1_0_1e.exe Zero_phpmyadmin_4_0_4_1.exe Available modules (Plugins): Note added new module: Zero_mariadb_5_5_32.exe Zero_Controller_10_1_0.exe – Required for all configurations Zero_adminer_3_7_1.exe Zero_apache_2_4_6-1_0_1e.exe Zero_documentation_1_0_3.exe Zero_lua_1_0_0.exe Zero_mysql_5_5_32.exe Zero_mysql_5_6_12.exe Zero_mariadb_5_5_32.exe - New Zero_phpmyadmin_4_0_4_1.exe Zero_phpmybackuppro_2_3.exe Zero_php_5_3_27-1_0_1e.exe Zero_php_5_4_17-1_0_1e.exe Zero_php_5_5_0-1_0_1e.exe Note: Will not run on XP Zero_sbm_perl_5_16_2_2.exe Zero_sb_perl_5_16_2_2.exe Downloads: UniServer 10.2.0-Zero UniServer ZeroModules Regards, The Uniform Server Development Team
  5. Uniform Server 8.9.0-Coral Released: Changes in this release: Updated Apache to 2.4.6 Win32 OpenSSL 1_0_1e Updated PHP to 5.4.17 OpenSSL 1_0_1e Core components: Apache 2.4.6 - Built with OpenSSL 1_0_1e MySQL 5.5.32 PHP 5.4.17 OpenSSL 1_0_1e phpMyAdmin 4.0.4.1 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.31 APC 3.1.14 eAccelerator 1.0-GIT-42067ac7e2 Zend Zend OpCache 7.0.2 OpenSSL 1.0.1c ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.9.0-Coral Regards, The Uniform Server Development Team
  6. I have taken a look at this and was unable to reproduce the issue. Perhaps someone else has come across this and has a solution. All the best Ric
  7. Try the new controller Zero_Controller_10_1_0.exe, port in use detection has been modified. All the best Ric
  8. UniServer 10.1.3-Zero Released: Changes in this release: Updated controller to Zero_Controller_10.1.0.exe Updated docs to Zero_documentation_1_0_3.exe UniServer 10.1.3-Zero release: Contains following modules Zero_Controller_10_1_0.exe Zero_documentation_1_0_3.exe Zero_apache_2_4_4-1_0_1e.exe Zero_mysql_5_5_32.exe Zero_php_5_4_17-1_0_1e.exe - Updated Zero_phpmyadmin_4_0_4_1.exe Available modules (Plugins): Zero_Controller_10_1_0.exe – Required for all configurations Zero_adminer_3_7_1.exe Zero_apache_2_4_4-1_0_1e.exe Zero_documentation_1_0_3.exe Zero_lua_1_0_0.exe Zero_mysql_5_5_32.exe Zero_mysql_5_6_12.exe Zero_mariadb_5_5_31.exe Zero_phpmyadmin_4_0_4_1.exe Zero_phpmybackuppro_2_3.exe Zero_php_5_3_27-1_0_1e.exe Zero_php_5_4_17-1_0_1e.exe Zero_php_5_5_0-1_0_1e.exe Note: Will not run on XP Zero_sbm_perl_5_16_2_2.exe Zero_sb_perl_5_16_2_2.exe Downloads: UniServer 10.1.3-Zero UniServer ZeroModules Regards, The Uniform Server Development Team
  9. UniSevrer Zero supports adminer. See Announcements for details. All the best Ric
  10. UniSevrer Zero can be started with command line parameters. This may be what you are looking or. For details check out the documentation (Zero_documentation_1_0_3.exe) See Announcements for links. All the best Ric
  11. Thank you for taking time to run the above test. Results you posted show W8 netstat command output format is identical to XP and W7 hence not a problem. The Apache start-up safety timer is set to 30 seconds, in terms of processor time this is extremely large. It looks as if the safety timer code could be the problem this is relatively easy to check precede as follows: a) Create two new folders C:\z_test_1 and C:\z_test_1 b ) In each of these folders extract Zero-10.1.2 c) Navigate to folder z_test_1/UniServerZ Start UniController Start Apache Start MySQL Wait for the servers to start (fail) Close UniController (Do not kill the servers until end of test) d) Navigate to folder z_test_2/UniServerZ e) Start UniController Expected result: A pop-up is displayed “Warning ports in use by another application” Apache port = 80 Application PID = Application Name = httpd_z.exe Application Path = C:\z_test_1\UniServerZ\core\apache2\bin\httpd_z.exe I am interested in the above four lines could you please post results that you obtain. For completeness also include the MySQL port results. Intention is to isolate problems specific to your PC configuration. Thank you Ric
  12. It looks like a bug! Would you please run a netstat command and post the results. Proceed as follows: a) Run UniController Start Apache as above (wait for 1 minute until it displays failed) c) Start a command window by clicking “Server Console” button d) Type the following command: netstat -anop tcp e) Right click on the banner “SERVER Command Console” and navigate to “Edit” and click “Select All” f) Right click on the banner “SERVER Command Console” again and navigate to “Edit” and click “Copy” g) You can now paste the result into a text editor or directly past to the forum. Thank you Ric
  13. Uniform Server 8.8.8-Coral Released: Changes in this release: Updated PHP to 5.4.17 Core components: Apache 2.4.4 - Built with OpenSSl 0.9.8y MySQL 5.5.32 PHP 5.4.17 phpMyAdmin 4.0.4.1 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.31 APC 3.1.14 eAccelerator 1.0-GIT-42067ac7e2 Zend Zend OpCache 7.0.2 OpenSSL 1.0.1c ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.8.8-Coral Regards, The Uniform Server Development Team
  14. UniServer 10.1.2-Zero Released: Changes in this release: Updated PHP to 5.4.17 (Zero_php_5_4_17-1_0_1e.exe) UniServer 10.1.1-Zero release: Contains following modules Zero_Controller_10_0_5.exe Zero_documentation_1_0_2.exe Zero_apache_2_4_4-1_0_1e.exe Zero_mysql_5_5_32.exe Zero_php_5_4_17-1_0_1e.exe - Updated Zero_phpmyadmin_4_0_4_1.exe Available modules (Plugins): Zero_Controller_10_0_4.exe – Required for all configurations Zero_adminer_3_7_1.exe - Updated Zero_apache_2_4_4-0_9_.8y.exe - Archive Zero_apache_2_4_4-1_0_1e.exe Zero_documentation_1_0_2.exe Zero_lua_1_0_0.exe Zero_mysql_5_5_32.exe Zero_mysql_5_6_12.exe Zero_mariadb_5_5_31.exe Zero_phpmyadmin_4_0_4_1.exe - Updated Zero_phpmybackuppro_2_3.exe Zero_php_5_3_25.exe Zero_php_5_4_16-0_9_8y.exe - Archive Zero_php_5_4_16-1_0_1e.exe - Archive Zero_php_5_4_17-1_0_1e.exe - Updated Zero_php_5_5_0a.exe - Archive Zero_php_5_5_0-1_0_1e.exe Zero_sbm_perl_5_16_2_2.exe Zero_sb_perl_5_16_2_2.exe Downloads: UniServer 10.1.2-Zero http://sourceforge.net/projects/miniserver/files/UniServer%20Zero/ UniServer ZeroModules http://sourceforge.net/projects/miniserver/files/UniServer%20Zero/ZeroModules/ Regards, The Uniform Server Development Team
  15. Ric

    PHP file location

    Folder ‘htdocs’ is equivalent to UniServer folder ‘www’ placing your test file in this folder is correct. The Apache log file may contain error information as to why your script failed. All the best Ric
  16. You need to edit the Windows host file located in folder: C:\WINDOWS\system32\drivers\etc Remove the line: 127.0.0.1 zawage.net All the best Ric
  17. UniServer 10.1.1-Zero Released: Changes in this release: Updated phpmyadmin to 4.0.4.1 - Security update (Zero_phpmyadmin_4_0_4_1.exe) UniServer 10.1.1-Zero release: Contains following modules Zero_Controller_10_0_5.exe Zero_documentation_1_0_2.exe Zero_apache_2_4_4-1_0_1e.exe Zero_mysql_5_5_32.exe Zero_php_5_4_16-1_0_1e.exe Zero_phpmyadmin_4_0_4_1.exe - Updated Available modules (Plugins): Zero_Controller_10_0_4.exe – Required for all configurations Zero_adminer_3_7_1.exe - Updated Zero_apache_2_4_4-0_9_.8y.exe - Archive Zero_apache_2_4_4-1_0_1e.exe Zero_documentation_1_0_2.exe Zero_lua_1_0_0.exe Zero_mysql_5_5_32.exe Zero_mysql_5_6_12.exe Zero_mariadb_5_5_31.exe Zero_phpmyadmin_4_0_4_1.exe - Updated Zero_phpmybackuppro_2_3.exe Zero_php_5_3_25.exe Zero_php_5_4_16-0_9_8y.exe - Archive Zero_php_5_4_16-1_0_1e.exe Zero_php_5_5_0a.exe - Archive Zero_php_5_5_0-1_0_1e.exe Zero_sbm_perl_5_16_2_2.exe Zero_sb_perl_5_16_2_2.exe Downloads: UniServer 10.1.1-Zero UniServer ZeroModules Regards, The Uniform Server Development Team
  18. Uniform Server 8.8.7-Coral Released: Changes in this release: Updated phpMyAdmin to 4.0.4.1 - Security update Intranet IP addresses updated to: 127.0.0.1 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 - M Theunissen root_www_pass_access.hta lines 145 295 root_ssl_pass_access.hta lines 145 294 Docs updated to reflect above. Core components: Apache 2.4.4 - Built with OpenSSl 0.9.8y MySQL 5.5.32 PHP 5.4.16 phpMyAdmin 4.0.4.1 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.31 APC 3.1.14 eAccelerator 1.0-GIT-42067ac7e2 Zend Zend OpCache 7.0.2 OpenSSL 1.0.1c ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.8.7-Coral Regards, The Uniform Server Development Team
  19. UniServer 10.1.0-Zero Released: The UniServer Zero series. Two options are provided, a complete package with pre-installed modules producing a standard WAMP (Windows, Apache, MySQL and PHP) server package. After extracting, servers are ready to run either from a USB memory stick or PC. Apart from changing the MySQL password (optional) there is no configuration required. The pre-configured version of Uniform Server Zero should suite most users! A second option is to assemble a bespoke server from the modules provided. You can create a varied range of servers from a standalone Apache or MySQL portable server to a minimalist dynamic server for example using only Apache and mod_plua. Main Features: Easy update: Download newest module and overwrite old version. PHP switching: - Switch between PHP series PHP 5.3, PHP 5.4 and PHP 5.5 MySQL options: - Install either MySQL 5.5 or 5.6 series or MariaDB MariaDB options: - Alternative to MySQL MariaDB 5.5 series MySQL admin options: Install and/or Adminer and/or phpMyAdmin MySQL backup option: phpMyBackupPro Minimalist dynamic server: Apache + mod_lua or Apache + mod_plua Perl options: Install Strawberry Perl, full or mini versions Other features: Windows host file editor Configurable clean-up – Remove unwanted files e.g. Server log files DtDNS – Automatic updater, updates domains on DtDNS server PC Start-up enable/disable running of servers Cron - Configurable timer to run applications or scripts UniServer 10.1.0-Zero release: Contains following modules Zero_Controller_10_0_5.exe - Updated Zero_documentation_1_0_2.exe - Updated Zero_apache_2_4_4-1_0_1e.exe - New Zero_mysql_5_5_32.exe Zero_php_5_4_16-1_0_1e.exe - New Zero_phpmyadmin_4_0_4.exe Available modules (Plugins): Zero_Controller_10_0_4.exe – Required for all configurations Zero_adminer_3_7_0.exe Zero_apache_2_4_4-0_9_.8y.exe - Archive Zero_apache_2_4_4-1_0_1e.exe - New Zero_documentation_1_0_2.exe Zero_lua_1_0_0.exe Zero_mysql_5_5_32.exe Zero_mysql_5_6_12.exe Zero_mariadb_5_5_31.exe Zero_phpmyadmin_4_0_4.exe Zero_phpmybackuppro_2_3.exe Zero_php_5_3_25.exe Zero_php_5_4_16-0_9_8y.exe - Archive Zero_php_5_4_16-1_0_1e.exe - New Zero_php_5_5_0a.exe - Archive Zero_php_5_5_0-1_0_1e.exe - New Zero_sbm_perl_5_16_2_2.exe Zero_sb_perl_5_16_2_2.exe Downloads: UniServer 10.1.0-Zero http://sourceforge.net/projects/miniserver/files/UniServer%20Zero/ UniServer ZeroModules http://sourceforge.net/projects/miniserver/files/UniServer%20Zero/ZeroModules/ Regards, The Uniform Server Development Team
  20. There were issues these have been addressed with the following releases: Zero_10_0_5.exe Modules: Zero_Controller_10_0_4.exe Zero_php_5_5_0a.exe All the best Ric
  21. Uniform Server 8.8.6-Coral Released: Changes in this release: Updated Zend OpCache to 7.0.2 Updated phpMyAdmin to 4.0.4 Core components: Apache 2.4.4 - Built with OpenSSl 0.9.8y MySQL 5.5.32 PHP 5.4.16 phpMyAdmin 4.0.4 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.31 APC 3.1.14 eAccelerator 1.0-GIT-42067ac7e2 Zend Zend OpCache 7.0.2 OpenSSL 1.0.1c ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.8.6-Coral Regards, The Uniform Server Development Team
  22. UniServer 10.0.3-Zero Released: The UniServer Zero series. Two options are provided, a complete package with pre-installed modules producing a standard WAMP (Windows, Apache, MySQL and PHP) server package. After extracting, servers are ready to run either from a USB memory stick or PC. Apart from changing the MySQL password (optional) there is no configuration required. The pre-configured version of Uniform Server Zero should suite most users! A second option is to assemble a bespoke server from the modules provided. You can create a varied range of servers from a standalone Apache or MySQL portable server to a minimalist dynamic server for example using only Apache and mod_plua. Main Features: Easy update: Download newest module and overwrite old version. PHP switching: - Switch between PHP series PHP 5.3, PHP 5.4 and PHP 5.5 (Dev) MySQL options: - Install either MySQL 5.5 or 5.6 series or MariaDB MariaDB options: - Alternative to MySQL MariaDB 5.5 series MySQL admin options: Install and/or Adminer and/or phpMyAdmin MySQL backup option: phpMyBackupPro Minimalist dynamic server: Apache + mod_lua or Apache + mod_plua Perl options: Install Strawberry Perl, full or mini versions Other features: Windows host file editor Configurable clean-up – Remove unwanted files e.g. Server log files DtDNS – Automatic updater, updates domains on DtDNS server PC Start-up enable/disable running of servers Cron - Configurable timer to run applications or scripts UniServer 10.0.3-Zero release: Contains following modules Zero_Controller_10_0_2.exe Zero_documentation_1_0_0.exe Zero_apache_2_4_4.exe Zero_mysql_5_5_32.exe Zero_php_5_4_16.exe Zero_phpmyadmin_4_0_4.exe - Updated Available modules (Plugins): Zero_Controller_10_0_0.exe – Required for all configurations Zero_adminer_3_7_0.exe Zero_apache_2_4_4.exe Zero_documentation_1_0_0.exe Zero_lua_1_0_0.exe Zero_mysql_5_5_32.exe Zero_mysql_5_6_12.exe Zero_mariadb_5_5_31.exe Zero_phpmyadmin_4_0_4.exe - Updated Zero_phpmybackuppro_2_3.exe Zero_php_5_3_25.exe Zero_php_5_4_16.exe Zero_php_5_5_0.exe - (Dev) Zero_sbm_perl_5_16_2_2.exe Zero_sb_perl_5_16_2_2.exe Downloads: UniServer 10.0.3-Zero UniServer ZeroModules Regards, The Uniform Server Development Team
  23. Ric

    Phpmyadmin in Zero

    Thank you for taking the time to post. For compatibility all that is required is to create the missing folders: UniServerZ\etc and UniServerZ\etc\phpmyadmin These are now included in all new phpmyadmin modules and latest server update Zero_10_0_2. All the best Ric
  24. Uniform Server 8.8.5-Coral Released: Changes in this release: Updated MySQL to 5.5.32 Updated PHP to 5.4.16 Updated phpMyAdmin to 4.0.3 (security update) Core components: Apache 2.4.4 - Built with OpenSSl 0.9.8y MySQL 5.5.32 PHP 5.4.16 phpMyAdmin 4.0.3 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.31 APC 3.1.14 eAccelerator 1.0-GIT-42067ac7e2 Zend Zend OpCache 7.0.1 OpenSSL 1.0.1c ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.8.5-Coral Regards, The Uniform Server Development Team
  25. UniServer 10.0.1-Zero Released: The UniServer Zero series. Two options are provided, a complete package with pre-installed modules producing a standard WAMP (Windows, Apache, MySQL and PHP) server package. After extracting, servers are ready to run either from a USB memory stick or PC. Apart from changing the MySQL password (optional) there is no configuration required. The pre-configured version of Uniform Server Zero should suite most users! A second option is to assemble a bespoke server from the modules provided. You can create a varied range of servers from a standalone Apache or MySQL portable server to a minimalist dynamic server for example using only Apache and mod_plua. Main Features: Easy update: Download newest module and overwrite old version. PHP switching: - Switch between PHP series PHP 5.3, PHP 5.4 and PHP 5.5 (Dev) MySQL options: - Install either MySQL 5.5 or 5.6 series or MariaDB MariaDB options: - Alternative to MySQL MariaDB 5.5 series MySQL admin options: Install and/or Adminer and/or phpMyAdmin MySQL backup option: phpMyBackupPro Minimalist dynamic server: Apache + mod_lua or Apache + mod_plua Perl options: Install Strawberry Perl, full or mini versions Other features: Windows host file editor Configurable clean-up – Remove unwanted files e.g. Server log files DtDNS – Automatic updater, updates domains on DtDNS server PC Start-up enable/disable running of servers Cron - Configurable timer to run applications or scripts UniServer 10.0.1-Zero release: Contains following modules Zero_Controller_10_0_1.exe Zero_documentation_1_0_0.exe Zero_apache_2_4_4.exe Zero_mysql_5_5_32.exe - Updated Zero_php_5_4_16.exe - Updated Zero_phpmyadmin_4_0_3.exe - Updated Available modules (Plugins): Zero_Controller_10_0_0.exe – Required for all configurations Zero_adminer_3_7_0.exe - Updated Zero_apache_2_4_4.exe Zero_documentation_1_0_0.exe Zero_lua_1_0_0.exe Zero_mysql_5_5_32.exe - Updated Zero_mysql_5_6_12.exe - Updated Zero_mariadb_5_5_31.exe Zero_phpmyadmin_4_0_3.exe Zero_phpmybackuppro_2_3.exe Zero_php_5_3_25.exe Zero_php_5_4_16.exe Zero_php_5_5_0.exe - (Dev) Zero_sbm_perl_5_16_2_2.exe Zero_sb_perl_5_16_2_2.exe Downloads: UniServer 10.0.1-Zero UniServer ZeroModules Regards, The Uniform Server Development Team
×
×
  • Create New...