When we install some websites scripts, it will need us to install the Zend Optimizer , becasue these script is protected by zend guard.
how to install the Zend Optimizer on DirectAdmin based servers
First use your ssh login your server.
use the commands below:
1 cd /usr/local/directadmin/custombuild/
2 vim ./options.conf
3 find zend = no and change zend =yes,
4 ./build zend
when finished it ,you will see this:
1 2 3 [root@my2 custombuild]# ./build zend File already exists: ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz Zend Optimizer has been installed.
now restart your apache:
service httpd restart
Zend Optimizer directadmin 2013
Getcashclub provide you 200+ turnkey niche websites , all websites file is open to use , so you do not need to use the Zend Optimizer
In this guides ,you must know the VIM Editor Commands
just learn it bellow:
Opening a New File
Step 1 type vim filename (create a file named filename)
Step 2 type i ( switch to insert mode)
Step 3 enter text (enter your Ada program)
Step 4 hit Esc key (switch back to command mode)
Step 5 type :wq (write file and exit vim)
Editing the Existing File
Step 1 type vim filename (edit the existing file named filename)
Step 2 move around the file using h/j/k/l key or any appropriate command
h Moves the cursor one character to the left
l Moves the cursor one character to the right
k Moves the cursor up one line
j Moves the cursor down one line
nG or :n Cursor goes to the specified (n) line
(ex. 10G goes to line 10)
Step 3 edit required text (replace or delete or insert)
Step 4 hit Esc key (exit from insert mode if you insert or replace text)
Step 5 type :wq
Now you just learned: how to install the Zend Optimizer on DirectAdmin based servers
http://www.getcashclub.com/install-zend-optimizer-directadmin-based-servers
how to install the Zend Optimizer on DirectAdmin based servers
http://www.getcashclub.com/install-zend-optimizer-directadmin-based-servers
No comments:
Post a Comment