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 06-29-2005 12:28 AM

Quote:

Originally Posted by TheWebJunkie
Installed this on my forums for the 1st time last night.

Got this in my email

Notification of a Pending eCheque Payment Received

This email confirms that you have received a Pending eCheque payment for $40.00 USD from andre bay (***********).

This eCheque payment will remain 'Uncleared' until the funds have cleared from the sender's account, which usually takes four working days. If you are shipping an item, please do not ship your item until the funds have cleared into your PayPal account. You will be notified by email when the funds have cleared into your PayPal balance.

But nothing is showing up, no % of progress bar filed, and the user has no special icon under him, and he isnt even showing up on the donations page.

Do i have to wait untill the money has cleared before he shows up as a donator?

yes it must be marked as Cleared to show up on the donors page or anywhere else on the main site, although you should see it in the pending transactions in the admincp.

Cloudrunner 06-29-2005 12:29 AM

The color settings are in the admincp in the donation settings...unless you didn't install the vbadvanced...SH!T! got that figered out, yet another screw up on my part, sorry...will get that fixed too....damnit...

Sorry folks long freakin day, and I just got home...
Quote:

Originally Posted by Lizard306
CR

The uprgade went of prefectly and the donor names now appear.

Only 1 problem left to solve and that is the progress bar for the goal thats been set. The goal is set to $500. We have recieved 4% ($20). The progress bar however is just black all the way across.

It might be a colors issue... is there anyway for me to change the colors of the progress bar from the Donation Admin or Donation Settings pages.

thanks


Cloudrunner 06-29-2005 12:55 AM

Small update to 1.07 folks...

I fixed a colors option problem in the donations settings in that if you did not have the module install for VBACMPS, then you had no options to change your site colors for the graph...anyway, that's been addressed.

Also, I've dealt with the uninstaller problem with the explode error. That should no longer plague us. If you wish to uninstall then go ahead, but as that error dies out on the first query, nothing has changed in your database if you uninstall goofed, so a simple upgrade will fix your probs at this point (*should*).

Anyway, please let me know if any problems still are hanging around after this fix....

