In This Tutorial i want to configure my PHP to support korean encode.
here is a short tutorial how to do that
In order to support other encode we need to reconfigure PHP with mbstring
Login into the server as root
Configure PHP 5.3.0 with mbstring
#cd /root/php-5.3.0
#./configure --enable-mbstring
#make && make install
Modify php.ini
#vi /etc/php.ini
ShareThisI just want to install a MySQL server to support euck korean charset.
Here is a short how to configure it.
Login into your server as root
Compile MySQL
#cd /root/mysql-5.0.88
#./configure --prefix=/usr/local/mysql --with-extra-charsets=complex
#make && make install
Edit my.cnf
#cp /usr/local/mysql/share/mysql/my-small.cnf /usr/local/mysql/my.cnf
#vi /usr/local/mysql/my.cnf
This tutorial will guide you to create a connection to the VPN server.
If you searching about install and configure VPN server please click THIS.
In your Windows XP client
Click Start >> Settings >> Control Panel
You will see a screen below :

I assume you already have IIS7 installed on Windows 2008 and is up and running properly.
In this example, We already have 1 website configured on IIS7 Windows 2008
First Login into Windows 2008 server via RDC
Click Start >> Administrative Tools >> Internet Information Services (IIS) Manager

What is Shared SSL ?
A "secure server" or "shared SSL" is an invention of your web hosting company. It is a way to use an SSL certificate without actually buying one.
Preparing Anything:
Example :
Example.com already have SSL installed on IIS6 and this domain SSL certificate will configure to shared the SSL into other domians.
How To Configure Windows Firewall Passive Port Range 10000 - 11000 TCP
Below is a simple batch script to open passive port range between 10000 to 11000 TCP.
You can change the port if needed, I just take this as example.
First, login into your windows server box with RDP
Click Start >> Run >> Command
You will see a command prompt box,
Edit a file and name it passive.bat
How To Register Windows Component *.dll files into Windows 2003 Server
Here is the easy way to register windows component into your windows 2003 server :
Example : you have testing.dll files that need to be installed on your server,
This file is stored in c:\
First, login into your windows box with RDP and administrator user.
Open a command prompt box
Start >> Run >> Command
[code]c:\>Regsvr32 testing.dll [/code]
ShareThisFirst, We will need to make sure your Windows Server 2008 is a clean install.
If you already have Microsoft SQL server express then you need to uninstalled it first.
Preparing Anything:
1. ISO Microsoft SQL Server 2005 full release (en_sql_2005_std_x86_dvd.iso)
2. Microsoft Service Pack (we can download it from : http://www.microsoft.com/downloads/details.aspx?FamilyId=FB0EE17E-96EB-4...)
3. Microsoft SQL Server 2005 SP2 (you can download it from microsoft website )
Recent comments
1 week 1 day ago
4 weeks 1 day ago
5 weeks 17 hours ago
5 weeks 23 hours ago
5 weeks 2 days ago
5 weeks 2 days ago
5 weeks 2 days ago
5 weeks 3 days ago
5 weeks 6 days ago
6 weeks 2 days ago