vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   $item payments.php (https://vborg.vbsupport.ru/showthread.php?t=224511)

jchamber2010 10-04-2009 02:40 AM

$item payments.php
 
Can anybody tell me how the variable $item in payments.php is created. I know it's an MD5 hash, but I have no clue of what. The reason that I'm asking is that I'd like to be able to integrate the payments system into a CMS that I'm building around vB, without actually going through the vB payment system page.

Basically this is what I'm trying to do:

Create a donation page where a user is able to select an amount from a drop down box (5,10,15,20,etc) and then be able to select whether it is a one time donation, or if they would like to automatically donate every month, or every 3 months. (Each of these is a different subscription in vB). Then when they hit a "Donate" button it automatically sends them to paypal, with the subscription that they have chosen.

I'm pretty sure I can do this, but I just need to know how to create the $item MD5 hash.

Thanks,
John

testbot 10-21-2009 04:21 PM

found it. if anyone else needs it:

$hash = md5($vbulletin->userinfo['userid'] . $vbulletin->userinfo['salt'] . $subscriptionid . uniqid(microtime(),1));

i would store it as something else though if you're going to use it somewhere. that's just em though.

<input type="hidden" name="item_number" value="$item_number" />

$item_number= md5($vbulletin->userinfo['userid'] . $vbulletin->userinfo['salt'] . $subscriptionid . uniqid(microtime(),1));


All times are GMT. The time now is 07:14 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.00959 seconds
  • Memory Usage 1,705KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete