XFileSharing Pro - [Problem] suspected bugs

Message
Author
chlankboot
Posts: 10
Joined: Jun 12, 2008 8:01 pm

[Problem] suspected bugs

#1 Postby chlankboot » Jun 14, 2008 8:16 pm

Hi,
It's been 2 days now i'm playing with xfs pro and i'm really satisfied, however i have some concerns:

Question 1:
I discovered a strange behaviour within "my files" page http://www.sitename.com/?op=my_files
When no file is ticked and we press the publish or unpublish button you have "Software error: Can't exec select: ..."
For the del button, no pb.
Seems that these 2 buttons (publish and unpublish) are missing check code to see if at least one file is selected.

Question 2:
What happens when a non logged user clicks on one of the paypal buttons (i mean after payment), i tested myself and all i got is

Code: Select all

intenal error
or

Code: Select all

wait for 1-3 minutes ...
Payment buttons should be disabled for non logged users, no?

Could anyone answer please ?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Jun 25, 2008 10:37 am

1. Thanks, fixed this. Yea, needed exta check there like for Delete button.

2. When new use make a payment, we generate new random login/pass and redirect him to URL like "site.com/?payment_complete=XXXXX", then check transaction XXXXX in our database and if it's confirmed, show him his login/pass immediately. This is called Instant Payment.

"Internal error" means that you have different IP from that one you used for payment.

"Your payment have not verified yet. Please refresh this page in 1-3 minutes" means that PayPal haven't ping our script with verification request or your ipn.cgi script is broken.

chlankboot
Posts: 10
Joined: Jun 12, 2008 8:01 pm

#3 Postby chlankboot » Jun 25, 2008 2:18 pm

thanks,
everything is clear right now