How to install PHPAuction?You can install PHPAuction from the Fantastico web installer in cPanel. To accomplish this go to your cPanel and click on the Fantastico icon. You will see a list of available applications, click on PHPAuction and follow the onscreen instructions.
After the installation has completed you will have to enable the register_globals variable for your account.
To turn on the register_globals options on your account, please place a file named php.ini in your public_html folder (or in the folder where yor PHPAuction is installed, as it doesn't apply recursively) as well as in the admin directory of your PHPAuction and copy and paste the following line into it:
register_globals = ON