vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Paypal Donations for vBulletin 3.0.7 (https://vborg.vbsupport.ru/showthread.php?t=82978)

Cloudrunner 07-04-2005 02:07 PM

Quote:

Originally Posted by n_wattam
Basically in my paypal settings i have Postage Calculations set up. even though you have postage set to 0.00 its still pickup up my Postage Calculations and addint this value to the overall donation total..

As far as paypal adding postage to your totals, that's a paypal profile setting, you got it set to override what the system tells it to do. Since it is in your paypal profile where the problem lies, I cannot assist in this scenario.

n_wattam 07-04-2005 02:36 PM

Quote:

Originally Posted by Cloudrunner
As far as paypal adding postage to your totals, that's a paypal profile setting, you got it set to override what the system tells it to do. Since it is in your paypal profile where the problem lies, I cannot assist in this scenario.


Bummer... never mind, i have switched it of for now..

n_wattam 07-04-2005 02:41 PM

on the donation page

Quote:

Your money will go towards the following goals
We have not yet collected any donations.
I have a member who has already donated money to the site before i came across your mod, which is excellent by the way :rolleyes:.

Basically i want to show hes made a donation as credit due etc.. So i've used the manual add donator which you supply in the admincp, however this does not appear in the above QUOTE. I'm guessing it uses the logs to keep track etc of fund, and thus not including the manual add ones.

Is this an oversite on your part or ment to be like this. If so could an option be included in the settings to include this.

Cloudrunner 07-04-2005 02:44 PM

Quote:

Originally Posted by n_wattam
on the donation page



I have a member who has already donated money to the site before i came across your mod, which is excellent by the way :rolleyes:.

Basically i want to show hes made a donation as credit due etc.. So i've used the manual add donator which you supply in the admincp, however this does not appear in the above QUOTE. I'm guessing it uses the logs to keep track etc of fund, and thus not including the manual add ones.

Is this an oversite on your part or ment to be like this. If so could an option be included in the settings to include this.

That's designed actually...If you edit the actual transaction details then Paypal will not provide support you for that specific transaction should a problem arise since your data and theirs will not match.

n_wattam 07-04-2005 03:03 PM

Quote:

Originally Posted by Cloudrunner
That's designed actually...If you edit the actual transaction details then Paypal will not provide support you for that specific transaction should a problem arise since your data and theirs will not match.

I realise that would happen, however the varable you use to display the total ammount over all, could you not include this varable to also count the overall manually added donations?

If this varible is supplyed by paypal, then what a about?

$overall_ammount = paypal_total + manual_total etc

If you get my meaning, then display the $overall_ammount

Edit:

Also in the settings when you add a manual donation, what about a tick box next to it???

Include donation in total displayed ammmount? YES / NO

Cloudrunner 07-04-2005 05:53 PM

Not to be rude, but what part of the following statements did you miss?

Quote:

Originally Posted by Cloudrunner in post#414
...<snip>...If you edit the actual transaction details then Paypal will not provide support...<snip>...

Quote:

Originally Posted by Cloudrunner in post#395
...<snip>...As of this point forward, support will not be offered for this version of the donations system so that I can focus on the 3.5 version...<snip>...

Here's the deal boss, the total amount collected displays off of the transactions received from paypal.

That table I have left purposefully unable to be edited via the AdminCP so that YOU, the end user, will still be able to call Paypal and get support from them concerning rogue transactions should any arise without having to worry about whether this edit or that edit changed something in the transaction that will cause Paypal to negate your claim. I will not change that.

If this creates a problem for you then simply turn that part off in your donation settings...I knew someone would +++++ about that functionality of the system, which is WHY I added the switch there to be able to turn that off...(the setting that you are looking for in this case is titled "Show Cumulative Total?")

Now as for my previous statements, let me be clear on this, I will address true MAJOR bugs (ie. bugs that concern security of the forum, database, or transaction communications), but as I am no longer supporting THIS VERSION of the modification, I am not doing ANY enhancements to it. If you wish to do so, feel free to do it, I've attached the manual for how to get your server and paypal to talk.

My only requirement is that if you use any of the code you leave the comments on every file intact.

Good day

Blackhat 07-04-2005 06:32 PM

Is it possible to auto. move donors into a new usergroup please ?

n_wattam 07-04-2005 06:34 PM

Sorry if i've offended, i didnt realise you was doing the 3.5v.... Was just offering some input.

Again sorry

Cloudrunner 07-04-2005 06:38 PM

Quote:

Originally Posted by n_wattam
Sorry if i've offended, i didnt realise you was doing the 3.5v.... Was just offering some input.

Again sorry

no offense taken, just a little aggravated is all...

Quote:

Originally Posted by Blackhat
Is it possible to auto. move donors into a new usergroup please ?

To put it simply...

no...

WYSIWYG with this one...

please refer to my previous post#416

cgarossi 07-05-2005 09:53 AM

Im getting this error:

Quote:

Database error in vBulletin 3.0.7:

Invalid SQL: SELECT donor.userid, donor.total, user.username, user.showdonor
FROM donation_donors AS donor
LEFT JOIN user AS user ON(user.userid = donor.userid)
WHERE donor.userid != '0'
ORDER BY total DESC
LIMIT 0,
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 6

mysql error number: 1064

Date: Tuesday 05th of July 2005 11:46:28 AM
Script: http://www.northeasternswat.com/index.php
Referer:
Username: Rossi
IP Address: 81.178.239.171
It seems that

Quote:

$query_users = $DB_site->query("SELECT donor.userid, donor.total, user.username, user.showdonor
FROM ".TABLE_PREFIX."donation_donors AS donor
LEFT JOIN ".TABLE_PREFIX."user AS user ON(user.userid = donor.userid)
WHERE donor.userid != '0'
ORDER BY total DESC
LIMIT 0,".$vboptions['donate_CMPS_users']);
This variable .$vboptions['donate_CMPS_users'] is returning nothing!

How can I fix this? I am using cmps v1.0.


All times are GMT. The time now is 09:19 PM.

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.01346 seconds
  • Memory Usage 1,756KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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