This is a discussion on Visual Verify Code (VVC) security within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Following up on the SQL error with the Default timestamp value, it needs to be corrected to: DROP TABLE IF ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Following up on the SQL error with the Default timestamp value, it needs to be corrected to: DROP TABLE IF EXISTS visual_verify_code; CREATE TABLE visual_verify_code ( oscsid varchar(32) NOT NULL, code varchar(6) NOT NULL, dt TIMESTAMP(12) NOT NULL DEFAULT NOW(), PRIMARY KEY (oscsid) ); More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Web Centered - Cool Visual Change | michael_s | New osCommerce Contributions | 0 | 04-16-2007 09:52 AM |
| Web Centered - Cool Visual Change | michael_s | New osCommerce Contributions | 0 | 03-05-2007 06:55 AM |
| Web Centered - Cool Visual Change | michael_s | New osCommerce Contributions | 0 | 02-28-2007 12:00 PM |
| adding box for cc security code | ckiel | osCMax v1.7 Installation | 3 | 03-17-2004 06:41 PM |
| Point to Verify help | judoka | osCommerce 2.2 Modification Help | 1 | 07-08-2003 09:31 PM |