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)

masons 05-28-2009 12:55 PM

Hi,

Thanks for a great MOD, it works without fail and is easy to manage.
I have a request,

I like for each donation to have a thread automatically created, how can this be done?

realmr 05-28-2009 01:12 PM

is it possible to transfer the donors to a new usergroup automated ?

TaMpE 05-29-2009 05:34 PM

Quote:

Originally Posted by realmr (Post 1818758)
is it possible to transfer the donors to a new usergroup automated ?

Yes, it's possible.

My question.

Why is everyone who clicked "Submit" being treated as they donated? For ie. I setup auto PM and everyone who does that gets the PM etc even though they don't pay. This is something that needs to be fix because people can just create false donation alerts.

Valter 05-30-2009 07:38 AM

Really?

I'm going to contact the Pentagon to ask them to help me to fix this.

m0rgulvale 06-01-2009 06:57 AM

i am having a strange issue where it shows up twice when a member donates (showing 5 once and 2 once for donation amount), and sometimes it shows the IP address, not the member

Donations (Total: 7, Confirmed: 6, Unconfirmed: 1)
Display Options
Sorted By User Name Usergroup Amount Confirmation Status Date
Sort Order Ascending Descending


Donate Statistics
Total Donations: 7
Confirmed: 6, Unconfirmed: 1
Total Amount: 39 USD

# User Amount (USD) Date (d-m-y) Edit
1 Hallucynogenyc 5 01-06-09 Edit
2 Hallucynogenyc 2 01-06-09 Edit
3 Dr 2 01-06-09 Edit
4 Dr 5 01-06-09 Edit
5 MISTERWILLING 2 01-06-09 Edit
6 67.177.93.125 20 01-06-09 Edit
7 john_lawson 5 01-06-09

any idea what could be wrong?

thanks for cool mod

-ave

masons 06-02-2009 10:36 AM

Thanks for a great MOD, it works without fail and is easy to manage.
I have a request,

I like for each donation to have a thread automatically created, how can this be done?

Saviour 06-03-2009 12:21 PM

My Donate link is not showing up in the navbar anymore. I think one of my other mods may be interfering with this mod.

Any way to fix this...besides manually editing the navbar?

Valter 06-04-2009 09:30 PM

Quote:

Originally Posted by MJJPlaza.com (Post 1823339)
There's a way to add amounts like 6,55 $, 7,98 & in donation list ?

When i put a a decimal amount, the hack automatically converts it into an entire one (e.g. 3,55 $ becomes 3 $)...

Commas are used to separate amounts. Use dots.

Wrong: 5,5
Good: 5.5

steven s 06-04-2009 10:09 PM

My donations are set up as

5|6,10|12,20|24,50|60,100|120

Whenever someone selects 50 or 100, they get this error message from Paypal.

Quote:

The link you have used to enter the PayPal system is invalid. Please review the link and try again.
5, 10 and 20 work fine. :confused:

Added
Quote:

