159 comments found.
also not working on another server I just tried.
Hi. Thanks for purchasing the script. Please make sure that MySQL-server is running properly. This error happens when something wrong with MySQL-server. Please also provide access hosting panel, I will try to check what’s wrong.
Hi. It seems that you didn’t set DB credentials in “inc/config.php” file. I did and it works. 
I keep getting Could not connect: Can’t connect to local MySQL server through socket ’/var/run/mysqld/mysqld.sock’ (2) even though I have all the credentials entered in the icdb.php file.
Hi. Thanks for purchasing the script. Please make sure that MySQL-server is running properly. This error happens when something wrong with MySQL-server. Please also provide access hosting panel, I will try to check what’s wrong.
Continue button just load , i missing something ?
Please provide URL to see the problem.
Looks nice, but still a little bit to expencive. Would buy it if it was $6
The price is $9.
Hi great script… well done!
is it possible to echo elements outside of the “udb-box” div
for example I may want to display the top 5 donators at the top of my page or in my sidebar and the form at the bottom….
or I also would like to echo ‘total donation amount’ at the tpo of my page and apply my own css style etc…
is this possible?
Cheers
Hi. Thanks for purchasing the script. Unfortunately, all data can be displaed inside of udb-box. But you can place this box wherever you want.
Thank you for such a quick reply. Can the Paypal window only be opened in a non-i-frame mode while the rest of the systems opened in a modal iFrame, please? p.s. Interkassa works in iframe fine.
<form action="'.(($options['paypal_sandbox'] == "on") ? 'https://www.sandbox.paypal.com/cgi-bin/webscr' : 'https://www.paypal.com/cgi-bin/webscr').'" method="post" style="display: none;">You need to add
target="_top" attribute to make it looks like:
<form action="'.(($options['paypal_sandbox'] == "on") ? 'https://www.sandbox.paypal.com/cgi-bin/webscr' : 'https://www.paypal.com/cgi-bin/webscr').'" method="post" target="_top" style="display: none;">
Somehow Paypal does not work. For example: http://Uucyc.ru/verses/-cow-pig Try the Donate online button – left, bottom….
Hi. Thanks for letting me know about this issue. The problem is that your donation form is opened in iframe. But PayPal doesn’t allow to open itself in iframe. I will update script to resolve this issue and send to you soon.
All your function great and i have question
1. If i purchase your script, can you create function to test your script with sandbox paypal ( stable function ) for me?
Please
it’s importance for me really…
Hi. Unfortunately no. Because PayPal sandbox is not stable.
I have some question.
1. After finished payment, your script will insert IPN paypal message like mc_currency, mc_gross, payment_date, payment_status to database mysql ?
2. Your script was check response from PayPal is ‘VERIFIED’ before insert data IPN paypal message to database if response from PayPal is ‘INVALID’ your script not insert data IPN paypal message to database mysql ?
3. After i purchase your script, can i test your script with sandbox paypal ? if i can , do you have Manual on how to use Paypal SandBox with your script ?
4. Do you have .sql for storage data from IPN paypal message in your script ?
5. what is version of php and mysql of your script ?
6. after i purchase your script, can i add more column of table ( mysql ) , and add more data from IPN paypal message to database ?
1. All data, containing in IPN -request, are saved in database.
2. Script checks that PayPal replies “VERIFIED”.
3. I don’t have instructions. Also PayPal sandbox is not really stable. So it is better to test with live account.
4. All data, containing in IPN -request, are saved in database. All required tables are created automatically.
5. PHP >= 5, MySQL >= 5, jQuery >= 1.5.
6. All data, containing in IPN -request, are saved in database. You can see this data in demo admin panel (go to transactions and click on transaction status).
Thanks for this great script! I was able to tweak it a little so it also works with BitcoinPayflow.com and I also integrated it with Fancybox. You check it out at http://www.little-apps.org and clicking the button at the bottom left-hand side. Please let me know if you would like to see my changes.
Hi. Thanks for purchasing the script It looks nice in fancybox. 
Any plans for a Recurring/Monthly Donations option? This would open it up to non profits much better…
Unfortunately, no. I don’t have such plans.
It would be great to have an option to donate through the Webmoney and Yandex Money.
I don’t have plans to support Webmoney and Yandex. They are supported by InterKassa, which is supported by my script. 
Makes sense.
Please reply ASAP .
I’ve did everything you’ve mentioned to install properly. The script got installed into the DB. I’ve set the settings – it got saved into the DB. I’ve added the campaign, added the code, but nothing showed up. I’ve spent a day installing and configuring – nothing. Please help, it might be my mistake or other way the script is useless!
The pages are: http://uucyc.ru/donate/demo.html http://uucyc.ru/donate/index.phpThe PHP version is 5.16 MySQL 5+ JQuery 1,8
Thank you, Ivan Privalov
Hi Ivan,
Thanks for purchasing the script. You installed everything correctly. It seems there is some problem with JSONP AJAX request to your server. Could you please provide FTP -access to folder “donate” (you can do it through my profile page), I will check what is wrong there.
Also please try to replace line: <script src=”//uucyc.ru/donate/js/udb-jsonp.js”></script> by <script src=”//uucyc.ru/donate/js/udb.js”></script>
Also please make sure that you use correct shortcode on this page: http://uucyc.ru/donate/index.php You must take shortcode from Campaigns.
Thanks, Ivan Churakov
Replacing <script src=”//uucyc.ru/donate/js/udb-jsonp.js”></script> to <script src=”//uucyc.ru/donate/js/udb.js”></script> helped. Now it works.
What is the difference between those two? How important it is to have JSONP version running?
p.s. The Top and Recent Donors boxs description in the campaigns does not support html – it is output as the htmlspecialchars() – http://uucyc.ru/donate/demo.html
Hi. Thanks for letting me know about htmlspecialchars(). I fixed it. About JSONP . It supports cross-domain call. For example, you can install script on domain1.com and display donation box on domain2.com. Version without JSONP must be used on the same domain only.
can the USD be changed to GBP
Yes. You can use any currency that is supported by payment gateways.
is it possible to put this donation box in a joomla or wordpress page? If yes, does it need special styling or does it go with the default styling of the template like a normal article?
Hi. You can insert donation box anywhere (please read “Installation” chapter). It’s styling is the same as you can see on demo page.
This is very cool!
One feature request that I think would be cool is if I could insert a line of code into a template that features funny videos or some popular content.
And the line of code with basically show the top donator for that page. So kind of like a donation for advertising your website on that page alone. It could drop down and show the other top 5 donators for that page, as well as offering the donation options for someone to become the new top donator for that content. Basically, whoever is the top donator would become the permanent sponsor for whatever content was on the page, until a new top donation was made.
I’m not sure if this is far fetched, but I think it would be really cool, and I would have many uses for a script that could do this, and that looks like your script.
Any chance?
Hi. Unfortunately, I don’t have plans for such modifications.
This looks VERY promising. One question: in the General Settings page, can you enter multiple email addresses in the “E-mail for notifications” field? I can see where we would need notification sent to more than one individual, possibly even different types of notification to different individuals.
One more thing: would it be possible to allow donors to be ‘anonymous’ if they do NOT want to show up in the ‘Top Donors’ list, for example?
Aaaand finally … it would be smart to make the form(s) responsive so they look nice not only on a website, but also on tablets and smart phones. It is increasingly important to be able to receive donations from any kind of device, not just a desktop/laptop.
Thanks!
Hi. Thanks for interesting in the script.
You can enter only one “E-mail for notifications”. This is admin e-mail.
User name is optional. If user doesn’t enter his name, he will be displayed as “Hidden Donor” in the lists.
About forms. I’ve tested them on iPad, Android Tablet and Android Smartphone. They looks and works OK. 