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)

mustang_lex 01-26-2006 03:45 PM

I have installed mine. Heres a few issues I'm hoping someone can help. BTW I have successfully sent a donation with my credit card so I know it works fine!! Awesome

1) I don't have a Paypal menu on the left in my adminCP. I do have one section under Vbulletin Options. I had to type in admincp/donation_admin.php to create my goal and button. If I could just have the template update I can do this mod.

2) I don't see anything by my user in postbits.

Besides that it works great. I did see a few errors during install but couldn't make heads or tails what it meant. Thanks :)

Mikecp421 01-26-2006 04:39 PM

I had the same issue that I stated on post 541 and susequently added my own link to the index.php file that relates to that url you stated. Thats how you have to do it. make up your own link.

mustang_lex 01-26-2006 06:36 PM

Cool. could you post the hack?

Or I did notice all the separet install php files. If I knew which one made the left hand menu addition I could just re-run that script.

Mikecp421 01-26-2006 08:19 PM

its not really a hack but a link to put that box in the admincp. Just go to your root folder in your ftp and go to admincp>index.php DL that and open it in a program that will allow you to edit, I prefer textpad and go to line 577 or thereabouts and the code should look like this;

Code:

        construct_nav_spacer();
        $printhr = false;
        if (can_administer('canadminsettings'))
        {
                $printhr = true;
                construct_nav_option($vbphrase['Donation MOD'], 'http://www.YOURSITE.com/admincp/donation_admin.php', '<br />');
                construct_nav_group("Donation MOD", '<hr />');

                construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
                if ($debug == 1)
                {
                        construct_nav_option($vbphrase['admin_help_manager'], 'help.php?do=manage&script=NOSCRIPT');
                }
                construct_nav_group($vbphrase['vbulletin_options'], '<hr />');
        }
        if ($printhr == true)
        {
                construct_nav_spacer();
        }

the green area is the link to the mod, now I am not a coder of any means, just good at relating other written stuff but I do have one issue with mine, while it gives me a link to the donation mod when you click on it you will see the drop down has an empty box, almost looks like nothing is there but you can click on the blank line, I dont quite know or have dedicated any real time to figuring out how to put the phrase "edit donation" in there. If you do maybe you can send it back to me but that should at least get you a link from the acp.

BiReL41r 01-26-2006 11:26 PM

I installed this hack but was having some problems...I'll find out what they were and come back.

contemptx 02-21-2006 02:16 PM

OK, i have installed this hack but the donation bar is not showing? it just shows an X? like no image link.

but it works on my other sites fine?

nogerorob 03-08-2006 06:41 AM

I installed this plugin and it works great. People should note that it doesn't post dollars until they've cleared at Paypal. I was confused at first. CC donations seem to go through right away, vs. Paypal echecks take a few days.

rob

oldfan 04-08-2006 12:03 AM

I changed my url, saved, transfer, etc...
For some reason when people donate, the addon doesn't work anymore.

xss illz 04-19-2006 06:56 PM

im getting this error

Code:

Fatal error: Call to a member function on a non-object in /home/xclus4/public_html/admincp/donation_install/donation_install_tables.php on line 17
can someone help me

wobbly 05-04-2006 11:35 AM

Quote:

Originally Posted by aranthorn
When using a module designed for the vBa CMPS v1 in v2, the default type doesn't carry over. So All I did was:

Go to your admincp--vBa CMPS--Edit Modules--Donations

In the dropdown list for 'Change Module Type' select PHP

File to include:
Code:

donate.php
Module parent:
Code:

none
Templates Used:
Code:

adv_portal_donate, adv_portal_donate_goals, adv_portal_donate_goals_user
Clean File Output
Code:

No
Those are my settings, works no problem-o :D

Still not working, Ive done everything but the block dont show up in my main page. Any other ideas?

Andromeda2875 06-14-2006 04:25 PM

Can this be made to work with moneybookers or Storm pay.

PIKenPIK 06-18-2006 07:49 PM

I added allready a lot of donors by hand ....
But now, when I click the button "Add a Donor" I get the following error:
Quote:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1301535 bytes) in /var/www/html/forums/includes/adminfunctions.php on line 594
The forum works fine and lots of (heavier) processes in the ACP work fine ...

Can it be that we exceeded a max number of members (+31,000) for this hack?

