13c13 < $lworld = $uubits[-1 + sizeof($uubits)]; --- > $lworld = $uubits[-1 + sizeof($uubits)]; 43,44d42 < if (isset($_POST['from'])) { < if ($_POST['from'] != '') { 46,64c44 < $headers .= 'Reply-To: ' . urldecode($_POST['from']) . $eol; < } else { < $headers = 'From: ' . 'rmetcalfe@rjmprogramming.com.au' . $eol; < $headers .= 'Reply-To: ' . 'rmetcalfe@rjmprogramming.com.au' . $eol; < } < } else { < $headers = 'From: ' . 'rmetcalfe@rjmprogramming.com.au' . $eol; < $headers .= 'Reply-To: ' . 'rmetcalfe@rjmprogramming.com.au' . $eol; < } < if (isset($_POST['cc'])) { < if ($_POST['CC'] != '') { < $headers .= 'CC: ' . urldecode($_POST['cc']) . $eol; < } < } < if (isset($_POST['bcc'])) { < if ($_POST['BCC'] != '') { < $headers .= 'BCC: ' . urldecode($_POST['bcc']) . $eol; < } < } --- > $headers = 'Reply-To: ' . 'rmetcalfe@rjmprogramming.com.au' . $eol; 69,71c49 < if ($contents == "") { < $contents = @file_get_contents($mybody); < } --- > if ($contents == "") $contents = @file_get_contents($mybody); 121,123c99 < < < $bigbits = explode("mydurl=", file_get_contents('php://input')); --- > $bigbits = explode("&mydurl=", file_get_contents('php://input')); 125,135d100 < //if (strlen($bigbits[1]) < 35) { < // sleep(13); < // $bigbits = explode("&mydurl=", file_get_contents('php://input')); < //} < //$putfp = fopen('php://input', 'r'); < //$putdata = ''; < //while ($data = fread($putfp, 1024)) { < // $putdata .= $data; < //} < //fclose($putfp); < //$bigbits[1]=$putdata; 137,143c102 < //.file_put_contents("aaaaa.aaaaa", $mydurl); < if (isset($_POST['mydurl'])) { < if (strlen(urldecode($_POST['mydurl'])) > strlen($mydurl)) { < $mydurl=urldecode($_POST['mydurl']); < } < } < $idata = base64_decode($mydurl); --- > //file_put_contents("aaaaa.aaaaa", $mydurl); 153c112 < $bigbits = explode("mydurl=", file_get_contents('php://input')); --- > $bigbits = explode("&mydurl=", file_get_contents('php://input')); 157,162d115 < if (isset($_POST['mydurl'])) { < if (strlen(urldecode($_POST['mydurl'])) > strlen($mydurl)) { < $mydurl=urldecode($_POST['mydurl']); < } < } < $idata = base64_decode($mydurl); 169,188c122 < if (strlen(str_replace("*feedback_", "", ("*" . $_POST['myfname']))) != strlen(("*" . $_POST['myfname']))) { < $tem = urldecode($_POST['to']); < //file_put_contents("aaaaa.02aaa", $lworld . " " . $_POST['myfname']); < if (strlen(str_replace(".png*", "", ($_POST['myfname'] . "*"))) != strlen(($_POST['myfname'] . "*")) && strlen(str_replace("*" . $lworld . "_", "", ("*" . $_POST['myfname']))) != strlen(("*" . $_POST['myfname']))) { < //file_put_contents("aaaaa.002aaa", $lworld . " " . $_POST['myfname']); < //file_put_contents("aaa.aaa", "aaa.aaa"); < if ($mydurl != '') { < $idata = base64_decode($mydurl); < } else { < $idata = base64_decode(urldecode($_POST['mydurl'])); < } < //file_put_contents($_POST['myfname'], $idata); < //file_put_contents("aaa.aaa", ""); < $mysubject = $_POST['mysubject']; < //file_put_contents("aaa.aaa", urldecode($mysubject)); < $mybody = $_POST['myfname']; < //file_put_contents("aaa.aaa", $_SERVER['REMOTE_ADDR']); < send_email($tem, urldecode($mysubject), urldecode($mybody)); < } < } else if ($gmode != '' && $ismobile == '' && (isset($_POST['mydurl']) || $mydurl != '') && isset($_POST['myfname'])) { --- > if ($gmode != '' && $ismobile == '' && (isset($_POST['mydurl']) || $mydurl != '') && isset($_POST['myfname'])) {