Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - diessays

Pages: [1]
1
Apache / Re: HOW TO SET NAMESERVERS
« on: September 02, 2015, 06:26:08 PM »
1 create account on CloudFlare
2. Add your domain and dns from could flare use in your domain panel
3. setup records A , CHNAME and MX

Code: [Select]
http://postimg.org/image/v9hz3afzv/
4. go to yourserverip:2030/index.php?module=new_account

Code: [Select]
http://postimg.org/image/t0uwqdfal/
5 add new account yourserverip:2030/index.php?module=new_account

and that is it you're done

2
PHP / Re: Install ImageMagick or GD ?
« on: September 02, 2015, 06:14:58 PM »
from version 0.9.8.4 CWP has also scripts included so you can install it very simple by using command on your server

Code: [Select]
sh /scripts/install_imagick

1st fresh install of centos  6.6
2nd fresh install of cwp
3rd switched php version to 5.2.17
4th used
Code: [Select]
sh /scripts/install_imagick
result at the end is
Quote
Build complete.
Don't forget to run 'make test'.

Installing shared extensions:     /usr/lib64/extensions/no-debug-non-zts-20060613/
Installing header files:          /usr/local/include/php/

PHP Warning:  PHP Startup: Unable to load dynamic library './imagick.so' - ./imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
Imagick NOT Installed !

This process work for php 5.4 but I need imagick for php 5.2


Pages: [1]