-
Posts
1,516 -
Joined
-
Last visited
Everything posted by Ric
-
UniServer 7.1.14-Orion Released: Changes: phpMyAdmin - Security release Status check modified now faster Bug fix. Apache can’t find libsasl.dll with extension php_ldap.dll enabled. Added support for Postgresql Core components: Apache 2.2.21 MySQL 5.5.17 PHP 5.3.8 phpMyAdmin 3.4.7.1 - Update Go-Pear 1.1.6 msmtp 1.4.25 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0e Download: UniServer 7.1.14-Orion Regards, The Uniform Server Development Team
-
Since my original post I have received requests for a similar write up using JavaScript. For anyone interested in writing CGI scripts using VBScript or JavaScript, a new tutorial has been published on the Wiki. Tutorial topics covered: VBScript CGI VBScript Banner Footer URL encoding JavaScript CGI JavaScript Banner Footer Get CGI variables VBScript dictionary - database VBScript Classes CGI Property Class 1 CGI Property Class 2 File DB Class File DB Class Summary URL rewriting Tutorial examples can be run on Uniform Server with Apache versions starting from 2.2.18 and above. Alternatively download and run the new Coral-Mini Server (Uses Apache 2.2.21) it includes an html copy of the above tutorial. Links: Wiki tutorial Download Coral-Mini Server Have fun All the best Ric
-
Uniform Server 7.1.13-Orion Released: Changes: MySQL, phpMyAdmin and msmtp Update Core components: Apache 2.2.21 MySQL 5.5.17 - Update PHP 5.3.8 phpMyAdmin 3.4.7 - Update Go-Pear 1.1.6 msmtp 1.4.25 - Update eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0e Download: UniServer 7.1.13-Orion Regards, The Uniform Server Development Team
-
Uniform Server 8.0.B5-Coral Released: Changes: MySQL updated to 5.5.17 msmtp updated to 1.4.25 phpMyAdmin updated to 3.4.7 Bug fix Core components: Apache 2.2.21 MySQL 5.5.17 PHP 5.3.8 phpMyAdmin 3.4.7 Go-Pear 1.1.6 msmtp 1.4.25 eAccelerator 1.0-snv427 OpenSSL 1.0.0e UniController - Language support: Arabic, Dutch, English, French, Russian Documentation - Included. Pages in HTML format. Folder UniServer\wiki_material\quick_install_guides contains the following quick guides: Installing Moodle 2.1.1 Installing Drupal 7.7 Installing Wordpress 3.2.1 Installing ProjectPier 0.8.6 Installing MediaWiki 1.17.0 These guides highlight some of Uniform Server 8-Coral’s integrated configuration tools. In particular creating a restricted user for accessing a specific database. The above will eventually be published on the Wiki. Download: UniServer 8.0.B5-Coral Please note this beta contains Google translated language pages these will be replaced when final language files become available from translators. Please report any problems or issues on the forum. If you have suggestions or ideas for enhancements these would be most welcome again post on the forum. Regards, The Uniform Server Development Team
-
With the exception of Russian All other languages are open for translation!
-
Uniform Server 8.0.B4-Coral Released: Changes: phpMyAdmin updated to 3.4.6 Added support for msmtp in php-cli.ini configuration file Added support for UniTray plugin (English only version) Service bugfix Core components: Apache 2.2.21 MySQL 5.5.16 PHP 5.3.8 phpMyAdmin 3.4.6 Go-Pear 1.1.6 msmtp 1.4.24 eAccelerator 1.0-snv427 OpenSSL 1.0.0e UniController - Seperate menus: Run as Program and Run as Spervice UniController - Language support: Arabic, Dutch, English, French, Russian Documentation - Included. Pages in HTML format. Folder UniServer\wiki_material\quick_install_guides contains the following quick guides: Installing Moodle 2.1.1 Installing Drupal 7.7 Installing Wordpress 3.2.1 Installing ProjectPier 0.8.6 Installing MediaWiki 1.17.0 These guides highlight some of Uniform Server 8-Coral’s integrated configuration tools. In particular creating a restricted user for accessing a specific database. The above guides will eventually be published on the Wiki. Download: UniServer 8.0.B4-Coral Please note this beta contains Google translated language pages these will be replaced when final language files become available from translators. Please report any problems or issues on the forum. If you have suggestions or ideas for enhancements these would be most welcome again post on the forum. Regards, The Uniform Server Development Team
-
Thanks for the update and correction. Please note added the above to UniServer 7.1.12-Orion All the best Ric
-
UniServer 7.1.12-Orion Released: Changes: phpMyAdmin - Update Added support for msmtp in php-cli.ini configuration file Core components: Apache 2.2.21 MySQL 5.5.16 PHP 5.3.8 phpMyAdmin 3.4.6 - Bugfix and security release Go-Pear 1.1.6 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0e Download: UniServer 7.1.12-Orion Regards, The Uniform Server Development Team
-
To use the PHP mail function in CLI scripts the path to msmtp requires adding to the PHP CLI configuration file as follows: Note: Depending on where you installed Uniform Server your paths will be different Open file: C:\UniServer\usr\local\php\php.ini Locate this line: sendmail_path = "C:/UniServer/msmtp/msmtp.exe --file=C:/UniServer/msmtp/msmtprc.ini -t" Copy the above line and paste it at the end of file: C:\UniServer\usr\local\php\cli.ini Note: Paths in file C:\UniServer\usr\local\php\php.ini are not updated when servers are moved for example to another folder or USB stick. If you want portability the run_location_tracker() function requires modification as follows: Edit file: C:\UniServer\unicon\main\includes\functions.php Locate these lines: file_search_replace(USF_PHP_INI,$s_str,US_BASE_F); // Update PHP ini file_search_replace(USF_PHP_INI_PROD,$s_str,US_BASE_F); // Update PHP production ini file_search_replace(USF_PHP_INI_DEV,$s_str,US_BASE_F); // Update PHP development ini To the end of the above lines add the following line: file_search_replace(USF_PHP_INI_CLI,$s_str,US_BASE_F); // Update PHP cli ini All the best Ric
-
UniServer 8.0.B3-Coral beta release fully supports intl Check out folder UniServer\wiki_material\quick_install_guides Covers installing Moodle 2.1.1 All the best Ric
-
UniServer 8.0.B3-Coral Released: The Uniform Server Development team is pleased to announce first public beta release of the new Coral series. This new version is a significant rewrite of the control programs. The tray-based control panel has been converted to an html application program (.hta) referred to as UniController. Apanel has been scrapped and its functions are now all in a server control panel in UniController. Included is a new, detailed documentation set in HTML format. Core components: Apache 2.2.21 MySQL 5.5.16 PHP 5.3.8 phpMyAdmin 3.4.5 Go-Pear 1.1.6 msmtp 1.4.24 eAccelerator 1.0-svn427 OpenSSL 1.0.0e UniController - Separate menus: Run as Program and Run as Service UniController - Language support: Arabic, Dutch, English, French, Russian Documentation - Included. Pages in HTML format. Download: UniServer 8.0.B3-Coral Please note: this beta contains Google translated language pages. These will be replaced when the final language files become available from translators. Please report any problems or issues on the forum. If you have suggestions or ideas for enhancements, these would be most welcome. Again, post on the forum. Regards, The Uniform Server Development Team
-
Translators for German and Spanish are still required please send me a PM if your are interested in helping out. All the best Ric
-
Feature Request on Start/Stop Sevice Indicator
Ric replied to Caps's topic in Uniform Server - Windows
The new Coral-8 series implements indicators as requested. (Public beta to be released end of this month) Email monitoring is partially addressed in the above. “BTW what is the right way to post feature requests here?” Post in this forum any suggestions and ideas will be considered for future development. All the best Ric -
You describe this as a showstopper. If this were the case I would have expected to see more request for this to be included. Reason for not including is the hit on footprint size. That said if more users state a requirement for its inclusion will be added. All the best Ric
-
Please provide more details first time this has been reported as an issue. All the best Ric
-
UniServer 7.1.11-Orion Released: Changes: MySQL - Update Core components: Apache 2.2.21 MySQL 5.5.16 - Bugfix and security release PHP 5.3.8 phpMyAdmin 3.4.5 Go-Pear 1.1.6 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0e Download: UniServer 7.1.11-Orion Regards, The Uniform Server Development Team
-
UniServer 7.1.10-Orion Released: Changes: phpMyAdmin - Update Core components: Apache 2.2.21 MySQL 5.5.15 PHP 5.3.8 phpMyAdmin 3.4.5 - Bugfix and security release Go-Pear 1.1.6 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0e Download: UniServer 7.1.10-Orion Regards, The Uniform Server Development Team
-
R. M. Landvreugd has offered to perform a Dutch translation may thanks I have sent you a PM. Translators are still required for German, Spanish All the best Ric
-
UniServer 7.1.9-Orion Released: Changes: Apache - Update Core components: Apache 2.2.21 - Security and bug fix release MySQL 5.5.15 PHP 5.3.8 phpMyAdmin 3.4.4 Go-Pear 1.1.6 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0e - Update Download: UniServer 7.1.9-Orion Regards, The Uniform Server Development Team
-
UniServer 7.1.8-Orion Released: Changes: Apache - Update Core components: Apache 2.2.20 - Security and bug fix release MySQL 5.5.15 PHP 5.3.8 phpMyAdmin 3.4.4 Go-Pear 1.1.6 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.1.8-Orion Regards, The Uniform Server Development Team
-
Translators are required for the following base languages German, Spanish and Dutch. All the best Ric
-
A denial of service vulnerability has been found in the way the multiple overlapping ranges are handled by the Apache HTTPD server. Reference: An updated Apache DOS advisory Link: http://lwn.net/Articles/456513/ Section four mentions "deployment of a range header count module as a temporary stopgap measure" Install this module as follow: 1] Download mod_rangecnt.zip 2] Extract contents 3] Copy file mod_rangecnt.so to folder UniServer\usr\local\apache2\modules 4] Edit file UniServer\usr\local\apache2\conf\httpd.conf 5] After line: LoadModule vhost_alias_module modules/mod_vhost_alias.so Add the following line: LoadModule rangecnt_module modules/mod_rangecnt.so 6] Restart Apache server Note: Above is a VC9 module compatible with Uniform Server Orion series. Regards, The Uniform Server Development Team
-
Thanks mas123 I have sent you a PM. All the best Ric
-
If you are interested in joining the translation team, please reply to this post and we will get back to you accordingly. You will be working on the new Uniform Server 8-Coral series, which is currently in beta testing. All the best Ric Update: You can apply by sending me a PM, please start message title with "Translator" and state language. Currently we have translators for the following languages: Russian – Andrey French – kris_fr Arabic – mas123 Dutch - R. M. Landvreugd Ric
-
UniServer 7.1.7-Orion Released: Changes: phpMyAdmin - Update Core components: Apache 2.2.19 MySQL 5.5.15 PHP 5.3.8 phpMyAdmin 3.4.4 - Security update Go-Pear 1.1.6 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.1.7-Orion Regards, The Uniform Server Development Team