AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152)
-   -   Release Donation Control 3.1.0 [over 1000 donations served!] (https://forums.alliedmods.net/showthread.php?t=221742)

samsah 07-28-2013 09:26

Re: Donor Control
 
Tested paypal, works ok.
Only thing I could not manage to work is how to give donator access to all servers. Now it's giving access only one server :/
And how to change donation currency USD -> EUR?

iHacked 07-28-2013 10:02

Re: Donor Control
 
Will test the Donor Control tomorrow :D

nineteeneleven 07-28-2013 10:30

Re: Donor Control
 
v1.3.1
-added different currency support
-fixed dates being wrong when amount is not divisible by 5.
-made sourcebans optional

nineteeneleven 07-28-2013 10:33

Re: Re: Donor Control
 
Quote:

Originally Posted by samsah (Post 2000563)
Tested paypal, works ok.
Only thing I could not manage to work is how to give donator access to all servers. Now it's giving access only one server :/
And how to change donation currency USD -> EUR?

Add me on steam

samsah 07-29-2013 03:46

Re: Donor Control
 
Quote:

You must be using a Sourcebans server group to assign server access for your VIPs.

In sourcebans, go to admin panel > groups >add group> for group name use 'All servers' group type 'server group'
then go to admin panel >servers and edit each server and add them to the 'all servers' group
then make a new donor and use the 'all servers' group. Take the information in the database for the user you just created
This gives access to all servers but not any flags which are required to get perks.
There is still manual work to add flags or put donor in Server Admin Group that has flags.

nineteeneleven 07-29-2013 06:25

Re: Donor Control
 
Quote:

Originally Posted by samsah (Post 2001180)
This gives access to all servers but not any flags which are required to get perks.
There is still manual work to add flags or put donor in Server Admin Group that has flags.


correct, ill add that to the op

nineteeneleven 07-29-2013 14:22

Re: Donor Control
 
1.3.3 update released,

This solves issues if PayPal sends the IPN twice.

You must run this SQL query on your donations database if updating from a previous version.
Code:

ALTER TABLE donors
  ADD txn_id varchar(128);


FlyingMongoose 07-29-2013 22:36

Re: Donor Control
 
Quote:

Originally Posted by nineteeneleven (Post 1999506)
Sb2 should be easy, but I'm gonna wait for the public release.

Doesn't hurt to learn the API at least, but that's your prerogative I'm just glad people are willing to support SB2 now that it looks like it's going to have a release :).

nineteeneleven 07-30-2013 09:27

Re: Re: Donor Control
 
Quote:

Originally Posted by FlyingMongoose (Post 2001823)
Doesn't hurt to learn the API at least, but that's your prerogative I'm just glad people are willing to support SB2 now that it looks like it's going to have a release :).

Ah I didn't realize that the sb2 web panel had an api. I'll have to find the documentation for it.

Thanks

FlyingMongoose 07-30-2013 13:34

Re: Donor Control
 
Quote:

Originally Posted by nineteeneleven (Post 2002105)
Ah I didn't realize that the sb2 web panel had an api. I'll have to find the documentation for it.

Thanks

SB2 is built on the Yii framework, and the plugin system isn't too hard to use.

https://github.com/GameConnect/SourceBans <-- the github for SB2

https://github.com/GameConnect/SourceBans/tree/Feed <-- The feed plugin I have no time to finish (to see some basic usage)

https://github.com/GameConnect/Sourc...ee/master/docs <-- The docs

Pull requests are usually accepted :)

I'm hoping the plugin API and Yii Framework API will make supporting your plugin to the web panel that much easier. That was the goal in the web plugin interface.


All times are GMT -4. The time now is 04:48.

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