Author Topic: Anyone using LMP with Butterfly Marketing script?  (Read 2152 times)

kiosk2

  • Posts: 4
    • View Profile
Anyone using LMP with Butterfly Marketing script?
« on: September 28, 2006, 01:50:03 am »
I'd be grateful if anyone who is using the Butterfly Marketing script and has integrated LMP as the external auto responder could give me some tips to get this set up.

I think the options are GET or POST but there is also an option to subscribe users via an email although IP addresses won't be correct.

Thanks

David

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Anyone using LMP with Butterfly Marketing script?
« Reply #1 on: September 28, 2006, 02:28:57 am »
Hi David,

Is the script written in PHP?  You may be able to edit it to insert users into ListMail with a few lines of code.

See this post:
http://listmailpro.com/forum/index.php?topic=1160.0

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

kiosk2

  • Posts: 4
    • View Profile
Anyone using LMP with Butterfly Marketing script?
« Reply #2 on: September 28, 2006, 06:29:02 am »
There are two options from what I can see:

1. Recommended - Post via form in background.
This can work for almost any autoresponder that use form post method. Almost all do. We already have built in settings for you with all of the popular autoresponder services such as: ARP3 (AutoResponseplus), GetResponse, ProSender, AWeber and EmailAces, and 1Shoppingcart (Private Labels such as, mymarketingcart.com, webcontactpro.com, frontpagecart.com, marketerschoice.com, sellbettertoolbox.com, autocontactor.com, masterlisttools.com, autopilotriches.com, queencart.com, autowebbusiness.com , quicksales.com, 1automationwiz.com, and many more.) This will allow your members to signup thru a form in the background and is allowed and recommend by all autoresponder services becuse the IP address of the user comes from their personal computer.  


2.  Not Recommended but much easier- Subscribe by email. Sends email to from your website to your autoresponder with Members name and email. This works very simple and is very effective. But some autoresponder services refer to this as "scripting leads." The problem is that the email comes from your website's server and then the member's IP address is logged as your website's server IP address. All of your members will have the same IP address which is not there personal IP address. Also, if you are using your own server based autoresponder (like ARP3/AutoResponsePlus) some systems have to be set up in your control panel to accept leads via email.

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Anyone using LMP with Butterfly Marketing script?
« Reply #3 on: September 28, 2006, 03:45:02 pm »
Quote
1. Recommended - Post via form in background.

This should work.

Post to your ListMail signup.php file, ie:
http://example.com/mail/signup.php

A list of variables can be found here:
http://listmailpro.com/help/signup_forms.html

The list and email variables are required, as well as are other fields marked as 'required' for your list(s), within ListMail.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting