Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-02-2004, 08:40 PM
99SIVTEC 99SIVTEC is offline
 
Join Date: Nov 2001
Posts: 281
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Authorize.net and subscriptions

The developers of vbulletin just e-mailed us back and said they are NOT integrating the subscription service for vbulletin 3 with authorize.net at any time. Basically that isn't good news to me since I have a client waiting to launch because he thought we would ahve an authorize.net module (everything on the vbulletin.com forums led me to believe that one would be included)

Question is: Is there anyone working on such an integration? Any chance of anyone starting one?
Reply With Quote
  #2  
Old 04-07-2004, 04:07 PM
Big Daddy Chemo Big Daddy Chemo is offline
 
Join Date: Oct 2002
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 99SIVTEC
Question is: Is there anyone working on such an integration? Any chance of anyone starting one?
It is integrated with the Gold release...but a few simple additions are in order.

First, the vanilla relay response script will timeout as there is nothing output to the screen before running the script. The AN server will wait for some kind of output to verify the data is received. A simple implementation is to output something like, "Please hold while we process your donation.") Place this code ABOVE your opening PHP tag.

Also, I use a simple Javascript redirect to the members Subscription folder. I placed this redirect AFTER the closing PHP tag.

To the file FORUM_ROOT/subscriptions/authorize.php make the following changes:

The initial output to the screen...place ABOVE the PHP opening tag:
PHP Code:
<div align="center">Please hold...we are processing the donation.</div>
<div align="center">You will be redirected to your user control panel.</div>
<?php
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.0.0
The Javascript redirect. I placed this AFTER the closing PHP tag.
PHP Code:
?>
<script language="JavaScript">
var URL = "http://www.mydomain.com/forum/subscriptions.php";
self.location = URL;
</script> 
Hope this helps someone...it works flawlessly for me after these small additions.
Reply With Quote
  #3  
Old 04-07-2004, 04:46 PM
nautiqeman nautiqeman is offline
 
Join Date: Jan 2003
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is the point of this with VB 3? I have a pay pal account for people to donate money. I guess my question is... what is the point of setting up subscriptions? Is it just to make people pay to use that particular forum?
Reply With Quote
  #4  
Old 04-19-2004, 07:27 PM
memdy's Avatar
memdy memdy is offline
 
Join Date: Oct 2002
Location: Outside the box
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just added this to vb3.0.1 and it didn't work for me, i'm getting the following error:

The following errors have occurred.
(14) The referrer, relay response or receipt link URL is invalid.
Reply With Quote
  #5  
Old 04-20-2004, 03:50 AM
memdy's Avatar
memdy memdy is offline
 
Join Date: Oct 2002
Location: Outside the box
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Turns out that directory structure was the problem. I was testing in parallel using www.domain.com/forums-new while still running our old 2.2.9 under www.domain.com/forums

I renamed the new 3.0.1 to use www.domain.com/forums and BOOM paid subscriptions work now to authorize.net

problem resolved
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:57 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.06775 seconds
  • Memory Usage 2,201KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete