Raised This Month: $51 Target: $400
 12% 

Release Donation Control 3.1.0 [over 1000 donations served!]


Post New Thread Reply   
 
Thread Tools Display Modes
Dr_Knuckles
AlliedModders Donor
Join Date: Mar 2005
Location: SW Florida
Old 09-19-2013 , 13:23   Re: Donor Control
Reply With Quote #51

Is this supposed to be added right in top of sourcebans or in a different location? Those directions are for advanced users not normal people so I am having a lot of difficulty.
__________________
Dr_Knuckles is offline
nineteeneleven
Veteran Member
Join Date: Nov 2010
Old 09-19-2013 , 17:02   Re: Donor Control
Reply With Quote #52

It does not reside inside sourcebans, although it can if you want it to, add me on steam I'll help you set it up. There's some links in my sig
__________________
nineteeneleven is offline
nineteeneleven
Veteran Member
Join Date: Nov 2010
Old 09-19-2013 , 17:05   Re: Re: Donor Control
Reply With Quote #53

Quote:
Originally Posted by SmackDaddy View Post
Any way to have this work for something like $5 for 1 month, $10 for 3 months? Thanks in advance for your time.
Yes, it's possible you would have to edit submit.php to take the amount returned from the PayPal ipn and give the desired amount of time.

Right now I believe it just multiplies the amount by 6.2
__________________
nineteeneleven is offline
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 09-26-2013 , 18:18   Re: Donor Control
Reply With Quote #54

Hello, I'm trying to use it, installed everything following the steps ... was simple, however I have a problem the "Donate" button from the donation page does not work when you click it to redirect to Paypal nothing happens.

here my donation site of test

Last edited by StayOx; 12-04-2013 at 15:18.
StayOx is offline
nineteeneleven
Veteran Member
Join Date: Nov 2010
Old 09-27-2013 , 06:24   Re: Donor Control
Reply With Quote #55

I think you have it set to use Nfo instead of paypal, also it looks like you don't have the steam api key
__________________
nineteeneleven is offline
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 09-27-2013 , 07:51   Re: Donor Control
Reply With Quote #56

Quote:
Originally Posted by nineteeneleven View Post
I think you have it set to use Nfo instead of paypal, also it looks like you don't have the steam api key

I really need to use paypal, I do not own more account nfoservers I apiKey I own the steam already tried to install on my site over the same problem occurs

see here... donor control in my domain

Last edited by StayOx; 12-04-2013 at 15:19. Reason: x
StayOx is offline
nineteeneleven
Veteran Member
Join Date: Nov 2010
Old 09-27-2013 , 12:03   Re: Donor Control
Reply With Quote #57

I think you misunderstood, you need to edit config.php to use PayPal and enter your api key in there.
__________________
nineteeneleven is offline
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 09-27-2013 , 14:17   Re: Donor Control
Reply With Quote #58

Quote:
Originally Posted by nineteeneleven View Post
I think you misunderstood, you need to edit config.php to use PayPal and enter your api key in there.


was exactly what I did
StayOx is offline
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 09-27-2013 , 14:26   Re: Donor Control
Reply With Quote #59

I edit the file includes/config.php

PHP Code:
define("PAYPAL"true); //use PayPal insted of NFO? //Put TRUE here :)
  
define("PP_EMAIL"mypaypal@email.com);              //The Paypal account's email address
  
define("PP_DESC",  "Donation to your community");     //Paypal purchase description
  
define("PP_IPN""http://mysite/donations/scripts/submit.php"); //location of submit.php. This is important.
  
define("PP_SUCCESS""http://mysite.com/");        //Address to send donor to after successful donation
  
define("PP_FAIL""http://mysite.com/");       //Address to send donor to after cancel while donating / other error
 
 
//Database connection Info Below
define("DB_HOST" "localhost"); //set MySQL host
define("DB_USER" "xxxxxx"); //MySQL username
define("DB_PASS" "xxxxxxxxxxxxxxxxx"); //MySQL password
define("DB_NAME" "xxxxxxxxxxxxxxxxx"); //donations database
define("API_KEY" "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"); //steam API key http://steamcommunity.com/dev/apikey
 
$SB_DB_NAME "mybanshere"//Sourcebans database
$srv_group "Donor"
however does not work the donation page.
StayOx is offline
nineteeneleven
Veteran Member
Join Date: Nov 2010
Old 09-27-2013 , 17:41   Re: Donor Control
Reply With Quote #60

Seems to be working for me. Did you figure out what was wrong?
__________________

Last edited by nineteeneleven; 11-30-2013 at 10:12.
nineteeneleven is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:06.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode