[advanced search]
Results from the most recent live auction are here.
17 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Programming
User Name
Password

Old 07-24-2008, 08:45 AM   · #1
jakeruston
NamePros Regular
 
jakeruston's Avatar
 
Trader Rating: (12)
Join Date: Aug 2006
Posts: 277
NP$: 0.10 (Donate)
jakeruston will become famous soon enoughjakeruston will become famous soon enough
Paypal IPN

Hi,

With the Paypal IPN, is it possible to send Custom Variables so that when the return page is shown, the variables are sent so they can be used?


Please register or log-in into NamePros to hide ads
jakeruston is offline   Reply With Quote
Old 07-24-2008, 09:02 AM   · #2
SecondVersion
while ($awake){ code(); }
 
SecondVersion's Avatar
 


Name: Eric
Location: Kentucky
Trader Rating: (142)
Join Date: Mar 2005
Posts: 4,237
NP$: 407.00 (Donate)
SecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond repute
Member of the Month
MOTM September 2005 Save a Life Child Abuse 9/11/01 :: Never Forget Baby Health Marrow Donor Program AIDS/HIV Breast Cancer Cystic Fibrosis Ethan Allen Fund Animal Cruelty Ethan Allen Fund Ethan Allen Fund Cancer Alzheimer's Protect Our Planet
__________________

SecondVersion.com - The Personal Blog of SecondVersion
Domain Name Portfolio - Get your free copy. - Version 1.0.2 now available!!
MetaCreator.com - Free Meta Tag Creator
CodingPlanet.com - Coming soon...
SecondVersion is offline   Reply With Quote
Old 07-31-2008, 03:12 PM   · #3
aras
NamePros Member
 
Location: Los Angeles
Trader Rating: (1)
Join Date: Oct 2007
Posts: 60
NP$: 0.00 (Donate)
aras is an unknown quantity at this point
You can send on/os pairs.

on0=customername
os0=John+Doe
on1=customercity
os1=Detroit
aras is offline   Reply With Quote
Old 07-31-2008, 03:23 PM   · #4
nasaboy007
NamePros Regular
 
Location: mysitememberships.com
Trader Rating: (32)
Join Date: Jul 2005
Posts: 858
NP$: 4237.90 (Donate)
nasaboy007 is a splendid one to beholdnasaboy007 is a splendid one to beholdnasaboy007 is a splendid one to beholdnasaboy007 is a splendid one to beholdnasaboy007 is a splendid one to beholdnasaboy007 is a splendid one to behold
afaik, you can only send 2 of those on/os pairs.

or maybe im confusing that with something else?
__________________
nasaboy007 is offline   Reply With Quote
Old 07-31-2008, 08:31 PM   · #5
aras
NamePros Member
 
Location: Los Angeles
Trader Rating: (1)
Join Date: Oct 2007
Posts: 60
NP$: 0.00 (Donate)
aras is an unknown quantity at this point
I think so.
If thats the case you can also send char delimited data like
os0 = "name|email|address|".... and process back that when you get it.
aras is offline   Reply With Quote
Old 07-31-2008, 08:42 PM   · #6
nasaboy007
NamePros Regular
 
Location: mysitememberships.com
Trader Rating: (32)
Join Date: Jul 2005
Posts: 858
NP$: 4237.90 (Donate)
nasaboy007 is a splendid one to beholdnasaboy007 is a splendid one to beholdnasaboy007 is a splendid one to beholdnasaboy007 is a splendid one to beholdnasaboy007 is a splendid one to beholdnasaboy007 is a splendid one to behold
yeah that's another option, just use some unlikely symbol between values (just avoid &, !, $, #, |, \, basically all the ones that have special meanings in programming) to be on the safe side. i like to use ~ or even a combination like ^~^ and then use php's explode("^~^", $_POST['os0']) or w/e it would be to split it into an array.
__________________
nasaboy007 is offline   Reply With Quote
Old 08-18-2008, 08:04 AM   · #7
IGiveMoney
First Time Poster!
 
Trader Rating: (0)
Join Date: Aug 2008
Posts: 1
NP$: 0.00 (Donate)
IGiveMoney is an unknown quantity at this point
when i do it i do something like:

$_SESSION['custom'] = $_SESSION['login'] . '|' . $_SESSION['pass1'] . '|' . $_SESSION['user_email'];

Then on the return I just blow it up!
$data = $_SESSION['custom'];
list($_SESSION['login'], $_SESSION['pass1'], $_SESSION['user_email']) = explode("|", $data);
IGiveMoney is offline   Reply With Quote
Reply

NamePros is a revenue sharing forum.

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Site Sponsors
Buy Flash Arcade Game Script Hunting Moon Click to Watch Instant Video
Advertise your business at NamePros
All times are GMT -7. The time now is 04:40 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0