![]() |
Quote:
|
yes i understand, but here http://www.puregraffiti.com/graffiti-space/donate.php
there is no donate button inside the donate page, where do they click to donate then? thank you |
In your admincp\paypal donations you need to create a button.
|
nevermind, i found a whole new section for this, i didnt see it before.
sorry to waste your time, thank you |
You should have a paypal Donation button on the right side in the admin cp. Where you can add a goal, add a button, add a donor etc. if you do not have this then you did not upload all the PHP files. There should be a donation_admin.php file in your forum/admincp folder on your webserver.
Just looked at your page got your button I see |
yes i did, thank you, i had not seen the link on the side bar at all, i didnt know it had created that, and i was only looking under vbulletin options/paypal donations
thanks! |
Quote:
I have the button configured as the generic one that comes with the hack for now and made this hack live to my users. When I have more time, I'll work on creating a button in the way you mentioned. Thanks for all your help! :) |
Darn....and I thought I was doing so well...
K, I had a member donate through the hack with PayPal. I got an email from PayPal telling the member sent funds....but when I go to the link as a user to view who has donated....his name does not appear. It seems that the hack is not tracking who has donated. I've gone into the cp and checked to see if maybe his info is sitting in there as pending....but nothing in there in regards to him either. Ideas as to what may be wrong? Edited.... I looked on my PayPal information on the "Notification of payment received" and it's sending me all the info I would think the hack needs: Total Amount: $5.00 USD Currency: U.S. Dollars Transaction ID: 21H13075454846620 Quantity: 1 Item/Product Name: Donation To The Hideout Item/Product Number: 90.186.237.158 Buyer: xxxxxx xxxxxxx |
If they've not had the verification page when clicking on the exit button from Paypal (I.E. they get an error page) it doesn't track it correctly.
|
There have been some thoughts from my members on the issue of showing who has donated and the amounts... Their thoughts are that showing who and how much was donated by the members could cause issues. Where those members think they are above the moderators and can disregard rules, etc. Or, those who have given more than others may tend to think they can get away with more than others who have given less or none at all.
Is there any way we can show just those who have given without the amount donated? Then, is there a way we can show just the amount donated, but without the member's name? Also, I still can't get mine to display who have paid through PayPal....when a member goes into PayPal and donates....I get an email from PayPal alerting me that someone has donated....but this hack is not grabbing that info. |
Quote:
Please check in your admin cp=>Paypal Donationsfor the following: 1. View all Valid transactions. Is the name listed there. 2. If yes to the above, check your donation settings and make sure you have show donors selected yes. 3. If the answer is no to the above, make sure in your donation settings that you have the url to the ppverify file. You must also have a paypal business account, have turned on IPN in your Paypal account withe the url to your site. 4. Ensure that you have uploaded all the files for this hack to your webserver and to the correct directories. I believe the alldonors.php file on your webserver outputs to the donation_all_donors and donation_all_donors_bits templates. Lastly, if you do not wish to show who has donated and how much do not activate the show donors but if you make the required template edits to your postbit and member info templates you can show a donor button in their post and user cp. |
Quote:
Quote:
Quote:
Quote:
|
Quote:
What I did on our site was point directly to the ppverify.PHP file its not required just what i did. So in that case you could put http://www.f-bodyhideout.com/forums/ppverify.php. Up to you. |
Yea, I definitely misunderstood you.... I went in to PayPal and set it to ppverify.php just in case.
I'll report back to let you know if it worked this round. ;) Thanks |
I'm trying to get something to work in PayPal Donations 2.0.2, Paypal Donations For vBulletin 3.5.
I've been looking at the php codes from the alldonators.php and created a new php file which I am showing through an iframe. http://www.gunnersofwar.com/images/donators.jpg I want to show all donators from the current month and not as it is doing now, from all months. I'm redoing the php file to get the data from the paypalipn table, because that one inserts a date of transaction which I can use. What I need is a way to compair the current month with the month that is stored in the payment_date table. The type of the table is varchar instead of datetime and looks like this: 12:00:00 November 25 2006 PST. I managed to bring this date back to the three letters of the month, but I can't figure out how to only show those results that match the current month. Any help is greatly appreciated. This is the php code that I created now. (There's probably a lot left from the alldonators.php code that isn't needed, but it currently gets half the job done). PHP Code:
http://www.gunnersofwar.com/images/donators2.jpg |
Quote:
|
Quote:
|
Mmmm.....no go still... I again reverified that the files were in their correct locations, ensured IPN is on and set to ppverify.php.
Instant Payment Notification (IPN): On Instant Payment Notification (IPN) URL: http://www.f-bodyhideout.com/forums/ppverify.php Maybe one of my other hacks are preventing this from working.....? |
Quote:
|
The reminder is another hack....but it's working corectly as no other users have complained. I'm not coming up with the donation reminder.... It's only to come up after every 1 month a user is on the site.
As for the members who are on my donation's page...I had to manually add them however, there are another 5-6 after them that the program again never picked up after they donated. |
Quote:
|
No, no offense taken....
K, I've disabled the auto redirect hack....hopefully this will work. |
If that does not work the only things I can think of are:
1. Ensure you have Curl capabilities on your site this is required. 2. Make sure that the ppverify file is in your forum root directory and is properly cmoded. 3. the ppverify file has been corrupted or changed from original. |
Quote:
ppverify.php is the proper location and I've reuploaded it twice. If this is to be chmoded, what should it be set to? |
I also got this error earlier this evening:
Code:
Database error in vBulletin 3.6.3: |
Thats is from someone going to the donation page and testing the paypal donationation button without actually making a donation. It appears that it will work correctly when you get a new donation. Let me know how it turns out.
Also its not a good idea to post someones IP address please edit your post |
Doh! Edited the ip....thanks.
I'll post up with how things go when I receive another donation. |
I already have a donate.php file on my forum's root folder as it belongs to my ICash mod. How can I work around this when installing my donate.php file for this paypal hack without overwriting ICash?
|
^^Anyone?
|
Quote:
|
Quote:
|
I want to use this button. Where do I place it?
|
I'm getting these messages in my admin cp:
|
Quote:
As far as the modifyoptions, all you need to do is compare the new with the old template add the paypal info to the updated modify options template. |
Quote:
|
All you need to do is compare the new with the old template, copy the paypal hack edits from the old file to the new file or revert the template and add in the changes made by the paypal hack.
|
I think I just did it right. So far no problems. Thank you sinisterpain! Booyakasha..respek.:cool:
|
Anyone Have This Paypal Hack for VB 3.6.4
|
yes, but if you do not read through the threads you will not install this properly as you do not use the authors install.
|
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 : |
All times are GMT. The time now is 10:49 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|