vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Cyb - PayPal Donate (https://vborg.vbsupport.ru/showthread.php?t=201284)

Xtrigit 03-09-2010 05:41 AM

vBulletin 3.8.4

I do not see the https://vborg.vbsupport.ru/attachmen...2&d=1231601491 under the Miscellaneous tab/submenu.

2: Is there a way I could use my paypal id and not my e-mail address? I want my members to be able to donate even if they don't have a Paypal account.

Thanks

final kaoss 03-09-2010 02:46 PM

A donation request went through, however after checking email and paypal logs there is no sign of a donation to be found.

UPDATE: I've found that if I visit the donate link and then click some other link or just press the back button that my name will be on the PayPal Donation listing page when it shouldn't be. After checking emails and paypal logs there are other members that this is happening to as well... Please fix!!

somasimple 03-31-2010 11:34 AM

I have the same problem... :confused:

kalisekj 04-24-2010 09:33 PM

Is there any way to not show my website address in paypal? They closed my account because I have a few adult material on my site which in no way is related to the donations.

DarkGizmo 05-13-2010 01:03 AM

I get a 403 Forbidden error when I try to edit the paypal donate options in my admin CP after I click submit. Any idea why? :) Please help!

using 3.8.2!

AllinJac 07-07-2010 11:54 AM

Is this still being supported?

I was getting ready to install but noticed a few of the other questions were not answered yet...

TY

Jeremiah

Skydiver10 07-13-2010 01:00 AM

Thanks for this hack!! Works good so far!

oldfan 07-31-2010 05:31 PM

Quote:

Originally Posted by the_bolo (Post 1927683)
Has anyone had issues with subscriptions?

Last month quite a few people took out subscriptions on my forum, this month the payments haven't automatically gone through. After speaking with paypal, they have told me the subscription setup is wrong., instead of a ?x being paid each month on a specific date, this mod has set the subscription up so it will process ?x, on the specific date of each year, not each month.. so it's left me in a very embarassing situation.

I'm having the same problem now :(

asking 08-03-2010 06:26 AM

CMPS Page donbar not showing the Donation details

https://vborg.vbsupport.ru/external/2010/08/63.jpg

Please for help

tobaro 08-13-2010 05:16 PM

no support here, doesnt work in anycase. deinstalled :(

jet rex 08-23-2010 05:48 PM

tested but deleted - too slow when go to paypal page. near 30-40 sec

anyone have this problem?

nathan. 08-27-2010 02:46 AM

Doesn't show correctly on my vBa CMSP

https://vborg.vbsupport.ru/external/2010/08/12.png

I have followed this: https://vborg.vbsupport.ru/showthrea...02#post1693202

cionfs 02-26-2011 04:50 PM

There is a problem. I received a donation alert but this was a fake......

Robbie P 04-19-2011 02:37 PM

A great addon, thank you very much.

nero9 04-27-2011 04:23 PM

when accessing memb profile

Fatal error: Call to undefined function donate_member_complete() in /var/www/vhosts/default/htdocs/forum/member.php(463) : eval()'d code on line 19

JohnT 05-15-2011 12:59 AM

Why does the donation list page appear as the Smilies page?!?

JohnT 05-20-2011 01:35 AM

Anybody have any idea?

Valter 05-29-2011 09:44 AM

Of course, there is an option in product settings to block usergroups. Add 0 for guests.

Lpspider 06-06-2011 09:49 AM

I have a question:

Is it possible to set it up so donations will act as usergroup subscriptions? I have a supporter usergroup that provides certain features to supporters, but I'd like to utilize this modification for fundraising purposes.

Scyther 06-26-2011 05:24 AM

thanks...downloaded and marked installed

majsm 07-02-2011 03:37 PM

I was trying to mod this product slightly to give credits upon donation. I was looking at the way the subscription format was and trying to implement it into the vb credits to give a user a certain amount of credits upon donating, however, I could not get it to insert the credits into the user table for the life of me upon confirmation.
AWCoding has a similar mod Credit Purchase System but it's far too advanced (too many options) for what I am doing.
There also needs to be a way to set up the PayPal IPN through this product so you only have to manually confirm a donor's donation 1 time.

mapleleaffans 08-06-2011 09:30 PM

Downloaded and installed! Thank you! :)

