Announcement

Collapse
No announcement yet.

Tell A Friend Script

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #91
    Re: Tell A Friend Script

    Hi George,

    I have managed to create a link in the forum by linking it as http://domainname.com/TAF.html. But do you hv any ideas in as how to set the width=310 and height=170 of the window??

    Thank you very much.

    Regards,
    Eric
    Cheers,
    Eric PSF

    PapaEric.com
    A Father's Parenting Diary & More...

    Comment


    • #92
      Re: Tell A Friend Script

      That is what i meant, you can't use the Javascript because the forum script strips it off. It works as entire page because there is no Javascript in a simple link.
      Navaldesign
      Logger Lite: Low Cost, Customizable, multifeatured Login script
      Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
      DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
      Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

      Comment


      • #93
        Re: Tell A Friend Script

        Hi George,

        Ic. Thank you for yr help and info.

        Nice day!
        Cheers,
        Eric PSF

        PapaEric.com
        A Father's Parenting Diary & More...

        Comment


        • #94
          Re: Tell A Friend Script

          Hi Naval,

          Good Day.

          I am using your form already for "Tell a Friend", however, when i tested &/or "submit" it, it doesn't show me the thank you message. I also try testing to input an error email address but it doest return me with my Error Link Messages. I followed exactly your procedure stated above however i am affraid i missed one. I already uploaded TAF in my control panel & edited some of the portion like names of link. Here's the TAF format i copied from my control panel:

          <?php
          # ----------------------------------------------------
          # -----
          # ----- This script was created by DB Technosystems.com
          # -----
          # ----- http://www.dbtechnosystems.com
          # -----
          # ----------------------------------------------------

          // Receiving variables
          @$Subject = addslashes($_POST['Subject']);
          @$Mailbody = $_POST['Mailbody'];
          @$Friendsemail = addslashes($_POST['Friendsemail']);
          @$Youremail = addslashes($_POST['Youremail']);
          @$Yourname = $_POST['Yourname'];
          $Yourname = stripslashes($Yourname);
          $$Friendname = stripslashes($Friendname);
          $Mailbody = stripslashes($Mailbody);

          // Validation

          if (strlen($Friendsemail) == 0) {
          header("Location: MailerError.html");
          exit;
          }
          if (strlen($Youremail) == 0) {
          header("Location: MailerError.html");
          exit;
          }
          if (substr_count($Friendsname , '@') > 1) {
          header("Location: SpammerError.html");
          exit;
          }
          if (substr_count($Friendsname , 'www.') > 1) {
          header("Location: SpammerError.html");
          exit;
          }
          if (substr_count($Friendsname , 'http:') > 0) {
          header("Location: SpammerError.html");
          exit;
          }
          if (! ereg('[A-Za-z0-9_-]+\@[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+', $Friendsemail))
          {
          header("Location: MailerError.html");
          exit;
          }
          if (! ereg('[A-Za-z0-9_-]+\@[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+', $Youremail))
          {
          header("Location: MailerError.html");
          exit;
          }
          if (substr_count($Friendsemail , '@') > 1) {
          header("Location: MailerError.html");
          exit;
          }
          if (substr_count($Friendsemail , 'www.') > 0) {
          header("Location: SpammerError.html");
          exit;
          }
          if (substr_count($Friendsemail , 'http:') > 0) {
          header("Location: SpammerError.html");
          exit;
          }

          if (substr_count($Youremail , '@') > 1) {
          header("Location: MailerError.html");
          exit;
          }
          if (substr_count($Youremail , 'www.') > 0) {
          header("Location: SpammerError.html");
          exit;
          }
          if (substr_count($Youremail , 'http:') > 0) {
          header("Location: SpammerError.html");
          exit;
          }

          if (substr_count($Subject , '@') > 0) {
          header("Location: MailerError.html");
          exit;
          }
          if (substr_count($Subject , 'http:') > 0) {
          header("Location: MailerError.html");
          exit;
          }
          if (substr_count($Subject , 'www') > 0) {
          header("Location: MailerError.html");
          exit;
          }
          if (substr_count($Mailbody , '@') > 0) {
          header("Location: SpammerError.html");
          exit;
          }
          if (substr_count($Mailbody , 'http:') > 1) {
          header("Location: SpammerError.html");
          exit;
          }
          if (substr_count($Mailbody , 'www.') > 1) {
          header("Location: SpammerError.html");
          exit;
          }



          //Sending Email to the Friend's email address
          $header = "From: $Yourname < $Youremail >" . "\r\n";
          $subject = $Subject;
          $email_to = $Friendsemail;
          $message = "Hi $Friendsname,\n"
          . "$Mailbody\n"
          . "\n"
          . "Bye, \n"
          . $Yourname;
          *****($email_to, $subject ,$message ,$header ) ;
          header("Location: Return.html");
          ?>


          I am glad to receive feedback from you. Thanks & God Bless.

          Best regards,


          Dimz

          Comment


          • #95
            Re: Tell A Friend Script

            Did you upload the error pages?
            if yes, please provide a link to the page with the TAF buton.
            Navaldesign
            Logger Lite: Low Cost, Customizable, multifeatured Login script
            Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
            DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
            Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

            Comment


            • #96
              Re: Tell A Friend Script

              Hi
              My name is jackjack and I must be really dumb because I want to use this tell a friend form. I can't seem to get the knack of it. I need step by step Instructions. I am completly lost. I downloaded the TAF.php and that is as far as I got I am struck. Can someone please help.

              Any and all help is greatly appreciated.

              jackjack

              Comment


              • #97
                Re: Tell A Friend Script

                If you read the very first post in this thread, you will see that it does contain step by step instructions
                Navaldesign
                Logger Lite: Low Cost, Customizable, multifeatured Login script
                Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
                DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
                Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

                Comment


                • #98
                  Re: Tell A Friend Script

                  hi Navaldesign
                  thanks for the script....works a treat!!!! :)
                  Organic Baby
                  www.little-butterfly.co.uk
                  Please review my site: Thank You :)
                  www.qype.co.uk/place/113508-little-butterfly-Huddersfield

                  Comment


                  • #99
                    Re: Tell A Friend Script

                    What exactly is TAF used for? To notify people when your site is debuting? Thanks,
                    Sandi

                    Comment


                    • Re: Tell A Friend Script

                      To let spread the word about your website. An easy way to let more people know about your site.
                      Navaldesign
                      Logger Lite: Low Cost, Customizable, multifeatured Login script
                      Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
                      DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
                      Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

                      Comment


                      • Re: Tell A Friend Script

                        Is there any way I can share my work so far with my sister in another state? I've tried copying the pages and emailing them to her but she can't open them. She was going to help me with the design and give suggestions. Does she have to download Blue Voda and if she does, can she then access my work so far? Thanks for your help,
                        Sandi

                        Comment


                        • Re: Tell A Friend Script

                          Yes, she can download BV and then she will be able to open the pages. She might have to re-establish the path to the images.

                          Please open new threads about your issues, this thread (as any other existing) is for a a different subject.
                          Navaldesign
                          Logger Lite: Low Cost, Customizable, multifeatured Login script
                          Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
                          DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
                          Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

                          Comment


                          • Re: Tell A Friend Script

                            Sorry, I couldn't figure out how to open a new thread.

                            Comment


                            • Re: Tell A Friend Script

                              Find the proper category for your question. At the top left you will see the new thread button.

                              If you are in the right category however if you look through the posts already there before posting you may well find the answer you seek.
                              Ken

                              If there hadn't been women we'd still be squatting in a cave eating raw meat, because we made civilization in order to impress our girl friends. And they tolerated it and let us go ahead and play with our toys. Orson Wells

                              Comment


                              • Re: Tell A Friend Script

                                The script works great!

                                However I cannot open up the ATF.PHP form page in BV, I had to upload itthrough FTP. The questio I have is when somebody puts in there name email and then there friends name and e-mail, how do I get that info? The whole pupose of haveing a form like that is to see who is submitting leads and captureing prospects? I would assume an email address needs to be put in the PHP page somewhere, and I do I do it?

                                I tested the form and it did send the email to the friends email adress, but where do I as the web designer get that info sent to me?
                                Alvin Newton
                                President
                                Newton Digital Marketing
                                MTBAlvin******.com

                                OneShopAuto.com
                                TahoeHybrid.com
                                TheChevyMalibu.com
                                SimpleGirlz.com

                                Comment

                                Working...
                                X