|
|||||||
| General Marketing Discussion General Chat, marketing, fun, anything |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Anybody had any success installing the script?
I'm stuck, my aWeber is set ok. Subscription works when I use an optin form. When I make a purchase via paypal (I have 2 accounts) the script doesnt seem to capture the email. I've chmod to 755 to no avail. Yes I have changed the two vars in the script. and added the "notify_url" value in the paypal code. ![]() and I uploaded snoopy class too. PDT is enabled. Auto-return also. To the winner: A copy of my (not yet released) WP sticky Posts plugin Background edition for WP 2.3.x . ![]() ![]() My paypal code Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="darth_clone2002@hotmail.com"> <input type="hidden" name="item_name" value="Wasb1.0"> <input type="hidden" name="item_number" value="wasb10"> <input type="hidden" name="notify_url" value="http://www.ddddomain.com/petesipn.php"> <input type="hidden" name="amount" value="0.01"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="return" value="http://www.ddddomain.com"> <input type="hidden" name="logo_custom" value="http://www.ddddomain.com/wp-content/themes/Tools/images/orbutton02.png"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="CA"> <input type="hidden" name="bn" value="PP-BuyNowBF"> <input type="image" src="http://www.ddddomain.com/wp-content/themes/Tools/images/orbutton02.png" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> the script Code:
include ("snoopy.class.php");
$ie = new Snoopy();
$url = "http://www.aweber.com/scripts/addlead.pl";
$vars = array();
$vars["meta_web_form_id"] = "{115xxxxx61}";
$vars["meta_split_id"] = "";
$vars["unit"] = "{wasb10}";
$vars["redirect"] = "{REDIRECT}";
$vars["meta_redirect_onlist"]= "";
$vars["meta_adtracking"] = "";
$vars["meta_message"] = "1";
$vars["meta_required"] = "name,from";
$vars["meta_forward_vars"] = "";
$vars["meta_adtracking"] = "";
$vars["meta_message"] = "1";
$vars["meta_required"] = "from";
$vars["meta_forward_vars"] = "0";
$vars["name"] = "$first_name";
$vars["from"] = "$payer_email";
$ie->submit($url, $vars );
Last edited by darth_clone; 02-21-2008 at 07:33 PM. |
|
||||
|
can I make a suggestion that you make test it on a NON wp site first..
pete
__________________
Get Paid to Submit Articles and Gain Massive Links | TheArticleSense Searchable FAQ | Peter Drews Internet Marketing Blog The Main Article Sense News Blog http://Blog.TheArticlesense.com TheArticleSense Video Tutorials http://VideoSuite.TheArticleSense.com Technical Support for Site Owners http://Support.TheArticleSense.com |
|
|||
|
Well Im trying with Robert Plank's script also and part of the problem is Paypal
IPN/PDT system. No wonder in his script he uses ClickBank. I am able to auto fill the form when not using PP. I get the returned datas from PDT but Im still digging to get the $first_name and $payer_email variables passed to the AWeber form. You have to use an onpage form because of AWeber TOS, you cant subscribe someone invisibly. This is not an issue with GetResponse. |
| Thread Tools | |
| Display Modes | |
|
|
|
|
Infopreneur Peteinoz is the Coolest Guy On The Planet |