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)

NeonHeights 02-22-2015 13:17

Re: Donation Control 3.1.0 [over 1000 donations served!]
 
Im having issues with the added donators not having access to all of my servers. Its only giving them access to one out of nine... Any way to fix?

Advokat 02-23-2015 12:30

Re: Donation Control 3.1.0 [over 1000 donations served!]
 
You may not have set the correct server group. Do you have a server group that contains all servers? If you don't, create it and set it. If you do, make sure it is set.

NeonHeights 02-23-2015 15:06

Re: Donation Control 3.1.0 [over 1000 donations served!]
 
Yah that was the issue, my server group wasnt set. All good now.

Is there any way to change the method of payment? Right now all donations are being charged as "Goods and Services" so if someone happens to charge-back their donation our servers will get dinged with a fee from PayPal. If its labeled as a donation (like paypal has those donation buttons with code on their site) then if its charged back we wont get charged a fee.

irepz 03-03-2015 05:49

Re: Donation Control 3.1.0 [over 1000 donations served!]
 
I also have 3 errors while compiling the plugin :

Quote:

./compile.sh donationcontrol.sp
Compiling donationcontrol.sp...
SourcePawn Compiler 1.7.1-dev+5151
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

donationcontrol.sp(112) : error 017: undefined symbol "newValue"
donationcontrol.sp(142) : error 017: undefined symbol "hMenu"
donationcontrol.sp(153) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId

donationcontrol.sp(160) : error 017: undefined symbol "g_cvUrl"

3 Errors.

thetech 03-03-2015 11:25

Re: Donation Control 3.1.0 [over 1000 donations served!]
 
Okay, so, I was trying this plugins, and I must say it has some neat features, however when I tried logging into the admin panel, this error occourd "Unable to open connection to MySQL server." - But there's no issues connecting to the Sourceban database, so I'm not quite sure on where the issue is.

I saw this issue posted above, but I didn't see any answers to it.

And I'm not quite sure how to fix it, i referred to https://forums.alliedmods.net/showpo...&postcount=507 and tried the same, without luck.

Also, just tried to check the databases, and see if I'm able to connect with a PHP script, both work like a charm.


My solution:

I'm not sure if this was a issue casued because that I am running on diffrent databases, however, if you find yourself in problems logging in, here's what I did to fix it:
Go into admin/index.php and at line 11 change

Code:

$db = new PDO('mysql:host=' . DB_HOST . ';dbname=' . SOURCEBANS_DB . ';charset=utf8', DB_USER, DB_PASS);
To:

Code:

$db = new PDO('mysql:host=' . DB_HOST . ';dbname=' . SOURCEBANS_DB . ';charset=utf8', SB_USER, SB_PASS);

freehugs 03-30-2015 10:33

Re: Donation Control 3.1.0 [over 1000 donations served!]
 
For the life of me I can't get it to work.

I'm running sourcebans fine, using PHP 5.4. All required extensions are installed.

When trying to login to the admin portion I get the error Unable to open connection to MySQL server.

Is there any way to determine what is going on?

Creampuffyness 03-30-2015 11:13

Re: Donation Control 3.1.0 [over 1000 donations served!]
 
Quote:

Originally Posted by freehugs (Post 2279847)
For the life of me I can't get it to work.

I'm running sourcebans fine, using PHP 5.4. All required extensions are installed.

When trying to login to the admin portion I get the error Unable to open connection to MySQL server.

Is there any way to determine what is going on?

Try my post on #507

Makkan 03-30-2015 11:33

Re: Donation Control 3.1.0 [over 1000 donations served!]
 
Hello,

I have tried to get this running in many hours..
I get it to run with SB and can create groups and so on.

The problem that i have is that i get this message "Error contacting PayPal. Probaby some l33t h4x3r."

And i think i have pretty much tried everything..

Somebody that can help me with this?

Regards, Makkan.

freehugs 03-30-2015 11:50

Re: Donation Control 3.1.0 [over 1000 donations served!]
 
Quote:

Originally Posted by Creampuffyness (Post 2279867)
Try my post on #507

That fixed it :) Thanks

Creampuffyness 03-30-2015 11:51

Re: Donation Control 3.1.0 [over 1000 donations served!]
 
Quote:

Originally Posted by freehugs (Post 2279887)
That fixed it :) Thanks

Awesome. You will need to make that small little change on a couple files, like the ones to automatically remove donors when their perks expire.


All times are GMT -4. The time now is 19:44.

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