PDA

View Full Version : Whois.Cart Requirements



rumrugby
04-11-2004, 11:40 PM
Hi there,

I am looking into getting the Whois.Cart hosting automisation script thing which does all the accounts sign ups ect. On their website they have a pre-install check which you run on you server to see if it has all the requirements for this software. I ran it (its just a php script) and it said the following:
(Does anyone know how i can make these modifications without damaging DA?)

1. PHP version up to date ok!

2. URL fopen allowed ok!

3. CURL Installed Curl is installed! Do make sure that it is compiled with SSL support however.

4. Zend Optimizer Installed Zend Optimizer is not installed onto your server and as a result Whois.Cart() will not work. Please ask your host to install Zend Optimizer onto this machine. Should they refuse, we can provide Zend-ready servers for ~$3 USD/month.



Thankyou,

Justin McInnes

lukeski
04-11-2004, 11:53 PM
I have whoiscart on a da server and it works! But you do need to have those 4 things installed in order for whoiscart to work.

By default da doesn't have zend optimizer installed. To do this you can dowload and install it from http://www.zend.com/store/products/zend-optimizer.php

There is a tutorial that you can follow here...
http://forum.ev1servers.net/showthread.php?s=&threadid=24638

It really isn't too bad to install. Good luck.

existenz
04-11-2004, 11:56 PM
Zend is included with DA it is just not built by default.

host# cd /usr/local/directadmin/customapache/
host# ./build zend

rumrugby
04-11-2004, 11:57 PM
thanks tonnes for that reply,

is the whois cart any good? does it work well?

and what do i do about the curl thing not installed with ssl or whatever it meant?

thanks

rumrugby
04-12-2004, 12:29 AM
sorry (me again),

i installed zend as existenz said but when i run the PHP thing again, it says:

1 . PHP version up to date ok!

2. URL fopen allowed ok!

3. CURL Installed Curl is installed! Do make sure that it is compiled with SSL support however.

4. Zend Optimizer Installed Zend Optimizer is installed, but its version is too old. You require at least Zend Optimizer 2.5 to run the system

thanks...

lukeski
04-12-2004, 06:47 AM
It actually won't even run with with Zend 2.5, it really does the latest zend to run. I would again suggest you download it from zend and install it.