Again, as always, overwrite EVERY FILE (sans the images if you've got them just the way you want them, blah blah blah...) on your server with the new ones to ensure that you have the most current code.

Trana 06-29-2005 02:14 AM

Uninstall works perfectly now. Installer is very smooth as well.

I received two donations. The first one was from a user that was not logged in, so I only got their IP address and they weren't added to the top donors list. The I received a donation from a member and it added them to the list ok, but I received an email with this SQL error:

Invalid SQL: UPDATE user SET donor = '1' WHERE userid = 2'
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 1

artonex 06-29-2005 08:44 AM

Hey CR, why is a deleted user showing up as a donar?

https://vborg.vbsupport.ru/

Madmax4321 06-29-2005 09:34 AM

well i tried using it but had few problems they include when donating it allways showed usd and regardless of setting it different in admincp it made no difference at all.
the ipn didnt work for me i tried entering the url in paypal under ipn settings and it never returned anything and ipn was turned on.
all ipn urls were set in donation settings but still nothing.

any ideas ??

Trana 06-29-2005 03:46 PM

Cloud,

In addition to the problem I listed above, I also noticed that the users are not having the donor icon added to their posts. Perhaps the two are related. Please note I am using legacy postbit to display posts with the user name on the side.

Also, how do I remove the actual amount of the top donors from the CMPS module? I can't seem to find it in any of the templates.

Thanks.

caimakale 06-29-2005 11:08 PM

CR,

Sorry to report but the same error is still sticking around. Maybe somebody else using a webhost with CPanel can confirm this error on their site.

Here is the specific error:

PHP Warning: Cannot modify header information - headers already sent by (output started at /home/********/public_html/includes/pp_image.php:45) in /home/********/public_html/includes/pp_image.php on line 46

Not sure why its doing this, but this shows up a million times in my logs. Everytime somebody visits the site this shows up. But no errors are displayed on the site itself.

Cloudrunner 06-29-2005 11:30 PM

Quote:

Originally Posted by Trana
Uninstall works perfectly now. Installer is very smooth as well.

I received two donations. The first one was from a user that was not logged in, so I only got their IP address and they weren't added to the top donors list. The I received a donation from a member and it added them to the list ok, but I received an email with this SQL error:

Invalid SQL: UPDATE user SET donor = '1' WHERE userid = 2'
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 1

check to make sure that you have the column 'donor' as well as the column 'showdonor' in your usertable.

Cloudrunner 06-29-2005 11:32 PM

Quote:

Originally Posted by TheWebJunkie
Hey CR, why is a deleted user showing up as a donar?

http://sigstorage.com/upload/1222-Untitled-1.jpg

I don't know, I'd ahve to look at your system to find out. at this point I can only speculate that the user is not "deleted" as vb is still finding their username (instead of simply Guest).

Cloudrunner 06-29-2005 11:33 PM

Quote:

Originally Posted by Trana
Cloud,

In addition to the problem I listed above, I also noticed that the users are not having the donor icon added to their posts. Perhaps the two are related. Please note I am using legacy postbit to display posts with the user name on the side.

Also, how do I remove the actual amount of the top donors from the CMPS module? I can't seem to find it in any of the templates.

Thanks.

your problem is most likely due to a missing column in your user table. Check for the 'donor' and 'showdonor' columns at the end of the table.

Cloudrunner 06-29-2005 11:34 PM

Quote:

Originally Posted by caimakale
CR,

Sorry to report but the same error is still sticking around. Maybe somebody else using a webhost with CPanel can confirm this error on their site.

Here is the specific error:

PHP Warning: Cannot modify header information - headers already sent by (output started at /home/********/public_html/includes/pp_image.php:45) in /home/********/public_html/includes/pp_image.php on line 46

Not sure why its doing this, but this shows up a million times in my logs. Everytime somebody visits the site this shows up. But no errors are displayed on the site itself.

ROFLMAO

I figured it out I think, but I have to now figure out the work around....gimme abit to fix the issue.

And btw, I'm running cpanel, and my error logs show nothing for pp_image.php...

Here's what's happening though, pp_image.php send a header telling the browser what type of image it is outputting to the donation script for the bar graph (in this case a .PNG file). But it is called AFTER global.php is called, therefore, the headers have alredy been sent for the system. Here's my question to you, what version of PHP is your server running?

Cloudrunner 06-29-2005 11:53 PM

Please, everyone, DL this interrim bug fix file to ppverify.php. It addresses a missing single quote preventing proper posting of the donors to the database.

This should fix a few problems...just unzip and upload to your server overwriting the old one.

It goes in ./ppverify.php

*kicks back to wait and see what happens...*

caimakale 06-30-2005 02:11 AM

Quote:

Originally Posted by Cloudrunner
ROFLMAO

I figured it out I think, but I have to now figure out the work around....gimme abit to fix the issue.

And btw, I'm running cpanel, and my error logs show nothing for pp_image.php...

Here's what's happening though, pp_image.php send a header telling the browser what type of image it is outputting to the donation script for the bar graph (in this case a .PNG file). But it is called AFTER global.php is called, therefore, the headers have alredy been sent for the system. Here's my question to you, what version of PHP is your server running?


4.3.11

artonex 06-30-2005 07:34 AM

Quote:

Originally Posted by Cloudrunner
I don't know, I'd ahve to look at your system to find out. at this point I can only speculate that the user is not "deleted" as vb is still finding their username (instead of simply Guest).

Well the user who was deleted never even made a donation.

Hit me up on msn to take alook at my forums.

guvner 06-30-2005 09:23 AM

Man Oh Man!!

I just installed 1.07 - I got all the way to the end and all seemed well then BANG - it brought my whole site down!

The error I received was as follows:

Code:

Database error in vBulletin 3.0.6:

Invalid SQL: SELECT donor.userid, donor.total, user.username
                                                                                                                                FROM vb3_donation_donators AS donor
                                                                                                                                LEFT JOIN vb3_user AS user ON(user.userid = donor.userid)
                                                                                                                                WHERE donor.userid != '0'
                                                                                                                                ORDER BY total DESC
                                                                                                                                LIMIT 0,5

mysql error: Table database_name.vb3_donation_donators' doesn't exist

mysql error number: 1146

Date: Thursday 30th of June 2005 05:08:59 AM
Script: http://www.xpmediacentre.com.au/
Referer:
Username: Removed
IP Address: xxx.xxx.xxx.xxx

Thankfully - the uninstall removed the offending code and my my site came back, but I was really panicked for a few minutes there.

Why could have happened that the donations module caused such a huge disruption to my database calls?

Of course I had already backed up, so I was well covered - but now - because I had to uninstall my previous version, I have no donations module at all.

I'm currently getting around 25 new members and 80 to 100 new posts a day and now I'm pretty nervous about reinstalling unless you have a concrete idea about what caused it.

I really need to get this back online since I'm currently getting quite a few donations coming in and all I have now is a blank page - HELP!

Mike :ermm:

Cloudrunner 06-30-2005 10:42 PM

Quote:

Originally Posted by guvner
Man Oh Man!!

I just installed 1.07 - I got all the way to the end and all seemed well then BANG - it brought my whole site down!

The error I received was as follows:

Code:

Database error in vBulletin 3.0.6:

Invalid SQL: SELECT donor.userid, donor.total, user.username
                                                                                                                                FROM vb3_donation_donators AS donor
                                                                                                                                LEFT JOIN vb3_user AS user ON(user.userid = donor.userid)
                                                                                                                                WHERE donor.userid != '0'
                                                                                                                                ORDER BY total DESC
                                                                                                                                LIMIT 0,5

mysql error: Table database_name.vb3_donation_donators' doesn't exist

mysql error number: 1146

Date: Thursday 30th of June 2005 05:08:59 AM
Script: http://www.xpmediacentre.com.au/
Referer:
Username: Removed
IP Address: xxx.xxx.xxx.xxx

Thankfully - the uninstall removed the offending code and my my site came back, but I was really panicked for a few minutes there.

Why could have happened that the donations module caused such a huge disruption to my database calls?

Of course I had already backed up, so I was well covered - but now - because I had to uninstall my previous version, I have no donations module at all.

I'm currently getting around 25 new members and 80 to 100 new posts a day and now I'm pretty nervous about reinstalling unless you have a concrete idea about what caused it.

I really need to get this back online since I'm currently getting quite a few donations coming in and all I have now is a blank page - HELP!

Mike :ermm:

Delete all the donation files from your server (do not uninstall), and then upload them ALL again out of the 1.07 archive.

What has happened here is that you are running an older version of your donate.php file in the modules directory, don't ask me how, I don't know, but the word donator has not been in use there since 1.03.

I have verified that the files in the 1.07 do not contain this error / query at all...

Cloudrunner 06-30-2005 10:45 PM

Quote:

Originally Posted by TheWebJunkie
Well the user who was deleted never even made a donation.

Hit me up on msn to take alook at my forums.

You need to go into your database and run the query that I post earlier on a few pages back to reset your numbers for donor and showdonor. Then go one by one with the donors in your admincp -> donation administration by simply editing each donor individually and then saving them from there without changing anything. Please let me know if you have already done this (if you have then don't do it again...I've an idea, but I need to rule out whether you did this already or not...did you by chance get a donoation from a guest donor?).

dsboyce8624 06-30-2005 10:53 PM

Quote:

Originally Posted by Cloudrunner
the word donator has not been in use there since 1.03.

Aww, but I miss it so!

artonex 07-01-2005 07:30 AM

Quote:

Originally Posted by Cloudrunner
You need to go into your database and run the query that I post earlier on a few pages back to reset your numbers for donor and showdonor. Then go one by one with the donors in your admincp -> donation administration by simply editing each donor individually and then saving them from there without changing anything. Please let me know if you have already done this (if you have then don't do it again...I've an idea, but I need to rule out whether you did this already or not...did you by chance get a donoation from a guest donor?).


Well the user who was deleted never even made a donation.

Hit me up on msn to take alook at my forums.

guvner 07-01-2005 10:10 PM

Quote:

Originally Posted by Cloudrunner
Delete all the donation files from your server (do not uninstall), and then upload them ALL again out of the 1.07 archive.

You nailed it CR :) - thank you - all installed and going really well!

