Welcome, Guest. Please login or register.
Login with username, password and session length


VirtueMart 1.1.8 - [SECURITY RELEASE] is available! Read more....

  Advanced search

247038 Posts in 67506 Topics- by 258314 Members - Latest Member: aniketana
Pages: 1 [2]   Go Down
Print
Author Topic: it is forbidden to store CVV2 number in the database  (Read 22670 times)
FrankZoid
Newbie
*
Posts: 8


WWW
« Reply #15 on: January 23, 2007, 11:03:02 AM »

Yes, I just upgraded a site and had to edit the files to remove CVV2 data. I prefer to edit these manually, in case something has changed as far as line numbers or such. Use ps_checkout.php.forbiddencvv2.diff.txt as a guide, you will see the line being edited, and the replacement code.
Logged
Karl Kawano
Newbie
*
Posts: 3


« Reply #16 on: January 23, 2007, 11:09:53 AM »

Great, thanks FrankZoid!!!
Logged
winfreepcs
Jr. Member
**
Posts: 59


« Reply #17 on: January 23, 2007, 12:26:03 PM »

Yes.

Mine works in J 1.0.12 and VM 1.0.9

I also manage to hide all the numbers except last 4 of the cc number in the email.

Make sure you can read the full cc number and CVV in the order list in the backend.

JSG
Logged
FavoriteU
Full Member
***
Posts: 119


« Reply #18 on: June 01, 2007, 12:00:56 PM »

Can someone please update this??  I am using 1.0.10 and the patch listed in this thread did not work.  I received the following error:

Hunk #1 succeeded at 864 (offset -7 lines).
Hunk #2 FAILED at 1523.
Hunk #3 succeeded at 2199 with fuzz 2 (offset 85 lines).
1 out of 3 hunks FAILED -- saving rejects to file ps_checkout.php.rej

This is a VERY important issue, and I am a bit surprised it hasn't been fixed in a release yet, and there is not more documentation concerning it.  I'm not trying to come across as a jerk, I just hate to think many people might be in violation of the T.O.S. and may not even know it. 
« Last Edit: June 01, 2007, 12:25:46 PM by FavoriteU » Logged
Pat
Newbie
*
Posts: 1


WWW
« Reply #19 on: August 30, 2007, 19:39:43 PM »

Hi,

I just manually applied the patch to ps_checkout.php VM 1.0.12 and it works fine. I think the reason it doesn't work on 1.0.12 is that the line numbers are different.

To apply manually, do this:

- make a backup of ps_checkout.php; it's located in
/administrator/components/com_virtuemart/classes/

- Find this line:

Code:
$q .= "'" . $d["order_payment_code"] . "', ";

- Change to:

Code:
$q .= "'', ";

- Find this line:

Code:
$payment_info_details .= 'CVV code: '.$_SESSION['ccdata']['credit_card_code'].'<br />';

- Change to:
Code:
//$payment_info_details .= 'CVV code: '.$_SESSION['ccdata']['credit_card_code'].'<br />';

Thanks a LOT for the patch. I don't need to get busted for story cc info.
« Last Edit: August 30, 2007, 19:51:38 PM by Pat » Logged

Website Design: Boulder, Denver, CO, Victor/Driggs ID, Jackson, Wy
http://writenowdesign.com
guilliam
Full Member
***
Posts: 151


VM Leads the Way!


WWW
« Reply #20 on: November 15, 2007, 10:18:43 AM »

this post has been very helpful.
guess next releases should take a serious look into this issue?

- g
Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^^If u read that in $GREEN, Argh!! u missed the HIGHLIGHTS and all the FUN!
www.joomlaconsultancy.net  |  www.astang.com
Frogdog
Newbie
*
Posts: 2


« Reply #21 on: November 26, 2007, 15:25:47 PM »

Is this issue still open on the later versions? I'm running VM 1.1.12... I did a quick search for CVV in my db, and found no tables. Thanks in advance for replying.
Logged
guilliam
Full Member
***
Posts: 151


VM Leads the Way!


WWW
« Reply #22 on: November 26, 2007, 16:08:09 PM »

Is this issue still open on the later versions? I'm running VM 1.1.12... I did a quick search for CVV in my db, and found no tables. Thanks in advance for replying.

its because its encrypted.

- g
Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^^If u read that in $GREEN, Argh!! u missed the HIGHLIGHTS and all the FUN!
www.joomlaconsultancy.net  |  www.astang.com
Frogdog
Newbie
*
Posts: 2


« Reply #23 on: November 26, 2007, 16:27:53 PM »

Ah...and now I see the post right above mine (duh) and the manual patch...will apply. I agree with FavoriteU, I'm surprised this is not already setup in the core VM files this way. Thanks for the reply, will fix right now.
Logged
QubeSys Technologies
Sr. Member
****
Posts: 262


Joomla & Magento Services


WWW
« Reply #24 on: June 02, 2010, 00:32:13 AM »

Well, My questions is, if Im switching off the encryption on backend, and I want to store the full credit card details on the database, then where is it stored ?
Logged

Web Design and Software Development Agency : http://www.qubesys.com/
Joomla Consulting & Services : http://www.joomlahackers.net/
Magento Consulting & Services : http://www.psdtomagento.org/
Pages: 1 [2]   Go Up
Print
Jump to: