Skip to content

Commit

Permalink
Crowdfunding Donate script with Readme committed
Browse files Browse the repository at this point in the history
  • Loading branch information
itzmeank committed Jan 29, 2019
1 parent 88db4a7 commit e087724
Show file tree
Hide file tree
Showing 2,573 changed files with 589,256 additions and 1 deletion.
49 changes: 49 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# In local: in httpd/conf/projects/dev1base.conf :
# alias /dev1base F:/projects/dev1base/trunk/..../webroot/

######################################
# Root .htaccess
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ :
# In the root above /app (say, public_html)
# -->
# Options +FollowSymLinks # needed for some hosts, especially GoDaddy
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>
# <--
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ :
# In the root above /app (say, public_html/dev1base/)
# -->
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /dev1base/app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>

########################################
# This .htaccess
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ :
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ :
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /dev1base/app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /app/
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
119 changes: 118 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,118 @@
# crowdfunding-donate
# Crowdfunding Donate

Crowdfunding Donate, part of Crowdfunding Suite (Pledge, Donate, Equity, Lend) is an open source receiving and giving donations script. It is written in CakePHP with MySQL.

> This project is part of Agriya Open Source efforts. Crowdfunding was originally a paid script and was selling around 40000 Euros. It is now released under dual license ([OSL 3.0](https://www.agriya.com/resources) & [Commercial](https://www.agriya.com/products/donation-script)) for open source community benefits.
[![donate_banner](https://user-images.githubusercontent.com/4700341/51890651-9744b200-23c2-11e9-8bf8-72ca34bfb435.png)](https://www.agriya.com/products/donation-script)

## Demo / Download

https://www.agriya.com/products/donation-script

Demo URL: http://crowdfunding-donate.demo.agriya.com/

### User details

Username: user

Password: agriya

### Admin User details

Username: admin

Password: agriya

Need help for server installation / product customization, please [contact us](https://www.agriya.com/contact).

## Support

Crowdfunding Donate is an open source receiving and giving donations project. Full commercial support (commercial license, customization, training, etc) are available through [crowdfunding platform support](https://www.agriya.com/products/donation-script)

Theming partner [CSSilize for design and HTML conversions](http://cssilize.com/)

## Crowdfunding Suite

Agriya Crowdfunding Suite is a complete fundraising marketplace platform that caters to Pledge, Donate, Equity, Lend business models. Any website can be built in combination of these modules, say with Pledge and Donate, or with all, etc.

* [Crowdfunding Pledge](https://github.com/agriya/crowdfunding-pledge) - Pledge marketplaces like or clone of kickstarter etc.
* [Crowdfunding Donate](https://github.com/agriya/crowdfunding-donate) - Donate platform for receiving and giving donations.
* [Crowdfunding Equity](https://github.com/agriya/crowdfunding-equity) - Equity based Fundraising business platform.
* [Crowdfunding Lend](https://github.com/agriya/crowdfunding-lend) - Lend for p2p lending based fundraising website.


## How it works

[CrowdFunding Donate](https://www.agriya.com/products/donation-script) The fundraising concept is reinforced in the online donation crowdfunding business model.

[![donate_how_its_work](https://user-images.githubusercontent.com/4700341/51890653-99a70c00-23c2-11e9-8f3a-a1dac3873ca9.png)](https://www.agriya.com/products/donation-script)

## Features

### Idea plug-in

It helps the fundraisers first get to know about the viability of the project by placing them through an ideas platform and then evaluating votes from the users.

### Insights

With this option, get detailed website information in a graphic format while also analyzing the site activities.

### Pre-launch mode

Create a buzz about website launch from target audience by collecting email ids and notify prior to the site launch.

### Integrated Google Analytics

Use Google analytics to identify the growth and traffic rate of your donation based fundraising business in a few minutes.

### Affiliates

Bring in connections from other organizations through our affiliate system. It is an effective marketing strategy that will enhance your site.

### Advertisement banners

Gain money by allowing other organizations to post their promotional ads in your donate crowdfunding business.

### Wallet

It allows users to add, spend and make payment in your donate fundraising website easily.

### Multi-language translations

It allows your users to easily translate the site content in any language.

### Tri membership signup

It allows user to register themselves as investor, affiliate member, and project holder to your website.

## Getting Started

### Prerequisites

#### For deployment

* MySQL
* PHP >= 5.6 with OpenSSL, PDO, Mbstring and cURL extensions
* Nginx or Apache (preferred)

### Setup

* Needs writable permission for `/tmp/` , `/media/` and `/webroot/` folders found within project path
* Database schema 'app/Config/Schema/sql/crowdfunding_with_empty_data.sql'

### Contributing

Our approach is similar to Magento. If anything is not clear, please [contact us](https://www.agriya.com/contact).

All Submissions you make to crowdfunding-pledge through GitHub are subject to the following terms and conditions:

* You grant Agriya a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publicly perform, sublicense and distribute any feedback, ideas, code, or other information ("Submission") you submit through GitHub.
* Your Submission is an original work of authorship and you are the owner or are legally entitled to grant the license stated above.


### License

Copyright (c) 2014-2018 [Agriya](https://www.agriya.com/).

Dual License (OSL 3.0 & [Commercial License](https://www.agriya.com/contact))
49 changes: 49 additions & 0 deletions app/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# In local: in httpd/conf/projects/dev1base.conf :
# alias /dev1base F:/projects/dev1base/trunk/..../webroot/

######################################
# Root .htaccess
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ :
# In the root above /app (say, public_html)
# -->
# Options +FollowSymLinks # needed for some hosts, especially GoDaddy
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>
# <--
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ :
# In the root above /app (say, public_html/dev1base/)
# -->
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /dev1base/app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>

########################################
# This .htaccess
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ :
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ :
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /dev1base/app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /app/
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
Loading

0 comments on commit e087724

Please sign in to comment.