A smal request if possible?

When a potential donor clicks the Paypal button, even though I have AUD selected as my default currency and it does charge their account in AUD, the first thing they see when they arrive at Paypal is a field for postage & Packing, and it's in USD - like this:

Postage & Packing: $0.00 USD

and no mention of the transaction being in AUD.

Now whilst it has no effect if they don't use that field, and the next screen does show the amount will be charged in AUD, it nevertheless adds an element of confusion in the mind of a non-USD donor on that first screen. I've even had a couple reduce the amount of their donation becasue they thought that the rest of the process was going to be in USD! (I know - nice people but not too bright) ;)

Is the Postage & Packing field a Paypal default or is it called by your code?

Either way, since no donations will ever involve P&P, is it possible to have it not show up at all on that first Paypal page?

Thanks,

Mike :)

Cloudrunner 07-01-2005 11:50 PM

Quote:

Originally Posted by guvner
You nailed it CR :) - thank you - all installed and going really well!

A smal request if possible?

When a potential donor clicks the Paypal button, even though I have AUD selected as my default currency and it does charge their account in AUD, the first thing they see when they arrive at Paypal is a field for postage & Packing, and it's in USD - like this:

Postage & Packing: $0.00 USD

and no mention of the transaction being in AUD.

Now whilst it has no effect if they don't use that field, and the next screen does show the amount will be charged in AUD, it nevertheless adds an element of confusion in the mind of a non-USD donor on that first screen. I've even had a couple reduce the amount of their donation becasue they thought that the rest of the process was going to be in USD! (I know - nice people but not too bright) ;)