dmandem 08-24-2011 09:03 PM

Does this work on 4.1.5 and integrate with vbExperience?

Thanks.

EDIT: Sorry, didn't notice this was for vb3

amine13420 11-09-2011 09:18 PM

It's possible to add this option shown also for guest ?

i wan't do it but :(

sverdios 12-09-2011 09:02 AM

You can add an option to send a private message, when a subscription is about to conclude? ineteresante and would be very practical, and also that could disable (return to normal users group) automatically once the subscription conclude?

Simon Lloyd 09-21-2012 08:57 PM

Quote:

Originally Posted by gregg1ep00 (Post 1978473)
PROBLEM:
The subscriptions paypal url is incorrect. As an example, let's say I want to set up a $5 subscription for 3 months (meaning, $5 per month for 3 months). Currently the url is formed like this:

Code:

https://www.paypal.com/cgi-bin/webscr?cmd=_xclick-subscriptions&a3=5&p3=3&t3=M&no_note=1
Using the paypal documentation found here:


The way it's coded right now, I'm setting up a $5 subscription every 3 months, with NO recurrence. Meaning, I will only make one payment, then the profile will expire.



SOLUTION:
Here are the other variables that need to be set:



So, in English, I want to pay "a3" dollars every "p3" months for "srt" months.

Here's how the paypal url should look:
Code:

https://www.paypal.com/cgi-bin/webscr?cmd=_xclick-subscriptions&a3=5&p3=1&t3=M&src=1&srt=3&no_note=1

To fix, go to Admin CP->Plugins & Products->Plugin Manager, and edit Cyb - PayPal Donate - Ext. Search for:
Code:

$cybpp_ppurl = 'https://www.paypal.com/cgi-bin/webscr?cmd=_xclick-subscriptions';
Then change:
Code:

$cybpp_ppurl .= '&a3='.$cybpp_get_amount[0];
$cybpp_ppurl .= '&p3='.$cybpp_get_amount[1];
$cybpp_ppurl .= '&t3=M';
$cybpp_ppurl .= '&no_note=1';

To this:
Code:

$cybpp_ppurl .= '&a3='.$cybpp_get_amount[0];
$cybpp_ppurl .= '&p3=1';
$cybpp_ppurl .= '&t3=M';
$cybpp_ppurl .= '&src=1';
$cybpp_ppurl .= '&srt='.$cybpp_get_amount[1];
$cybpp_ppurl .= '&no_note=1';


It really helps to copy/paste the contents into a text editor, make the changes, and copy/paste back into AdminCP.

That isn't correct, when you try that through to Paypal you get a message saying the link is incorrect!

Simon Lloyd 09-21-2012 09:02 PM

Valter, is there a way of only triggering the addition of the donation and the sending of the pm if the user has been sent to the "Thankyou page"?, if someone even looks at a donation and clicks through to paypal but doesn't complete it still gets entered as waiting for confirmation.

Simon Lloyd 09-24-2012 01:58 PM

Also if ANYONE other than admin try to use the donate link they get:
Fatal error: Call to undefined function print_stop_message() in /public_html/forumz/misc.php(100) : eval()'d code on line 2401

Any ideas how to cure this?

amine13420 11-07-2012 11:13 AM

Working well,

It have one problem:

When we move the member who donated to doner group,

it move right but the rank never change, stay the rank from the other usergroup,

how can we solve that?

amine13420 11-07-2012 02:04 PM

when subscribe and finish the delay of subscription, the member will be automatically back to the normal registred usergroup?

amine13420 11-08-2012 10:42 PM

Uninstalled.

Mahoni999 01-15-2013 07:05 PM

So far all is working fine. Except one little issue....

The Link in the Navbar is showing up in Forum and i got it running as well in VBA Portal.

