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

View Poll Results: What integration would you prefer
Basic Donator Interface 24 42.11%
Sourcebans 34 59.65%
Website / Forum (please tell me what you are using) 23 40.35%
Something Else (please tell me what you would like) 4 7.02%
Multiple Choice Poll. Voters: 57. You may not vote on this poll

[15.08.2014] SourceDonates - A fully automated Donation System


Post New Thread Reply   
 
Thread Tools Display Modes
mattpker
Junior Member
Join Date: Aug 2012
Old 08-24-2012 , 17:30   Re: PayPal Donator Interface
Reply With Quote #11

Shouldn't this be posted in the SM plugins forum or something. This seems like the wrong place.
mattpker is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 08-24-2012 , 18:01   Re: PayPal Donator Interface
Reply With Quote #12

I'm semi interested - but it would require full open source for me to even touch it as I don't like not knowing what I'm using. Sourcebans integration is fine and all but the whole thing itself needs to be reworked before something like this would really work and I don't see Sourcebans getting reworked any time soon.
Horsedick is offline
ocwoody
AlliedModders Donor
Join Date: Nov 2010
Location: huh
Old 08-24-2012 , 19:31   Re: PayPal Donator Interface
Reply With Quote #13

Quote:
Originally Posted by rtk View Post
OMG, SourceBans integration.
Please, please, please, please, please, please!!

SMF Forum would be good too, but I don't know what forum system most people use here...
Yes SMF and sourcebans integration would be great!

I can also provide a server on my dedicated box for testing if need be.
ocwoody is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 08-25-2012 , 06:17   Re: PayPal Donator Interface
Reply With Quote #14

The Sourcebans integration is done

To set it up you have to do the following:
  • enter the mysql_connection details in the config.php
  • Create a Serveradmin, a Webadmin and a Servergroup for the donos and set it up
  • set $integration_sb_enable to 1
  • set $integration_sb_admintable to sb_admins (default-table)
  • set $integration_sb_admintable_sg to sb_admins_servers_groups (default-table)
  • set $integration_sb_srvadmgroup_name to [the name of your srvadm grp for the donos]
  • set $integration_sb_webadmgroup_id to [the id of your webadm grp for the donos]
  • set $integration_sb_srvgroup_id to [the id of the srv grp where the donos should have access]
Now every dono will be added to sourecbans with his selected PW, steam_id and Username
The email-adress is the e-mail of the paypal payer

EDIT:
I am looking for someone, who could make a pretty html design for the Donation-Form.
There need to be the Following fields: Steam_ID, Username, Password

Last edited by Arrow768; 08-25-2012 at 06:30. Reason: Adding reuqest
Arrow768 is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 08-25-2012 , 06:57   Re: PayPal Donator Interface
Reply With Quote #15

Quote:
Originally Posted by AeroAcrobat View Post
ip board integration e.g. something similar like this:
http://www.devfuse.com/products/53-donation-tracker/
The System you have suggestet would be a lot of work.
Integration means, that the Group of the User is "Upgraded" to a Donator Group.

Maybe I will make a Reminder-Email, that reminds the reminds the admin, if a donation is longer than a specific time ago (for example: 30 Days) Then the Admin can take measures (remove the Donator-Status)

In the future I might add a auto-remover/downgrader.
Arrow768 is offline
AeroAcrobat
AlliedModders Donor
Join Date: Apr 2011
Location: lives in a circus
Old 08-25-2012 , 10:11   Re: PayPal Donator Interface
Reply With Quote #16

Quote:
Originally Posted by Arrow768 View Post
I am looking for someone, who could make a pretty html design for the Donation-Form.
There need to be the Following fields: Steam_ID, Username, Password
http://www.catswhocode.com/blog/top-...orms-tutorials

http://www.noupe.com/php/beautiful-forms.html

http://net.tutsplus.com/tutorials/ht...rm-with-css-3/

maybe this will help for the beginning because its already finished
__________________
AeroAcrobat is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 08-25-2012 , 11:06   Re: [BETA] PayPal Donator Interface
Reply With Quote #17

Thanks for the info, I have used this one, because the glowing effect is awesome.
The design can be edited very easy, I will make a litte Guid about it

Last edited by Arrow768; 08-25-2012 at 11:06.
Arrow768 is offline
rtk
Senior Member
Join Date: Dec 2009
Old 08-25-2012 , 11:43   Re: [BETA] PayPal Donator Interface
Reply With Quote #18

I could set you up a account in my hosting with unlimited installations and databases to test everything you want but latelly it has been failing most of the day and not even FTP transferences complete sucessfully.
Sorry about that. But if you are interested I can still create you the account for you to try. PM me if you need it.

It's good to see the SouceBans integration already done
SMF would be good too;
Now for this to be a complete solution I hope that later you add the option to auto-remove the expired donators after the specified time.

Good work ;)
__________________
Never argue with an idiot. He lowers you to his level and then wins on experience!
rtk is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 08-25-2012 , 12:27   Re: [BETA] PayPal Donator Interface
Reply With Quote #19

Does anyone know, how the password are Encoded in Sourcebans ?
The insert works, but the User cant login into the webpanel (it is not a real problem, but I would like to Complete it)
Arrow768 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 08-25-2012 , 14:17   Re: [BETA] PayPal Donator Interface
Reply With Quote #20

Quote:
Originally Posted by Arrow768 View Post
Does anyone know, how the password are Encoded in Sourcebans ?
A simple search of the code found this

PHP Code:
    /**
     * Encrypts a password.
     *
     * @param $password password to encrypt.
     * @return string.
     */
    
function encrypt_password($password$salt=SB_SALT)
    {
        return 
sha1(sha1($salt $password));
    } 
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou 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:55.


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