Is the Postage & Packing field a Paypal default or is it called by your code?

Either way, since no donations will ever involve P&P, is it possible to have it not show up at all on that first Paypal page?

Thanks,

Mike :)

Unfortunately, the shipping is hardcoded into paypal's system, I have the system setup to negate this but thus far, PP is ignoring the request...

Cloudrunner 07-01-2005 11:51 PM

Quote:

Originally Posted by Cloudrunner
Unfortunately, the shipping is hardcoded into paypal's system, I have the system setup to negate this but thus far, PP is ignoring the request...

Just an update real quick folks, I'm suspending work on this version for awhile except for bugs that may pop-up, so that I can port it over to 3.5 Support will still be given here...

guvner 07-02-2005 12:01 AM

I have run into a small issue, I can't get the "Top" or "Most Recent" donors to show up on the donations page despite having selected the options to do so. Also I have it set to show the 5 top donors.

See attached image and then my donations page here - http://www.xpmediacentre.com.au/community/donate.php

I've rechecked all my edits but I must5 be missing something - it worked fine in my last install of an earlier version.

And with that missing, I assume that I have no link to the alldonors page as well?

Cloudrunner 07-02-2005 12:08 AM

Quote:

Originally Posted by guvner
I have run into a small issue, I can't get the "Top" or "Most Recent" donors to show up on the donations page despite having selected the options to do so. Also I have it set to show the 5 top donors.

See attached image and then my donations page here - http://www.xpmediacentre.com.au/community/donate.php

I've rechecked all my edits but I must5 be missing something - it worked fine in my last install of an earlier version.

And with that missing, I assume that I have no link to the alldonors page as well?

Gimme a full code view of your DONATIONS template

guvner 07-02-2005 12:12 AM

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
        <!-- no cache headers -->
        <meta http-equiv="Pragma" content="no-cache" />
        <meta http-equiv="Expires" content="-1" />
        <meta http-equiv="Cache-Control" content="no-cache" />
        <!-- end no cache headers -->
        <title>$vboptions[bbtitle] -- Donations</title>
        $headinclude
</head>
<body>
$header
$navbar

<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <thead>
                <tr align="center">
                        <td class="tcat" colspan="3">$vbphrase[how_to_donate]</td>
                </tr>
                <tr align="center">
                  <td class="thead" colspan="3">
                                <span class="smallfont">$vbphrase[processor_paypal]</span>
                        </td>
                </tr>
        </thead>
        <tbody>
                <tr align="center">
                        $donationbits
                </tr>
                <tr>
                        <td class="tfoot" colspan="3">&nbsp;</td>
                </tr>
        </tbody>
