XFileSharing Pro - Users did not become premium after payment

Message
Author
oldman
Posts: 17
Joined: Oct 20, 2012 2:40 pm

Users did not become premium after payment

#1 Postby oldman » Oct 20, 2012 2:46 pm

Hi,

My users are not getting premium status after they have paid up. Is there anything I can do or check to make it such that automatic premium after they have paid?
Thanks.

afdah
Posts: 147
Joined: Jan 27, 2012 2:23 pm

#2 Postby afdah » Oct 20, 2012 5:01 pm

what payment processor?

oldman
Posts: 17
Joined: Oct 20, 2012 2:40 pm

#3 Postby oldman » Oct 27, 2012 3:11 pm

hi. Paypal

RockDiz
Posts: 135
Joined: May 05, 2011 4:47 pm

#4 Postby RockDiz » Oct 27, 2012 4:33 pm

you need to install Crypt::SSLeay

and the best thing to do is require users to be logged in before purchasing accounts.

heads up though, Paypal is banning file hosting services so you don't want you users to dispute through paypal.

oldman
Posts: 17
Joined: Oct 20, 2012 2:40 pm

#5 Postby oldman » Oct 28, 2012 6:31 am

thanks. i will check it out

stamos
Posts: 139
Joined: Nov 11, 2010 5:37 pm

#6 Postby stamos » Oct 28, 2012 12:40 pm

check your ipn logfile as well for errors

oldman
Posts: 17
Joined: Oct 20, 2012 2:40 pm

#7 Postby oldman » Nov 22, 2012 1:42 pm

hi,

i have already installed Crypt::SSLeay but my members are still not turning premium immediately. I have checked the IGN logs and I still got this error message: Got answer: LWP will support https URLs if either Crypt::SSLeay or IO::Socket::SSL is installed. More information at

But i can swear that Crypt:SSLeay installed properly.

Do I have to install anything else? or any settings to change on cronjob?

yikjaan
Posts: 24
Joined: Feb 27, 2009 10:20 am

#8 Postby yikjaan » Nov 22, 2012 4:08 pm

are you saying that xfilesharing is not compatible with paypal?

oldman
Posts: 17
Joined: Oct 20, 2012 2:40 pm

#9 Postby oldman » Nov 22, 2012 9:59 pm

uhh no. im asking what other perl modules do i need to install to get auto premium working for my members

ufkabakan
Posts: 332
Joined: Apr 13, 2011 9:37 pm

#10 Postby ufkabakan » Nov 22, 2012 10:20 pm

Check your Paypal accounts IPN status. If your account dont have IPN or it disabled, you cant use XFS with PayPal.

However your payPal account and Domain blocked on next days if you try use PayPal with XFS.

yikjaan
Posts: 24
Joined: Feb 27, 2009 10:20 am

#11 Postby yikjaan » Nov 23, 2012 12:38 am

ufkabakan wrote:Check your Paypal accounts IPN status. If your account dont have IPN or it disabled, you cant use XFS with PayPal.

However your payPal account and Domain blocked on next days if you try use PayPal with XFS.

I am still lost. Would u be able to explain further? Thanks

RockDiz
Posts: 135
Joined: May 05, 2011 4:47 pm

#12 Postby RockDiz » Nov 24, 2012 6:16 pm

Just require your users to register first or log in then it should work fine :D

yikjaan
Posts: 24
Joined: Feb 27, 2009 10:20 am

#13 Postby yikjaan » Dec 05, 2012 4:18 pm

RockDiz wrote:Just require your users to register first or log in then it should work fine :D
logon does not resolved the issue.

DimS
Posts: 20
Joined: Feb 11, 2012 8:47 am

#14 Postby DimS » Dec 06, 2012 6:29 am

open http://YourSite.com/cgi-bin/ipn.cgi
should show blank page withoul errors

yikjaan
Posts: 24
Joined: Feb 27, 2009 10:20 am

#15 Postby yikjaan » Dec 06, 2012 8:50 am

I already fixed mine by installing the module "Perl-Crypt-SSleay

Command line as below:

$ yum install perl-Crypt-SSLeay


Will be useful to those who yet having this component activated.

Cheers.