The Adsense Buzz Forum


Go Back   The Adsense Buzz Forum > The Adsense Buzz > General Marketing Discussion
Register FAQ Members List Calendar Mark Forums Read

General Marketing Discussion General Chat, marketing, fun, anything

Click on Images Below To Get Your Best Deal
 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-19-2008, 06:26 AM
darth_clone darth_clone is offline
Senior Member
 
Join Date: Jun 2006
Posts: 298
darth_clone is on a distinguished road
Default Auto Paypal Script

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old 02-21-2008, 07:37 PM
darth_clone darth_clone is offline
Senior Member
 
Join Date: Jun 2006
Posts: 298
darth_clone is on a distinguished road
Default

105 people bought it and nobody got it to work?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old 02-22-2008, 03:52 PM
admin's Avatar
admin admin is offline
Pete Admin
 
Join Date: Jun 2006
Posts: 3,204
admin is on a distinguished road
Default

can I make a suggestion that you make test it on a NON wp site first..

pete
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old 02-23-2008, 04:10 AM
darth_clone darth_clone is offline
Senior Member
 
Join Date: Jun 2006
Posts: 298
darth_clone is on a distinguished road
Default

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
peteinoz

coolest guy on the Planet Infopreneur Peteinoz is the Coolest Guy On The Planet

All times are GMT +11. The time now is 12:53 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright (c) TheAdsenseBuzz.com
Search Engine Optimization by vBSEO 3.0.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34