But when i click in Navbar on my ibproarcade, then the Link disapears in the Navbar. Everywhere else it shows up, except in Arcade.

Does someone know how to get this fixed?

Regards,
Mahoni

Jon12345 01-29-2013 11:59 AM

I'm liking the look of this plugin, but have a few questions. :)

1. Does a reminder appear at the top of the forum when renewal time is approaching? Or does it send an email reminder? Or neither?

2. Does it auto-renew, or does the donator have to manually renew each time?

3. Can I offer two currency options, so people from the USA can pay in dollars and Brits can pay in pounds?

4. Do I - as Admin - have to manually confirm each donation, or can it be automated?

5. After expiry of their membership period, will the person automatically revert back to the previous usergroup or do they stay in the same usergroup as during the donation period?

If someone could help out with these questions it would be greatly appreciated.

mykkal 02-07-2013 06:32 PM

Those are good questions. I'd like to know as well. Hopefully the developer will answer.

Quote:

Originally Posted by Jon12345 (Post 2400264)
I'm liking the look of this plugin, but have a few questions. :)

1. Does a reminder appear at the top of the forum when renewal time is approaching? Or does it send an email reminder? Or neither?

2. Does it auto-renew, or does the donator have to manually renew each time?

3. Can I offer two currency options, so people from the USA can pay in dollars and Brits can pay in pounds?

4. Do I - as Admin - have to manually confirm each donation, or can it be automated?

5. After expiry of their membership period, will the person automatically revert back to the previous usergroup or do they stay in the same usergroup as during the donation period?

If someone could help out with these questions it would be greatly appreciated.


Peter Walker 02-07-2013 07:56 PM

As I have been using this for some time, let me give a few answers:

1. It uses the Paid Subscription system which sends out a reminder via email

2. Does not auto-renew. Use the Paid Subscription system directly for that.

3. Only works with one currency. You can choose which upon setup.

4. Yes, you have to confirm each payment manually. This automatically increments the donation bar and sends a thank-you pm to the donator. Use the Paid Subscription system for automated activation, but that does not maintain the donation bar.

5. The system adds the user to another usergroup. At the end of the subscription, that usergroup is automatically removed again.

I hope this helps. I have earned several thousands through the use of this hack for donations. Well worth installing.

Regards

Peter

Jon12345 03-11-2013 11:20 AM

Thanks Peter for your replies. Very useful.

mykkal 03-11-2013 12:17 PM

Hi there, How do we add <NOINDEX> tags to the donation description text? I have it displayed on every page and don't want it to affect search results.

Could this be included in future versions? Thanks in advance for any help.

mykkal 03-15-2013 02:59 PM

hey there is this still supported? Can anyone answer my question about the NOINDEX tags?

sweptwingnut 08-05-2013 07:22 PM

Installed 3.8.7pl3.

Works well enough to keep installed as long as I don't enable the DonBar.

There is a Donate Now link in the DonBar that does not redirect. It just whacks out the sites css and take you no where.

UPDATE: Had an incorrect Forum and HomePage URL in the AdminCP. Updated the URL and edited my already heavily moded Header template to the reflect the same AdminCP link.

Problem fixed. Works perfectly!

Excellent!

TrIn@dOr 10-29-2013 01:04 PM

Quote:

Originally Posted by Peter Walker (Post 2402719)
As I have been using this for some time, let me give a few answers:

1. It uses the Paid Subscription system which sends out a reminder via email

2. Does not auto-renew. Use the Paid Subscription system directly for that.

3. Only works with one currency. You can choose which upon setup.

4. Yes, you have to confirm each payment manually. This automatically increments the donation bar and sends a thank-you pm to the donator. Use the Paid Subscription system for automated activation, but that does not maintain the donation bar.

5. The system adds the user to another usergroup. At the end of the subscription, that usergroup is automatically removed again.

I hope this helps. I have earned several thousands through the use of this hack for donations. Well worth installing.

Regards

Peter

Can you please add decimals please?


All times are GMT. The time now is 01:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01639 seconds
  • Memory Usage 1,822KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete