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 Donations For vBulletin 3.5.0 (https://vborg.vbsupport.ru/showthread.php?t=91567)

sinisterpain 12-30-2006 06:54 PM

Quote:

Originally Posted by Ranger187 (Post 1147579)
Anyone get this error when you click on the ppverify.php?

MySQL Error : Duplicate entry '' for key 1 Error Number : 1062
Date : Friday, December 29th 2006 @ 04:25:48 PM
Script :

Why are you clicking on ppverify, it is only used for a check by Paypal to verify a member's donation with your website.

DaNIEL MeNTED 12-31-2006 03:50 AM

running this on 3.6.4 and for some reason it only shows the last person that donated versus the top 10? Any ideas?

sinisterpain 12-31-2006 10:45 AM

Quote:

Originally Posted by DaNIEL MeNTED (Post 1147874)
running this on 3.6.4 and for some reason it only shows the last person that donated versus the top 10? Any ideas?

In your donationation settings in Admincp, make sure that you have selected Show Donors "yes", How Many Donors To Show On Donations Page set to "10" , Show Top Donors, or Last Donors? "yes"

DaNIEL MeNTED 12-31-2006 12:17 PM

Quote:

Originally Posted by sinisterpain (Post 1147998)
In your donationation settings in Admincp, make sure that you have selected Show Donors "yes", How Many Donors To Show On Donations Page set to "10" , Show Top Donors, or Last Donors? "yes"

Yup... with it set yes - yes - 10

I currently only see the last 3 people who donated, not the last 10. There are a current total of 5 donors -- before there were only 3 and it only showed 1 on the page (again failing to sort by $ value).

Now bear in mind I'm adding donors manually through the CP as we don't use paypal.

sinisterpain 12-31-2006 09:40 PM

Quote:

Originally Posted by DaNIEL MeNTED (Post 1148024)
Yup... with it set yes - yes - 10

I currently only see the last 3 people who donated, not the last 10. There are a current total of 5 donors -- before there were only 3 and it only showed 1 on the page (again failing to sort by $ value).

Now bear in mind I'm adding donors manually through the CP as we don't use paypal.

If you look at my site you will see that it does add the donors, I just changed mine from three to twenty and it updated to show the amount. Also tested with adding a donor. Do you have a link on the page to all donors, if so do they show up there. ie...www.yoursite.com/forum/alldonors.php

DaNIEL MeNTED 12-31-2006 10:49 PM

Quote:

Originally Posted by sinisterpain (Post 1148270)
If you look at my site you will see that it does add the donors, I just changed mine from three to twenty and it updated to show the amount. Also tested with adding a donor. Do you have a link on the page to all donors, if so do they show up there. ie...www.yoursite.com/forum/alldonors.php


Nope... same thing... it only seems to be showing the last 3 instead of all the donors.

KristerSwe 01-01-2007 10:53 AM

I have read alot here but didnt find what i was looking for.

Have someone make a cmps 2.2.1 block and can share it here with us
for this wonderful donation mod ... Hat off to the gentlemens created this

it Rocks ...

Please share the block if you have make one

Best regards Krister

sinisterpain 01-01-2007 12:02 PM

Quote:

Originally Posted by KristerSwe (Post 1148437)
I have read alot here but didnt find what i was looking for.

Have someone make a cmps 2.2.1 block and can share it here with us
for this wonderful donation mod ... Hat off to the gentlemens created this

it Rocks ...

Please share the block if you have make one

Best regards Krister

Look on vbadvanced site I believe you will find it also Gear Triper put it together its listed here http://www.vbadvanced.com/forum/showthread.php?t=13222

sinisterpain 01-01-2007 12:21 PM

Quote:

Originally Posted by DaNIEL MeNTED (Post 1148291)
Nope... same thing... it only seems to be showing the last 3 instead of all the donors.

I have to asked this even though you code, check all the file uploads to your server make sure that you chmoded properly. It should work, I posted the donationation zip here from Andreas did you use that or the authors. Did you edit any code? Could also try reinstalling.

DaNIEL MeNTED 01-02-2007 01:26 AM

figured it out - for some reason admin/mods are set =0 for show donations...

Changed an if statement and we're all good now.

sinisterpain 01-02-2007 02:00 AM

Quote:

Originally Posted by DaNIEL MeNTED (Post 1148875)
figured it out - for some reason admin/mods are set =0 for show donations...

Changed an if statement and we're all good now.

not sure why you needed to change the code, but if its good thats great

DaNIEL MeNTED 01-02-2007 04:31 PM

I don't see an option anywhere to "show staff donations". A quick search of the code showed that it was pulling all the user #s from the database but only actually outputting 3 of 5 lines to the table with donors.

A quick search of the template showed it checks showdonor=1 and a quick check of the user table showed everyone is set to 1 except admin / staff.

sinisterpain 01-02-2007 08:11 PM

In all the documentation I read I do not believe their was an option. Maybe he was going to do one or it was code from the older version of the hack. I did not experience the problem you had so I never looked any further into it. I am an admin on our site and did not have any issues with this when I made a donation, but then again we do use paypal and utilize the call back from paypal to our site.

Ahsin1 01-03-2007 12:09 AM

Thanks a lot

Ahsin1 01-03-2007 02:51 AM

Dosnt work with 3.6.x any ideas

i saw some some sites using this hack with 3.6.x

sinisterpain 01-03-2007 04:46 AM

Quote:

Originally Posted by Ahsin1 (Post 1149628)
Dosnt work with 3.6.x any ideas

i saw some some sites using this hack with 3.6.x

What doesnt work? Installing certain functions???

Ahsin1 01-03-2007 04:53 AM

Quote:

Originally Posted by sinisterpain (Post 1149667)
What doesnt work? Installing certain functions???


Yeh i mm getting mysql error



Invalid SQL:
INSERT INTO phrase (`phraseid`, `languageid`, `varname`, `text`, `phrasetypeid`) VALUES ('', '-1', 'settinggroup_donations', 'PayPal Donations', '5000');

MySQL Error : Unknown column 'phrasetypeid' in 'field list'
Error Number : 1054
Date : Wednesday, January 3rd 2007 @ 01:51:42 AM
Script : http://www.mydomain.com/admincp/dona...php?do=install
Referrer : http://www.mydomain.com/admincp/dona...php?do=install
IP Address : **************
Username : Admin


any ideas?
Classname : vb_database

Ahsin1 01-03-2007 05:09 AM

Thanks for ur reply this hack is runnig perfect with my VB verion 3.6.4

using this thing https://vborg.vbsupport.ru/showpost....postcount=1268

Thanks for such a nice hack

Ahsin

sinisterpain 01-03-2007 08:32 PM

Quote:

Originally Posted by Ahsin1 (Post 1149671)
Yeh i mm getting mysql error



Invalid SQL:
INSERT INTO phrase (`phraseid`, `languageid`, `varname`, `text`, `phrasetypeid`) VALUES ('', '-1', 'settinggroup_donations', 'PayPal Donations', '5000');

MySQL Error : Unknown column 'phrasetypeid' in 'field list'
Error Number : 1054
Date : Wednesday, January 3rd 2007 @ 01:51:42 AM
Script : http://www.mydomain.com/admincp/dona...php?do=install
Referrer : http://www.mydomain.com/admincp/dona...php?do=install
IP Address : **************
Username : Admin


any ideas?
Classname : vb_database

Glad you got it working, you must have originally installed this with the authors file. The install from his file will not work and it will give the above SQL error if your running 3.6

puregraf 01-08-2007 06:00 PM

hi i installed the hack and it works great. i received my first donation today from a member and he is listed on the doners page.

My question is, isnt there some king of icon that also appears on every post the user makes that lests everyone else know he is a doner? because its not showing/working on mine.

thanks

da420 01-08-2007 06:02 PM

Then you either did not do the template edits, or upload the photo...

puregraf 01-08-2007 06:14 PM

do you have a screen shot of what this icon looks like and where it appears so i can get an idea of where to look? ill go over the templete edits to see if i missed any.

edit: cant seem to find what template i did not edit, it seems i have followed all directions and edited all required templates. checked images, all uploaded , theirs no Xed out image displayed, so i dont think its an image not being uploaded problem.

thanks

p.s. am i supposed to delete the donations_install folder after im done installing? i never deleted it and im wondering if i should.

Also, I have vbulletin, photopost and vba intergrated, maybe that is why? What template do I need to edit and what code do I need to add for the DONER image button to show under the usersname (or wherever its supposed to show) onevery post the user makes such as the vbulletin forum posts or maybe the photopost gallery posts?

Thank You!!

sinisterpain 01-08-2007 08:22 PM

Quote:

Originally Posted by puregraf (Post 1153843)
do you have a screen shot of what this icon looks like and where it appears so i can get an idea of where to look? ill go over the templete edits to see if i missed any.


edit: cant seem to find what template i did not edit, it seems i have followed all directions and edited all required templates. checked images, all uploaded , theirs no Xed out image displayed, so i dont think its an image not being uploaded problem.

thanks

p.s. am i supposed to delete the donations_install folder after im done installing? i never deleted it and im wondering if i should.

Also, I have vbulletin, photopost and vba intergrated, maybe that is why? What template do I need to edit and what code do I need to add for the DONER image button to show under the usersname (or wherever its supposed to show) onevery post the user makes such as the vbulletin forum posts or maybe the photopost gallery posts?

Thank You!!

First, the donor buton shows if you select it to show. If you look in your usercp you should see a block to check to show the doner button, second yes you do not need the install folder

puregraf 01-08-2007 11:43 PM

Quote:

Originally Posted by sinisterpain (Post 1153963)
First, the donor buton shows if you select it to show. If you look in your usercp you should see a block to check to show the doner button, second yes you do not need the install folder



i dont see a block to check to show the doner button. this is all that i have:


Set Donations to Test Only!
If set to yes then we will be playing in the PayPal Sandbox for testing purposes, if set to no, we will be live and running on the actual PayPal system. Yes No
Your Currency
Set to one of the following three letter country codes for your currency that you accept paypal payments in:
United States Dollar
Australian Dollar
Canadian Dollar
European Union (Euro)
Great Britain Pound Sterling
Japanese Yen USD
AUD
CAD
EUR
GBP
JPY

Is The Donations System Active?
Is the donations system active?
This will activate or deactivate the link in your navbar Yes No
Donations Inactive Explanation
Place your reasons for the donations being inactive here. The Donations are currently unavailable. We apologize for any inconvenience. Please check back later.
Increase Size Decrease Size
Show Donation Goals?
Shall we show your Donation Goals on your Donations page? Yes No
Show Cumulative Total?
Should we show your Cumulative Total in the Goals Block? Yes No
Show The PayPal Verification Seal?
Should we show the PayPal Verification Seal on your donations page? Yes No
Show Donors?
Shall we show your donors on your Donations Page? Yes No
Show Top Donors, or Last Donors?
Choose "yes" to use Top Donors on your site donors listing, or "no" to use Last Donors. Yes No
How Many Donors To Show On Donations Page
How many Top Donors should we show on your Donations page?
This is only in effect if the above option is selected "yes".
Non-Profit Registered?
Are you registered as a Non-profit Organization, making all donations tax-deductible for the donor? Yes No
Tax-ID
If you are non-profit registered, enter your Tax-ID here for your donors to use to claim their deduction.
Your PayPal Email
This is used to provide the script with the correct email for payments and verification
Full Donation URL
Full URL Location of your donate.php file:
i.e. http://www.yourdomain.com/forum/donate.php
Notification URL
Place the full URL to your ppverify.php file:
i.e. http://www.yourdomain.com/forum/ppverify.php
Show Currency Selector?
Should we show the currency selector? This does NOT automatically change the amount, it stays the same for all currencies, be sure you want to give user this option before you select yes. Yes No
Start Date For Your Donations
Enter a start date (no required standard for input, can be anything) here.
vBadvanced Percent Bar Border Color
Hex color codes only, DO NOT USE A # SIGN!
vBadvanced Percent Bar Fill Color
Hex color codes only, DO NOT USE A # SIGN!
vBadvanced Percent Bar Background Color
Hex color codes only, DO NOT USE A # SIGN!
vBadvanced Percent Bar Width
This number will determine how wide your percentage bar in the module will be. (size is in pixels)
vBadvanced Percent Bar Height

sinisterpain 01-08-2007 11:59 PM

In your usercp on your website, members have to select this in their profiles to show the donor banner not admincp.

puregraf 01-09-2007 04:00 AM

Quote:

Originally Posted by sinisterpain (Post 1154149)
In your usercp on your website, members have to select this in their profiles to show the donor banner not admincp.



THANK YOU!

lifesourcerec 01-11-2007 03:13 AM

This still works with 3.6.x, but I'm losing data little by little from the donation list. Usernames keep disappearing.

Stifler 01-14-2007 08:21 AM

Is there a way to show/hide content from donators.. since there isnt a hack to put em in a specific usergroup is there an <if condition> check i can do to hide and show them ads and whatnot?

sinisterpain 01-14-2007 12:55 PM

Quote:

Originally Posted by lifesourcerec (Post 1155983)
This still works with 3.6.x, but I'm losing data little by little from the donation list. Usernames keep disappearing.

Not sure why you would lose data check your admincp and look at valid transactions are thoses members who donated there?

sinisterpain 01-14-2007 01:00 PM

Quote:

Originally Posted by Stifler (Post 1158704)
Is there a way to show/hide content from donators.. since there isnt a hack to put em in a specific usergroup is there an <if condition> check i can do to hide and show them ads and whatnot?

Im sure there you could but you would have to do some re-write of the code.
If some one made a donation I do not know why you would want to throw ads at them since they should be considered premium members with special forum rights, just my opinion.

interfx 01-16-2007 01:23 AM

Lots of posts on this mod... Does it work from the original download with 3.6.4? or do I need to use all of the different suggestions throughout the 51 pages?

Thanks in advance.

Trana 01-16-2007 01:45 AM

You should be using the product version of this hack (I think there was a link to it in the last 5 pages). It works fine with 3.6.4.

sinisterpain 01-16-2007 02:17 AM

QUOTE=interfx;1160279]Lots of posts on this mod... Does it work from the original download with 3.6.4? or do I need to use all of the different suggestions throughout the 51 pages?

Thanks in advance.[/QUOTE]

Look here https://vborg.vbsupport.ru/showthrea...=91567&page=83[

SuperDank 01-17-2007 01:49 AM

Quote:

Originally Posted by sinisterpain (Post 1102150)
Ok guys for those of you that have been having issues with installing this mod on 3.6.2 vba 2.2.1:

I so far have got it working from a clean install, also using the vBA module on my home page. The supplied installer creates a phrasetypeid SQL error when you use the supplied installer. I used a XML file I had downloaded not sure who wrote it, and I take no credit for it. I think it was from the original hack not sure. In the zip file there is no name so I do not know who created it, but it installs perfectly at least for me it did.
Proceedure I followed is as follows:
1. Upload the files to your webserver as described by the orig installation instructions.
2. Go to your Plugin&Products in Admin cp =>Manage products=>Add/Import Product. Install the attached XML file. This will add the phrases,templates ect... "Do not use the supplied installer, donationtions_install.php". The XML file will install everything required.
3. If all went ok you should have the paypal donations added to your Admin cp. Just continue with original instructions

Ok missed the thread above the origination of the file is from Andreas https://vborg.vbsupport.ru/showthrea...t=91567&page=8
Sorry guys I uploaded my edited XML with phrase changes I made the attached file is now the original sorry for that.



