vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   PayPal Easy Donate (https://vborg.vbsupport.ru/showthread.php?t=113159)

lazyseller 04-25-2006 10:57 PM

If you can get the goals feature and top donors.. ill make a donation once the script is done

trancetopia 04-25-2006 11:57 PM

Quote:

Originally Posted by DementedMindz
maybe you should help out then... if they are so easy....

Absolutely no problem.

@billspaintball: Please PM me if you need a hand with the paypal callbacks.

COBRAws 04-26-2006 10:04 AM

The use of phrases would be advisable.

Billspaintball 04-26-2006 10:30 AM

Quote:

Originally Posted by Kihon Kata
Hi Bill! I upgraded it so I didn't lose my settings and YES it's showing on all pages. Lemme know what to do

ok, Im not sure what is causing that.
Its not happening on either of my test boards and no one else has reported it to date.

Are you using the standard vB style or a custom one?

Kihon Kata 04-26-2006 12:18 PM

Quote:

Originally Posted by Billspaintball
ok, Im not sure what is causing that.
Its not happening on either of my test boards and no one else has reported it to date.

Are you using the standard vB style or a custom one?

Hi Bill, I have 3 custom styles and the standard vB one. The uncached template is on all 4 of them. How does one manually cache it?

Billspaintball 04-27-2006 02:34 AM

Quote:

Originally Posted by Kihon Kata
Hi Bill, I have 3 custom styles and the standard vB one. The uncached template is on all 4 of them. How does one manually cache it?

Sorry, I dont know how to manually cache it or even if that is possible.
My suggestion would be to try uninstalling then reinstalling the product to see if that fixes it.

Has anyone else experienced this issue, or is it a one off?

Billspaintball 04-27-2006 05:35 AM

Quote:

Originally Posted by trancetopia
Absolutely no problem.

@billspaintball: Please PM me if you need a hand with the paypal callbacks.

Thanks for the offer but I've now got the PayPal IPN data inserting into the vB database correctly.

Now for the tricky part, coding the rest :tired:

Boofo 04-27-2006 01:11 PM

This line gives me an error when I click the verified link, and I am verified with PayPal.

Code:

<a href="https://www.paypal.com/au/verified/pal=$vbsettings[paypal_email]" target="_blank">
And ideas what it should be? I am in the US.

EDIT: FIXED! Ok, I got this fixed. The template was calling the wrong variable. Also, you need to use $vboptions and not $vbsettings. That's why the verifying pages were not going to your verified account. The code above should be replaced with this (if you are in the US):

Code:

<a href="https://www.paypal.com/us/verified/pal=$vboptions[billspp_email]" target="_blank">
I would also suggest adding another setting for the country code in the link (i.e., us, au, etc.) That will make this more widely versatile. ;)

Boofo 04-27-2006 01:49 PM

Quote:

Originally Posted by phonexpo
Intalled and working fine ;)

http://phonexpo.net/billspaypal.php

You're verifying page isn't coming up. ;)

Billspaintball 04-27-2006 01:51 PM

Doh!
Ive called a non existant variable in the verify link.

Grab the new 1.21 XML and import it.

Make sure allow overwrite is selected.


All times are GMT. The time now is 07:04 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.01184 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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