</table>
<br />
<table border="0" width="100%">
        <tr valign="top">
        <if condition="$vboptions['showdonators'] ==1">
                <td>
                        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="tcat" colspan="3">$vbphrase[top_donators]</td>
                                        </tr>
                                        <tr align="center">
                                          <td class="thead" colspan="3">$vbphrase[sorted_by_total_donation]</td>
                                        </tr>
                                </thead>
                                <tbody>
                                        <tr align="center">
                                                $topdonatorbits
                                        </tr>
                                        <tr>
                                                <td class="tfoot" colspan="3">&nbsp;</td>
                                        </tr>
                                </tbody>
                        </table>
                </td>
        </if>
                <td>
                <if condition="$vboptions['showgoals'] == 1">
                        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="tcat" colspan="2">$vbphrase[our_donation_goals]</td>
                                        </tr>
                                        <tr align="center">
                                          <td class="thead" colspan="2">
                                                        $vbphrase[money_goes_towards_goals]<br />
                                                        <if condition="$vboptions['showtotalcollected'] == 1">
                                                                <if condition="$mc_total > 0">
                                                                        $vbphrase[we_have_collected] $$mc_total $vbphrase[since] $vboptions[donationstartdate]
                                                                <else />
                                                                        $vbphrase[we_have_not_collected]
                                                                </if>
                                                        </if>
                                                </td>
                                        </tr>
                                </thead>
                                <tbody>
                                        <tr align="center">
                                                $donationgoalbits
                                        </tr>
                                        <tr>
                                                <td class="tfoot" colspan="2">&nbsp;</td>
                                        </tr>
                                </tbody>
                        </table>
                        <br />
                        </if>
               
                <if condition="$vboptions['showverifiedseal'] == 1">
                        <br />
                        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="tcat" colspan="3">$vbphrase[paypal_verified]</td>
                                        </tr>
                                </thead>
                                <tbody>
                                        <tr align="center">
                                                <td class="alt1" align="center">
                                                        <a href="https://www.paypal.com/us/verified/pal=$vboptions[paypal_email]" target="_blank">
                                                                <img src="$stylevar[imgdir_misc]/paypal_verified.gif" border="0" alt="Official PayPal Seal">
                                                        </a>
                                                </td>
                                                <td class="alt2" align="center" width="100%">
                                                        $vbphrase[what_it_means_to_be_verified]
                                                </td>
                                        </tr>
                                        <tr>
                                                <td class="tfoot" colspan="3">&nbsp;</td>
                                        </tr>
                                </tbody>
                        </table>
                </if>
                </td>
        </tr>
</table>

<!-- /main -->

$footer
</body>
</html>


Cloudrunner 07-02-2005 12:19 AM

Quote:

Originally Posted by guvner
Code:

...<if condition="$vboptions['showdonators'] ==1">...

Run the upgrade if it shows in your installer, then revert all of your modified donations templates to get the most current versions of them...note the word donator yet again ;)...

guvner 07-02-2005 12:24 AM

Mmm - when I uninstalled the previous version, I removed all the earlier files as you suggested, so I'm guessing that the uninstaller didn't remove the old templates?

Now I'm nervous again (running the installer) when everything else is fine - and I really don't want to lose any phrase or template changes I just made again :ermm:

Couldn't I just edit that template - if you could paste the code into here - or would this problem involve other templates as well?

Cloudrunner 07-02-2005 12:33 AM

Quote:

Originally Posted by guvner
Mmm - when I uninstalled the previous version, I removed all the earlier files as you suggested, so I'm guessing that the uninstaller didn't remove the old templates?

Now I'm nervous again (running the installer) when everything else is fine - and I really don't want to lose any phrase or template changes I just made again :ermm:

Couldn't I just edit that template - if you could paste the code into here - or would this problem involve other templates as well?

there were extensive template changes from 1.03 (the version that you were running from the donator word showing) and the current version 1.07. You will not lose any phrase edits as long as you translated them, and didn't directly edit them...this is the suggested method anyway...but the templates have some functionality changes done since then...

If you open the file ./admincp/donation_install/donation_templates.php, in there you will find all of the templates, you can do a side by side comparison of the templates (yours vs. the new ones) and make the adjustments where needed, but this is entirely up to you....

If you do the templates from the install side by side, remember that to remove the slashes in front of the single quotes within the templates, or you will run into problems (ie. \' turns into ').

Just out of curiousity, what templates have you modified, and how much modification went into them?

Worst case scenario: You didn't translate the phrases, but edited them directly...This will overwrite what you have for phrases on your site...And a complete revert of all templates, requiring you to redo any edits you have done...

guvner 07-02-2005 12:43 AM

