Latest News: Latest Mods: Latest Tutorials:


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Buy Points
Author Message
Nickman
Manager



Posts: 2,461
Joined: May 2008
Reputation: 55
Post: #31
RE: Buy Points
Please try this:

Open buy.php, find:
Code:
<input type="hidden" name="business" value="'.$mybb->settings['buy_points_paypal'].'" />
Below place
Code:
<INPUT TYPE="hidden" NAME="currency_code" value="CurrencyCode">

Replace the CurrencyCode with your code.

02-10-2010, 06:28 AM
Michael Malin
SQA Team Member


Posts: 41
Joined: Dec 2009
Reputation: 0
Post: #32
RE: Buy Points
(02-10-2010 06:28 AM)Nickman Wrote:  Please try this:

Open buy.php, find:
Code:
<input type="hidden" name="business" value="'.$mybb->settings['buy_points_paypal'].'" />
Below place
Code:
<INPUT TYPE="hidden" NAME="currency_code" value="CurrencyCode">

Replace the CurrencyCode with your code.
For who is this?

Best regards,

Michael Malin
02-10-2010, 06:29 AM
Nickman
Manager



Posts: 2,461
Joined: May 2008
Reputation: 55
Post: #33
RE: Buy Points
(02-10-2010 06:29 AM)magent Wrote:  For who is this?

You.

02-10-2010, 06:31 AM
Walkman 5.0
Member


Posts: 72
Joined: Mar 2009
Reputation: 0
Post: #34
RE: Buy Points
any system??? this work on myplaza??
02-10-2010, 08:16 AM
Nickman
Manager



Posts: 2,461
Joined: May 2008
Reputation: 55
Post: #35
RE: Buy Points
(02-10-2010 08:16 AM)Walkman 5.0 Wrote:  any system??? this work on myplaza??

Yes it will.

02-10-2010, 09:01 AM
accounts_08
Junior Member


Posts: 48
Joined: Feb 2010
Reputation: 0
Post: #36
RE: Buy Points
i have used this plugin
it is great
02-14-2010, 04:21 AM
darkra
Junior Member


Posts: 24
Joined: Mar 2010
Reputation: 0
Post: #37
RE: Buy Points
hello, I have a problem
when a user purchases the points do not appear neither in the admin panel log
03-03-2010, 01:05 PM
Gimgak
Junior Member


Posts: 4
Joined: Mar 2010
Reputation: 0
Post: #38
RE: Buy Points
(03-03-2010 01:05 PM)darkra Wrote:  hello, I have a problem
when a user purchases the points do not appear neither in the admin panel log

I have the same problem.
03-12-2010, 11:07 AM
heycal
Junior Member


Posts: 12
Joined: Mar 2010
Reputation: 0
Post: #39
RE: Buy Points
I was wondering if there's a way to block guests from purchasing?

Otherwise I think they may buy points and then both of us will be confused.

And I was also going to ask if they showed in log but above to posts answered that for me.
03-25-2010, 07:21 AM
heycal
Junior Member


Posts: 12
Joined: Mar 2010
Reputation: 0
Post: #40
RE: Buy Points
Thought I should mention that around like 13 it says......

PHP Code:
if ($_POST['amouunt'] == ''

Not sure what that code does exactly but amount has two u's

Also, kind of fixed my problem by changing bottom of buy.php to this...

PHP Code:
if($mybb->user['uid']){ 

    
output_page($page);
}else{

echo 
"<div align=\"center\"><strong>Please <a href=\"member.php?action=register\">register</a> or <a href=\"member.php?action=login\">login</a> to buy credits.<strong></div>";

}

}

?>

It doesn't show the entire page, just that line at the moment, trying to figure out how to display the full page.
03-25-2010, 09:33 AM




User(s) browsing this thread: