:: **Zploit** v1.0 | Current Path: **/home/bbbncs7/amtechint.com/**
:: Editing File: maill.php
<?php include "admin/param.php"; include "admin/func.php"; if (chf('fmail') != "" && strlen(chf('fmail')) > 10) { $INS = qry_run("INSERT INTO tbl_subscribers (pmail,pname) VALUES('".chf('fmail')."','".chf('pname')."')"); header("Location: newsletter.php"); die; }else{ header("Location: index.php"); die; } ?>