- Linux/FreeBSD
- PHP v4.3.x
(safe_mode off, register_globals on)
- MySQL
- cURL + SSL (php compiled cURL or command line-v7.10+)
- Secure site (HTTPS highly advised due to billing information stored)
- Ability to setup CRON jobs
are the system requirements. register_globals is default to off (as is safe_mode) but some hosts change that. You will also need to check you have cURL and SSL installed but they ussually are. To see if you have these set and installed simply create a script like the following:-
PHP:
<?php
phpinfo();
?>
upload it to your host naming it anything you want as long as you have .php at the end. Navigate to where you upped it and search through the page to see if you can find these installed.
You will also need to ask your host if you have access to create 3 cron jobs (thats how many drams uses max)