Hi,
I received my first premium payment today via paypal but the user never got an email from the system with their login. I had to manually create them an account. Is there something wrong? Please tell me yes, I don't want to create every single person an account.
Regards,
th3hotcake
XFileSharing Pro - System not creating accounts for premium users
-
- Posts: 51
- Joined: Apr 07, 2009 7:24 pm
-
- Posts: 21
- Joined: Apr 15, 2009 11:33 am
-
- Posts: 21
- Joined: Apr 15, 2009 11:33 am
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Just comment these 2 lines in ipn.cgi:
This extra protection is not usefull it seems 
Code: Select all
writeLog("Wrong receiver_email value: $f->{business}",'EXIT')
unless lc $f->{business} eq lc $c->{paypal_email};
