159 comments found.
Is php 7 on Nginx supported. I have installed in a subdirectory, however on login I get. “Welcome to admin panel!” , however, the login screen is still there and I cannot actually enter the admin panel.
Any help is much appreciated.
I have the following for my nginx config:
server {
listen 8080;
listen 443 ssl http2;
server_name donate.domain.com;
access_log /srv/www/domain/logs/domain_access.log;
error_log /srv/www/domain/logs/domain_error.log;
ssl_certificate /etc/letsencrypt/live/domain/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/domain/privkey.pem;
root /srv/www/domain/public/donate;
index index.html index.htm index.php;
location ~ [^/]\.php(/|$) {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_index index.php;
include fcgi.conf;
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_read_timeout 300;
fastcgi_ignore_headers X-Accel-Expires Expires Cache-Control;
add_header X-XSS-Protection "1; mode=block";
}
}
Alright, I had to downgrade to php5.6 and all is well. Do you plan on adding support for php7.0 in the future?
Hi. Yes. I’m going to do it within couple days.
Excellent!
Also, I appreciate all the work you put into this, it’s an excellent kit that saves days of headache. I’ll be on the lookout for the update.
Hey @halfdata, just another quick heads up. I was having “MIME type (‘application/json’) is not executable, and strict MIME type checking is enabled” errors in Chrome on the form…
The line in ajax.php:
header("Content-type: application/json");
Should be:
header("Content-type: application/javascript");
Shouldn’t it?
Correct. Thanks for letting me know. 
>halfdata: about 1 month ago Hi. Yes. I’m going to do it within couple days.
I was wondering if there was any update to this?
Also, would it be possible to add in BitCoin support via Stripes API instead of BitPay?
Thanks Again!
Hi. You can download it from CodeCanyon. Regarding accepting bitcoin via Stripe – thanks for idea. I’ll learn it more when I have time.
Hi, its possible to add MobilPay to this script?
Hi. At that moment I don’t have such plans.
Why NO 2Checkout.com? This is important
It’s buggy.
Authorize.net is too expensive to setup. Skrill does not let me withdraw money + hidden costs. As good as Stripe is, I moved to an Asian country where it doesn’t exist so I can’t set it up here. Do you have a good suggestion of the best / affordable / clean payment gateway? thanks
Unfortunately, no.
can you add http://www.ccavenue.com/ or https://www.payumoney.com payment gateway
Unfortunately, I don’t have such plans.
After copying the files with db details updated …./admin.php is coming blank. Please assist
URL?
Sent you a PM
Replied.
When do you think blockchain will be implemented?
It is still in my todo list.
Mockson, there is no built-in thank you page in this script.
When someone makes a payment, they are redirected back to the form, but there is no message of “Your payment was successful, thank you” or anything like that.
Like the script author explained, you can make your own thank you page and redirect to it with the data-url setting.
You include that data-url setting in the short code which inserts the form onto the page. “short code” here is synonymous with the embedding code.
Thank you for explanation. 
I know this was asked before and you’ve provided an answer. However your answer was not self explanatory and rather confusing. So I’ll ask you again the same question and please this time, provide us with an accurate response and show us how.
Here’s my question as previously asked:
Where the donor is redirected after the payment has been made. Back to the form? Is there a thank you message on the web page? I know they get an email but how about www wise, where are they redirected?
Please provide us with a step by step instructions.
<div class="udb-box" data-id="X" data-url="http://thank.you.page/"></div>
Excuse my ignorance but that doesn’t help me nor the next ignorant person. In which file do I add your exemple?
Do I find that in admin.php or in my site where I am calling the box to display etc… etc…
Please tell me where do I add this.
Thanks.
This is shortcode which you insert into your page. Use this shortcode.
Please read markkuossi’s post (next after yours). 
Markkuossi and Halfdata, gentlemen thank you. It is now crystal clear to me. Thanks again for your time and for this worthy script.
If bmorina’s message above is true about Bitpay not working, then I have to pass on this script. Please let us know when you’ve fixed it or offer a better alternative for bitcoins.
I’ve just checked, BitPay works. Also I plan to implement Blockchain in the future.
Cool, I bought the script. I very much support the implementation of Blockchain, so please let all of us know when it’s done and released.
Hello,
Can you please fix the bitcoin payment system. Bitpay that you are using is currently useless because they keep blocking my account, since they do not accept donations, nor payments through your script for some reason. Can you please look into CoinKite, Blockchain or some other bitcoin payment processor?
Thanks
Hi. I have plans to implement Blockchain too. It is in my todo list.
Hey man, I think it’s time you added the Blockchain or CoinKite support ? After API 2.0 on Blockchain.info, I think Coinkite makes more sense because of their IPN and easier integration.
Thanks
Hi. I still have Blockchain in my todo list. Regarding CoinKite, I’ll learn more about such system.
Before buying this, I would like to know where the donor is redirected after the payment has been made. Back to the form? Is there a thank you message on the web page? I know they get an email but how about www wise, where are they redirected? Can you specify that?
<div class="udb-box" data-id="X" data-url="http://thank.you.page/"></div>
Hello,
It is possible to add more informations from donors: First name, Last name, Adddress, Phone, Country… ?
And, it is possible, on paypal page, to change “Donation” title for the Campain name ?
Thanks Nico
Hi. Unfortunately, there is no such features.
OK thank you for your answer.
I added these options myself, everything works well. Think of it for the next update 
Hi do you know what causes the css coding to be shown on the payment page for Authorize.net? http://prntscr.com/8qojxd
Hi. Thanks for letting me know. Seems they changed something. I’ve modified the script, fixed the problem and uploaded new version to CodeCanyon. It is waiting for approval now.
thanks, can you tell me what file is changed?
ajax.php
that file has not changed since Jan—I noticed I am getting errors in Authorize.net I have had users try to pay but failed
Transaction Status: General Error (Processor error – The merchant account is not configured properly with the Credit Card Processor, Global Payments. Contact merchant service provider for resolution.)
Sorry. Correct file is inc/functions.php. Please contact Auth.net regarding this error.
Hello!
I didn’t test the product yet but just wanted to suggest you a gateway which is Coinpayments.com that supports 50+ crypto currencies. I think it would be easy to implement it and will save my time with trying to do it myself.
What do you think about it, could you add that gateway aswell ?
Thanks for idea. I’ll think about it.
Thank you.
You could also add a social share button for each campaign.
Is it possible to set up recurring monthly payments using stripe?
Thanks for idea. At that moment I don’t have plans to implement this feature. Unfortunately.
It’s something i can really benefit from, i would like to pay for custom work
Unfortunately, I’m not available for customization work.
Hi, I would like to have a compulsory commission from all donations like crowdfunding sites. Does it mean you need to make modifications for me with Universal Donation Box for that?
It doesn’t have such feature. I don’t think that this script fit your requirements.
What’s the point of this script supporting BitPay when they don’t allow you to receive donations with your account? Not to mention, they don’t tell you that until AFTER you’ve already signed up and given them your bank account details (which they say has to be kept on their systems for 5 years)..
Thanks for letting me know.
Hello i need a Fundraising Script for crowdfunding project that users can create there campaigns…can this script do that
Nope.
I just installed the script but I must have missed a step in the installation because after I enter my login information, it goes to a blank admin page. What step am I missing?
page is not loading at all which means that there is an error occurring after I login.
URL please.
