Jump to content
The Uniform Server Community

Ric

Developer
  • Posts

    1,516
  • Joined

  • Last visited

Everything posted by Ric

  1. Yes you can suppress the pop-up. Read file: UniServer\docs\en\Alternative Control.txt Copy: File UniServer\alternative_control\Start_2.exe To folder: UniServer Delete Start.exe and rename Start_2.exe to Start.exe All the best Ric
  2. UniServer 7.1.6-Orion Released: Changes: PHP - Update Core components: Apache 2.2.19 MySQL 5.5.15 PHP 5.3.8 - Security update phpMyAdmin 3.4.3.2 Go-Pear 1.1.6 msmtp 1.4.24 eAccelerator 1.0-snv427 - update WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.1.6-Orion Regards, The Uniform Server Development Team
  3. This post cannot be displayed because it is in a password protected forum. Enter Password
  4. 22-8-2011 13:44 Please note this version of Uniform Server has been removed see announcement http://uk.php.net/ Reproduced below: "Due to unfortunate issues with 5.3.7 (see bug#55439) users should wait with upgrading until 5.3.8 will be released (expected in few days)." Uniform Server 7.1.6-Orion will be published as soon as 5.3.8 is released. We apologise for any inconvenience caused. ##################### UniServer 7.1.5-Orion Released: Changes: PHP - Update Core components: Apache 2.2.19 MySQL 5.5.15 PHP 5.3.7 - Update phpMyAdmin 3.4.3.2 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.5-Orion Regards, The Uniform Server Development Team
  5. UniServer 7.1.4-Orion Released: Changes: MySQL - Update Core components: Apache 2.2.19 MySQL 5.5.15 - Update PHP 5.3.6 phpMyAdmin 3.4.3.2 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.4-Orion Regards, The Uniform Server Development Team
  6. UniServer 7.1.3-Orion Released: Changes: phpMyAdmin - Security update Core components: Apache 2.2.19 MySQL 5.5.14 PHP 5.3.6 phpMyAdmin 3.4.3.2 - 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.3-Orion Regards, The Uniform Server Development Team
  7. 7.1.2-Orion Released Changes: MySQL updated to 5.5.14 Core components: Apache 2.2.19 MySQL 5.5.14 -Update PHP 5.3.6 phpMyAdmin 3.4.3.1 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.2-Orion Regards, The Uniform Server Development Team
  8. Ric

    7.1.1-Orion

    UniServer 7.1.1-Orion Released: Changes: phpMyAdmin updated to 3.4.3.1 - Security update Added ipv6 root user to MySQL phpMyAdmin no longer forces ipv4 uses localhost (ipv4 or ipv6) ipv6 access server-status and server-info - Bobs typo in secure.php Core components: Apache 2.2.19 MySQL 5.5.13 PHP 5.3.6 phpMyAdmin 3.4.3.1 - 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.1-Orion Regards, The Uniform Server Development Team
  9. Ric

    7.1.0-Orion

    UniServer 7.1.0-Orion Released: Changes: Fixed false Security Alert (Check now includes ::1) - peteradie MySQL default password changed back to root Core components: Apache 2.2.19 MySQL 5.5.13 PHP 5.3.6 phpMyAdmin 3.4.3 - Update Go-Pear 1.1.6 - Update msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.1.0-Orion Regards, The Uniform Server Development Team
  10. Ric

    7.0.9-Orion

    UniServer 7.0.9-Orion Released: Changes: Added localhost ipv6 support to htaccess files for W7 Added installer for ActivePerl Community Editions. For details read file UniServer\a_install_perl\Read_me.txt Core components: Apache 2.2.19 MySQL 5.5.13 PHP 5.3.6 phpMyAdmin 3.4.2 Go-Pear 1.1.2 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.0.9-Orion Regards, The Uniform Server Development Team
  11. Solution to localhost not resolving on W7 is embarrassingly simple. BobS posts along with other snippets in this thread provide the answer. A new installation of W7 has its localhost entries commented out. When asked to resolve localhost it correctly returns an ipv6 address. Previous versions of Apache were unable to resolve this hence a quick fix was to enable ipv4 by un-commenting appropriate line in the W7 hosts file. Problem appears resolved however only masked. Current version of Apache (2.2.19) is ipv6 compliant and runs on W7 with no issues. Uniform server’s configuration is to restrict access and allow only localhost with an ipv4 address. Apache correctly rejects the localhost ipv6 address; in other words W7 and Apache are working correctly. I stress this because previous versions have had bugs requiring certain workarounds. To properly configure Uniform Server, add the following line to all htaccess files: Allow from ::1 Files to edit: UniServer\home\admin\www\.htaccess UniServer\ssl\.htaccess UniServer\www\.htaccess Locate this section in each file: Order Deny,Allow Deny from all Allow from 127.0.0.1 And replace with: Order Deny,Allow Deny from all Allow from 127.0.0.1 Allow from ::1 Above will be included in next release. 7.0.9 Released Regards Ric
  12. Ric

    7.0.8-Orion

    UniServer 7.0.8-Orion Released: Core components: Apache 2.2.19 MySQL 5.5.13 PHP 5.3.6 phpMyAdmin 3.4.2 - Update Go-Pear 1.1.2 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.0.8-Orion Regards, The Uniform Server Development Team
  13. Look in folder UniServer\alternative_control Read file run_on_drive_w.txt To change drive letter edit the following two files: Edit file run_on_drive_w.bat Replace “W:” with “x:” where x is the new drive letter Edit file remove_drive_w.bat Replace “W:” with “x:” where x is the new drive letter All the best Ric
  14. Ric

    7.0.7-Orion

    UniServer 7.0.7-Orion Released: Core components: Apache 2.2.19 MySQL 5.5.13 - Update PHP 5.3.6 phpMyAdmin 3.4.1 Go-Pear 1.1.2 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.0.7-Orion Regards, The Uniform Server Development Team
  15. Ric

    7.0.6-Orion

    UniServer 7.0.6-Orion Released Core components: Apache 2.2.19 MySQL 5.5.12 PHP 5.3.6 phpMyAdmin 3.4.1 - Update Go-Pear 1.1.2 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.0.6-Orion Regards, The Uniform Server Development Team
  16. Ric

    7.0.5-Orion

    UniServer 7.0.5-Orion Released Core components: Apache 2.2.19 - Update MySQL 5.5.12 PHP 5.3.6 phpMyAdmin 3.4.0 Go-Pear 1.1.2 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.0.5-Orion Regards, The Uniform Server Development Team
  17. Ric

    7.0.4-Orion

    UniServer 7.0.4-Orion Released: Core components: Apache 2.2.18 r2 MySQL 5.5.12 PHP 5.3.6 phpMyAdmin 3.4.0 - Update Go-Pear 1.1.2 msmtp 1.4.24 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.0.4-Orion Regards, The Uniform Server Development Team
  18. Reading the change log for Apache 2.2.18 I noticed the following statement: Not very informative and no examples hence this quick guide shows how to run VBScripts as CGI on Apache 2.2.18. Example 1 Create a new text file named test1.vbs with the following content: '!c:\WINDOWS\system32\cscript.exe /nologo wscript.echo "Content-type: text/html" & vbcrlf 'Above two lines are required do not change 'Some basic html follows: wscript.echo "<h1>Hello World</h1>" wscript.echo "<p>This is output from VBScript</p>" Save to folder UniServer\cgi-bin Starts servers. Type the following into your browser: http://localhost/cgi-bin/test1.vbs Noting spectacular displays hello world, which shows the page, has been processed as a cgi script. Note: The shebang is '! followed by path to executable. The /nologo prevents cscript displaying a banner otherwise a malformed header error is produced. Next line is obligatory and sets the header information "Content-type" for the web page Example 2 This example shows how to post data from a form and process it using a CGI VBScript. First create a new page test.html with the following content: <html> <head> <title>Uniform Server test</title> </head> <body> <form action=/cgi-bin/test2.vbs method=post> Enter your name: <input name=name><br> Enter your age:<input name=age><br> Enter your phone number:<input name=phone_number><br> <input type=submit value="Send"> </form> </body> </html> Save to folder UniServer\www Now create a new text file named test2.vbs with the following content: '!c:\WINDOWS\system32\cscript.exe /nologo wscript.echo "Content-type: text/html" & vbcrlf 'Above two lines are required do not change 'Some basic html follows: wscript.echo "<h1>Hello World</h1>" wscript.echo "<p>This is output from VBScript</p>" '=== Get data sent to page Set Shell = CreateObject("WScript.Shell") 'Create shell ReqMethod=Ucase(Shell.ExpandEnvironmentStrings("%REQUEST_METHOD%")) 'Get request method Select Case ReqMethod 'From ReqMethod Case "GET" 'if GET cgi_string = cgi.ExpandEnvironmentStrings("%QUERY_STRING%") 'expand and save cgi string Case "POST" 'if POST cgi_string = WScript.Stdin.ReadAll 'read all from standard in End Select 'save cgi string '=== Clean data. Replace + with space and replace %2C with comma cgi_string = replace (cgi_string, "+", " ") cgi_string = replace (cgi_string, "%2C", ",") '=== Create a dictionary (hash table) cgi_array = split (cgi_string, "&") 'Create array by spliting at & Set cgi_hash = CreateObject("Scripting.Dictionary") 'Create dictionary for i = 0 to ubound(cgi_array) 'Scan cgi array cgi_var = split(cgi_array(i), "=") 'Split into name (key) data pair cgi_hash.add cgi_var(0), cgi_var(1) 'Populate dictionary key/data next '=== Example how to use dictionary wscript.echo "<br>" wscript.echo "Your name = " & cgi_hash.item("name") & "<br>" wscript.echo "Your age = " & cgi_hash.item("age") & "<br>" wscript.echo "Your phone number = " & cgi_hash.item("phone_number") & "<br>" Save to folder UniServer\cgi-bin Starts servers. Type the following into your browser: http://localhost/test.html Fill in the form and click send Above provides working examples to get you up and running. All the best Ric
  19. Ric

    7.0.3-Orion

    UniServer 7.0.3-Orion Released: Core components: Apache 2.2.18 r2 - Update MySQL 5.5.12 PHP 5.3.6 phpMyAdmin 3.3.10 Go-Pear 1.1.2 msmtp 1.4.24 - Update eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.0.3-Orion Regards, The Uniform Server Development Team
  20. Ric

    7.0.2-Orion

    UniServer 7.0.2-Orion Released: Core components: Apache 2.2.17 MySQL 5.5.12 - Update PHP 5.3.6 phpMyAdmin 3.3.1 Go-Pear 1.1.2 msmtp 1.4.23 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Corrections/Additions: Unitray ref to _nano changed to _orion - BobS Added PHP extension php_ldap.dll - DanyO Download: UniServer 7.0.2-Orion Regards, The Uniform Server Development Team
  21. Ric

    7.0.1-Orion

    UniServer 7.0.1-Orion Released: Core components: Apache 2.2.17 MySQL 5.5.11 - Update PHP 5.3.6 phpMyAdmin 3.3.10 - Update Go-Pear 1.1.2 msmtp 1.4.23 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.0.1-Orion Regards, The Uniform Server Development Team
  22. Thanks for posting. Your redistributable package check is usefully may include a similar check in the Run_pre_check.exe on next release. Any references to Nano or Carbo are indeed artefacts and will eventually be removed. All the best Ric
  23. Ric

    7.0.0-Orion

    New release of PHP (5.3.6) has signalled a move away from VC6 binaries to VC9. The Uniform Server team believes this to be an opportune moment and has merged Nano and Carbo into a new series named Orion. Orion has been in beta for some time although the intension was to introduce significant changes to the control architecture it was decided not to pursue this. Orion uses Nano’s very stable control architecture and Carbo’s VC9 binaries. Both have a proven track record and hopefully will minimise issues during this transition period. Note - To run this version of Uniform Server the Visual C++ 2008 redistributable package is required. It can be downloaded from: http://www.microsoft.com/downloads/en/deta...0D-3802B2AF5FC2 UniServer 7.0.0 Orion: Core components: Apache 2.2.17 MySQL 5.5.10 PHP 5.3.6 - Update phpMyAdmin 3.3.9.2 Go-Pear 1.1.2 msmtp 1.4.23 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 7.0.0-Orion Regards, The Uniform Server Development Team
  24. 5.7.5-Nano and 6.1.5-Carbo changes: Apanel minor bug MySQL start and stop corrected Apanel minor bug incorrect path shown key cert gen corrected MySQL updated to 5.5.10 UniServer 5.7.5-Nano: Core components: Apache 2.2.17 MySQL 5.5.10 -- Update PHP 5.3.5 phpMyAdmin 3.3.9.2 Go-Pear 1.1.2 msmtp 1.4.23 eAccelerator 1.0-snv427 OpenSSL 0.9.8q UniServer 6.1.5-Carbo: (Note: This is a VC9 version of 5.7.5-Nano) Core components: Apache 2.2.17 MySQL 5.5.10 - Update PHP 5.3.5 phpMyAdmin 3.3.9.2 Go-Pear 1.1.2 msmtp 1.4.23 eAccelerator 1.0-snv427 WinBinder 2010.10.14 OpenSSL 1.0.0d Download: UniServer 5.7.5-Nano UniServer 6.1.5-Carbo Regards, The Uniform Server Development Team
  25. You may find the following page of interest: http://wiki.uniformserver.com/index.php/Fi...3:_Introduction All the best Ric
×
×
  • Create New...