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)

mholtum 08-02-2005 01:05 AM

Oh well, I would like to implement this, but it seems there is no more support

Skyline_GT 08-02-2005 01:15 AM

Quote:

Originally Posted by mholtum
Oh well, I would like to implement this, but it seems there is no more support

I wonder is it possible to combine the scription and the donation file ?

DGTLMIK 08-03-2005 09:29 PM

Yeah, finally a real PayPal Donations Hack! :up:

Now, what would it take to subtract the PayPal Fees from the Total Collected?

mholtum 08-04-2005 02:39 AM

Quote:

Originally Posted by DGTLMIK
Yeah, finally a real PayPal Donations Hack! :up:

Now, what would it take to subtract the PayPal Fees from the Total Collected?

If you wish to say collect $25 for a yrs subscription and paypal charges 1.35 for that $25 transfer, charge $26.35

sothis 08-04-2005 03:48 PM

i'll definitely be installing this once support for the postbit icons is added... i've been looking for something like this for quite awhile, and know it would motivate people if icons showed up under their names :)

Prodimysterio 08-04-2005 09:07 PM

Hi everyone,

I'm hoping that someone can help me out here, because this is driving me nuts. First, I can get the hack to work just fine functionally. Thank you to the creator for this superb addition. The problem I am having is that some of the images are showing up as broken links. I am taking a random guess here, but I am thinking that it may have something to do with the fact that my forums path is:

Quote:

/forums
instead of

Quote:

/forum
Here is an image of what I see:

http://www.gamingchatter.com/1.jpg

The broken link points to:

When I attempt to go straight to that link, the following error appears:

Quote:

Fatal error: Call to undefined function: imagecreate() in /home/gamingch/public_html/forums/includes/pp_image.php on line 38
I examined line 38 of pp_image.php, and here is what it displays:

Quote:

$image = imagecreate($width,$height);
Finally, here is a portion of my donations page:

http://www.gamingchatter.com/2.jpg

Again, the broken links point to:

Thanks in advance for any help you can provide. I love having this system in place, but the small bugs that I am facing is making it a bit of a pain.

Thanks!

Prod

Dax IX 08-05-2005 09:22 AM

When I try to update the CMPS module, I get an error that vBulletin can't find the phrase 'adv_portal_must_choose_0_include'.

I've tried reinstalling the phrases for CMPS, but that didn't fix it, so I'm assuming it has something to do with this module?

xfaethorx 08-05-2005 03:58 PM

Quote:

Originally Posted by xfaethorx
i installed this hack a while ago and i've upgraded everytime up to 1.08. Today I recieved my first donation. Paypal sent me the email but vbulletin holds NO information on the donation nothing at all! I'm at a loss to find out why any help would be appriciated.

Just quoting this as I've still got this problem, I've also noticed that even when I add a users donation by hand the value doesn't go towards the goal. If anyone has any ideas....

mustang_lex 08-05-2005 07:21 PM

Does this hack automatically upgrade the members usergroup to a custom one you make. Example if I have a regular member make a palpal donation I like him/her automatically be promoted to a different usergroup as a thank you.

thugginRipsta 08-06-2005 08:08 PM

no, it doesnt, but u can try something like this:

in ppverify.php
FIND:

Code:

$DB_site->query("UPDATE ".TABLE_PREFIX."user SET donor = '1' WHERE userid = '".$userid."'");
(2places)

and add below:
Code:

$DB_site->query("UPDATE ".TABLE_PREFIX."user SET membergroupids='XXX' WHERE userid='".$userid."'");
where XXX is the group id u want to add.


this is NO subscription and doesnt take care of reversed payments


All times are GMT. The time now is 03:17 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.01646 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (9)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