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)

Tyegurl 07-10-2006 03:38 PM

thanks PaulM

btw anyone know what i do with this or if i even need it?

i keep hearing about CURL but i never had a problem running my paypal donations.... now that i upgraded to a test forum it will not install...might this help me?

Code:

<?

$URL="https://www.paypal.com";
if (isset($_GET["site"])) { $URL = $_GET["site"]; }
$ch = curl_init();
echo "URL = $URL <br>\n";
curl_setopt($ch, CURLOPT_VERBOSE, 1);
//curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE);
curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt ($ch, CURLOPT_PROXY,"http://64.202.165.130:3128");
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt ($ch, CURLOPT_URL, $URL);
curl_setopt ($ch, CURLOPT_TIMEOUT, 120);
$result = curl_exec ($ch);
echo "<hr><br>\n";
echo 'Errors: ' . curl_errno($ch) . ' ' . curl_error($ch) . '<br><br>';
echo "<hr><br>\n";
curl_close ($ch);
print "result - $result";
echo "<hr><br>\n";

?>

okay well my host tells me they support CURL all ready woo hoo so it must be my upgrade.....anyway maybe someone else may find a use for this script.

mackers8923 07-13-2006 04:31 PM

Any word of a 3.6 version?

vbreal 07-18-2006 03:05 PM

I have an issue. it was working fine then all of a sudden it stopped displaying the new donators. people are donating but it wont add them to the donation list. I can see them on the list in the admincp when i view all member donors. But they don't show up in the list.

any help would be appreciated

vbreal 07-18-2006 09:23 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=762511&postcount=119" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=119</a>

product version for the new peeps using this

SCRIPT3R 07-19-2006 05:51 AM

can anyone point me to the rules about porting an abandoned hack to the next version of vB?

hammondfra 07-21-2006 09:54 PM

Great mod there, works for what I need on my site now....One issue I have noticed though. When someone makes a donation to the site through pay pal, and is redirected back to the forum thank you page. It states thanks for your donation of 0.00 dollars. How can we fix it so it reflects what they donated to the site. If you look at the active donator page, it reflects it there correctly.

Also, if say a person has donated and you wanted to reflect that to something extra on the boards or whatever, or even give them a promotion for it. How can this be accomplished through this mod.

Thanks for creating something so useful for us.

Frank

RSM 07-22-2006 09:03 AM

Install and seems to work fine, except that it won't show donations anywhere. I get the donated message from PayPal, the admin is set up for to PayPal to come back to ppverify.php but admin shows no donors and the donate.php page shows no donors.

What could I be missing? Any ideas?

SCRIPT3R 07-24-2006 07:40 PM

Quote:

Originally Posted by hammondfra
Also, if say a person has donated and you wanted to reflect that to something extra on the boards or whatever, or even give them a promotion for it. How can this be accomplished through this mod.

i think its been said that having this hack move users between usergroups has too much security risk. as for the thank-you page showing the correct donated amount... i have no clue why yours doesn't work, but mine does.

SCRIPT3R 07-24-2006 07:41 PM

Quote:

Originally Posted by RSM
Install and seems to work fine, except that it won't show donations anywhere. I get the donated message from PayPal, the admin is set up for to PayPal to come back to ppverify.php but admin shows no donors and the donate.php page shows no donors.

What could I be missing? Any ideas?

i think this is common with the OP's install. the product-install is better.

hammondfra 07-25-2006 04:01 AM

well, hmmm, that is interesting about the security risks there. What file is the one that sets up the redirect? If someone can point that to me, I will post up the php code, so I can see what is missing from mine. Thanks for the information too.


All times are GMT. The time now is 10:52 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
  • Page Generation 0.02460 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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