Ejemplo n.º 1
0
 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);
     }
 }
Ejemplo n.º 2
0
 function admin(){
     parent::base();
     $this->title = "*Admin* How to send anonymous email - ";
 }
 function convoFinder (){
     parent::base();
 }
Ejemplo n.º 4
0
 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';
 }
Ejemplo n.º 6
0
 function convo (){
     parent::base();
     $this->id = isset($_GET["convoID"]) ? $_GET["convoID"] : (isset($_POST['convoID']) ? $_POST['convoID'] : '');
     global $embed;
     $this->embed = $embed;
 }
Ejemplo n.º 7
0
 function page (){
     parent::base();
     $this->current_page = $_GET["page"];
 }
Ejemplo n.º 8
0
 function report (){
     parent::base();
     $this->title = "Report an abusive anonymous email - ";
     $this->description = "How to report an abusive anonymous email - ";
 }
Ejemplo n.º 9
0
 function embed(){
     parent::base();
     $this->title = "How to add anonymous email to your site - ";
     $this->description = "How to add anonymous email to your site - ";
 }
Ejemplo n.º 10
0
 function main()
 {
     parent::base();
     $this->title = "How to send anonymous email - ";
 }