Register, Gold Exchange to Cash & Buy Item Script (in PHP).
Download it from -> RapidShare Webhosting + Webspace
edit /audition/include/config.inc.php
<?php
$db_host = '127.0.0.1'; <- your database ip
$db_user = 'ragezone';
$db_pwd = 'ragezone';
$AU_db = 'audition';
$AUlogin_db = 'auditionlogin';
$pconnect = 0;
$conn = mysql_pconnect($db_host, $db_user, $db_pwd) or trigger_error(mysql_error(),E_USER_ERROR);
$gold = '100'; <- edit as you like
$aumb = '100'; <- edit as you like
$level = '1'; <- edit as you like
$pop = '';
$AuExp = '0'; <- edit as you like
?>

