PHP Classes

submit_paypal_post() is a pretty rancid way of doing what you...

Recommend this page to a friend!

      PHP Paypal IPN Integration Class  >  All threads  >  submit_paypal_post() is a pretty...  >  (Un) Subscribe thread alerts  
Subject:submit_paypal_post() is a pretty...
Summary:Package rating comment
Messages:2
Author:krvabo
Date:2011-06-10 18:27:23
 

krvabo rated this package as follows:

Utility: Insufficient
Consistency: Sufficient
Examples: Sufficient

  1. submit_paypal_post() is a pretty...   Reply   Report abuse  
Picture of krvabo krvabo - 2011-06-10 18:27:23
submit_paypal_post() is a pretty rancid way of doing what you want it to do.
validate_ipn could check if there are things like curl, instead of fputs.
eregi is deprecated.

Overall this class is decent if you aren't an experienced programmer and want some help. If you really know what you are doing, and want up-to-date code, I suggest you write your own class.
The documentation is abundant and pretty good.

  2. Re: submit_paypal_post() is a pretty...   Reply   Report abuse  
Picture of ima liar ima liar - 2016-02-09 21:41:11 - In reply to message 1 from krvabo
it also does no safety checking as is and could be used to post nasty stuff to your server from another server altogether.