SilverBoy 07-02-2006 07:23 PM

Quote:

Originally Posted by PIKenPIK
I added allready a lot of donors by hand ....
But now, when I click the button "Add a Donor" I get the following error:


The forum works fine and lots of (heavier) processes in the ACP work fine ...

Can it be that we exceeded a max number of members (+31,000) for this hack?

I have the same error here, my forum members are more than 116,000 member.

can anyone make donation to me as a test (1 dollar is ok :p), because I dont have a credit card to do it.

www.alhandasa.net/forum/donate.php

PIKenPIK 07-03-2006 10:34 AM

Quote:

Originally Posted by SilverBoy
I have the same error here, my forum members are more than 116,000 member.

can anyone make donation to me as a test (1 dollar is ok :p), because I dont have a credit card to do it.

www.alhandasa.net/forum/donate.php

My prob is solved ...
My webhost increased the PHP memory limit from 8 to 16 Mb ..
Maybe you can do it yourself (or you should ask your host to do the same)

XXX
PnP

SilverBoy 07-08-2006 10:59 PM

thanks PIKenPIK for your hint, I did the same and it's run now, but sorry it is not good idea to list all members in drop down menu, I have more than 118,000 members, it is imbossible to seach on the list, so can we convert the user id box to just enter user name or userid?

any help?

Cloudrunner 11-26-2006 11:11 PM

Quote:

Originally Posted by Brandon J. Briggs aka. Cloudrunner
As the original author of the Paypal Hacks for vBulletin 3.0.x and 3.5.x I give full authorization to modify, recode, compile and/or reverse engineer the paypal donation hacks to any and all fully licensed members of vBulletin.org. I also give permission to fully distribute any derivative works that are created due to this authorization without need of providing credit or other means of recompense.

I am releasing this authorization in the hopes that someone will be able to carry on the work that was begun.

FunaGuy 12-26-2006 03:54 PM

anyone make this hack for 3.6.4 plz

kru89 02-16-2007 06:25 PM

Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT button.*, goal.title AS goal_title
FROM donation_buttons AS button
LEFT JOIN donation_goals AS goal ON(goal.id = button.goalid)
WHERE button.active = '1';

MySQL Error : Table 'hari1031_desi.donation_buttons' doesn't exist

sinisterpain 02-17-2007 12:06 PM

Quote:

Originally Posted by FunaGuy (Post 1145350)
anyone make this hack for 3.6.4 plz

You need to look in the 3.5 forum this has been updated for 3.6.4 but you need to read through the threads as the authors files will not work. There are people who have provided files for proper install, but you need to read the threads.

zincpony 03-23-2007 07:58 PM

is there any form of this for 3.6.4

sinisterpain 03-23-2007 08:24 PM

Quote:

Originally Posted by zincpony (Post 1210587)
is there any form of this for 3.6.4

The 3.5 version works with 3.6.4 but you must use the xml file in the donation.zip file and not the authors files.

zincpony 03-23-2007 09:54 PM

Quote:

Originally Posted by sinisterpain (Post 1210604)
The 3.5 version works with 3.6.4 but you must use the xml file in the donation.zip file and not the authors files.

and where can this donations.zip be found if its not in the authors

T_Richardson 04-14-2007 09:14 PM

I have this mod installed for a good time now, and all of a sudden the progress bars in the module on vBadvanced is not showing anymore.

tamilterminal 07-06-2007 12:47 AM

soon as i started installing i get this error msg

Fatal error: Call to a member function on a non-object in /home/tamilte/public_html/forum/admincp/donation_install/donation_install_tables.php on line 17

can someone help me plz?

Mikecp421 07-06-2007 01:01 AM

I can look at it if you want but I may have to see everything you got, we provide a service if you are interested PM me

sinisterpain 07-07-2007 01:04 AM

If you are running vb version 3.5 or 3.6 please post in the 3.5 mods area for paypal donations. there is updated versions there depending on if 3.5 or 3.6 version is being used

K2_02 09-26-2007 10:53 PM

Can someone tell me why my site randomly turns random users showdonor field to 0? I have to keep going in manually from time to time and turning them back on. What gives?


All times are GMT. The time now is 03:03 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.01834 seconds
  • Memory Usage 1,803KB
  • 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
  • (6)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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