PHP:
<?php
// do not change it
define('VERSION','3.3.1');
[B]define('ITEM_ID','XXXXXXXX');[/B]
ini_set('max_execution_time', 900); //300 seconds
if (isset($_POST)) {
$host = $_POST["host"];
$dbuser = $_POST["dbuser"];
$dbpassword = $_POST["dbpassword"];
$dbname = $_POST["dbname"];
$first_name = $_POST["first_name"];
$last_name = $_POST["last_name"];
$admin_name = $first_name.' '.$last_name;
$email = $_POST["email"];
$login_password = $_POST["password"] ? $_POST["password"] : "";
$purchase_code = $_POST["purchase_code"];
@ukgamer do you mean, to nullify this script, all you have to do is change "define('ITEM_ID','XXXXXXXX');" ? do I just simply fill it with random numbers?
btw, i still have problems in "Movie Language"