Hi,
Just been having a play with PayPal's IPN system again. Upon returning to the script (after payment), I did a dump using Data::Dumper($in) (where $in is just a $IN->get_hash call). I see the following;
'sig' => 'ixYPEWz084+BGIZ4UYR2Es3WFSkxV20edYGT0UEbVBDihAbsxPY4rP9vKDNEv6Yw3lRRSigwqG6nAoAOxsjeziLqSH0G6ClKdxgkxx1lL8jeKyID5h85wHg1SWNR3qKE7agn95P7YE2Mleyb1jT0ewgK5epComNLQL1so6Wt8ZI=',
'tx' => '8JE47405MT823570D',
'cc' => 'GBP',
'st' => 'Completed',
'cm' => '',
'amt' => '2.00'
};
Now, this is the part that has me stumped.. wheres the useful info? I can't find anything on PayPals site about decrypting the value from "sig".
If anyone has any pointers/ideas, I'm all ears :D
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Just been having a play with PayPal's IPN system again. Upon returning to the script (after payment), I did a dump using Data::Dumper($in) (where $in is just a $IN->get_hash call). I see the following;
Code:
$VAR1 = { 'sig' => 'ixYPEWz084+BGIZ4UYR2Es3WFSkxV20edYGT0UEbVBDihAbsxPY4rP9vKDNEv6Yw3lRRSigwqG6nAoAOxsjeziLqSH0G6ClKdxgkxx1lL8jeKyID5h85wHg1SWNR3qKE7agn95P7YE2Mleyb1jT0ewgK5epComNLQL1so6Wt8ZI=',
'tx' => '8JE47405MT823570D',
'cc' => 'GBP',
'st' => 'Completed',
'cm' => '',
'amt' => '2.00'
};
Now, this is the part that has me stumped.. wheres the useful info? I can't find anything on PayPals site about decrypting the value from "sig".
If anyone has any pointers/ideas, I'm all ears :D
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

