|
|
 |
 | Paypal problem |  |
Posted: Tue Mar 29, 2005 6:22 pm |
|
|
| rockystone |
| Visitor |
|
 |
| Joined: 10 Feb 2005 |
| Posts: 32 |
|
|
|
 |
 |
 |
|
I am facing problem with my randomizer site from last 15 days.the problem is when person joins using paypal he has to pay many times to sponser member.he is not being taken to random member and in admin area no payment is getting recorded.i had contacted manish and he said that paypal has changed some setting abt return url.i have switched off the paypal but i am not getting any members coz i am only using e-gold now.does anybody having the same problem.any solution.any programmers out there.it happened after i switched over to new version.
Admin username rotation problem is also exists.when u find random winner admin user comes as winner 99 percent times.
Regarding banner problem it also exits .Member banner are not rotating.I f admin adds default banner then admin banners only rotates.
Hope the problems gets solved quickly.  |
|
|
|
|
 | This Needs To Be Fixed |  |
Posted: Tue Mar 29, 2005 7:26 pm |
|
|
| Chris |
| Site Admin |
|
 |
| Joined: 05 Feb 2005 |
| Posts: 304 |
|
|
|
 |
 |
 |
|
| Yes, I agree with you, I also have version 3.1 installed and I have the exact same problems. I was told this was fixed and it's not. This needs to be addressed and fixed right now. Paypal is the biggest payment processor I use, so if they go out so does this business. Thanks, Chris |
|
|
|
|
 | |  |
Posted: Fri Apr 01, 2005 11:33 am |
|
|
| manish |
| Site Admin |
|
 |
| Joined: 12 Apr 2004 |
| Posts: 588 |
| Location: India |
|
|
 |
 |
 |
|
Paypal recently made some changes in their payment routines to fix some bugs but in the process they introduced new bugs.
While we tried our best to reach paypal tech support via phone, email etc and communicate the problem to them, their response was incomplete and on most occassions delayed.
However I am pleased to inform you that we have finally resolved this issue with paypal. An update will be available in your client area by April 2 i.e. tomorrow.
I have personally updated the websites of the people who had opened a ticket in this regard and provided me with their account information.
In case of any questions feel free to post at the forums
Best regards
Manish Singh |
|
|
|
|
Posted: Fri Apr 01, 2005 5:40 pm |
|
|
| rockystone |
| Visitor |
|
 |
| Joined: 10 Feb 2005 |
| Posts: 32 |
|
|
|
 |
 |
 |
|
Thanks a lot.I tested it and was taken to step 2.
 |
|
|
|
|
 | So is this ready? |  |
Posted: Sat Apr 02, 2005 3:27 am |
|
|
| Chris |
| Site Admin |
|
 |
| Joined: 05 Feb 2005 |
| Posts: 304 |
|
|
|
 |
 |
 |
|
| Hey Manish, is therandomizer 3.1's PayPal Problem fixed? Thanks, Chris! |
|
|
|
|
Posted: Thu Apr 07, 2005 8:13 am |
|
|
| manish |
| Site Admin |
|
 |
| Joined: 12 Apr 2004 |
| Posts: 588 |
| Location: India |
|
|
 |
 |
 |
|
Hi,
The paypal problem has been fixed and an update is available in your clientarea. The current version of the script stands at V3.1.1
Best regards
Manish Singh |
|
|
|
|
Posted: Thu Apr 21, 2005 5:00 pm |
|
|
| turk |
| Newbie |
|
 |
| Joined: 03 Apr 2005 |
| Posts: 5 |
|
|
|
 |
 |
 |
|
| Hey Manish what if you have an older version of the script. I have been using 2.3 for some time now without problems. How can I fix this Paypal problem with this script? |
|
|
|
|
Posted: Thu Apr 21, 2005 6:20 pm |
|
|
| manish |
| Site Admin |
|
 |
| Joined: 12 Apr 2004 |
| Posts: 588 |
| Location: India |
|
|
 |
 |
 |
|
Hi turk,
I would advice you to upgrade to the latest version. You can find details in your client area.
If you wish to fix the problem in v2.x, then please add the following code in the paypal payment button script.
| Code: | | <input type="hidden" name="rm" value="2"> |
Paypal payment button code can be found in /lib/payments.php file.
Hope this helps
Best regards
Manish Singh |
|
|
|
|
Posted: Fri Apr 22, 2005 4:24 am |
|
|
| turk |
| Newbie |
|
 |
| Joined: 03 Apr 2005 |
| Posts: 5 |
|
|
|
 |
 |
 |
|
Manish would that code replace:
| Code: | | <input type=text name=days value=3 class=input size=\"3\"> |
|
|
|
|
|
Posted: Fri Apr 22, 2005 9:06 pm |
|
|
| manish |
| Site Admin |
|
 |
| Joined: 12 Apr 2004 |
| Posts: 588 |
| Location: India |
|
|
 |
 |
 |
|
No, it is a new addition to the existing payment code.
Make it
| Code: | | <input type=\"hidden\" name=\"rm\" value=\"2\"> | instead of the one posted above. |
|
|
|
|
|
|