v4.6 - Jul 25. 2008.
-Fixed bug (sorting wrong on donation list when switched to next page)
-Fixed bug (unconfirmed/confirmed info disappears on donation list when switched to next page)
-Fixed bug (wrong # values shown to non-admins on the first page of donation list)
-Fixed bug ('Donate Now' in Donation Bar not hidden when already on Donate page)
-New: option to change "Donate" navbar link color, or set it to style default
-New: amounts must not be 5,10,200 anymore, but also can be 5.5,10.5 etc...
5, 10 work. Are there amounts that simply don't work?

Joe Siegler 06-05-2009 03:44 AM

Quote:

Originally Posted by Stryker412 (Post 1778450)
I have a similar problem but it occurs when an unregistered user clicks on the donate link. I have it disabled for unregistered users.

Quote:

Originally Posted by snoopy5 (Post 1815041)
5. As soon as unregistered usergroup ID is blocked via the appropriate field in your Mod, the donate link directs to smilies page

It appears that blocking unregistered returns the user to the smilies page. On my board I had "banned" (group 8) blocked from using it, and it went to the smilies page, too.

kapoor22 06-06-2009 04:20 PM

---------------------------------------------------------------------------------------------------------------------------------------------------
DISCLAIMER - If you decide to use this information, use it at your own risk. There are no gurantee or assurance if this would work in your environment. It may end up screwing up your vbulletin or website environment, partially and/or fully. USE IT AT YOUR OWN RISK
---------------------------------------------------------------------------------------------------------------------------------------------------

Here is how I was able to fix the problem of recurring subscription payment with this Mod -

AFTER UNZIPPING THE DOWNLOADED FILE, I LOOKED FOR FILE CybPayPalDonate.xml. SEARCHED AND REPLACED THIS -

Code:

        $cybpp_get_amount = explode('|', $vbulletin->GPC['amount']);
        $cybpp_ppurl = 'https://www.paypal.com/cgi-bin/webscr?cmd=_xclick-subscriptions';
        $cybpp_ppurl .= '&a3='.$cybpp_get_amount[0];
        $cybpp_ppurl .= '&p3='.$cybpp_get_amount[1];
        $cybpp_ppurl .= '&t3=M';
        $cybpp_ppurl .= '&no_note=1';


WITH -

Code:

        $cybpp_get_amount = explode('|', $vbulletin->GPC['amount']);
        $cybpp_ppurl = 'https://www.paypal.com/cgi-bin/webscr?cmd=_xclick-subscriptions';
        $cybpp_ppurl .= '&a3='.$cybpp_get_amount[0];
        $cybpp_ppurl .= '&p3=1';
        $cybpp_ppurl .= '&t3=M';
        $cybpp_ppurl .= '&no_note=1';
        $cybpp_ppurl .= '&src=1';
        $cybpp_ppurl .= '&srt='.$cybpp_get_amount[1];
        $cybpp_ppurl .= '&sra=1';


After saving the changes in CybPayPalDonate.xml, I logged-on to VB Admin Control Panel
Plugins & Products > Manage Products > [Add/Import Product]
Browse and select the modified CybPayPalDonate.xml
Select the radio button - YES - for "Allow Overwrite" VERY IMPORTANT
Click 'IMPORT'

I backed up the table vb_cybppdonate, templates cyb_paypal_donbar and cyb_paypal_donate (since I had customizations), but none of this was not necessary for my environment.

I used the following Paypal HTML variables information available at -

Page 165 to page 173 of the "Website Payments Standard Integration Guide" pdf document available on Paypal website.
Logon to Paypal Business Account > Products & Services > Recurring Billing > Manual > Subscriptions and Recurring Payments Manual

Some of the relevant information about the Paypal HTML variables is also available at -
https://cms.paypal.com/us/cgi-bin/?c..._htmlvariables

The information about these variables to customize/fix this Mod (as shown above) were easily understood. Overall this is one of the best Mod I have seen.



Cybernetec,

Since others on this forum have asked for this fix for recurring subscription payment, would you like to review and consider these suggestions/changes to incorporate them in the next release of this Mod.

Thanks for your great work!

kapoor22

MJJPlaza.com 06-06-2009 05:08 PM

Quote:

Originally Posted by Cybernetec (Post 1823596)
Commas are used to separate amounts. Use dots.

Wrong: 5,5
Good: 5.5

When i manually add a donor in the donor's list, and i put e.g. "5.5" as an amount donated, tha hack automatically converts it into "5" in donor's list.

Maybe i have to enable decimal from admin cp?

Valter 06-06-2009 05:57 PM

Will be fixed in next version.

MJJPlaza.com 06-06-2009 06:13 PM

Quote:

Originally Posted by Cybernetec (Post 1824673)
Will be fixed in next version.

Ok thanks, when will be realesed the next version?

MjrNuT 06-09-2009 09:52 PM

Post #171, that is very well offered.

Since I made a feature request before and found out it was already apart of the system, I'll be careful this time as maybe I don't see it like the other one.

Is it possible to have a field to enter more of a message or even some instructions. For instance, stating that a payment will not actually occur until actually logging into Paypal Account and hitting Send Money.

Also, I think Paypal made a change recently or I just noticed this, but a person sending money is presented w/ two tabs for payment types > Services and Personal. This is the other reason I'd like some sort of INFO box to explain or suggest what the Donator/User might/should do.

I hope that made sense, if not please someone slap me silly. :P

Thanks

Valter 06-09-2009 10:04 PM

"Please choose an option below..." message which is shown above donate options can be changed to anything you want.

Also you can enable PM Notice in product options which is sent to users to let them know that their donations will be checked...

MjrNuT 06-09-2009 10:20 PM

Quote:

Originally Posted by Cybernetec (Post 1826692)
"Please choose an option below..." message which is shown above donate options can be changed to anything you want.

Also you can enable PM Notice in product options which is sent to users to let them know that their donations will be checked...

Thanks for your quick reply...but I guess I'm not finding where I can EDIT that message, which is great! Please explain...

The PM notice I have covered and does not really help me for my Informational needs though.

Thanks

Valter 06-09-2009 10:42 PM

Phrase Manager - for all text customizations/translations.

Markos 06-12-2009 07:00 PM

is there anyway that wen a new donation is confirmed it will post a thank you post in a certain section of the forum

Valter 06-12-2009 07:53 PM

Such feature may be added in next version, but no promises.

SirHappy 06-20-2009 03:35 PM

thx. works in 3.8.3.

mrxclusive 06-20-2009 06:27 PM

how do i change the colour of the strip in the middle of the bar. mine is white for some reason?

Valter 06-20-2009 07:14 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=201284" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=201284</a>

mrxclusive 06-21-2009 05:50 AM

Quote:

Originally Posted by Cybernetec (Post 1833530)

how do i change the colour of the strip in the middle of the bar. mine is white for some reason

algert 06-21-2009 02:42 PM

Quote:

Originally Posted by mrxclusive (Post 1833819)
how do i change the colour of the strip in the middle of the bar. mine is white for some reason

Edited:- You can edit the colours in AdminCP>VB Options>Cyb Paypal Donate>Donation Bar>Custom color for "Done" part (blank to use alt1 bgcolor)/Custom color for "Left" part (blank to use alt2 bgcolor)

kent_lkc 06-21-2009 02:50 PM

I installed this MOD and i see "donate" button on NavBar.

After i installed double NavBar MOD, i wish to move "download" button to another NavBar but i couldn't find the scripts . . .

need help please.

algert 06-21-2009 02:55 PM

Quote:

Originally Posted by kent_lkc (Post 1834058)
I installed this MOD and i see "donate" button on NavBar.

After i installed double NavBar MOD, i wish to move "download" button to another NavBar but i couldn't find the scripts . . .

need help please.

You can find the template of the navbar u want to add, and put it there yourself where you'd like to add:-

Code:

<td class="vbmenu_control"><a href="Donate Link">Donate</a></td>

kent_lkc 06-21-2009 03:01 PM

if i out this script on other NavBar, then i will have two "donate" button... how to eliminate the existing one ?

thanks for reply.

algert 06-21-2009 03:07 PM

Quote:

Originally Posted by kent_lkc (Post 1834070)
if i out this script on other NavBar, then i will have two "donate" button... how to eliminate the existing one ?

thanks for reply.

Check the first navbar templates, find "donate" or some sort, and remove it. :)

