PHP-Fusion, a light-weight open-source content management system (CMS) written in PHP, utilises a mySQL database to store your site content and includes a simple, comprehensive adminstration system. PHP-Fusion includes the most common features you would expect to see in many other CMS packages.
JLBN - Setup PHP-Fusion on WAMP
June 20th, 2009 · 1 Comment
→ 1 CommentTags: WAMP
JLBN - Online Encryption Password Generator
June 16th, 2009 · No Comments
While most other sites use server scripts and some sites might store your custom password, this site use client script which means Nothing is transmitted to any server and your custom password always safe with you because you are the only one knows it
- None (use plaintext passwords) : The Apache httpd daemon will only accept plain text passwords on Windows, Netware and TPF.
- Crypt : DES-based algorithm. Accepted by all Unix HTTP servers, but not supported by the Apache httpd server on Windows, Netware and TPF. Note that only the first 8 characters of the password are used to form the password with this algorithm. If the supplied password is longer, the extra characters will be silently discarded.
- MD5 : The MD5 algorithm used by htpasswd is specific to the Apache software; passwords encrypted using it will not be usable with other Web servers.
- SHA-1 : Use SHA-1 encryption for passwords. Facilitates migration from/to Netscape servers using the LDAP Directory Interchange Format (ldif).
→ No CommentsTags: WAMP
WAMP - Setup Zend Optimizer and IonCube Loader
April 25th, 2009 · No Comments
From pilot to production, Zend helps you increase the maturity of your PHP application life cycle through a combination of vastly popular open source projects, enterprise-grade products and comprehensive service and support. The Zend Optimizer is a free runtime application that enables PHP to run the files encoded by the Zend Guard or Ioncube. IonCube is the tools to protect software written using the PHP programming language from being viewed, changed, and run on unlicensed computers. The tools use the technique of compiling to bytecode prior to encoding so that source code is eliminated, and runtime overheads are reduced. A free PHP extension called the IonCube Loader handles the reading and execution of encoded files at runtime.
In this instruction guide for WAMP, we will show you how to install and setup Zend Optimizer and Ioncube Loader for WAMPSERVER in Windows 7. Fortunately, the procedure to install these two is about the same in Windows Server 2008, Vista and XP, so you can use this guide to setup Zend Optimizer and Ioncube Loader in any listed Operating Systems.
Note: To make it simple for users, we have this tutor guide based on our custom Zend Optimizer and IonCube Loader; thus, this guide might not work for you if you get Zend Optimizer in Zend website and IonCube Loader in Ioncube website; therefore, head to our Download page to get Zend Optimizer and IonCube Loader there
Note: Even this guide is used for Wampserver, you can apply this method on other wamp package such as Xampp, EasyPHP, so on. Just make sure to select correct file(s) in proper location(s)
→ No CommentsTags: WAMP
WAMP - Setup HTTPS SSL
November 2nd, 2008 · 62 Comments
Hypertext Transfer Protocol over Secure Socket Layer or HTTPS is a URI scheme used to indicate a secure HTTP connection. It is syntactically identical to the http:// scheme normally used for accessing resources using HTTP. Using an https: URL indicates that HTTP is to be used, but with a different default TCP port (443) and an additional encryption/authentication layer between the HTTP and TCP. This system was designed by Netscape Communications Corporation to provide authentication and encrypted communication and is widely used on the World Wide Web for security-sensitive communication such as payment transactions and corporate information systems.
In this tutor guide for WAMP, we will show you how to create a self-signed HTTPS SSL certificate; then, how to implement this self-signed certificate into WAMP; then, obtain a FREE Trusted HTTPS SSL Certificate to replace the self-signed one.
→ 62 CommentsTags: WAMP
WAMP - Setup CGI Perl for Individual
October 30th, 2008 · 8 Comments
Perl is a very useful scripting language; however, not everybody need to use it; thus, in this instruction guide for WAMP, we show you how to setup Perl for certain user(s).
Note: Even this guide is used for Wampserver, you can apply this method on other wamp package such as Xampp, EasyPHP, so on. Just make sure to select correct file(s) in proper location(s)
→ 8 CommentsTags: WAMP
WAMP - Setup CGI Perl
October 30th, 2008 · 19 Comments
Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp. Perl was widely adopted because it provides powerful text processing facilities without arbitrary data length limits, as were present in many Unix tools at the time
In this instruction guide for WAMP, we will show you how to install and setup Perl for WAMPSERVER in Windows Server 2008. Fortunately, the procedure to install Perl is about the same in Windows Vista and XP, so you can use this guide to setup Perl in either Operating System.
Note: Even this guide is used for Wampserver, you can apply this method on other wamp package such as Xampp, EasyPHP, so on. Just make sure to select correct file(s) in proper location(s)
→ 19 CommentsTags: WAMP
WAMP - Setup ASP.net on WAMP
September 30th, 2008 · 33 Comments
ASP.net is a web application framework, developed and marketed by Microsoft, that programmers can use to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft’s Active Server Pages (ASP) technology. ASP.net is built on the Common Language Runtime, allowing programmers to write ASP.net code using any supported .NET language.
In this instruction guide for WAMP, we will show you how to install and setup ASP.net for WAMPSERVER in Windows Server 2008. Fortunately, the procedure to install ASP.net is about the same in Windows Vista and XP, so you can use this guide to setup ASP.net in either Windows Vista or XP.
Note: Even this guide is used for Wampserver, you can apply this method on other wamp package such as Xampp, EasyPHP, so on. Just make sure to select correct file(s) in proper location(s)
→ 33 CommentsTags: WAMP
WAMP - Setup Wiki MediaWiki
August 30th, 2008 · 3 Comments
In this Install & Setup Wiki Guide for WAMP users, we will show you how to install and setup MediaWiki with version 1.11.1 is used in this tutor guide.
Note: Even this guide is used for Wampserver, you can apply this method on other wamp package such as Xampp, EasyPHP, so on. Just make sure to select correct file(s) in proper location(s)
→ 3 CommentsTags: WAMP
WAMP - Setup Forums PHPBB3
August 30th, 2008 · 11 Comments
In this Install & Setup Forum Guide for WAMP users, we will show you how to install and setup phpBB with version 3.0 is used in this tutor guide.
Note: Even this guide is used for Wampserver, you can apply this method on other wamp package such as Xampp, EasyPHP, so on. Just make sure to select correct file(s) in proper location(s)
→ 11 CommentsTags: WAMP
WAMP - Setup Blog Wordpress
August 30th, 2008 · 4 Comments
In this Install & Setup Blog Guide for WAMP users, we will show you how to install and setup WordPress with version 2.3.2 is used in this tutor guide.
Note: Even this guide is used for Wampserver, you can apply this method on other wamp package such as Xampp, EasyPHP, so on. Just make sure to select correct file(s) in proper location(s)
→ 4 CommentsTags: WAMP