w00t thanks!

works like a charm!

Mr Chad 01-20-2007 05:55 PM

this is one of the best mods... I installed this last night and have already received 33$ in donations.

K2_02 01-21-2007 07:04 PM

What am I doing wrong? I used the instructions in the post above and everything installed okay - and I have Paypal Donations in the Admin CP. BUT, I can't find a module to use for vBa on my homepage. If I go under vBa CMPS > Edit Modules --- there is no donate module there?

Thanks in advance!

sinisterpain 01-21-2007 08:04 PM

Quote:

Originally Posted by K2_02 (Post 1164486)
What am I doing wrong? I used the instructions in the post above and everything installed okay - and I have Paypal Donations in the Admin CP. BUT, I can't find a module to use for vBa on my homepage. If I go under vBa CMPS > Edit Modules --- there is no donate module there?

Thanks in advance!

You can get it at vbadvance it was mad by Geartriper http://www.vbadvanced.com/forum/show...ypal+donations
make sure you read through the threads for the latest updated one.:)

K2_02 01-21-2007 08:06 PM

Thank you for the info and for such a quick response!

masons 01-30-2007 04:26 PM

What do I do wrong?



Database error in vBulletin 3.6.4:

Invalid SQL:
INSERT INTO phrase (`phraseid`, `languageid`, `varname`, `text`, `phrasetypeid`) VALUES ('', '-1', 'settinggroup_donations', 'PayPal Donations', '5000');

MySQL Error : Unknown column 'phrasetypeid' in 'field list'
Error Number : 1054
Date : Tuesday, January 30th 2007 @ 10:25:46 AM
Script : http://novusordosaeculorum.com/admin...php?do=install
Referrer : http://novusordosaeculorum.com/admin...php?do=install
IP Address : 221.191.137.72
Username : admin
Classname : vb_database

da420 01-30-2007 04:34 PM

Which version did you install? The one in the first post or the product version?


All times are GMT. The time now is 09:04 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.02947 seconds
  • Memory Usage 1,858KB
  • 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
  • (18)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
  • (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