Valter 06-21-2009 03:18 PM

Disable auto-insertion in product options.

kent_lkc 06-21-2009 03:34 PM

Thanks algert & Cybernetec. My site look great now.

nominated this MOD.

algert 06-21-2009 05:39 PM

Quote:

Originally Posted by kent_lkc (Post 1834110)
Thanks algert & Cybernetec. My site look great now.

nominated this MOD.

Your welcome dude!

mrxclusive 06-22-2009 09:16 AM

Quote:

Originally Posted by algert (Post 1834047)
Edited:- You can edit the colours in AdminCP>VB Options>Cyb Paypal Donate>Donation Bar>Custom color for "Done" part (blank to use alt1 bgcolor)/Custom color for "Left" part (blank to use alt2 bgcolor)

thanks man. what do i type in the box for colour to change?

algert 06-22-2009 10:11 AM

Quote:

Originally Posted by mrxclusive (Post 1834640)
thanks man. what do i type in the box for colour to change?

You need to use colour codes, try this link:- http://html-color-codes.com/

add a "#" in front,

say you want it in black, and black's colour code is "000000" so you add there "#000000" without the " " of course ;)

Bram H 06-25-2009 07:03 AM

Our website is registered in the Netherlands and so is our paypal account. Our members however are from all over the world and that is creating a problem: when people want to donate the paypal page is automatically displayed in dutch, unfortunatele a language that not many people speak.
Is it possible to make the plugin that it automatically uses the forum languague as defualt for paypal (english)?

Valter 06-25-2009 01:27 PM

You just need to translate product phrases in your ACP > Phrase Manager.

BTLSDREDD 06-30-2009 01:57 PM

I have installed your mod, but when I select the donate button, or donate now it takes me to a blank page, any advise?

http://www.battlestars-online.com/misc.php?do=donate (this is the blank page it takes me too)

realmr 07-03-2009 10:25 AM

is it possible transfers to usergroups based on their donation amounts automatically ?
if payments lesser than $99 a donor group and more than $100 another donor group ?

Mahar 07-08-2009 03:42 AM

Is there a way I can make a link for Donating in the User Cp?

Valter 07-08-2009 07:20 AM

misc.php?do=donate

Add anywhere you want.


All times are GMT. The time now is 10:09 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.02918 seconds
  • Memory Usage 1,839KB
  • 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
  • (3)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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