Ha! - did it without running the upgrade - I took your advice and just reverted donations template and it's fixed ;)

Thanks again CR - I really must compliment you again on providing outstanding support for a very valuable hack!!

I look forward to a succesful port to 3.5, now all that I need to do is find your donate button - on my way there now!

Mike :)

Cloudrunner 07-02-2005 12:47 AM

Quote:

Originally Posted by guvner
Ha! - did it without running the upgrade - I took your advice and just reverted donations template it's fixed ;)

Thanks again CR - I really must compliment you again on providing outstanding support for a very valuable hack!!

I look forward to a succesful port to 3.5, now all that I need to do is find your donate button - on my way there now!

Mike :)

I'm running 3.5 ;)

Therefore, nothing for the donations script, if you feel that you must donate though, I do appreciate it. It can be sent to tnp@noblepagan.com.

guvner 07-02-2005 01:01 AM

Quote:

Originally Posted by Cloudrunner
if you feel that you must donate though, I do appreciate it. It can be sent to tnp@noblepagan.com.

Done!

And I hope that anyone else who derives a financial benefit from this great hack is able to show their appreciation in the same way ;)

Mike

Cloudrunner 07-02-2005 01:03 AM

Quote:

Originally Posted by guvner
Done!

And I hope that anyone else who derives a financial benefit from this great hack is able to show their appreciation in the same way ;)

Mike

Blessings on you, the users of TNP, as well as the staff and myself, do appreciate it. Thank you!

dsboyce8624 07-02-2005 04:08 AM

Not me, I'm a poor bast#$d.

Cloudrunner 07-02-2005 10:49 PM

Got TWJ's site fixed, and found another small bug in the process..

Listen up folks, I'm going to do one last update for 3.0.7 then am I am dropping this version for the 3.5. This one is pretty much maxed out for now as I am going 3.5 100%.

For 1.07 users the upgrade is simply file fixes and an edit in the postbit / postbit_legacy and the MEMBERINFO templates (I goofed), and a change to the version info in the database through the upgrader.

here's the template edits:

Quote:

Originally Posted by postbit / postbit_legacy / MEMBERINFO
Find your install and change the two conditionals to read for MEMBERINFO
PHP Code:

<if condition="$userinfo['donor'] == '1'"><if condition="$userinfo['showdonor'] == '1'"

And For the postbits
PHP Code:

<if condition="$post['donor'] == '1'"><if condition="$post['showdonor'] == '1'"


That's it.

In fact, I recommend that ALL users do that.

Other than that, just make sure you've overwritten everything with the new stuff.

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.

Thank you all for your help in making this system possible!

Love, light, and blessing on you all!

)O( Cloudrunner )O(

P.s. for those who are getting the pp_image.php header problem, just remove the header call in that file and see if it works for you that way. I did it both with the header call and without and it works both ways for me, but I cannot be sure for everyone at this point. I am using this file in the 3.5 version so if I find a fix for it, I'll be sure to update you all here.

EDIT:

Sorry wrong code in the template edits....thus the reason I am stopping this version, so I will quit getting the two versions mixed up...sorry...it's fixed though...ciao

Cloudrunner 07-03-2005 07:18 PM

For those of you who are looking for the donations system for 3.5 it is located here: https://vborg.vbsupport.ru/showthread.php?t=91567

Enjoy

)O( Cloudrunner )O(

PixelFx 07-03-2005 09:05 PM

I'm having issues getting this to work on vb3.0.7 with vbadvanced cmp 2.0 .. also I don't see any buttons for people or my self to donate .. less I missed something in setup .. other than that the install seemed painless ..

Install url: http://www.pixelfxstudios.ca/forum/donate.php

also what to I need to add to show whos online showing up correctly ?

thanks for the work on this :)

KevinL 07-03-2005 09:07 PM

Go in the admincp again and create buttons for each of your goals

PixelFx 07-03-2005 09:18 PM

I just found that :) Now I just need to get it working with vba cmps 2.0

KevinL 07-03-2005 09:24 PM

Quote:

Originally Posted by PixelFx
I just found that :) Now I just need to get it working with vba cmps 2.0

Did you already try this?

https://vborg.vbsupport.ru/showpost....&postcount=231


All times are GMT. The time now is 10:01 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.02431 seconds
  • Memory Usage 1,944KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (23)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