function send() { parent::base(); global $embed; $this->embed = $embed; $this->to_name = isset($_GET['to_name']) ? $_GET['to_name'] : ''; $this->to_email = isset($_GET['to_email']) ? $_GET['to_email'] : ''; if (isset($_GET['email_prefix']) && isset($_GET['email_suffix'])) { $this->to_email = $_GET['email_prefix'] . "@" . $_GET['email_suffix']; } $this->use_from = isset($_GET['use_from']) ? $_GET['use_from'] : ''; if ($this->embed) { $this->title = "- Email will be sent to: " . $this->encode($this->to_name); } }
function admin(){ parent::base(); $this->title = "*Admin* How to send anonymous email - "; }
function convoFinder (){ parent::base(); }
function main() { parent::base(); $this->title = "Block your email address - "; }
function snailmail (){ parent::base(); $this->title = "How to send anonymous letters in the mail - "; $this->description = "Send an anonymous letter in the mail. Need to send an anonymous love letter?"; $this->paypal_token = 'quqkE9ERvtQ0BZCDjlXMFUKOFRaYB_oQZPkCU_8SxkisjEADdZsCifSoeqC'; }
function convo (){ parent::base(); $this->id = isset($_GET["convoID"]) ? $_GET["convoID"] : (isset($_POST['convoID']) ? $_POST['convoID'] : ''); global $embed; $this->embed = $embed; }
function page (){ parent::base(); $this->current_page = $_GET["page"]; }
function report (){ parent::base(); $this->title = "Report an abusive anonymous email - "; $this->description = "How to report an abusive anonymous email - "; }
function embed(){ parent::base(); $this->title = "How to add anonymous email to your site - "; $this->description = "How to add anonymous email to your site - "; }
function main() { parent::base(); $this->title = "How to send anonymous email - "; }