Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Protx Direct v2.22


Guest

Recommended Posts

I have upgraded to the Protx Direct v2.22 module and it works beautifully so far as I can tell. Thanks to all contributed!

 

One thing I would like to change however, is for it to store the card number and information in the database. I need this because I now do a fraud check on every card transaction and I need to have at least the card number to key into my fraud checker. The database is located on a secure server, password protected so this shouldn't be an issue and besides, I would have the card number written down if someone had telephoned their order through so this shouldn't worry the Data Protection people.

 

Can anyone please help me make this change ?

 

Any help would be appreciated.

Mary-Ann

Chief Cook and Bottlewasher

Jack-of-All-Trades

Running 2.2MS2

Link to comment
Share on other sites

  • Replies 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

I have upgraded to the Protx Direct v2.22 module and it works beautifully so far as I can tell. Thanks to all contributed!

 

One thing I would like to change however, is for it to store the card number and information in the database. I need this because I now do a fraud check on every card transaction and I need to have at least the card number to key into my fraud checker. The database is located on a secure server, password protected so this shouldn't be an issue and besides, I would have the card number written down if someone had telephoned their order through so this shouldn't worry the Data Protection people.

 

Can anyone please help me make this change ?

 

Any help would be appreciated.

 

 

Hi Mary,

 

in protx_direct.php the line:

	 $order->info['cc_number'] = substr($HTTP_POST_VARS['protx_direct_cc_number'], 0, 4) . str_repeat('X', (strlen($HTTP_POST_VARS['protx_direct_cc_number']) - 8)) . substr($HTTP_POST_VARS['protx_direct_cc_number'], -4);

 

produces the 1234XXXXXXXX1234 version of the card number. changing it to:

   $order->info['cc_number'] = $HTTP_POST_VARS['protx_direct_cc_number'];

would cause the full number to be stored in the database. You must note that this will cause the full cc number to be recorded in the order status/order emails thus a security risk.

 

I appreciate that you have your database on a secure server however both mastercard & visa rules state that if you are storing cc details in your own database you must be subject to regular independant inspections of the security - you may wish to discuss this issue with either protx or your card merchant.

 

HTH, Tom

Link to comment
Share on other sites

Thanks for that, Tom. I have removed references to the number on the order email and invoice.

 

Hi Mary,

 

in protx_direct.php the line:

	 $order->info['cc_number'] = substr($HTTP_POST_VARS['protx_direct_cc_number'], 0, 4) . str_repeat('X', (strlen($HTTP_POST_VARS['protx_direct_cc_number']) - 8)) . substr($HTTP_POST_VARS['protx_direct_cc_number'], -4);

 

produces the 1234XXXXXXXX1234 version of the card number. changing it to:

   $order->info['cc_number'] = $HTTP_POST_VARS['protx_direct_cc_number'];

would cause the full number to be stored in the database. You must note that this will cause the full cc number to be recorded in the order status/order emails thus a security risk.

 

I appreciate that you have your database on a secure server however both mastercard & visa rules state that if you are storing cc details in your own database you must be subject to regular independant inspections of the security - you may wish to discuss this issue with either protx or your card merchant.

 

HTH, Tom

Edited by Mary-at-Milton

Mary-Ann

Chief Cook and Bottlewasher

Jack-of-All-Trades

Running 2.2MS2

Link to comment
Share on other sites

Hi, this is my first shop project.

 

I have just installed the latest Protx Direct v2.22 version.

 

All seems OK, but I am getting the blank screen at the last stage of the process too.

 

I don't have anything running through SSL https yet. Is this why?

 

Does the whole shop need to run through https, or just the checkout part?

 

If I add shared SSL space to my hosting, how do I make the right bit of the process secured?

Link to comment
Share on other sites

Hi, this is my first shop project.

 

I have just installed the latest Protx Direct v2.22 version.

 

All seems OK, but I am getting the blank screen at the last stage of the process too.

 

I don't have anything running through SSL https yet. Is this why?

 

Does the whole shop need to run through https, or just the checkout part?

 

If I add shared SSL space to my hosting, how do I make the right bit of the process secured?

 

OK, forget all of the above, I've got the store running through SSL now, and CURL enabled on the server.

 

The final blank screen has gone, but clicking 'CONFIRM ORDER' on 'checkout_confirmation.php' just sends me back to 'checkout_payment.php?error_message=' without any error message, or sign that anything hasn't worked.

 

I am still finishing up setting up the PROTX account. What should happen after clicking 'CONFIRM ORDER'?

 

Does it then go off to the PROTX site, or does it happen transparently, and a SUCCESS/THANK YOU gets displayed?

 

Will it all work, once PROTX is setup?

Link to comment
Share on other sites

OK, forget all of the above, I've got the store running through SSL now, and CURL enabled on the server.

 

The final blank screen has gone, but clicking 'CONFIRM ORDER' on 'checkout_confirmation.php' just sends me back to 'checkout_payment.php?error_message=' without any error message, or sign that anything hasn't worked.

 

I am still finishing up setting up the PROTX account. What should happen after clicking 'CONFIRM ORDER'?

 

Does it then go off to the PROTX site, or does it happen transparently, and a SUCCESS/THANK YOU gets displayed?

 

Will it all work, once PROTX is setup?

 

 

It does sound like this might be because you are still setting up the account with protx. If you enable DEBUG

mode in admin area then test an order - what does it report back?

 

Which server mode are you using (live, test or simulator).

 

Tom

Link to comment
Share on other sites

It does sound like this might be because you are still setting up the account with protx.

If you enable DEBUG mode in admin area then test an order - what does it report back?

 

Which server mode are you using (live, test or simulator).

 

Tom

Thanks for replying.

Server Mode is TEST, and DEBUG output is

 

VPSProtocol=2.22&TxType=PREAUTH&Vendor=atvcentre&VendorTxCode=2019427002210000&

Amount=313.29&Currency=GBP&Description=AC+Racing+Front+Bumper%28qty%3A+1%29+

%2B+Mega+Speed+Axle%28qty%3A+1%29+%2B+Pro+Design+Kill+Switch%28qty%3A+1%29

+&CardHolder=test+test&CardNumber=5404000000000001&StartDate=&ExpiryDate=0406&

IssueNumber=&CV2=&CardType=MC&CustomerEMail=test%40test.com&ContactNumber=000&

BillingAddress=1+test&BillingPostCode=test&DeliveryAddress=1+test&DeliveryPostCode=test&

CAVV=&XID=&ECI=&ClientIPAddress=86.144.152.182&3DSecureStatus=

 

What should happen (once PROTX is setup)? A success/thanks page?

Is the protx part invisible to the user?

 

I'm just waiting to get the clients Merchant info.

cheerz.

Link to comment
Share on other sites

Thanks for replying.

Server Mode is TEST, and DEBUG output is

 

VPSProtocol=2.22&TxType=PREAUTH&Vendor=atvcentre&VendorTxCode=2019427002210000&

Amount=313.29&Currency=GBP&Description=AC+Racing+Front+Bumper%28qty%3A+1%29+

%2B+Mega+Speed+Axle%28qty%3A+1%29+%2B+Pro+Design+Kill+Switch%28qty%3A+1%29

+&CardHolder=test+test&CardNumber=5404000000000001&StartDate=&ExpiryDate=0406&

IssueNumber=&CV2=&CardType=MC&CustomerEMail=test%40test.com&ContactNumber=000&

BillingAddress=1+test&BillingPostCode=test&DeliveryAddress=1+test&DeliveryPostCode=test&

CAVV=&XID=&ECI=&ClientIPAddress=86.144.152.182&3DSecureStatus=

 

What should happen (once PROTX is setup)? A success/thanks page?

Is the protx part invisible to the user?

 

I'm just waiting to get the clients Merchant info.

cheerz.

 

With the protx direct module all the processing is invisible to the user. After confirming the details the customer should be returned to an order success page or back to the checkout payment page with an error message as applicable.

 

The debug message looks fine except there's no return info from the protx server - presumably becuase the vendor account isn't up yet.

 

HTH,

Tom

Link to comment
Share on other sites

Hi again,

Thanks for all the help and support with my the previous OSCommerce installation I was refering too..

 

However I do have legit issues this time, which I know are not directly related to your contribution, but you may be able to help me with...

 

I've just installed your ProTX Direct contrib, on a server that was running ProTX Form.

 

However I get this error now...

 

Fatal error: Only variables can be passed by reference in \cmpstore\public_html\includes\modules\payment\protx_direct.php on line 537

 

I assume this is down to the servers installation of CURL etc etc, below is the output from the server info tool, can you spot anything that might cause this?

 

Server Information

Server Host: (192.168.0.10) Database Host: localhost (127.0.0.1)

Server OS: Database: MySQL 4.0.18-max-nt

Server Date: 15/03/2006 14:29:15 Datebase Date: 15/03/2006 14:29:15

Server Up Time:

HTTP Server: Apache/2.0.55 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/5.0.5

PHP Version: 5.0.5 (Zend: 2.0.5)

APF Shop

osCommerce 2.2-MS2

PHP Logo

PHP Version 5.0.5

 

System Windows NT PHOENIX 5.2 build 3790

Build Date Sep 5 2005 15:50:13

Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"

Server API Apache 2.0 Handler

Virtual Directory Support enabled

Configuration File (php.ini) Path W:\php\php.ini

PHP API 20031224

PHP Extension 20041030

Zend Extension 220040412

Debug Build no

Thread Safety enabled

Zend Memory Manager enabled

IPv6 Support enabled

Registered PHP Streams php, file, http, ftp, compress.zlib

Registered Stream Socket Transports tcp, udp

 

Zend logo This program makes use of the Zend Scripting Language Engine:

Zend Engine v2.0.5, Copyright © 1998-2004 Zend Technologies

 

PHP Credits

Configuration

PHP Core

Directive Local Value Master Value

allow_call_time_pass_reference On On

allow_url_fopen On On

always_populate_raw_post_data Off Off

arg_separator.input & &

arg_separator.output & &

asp_tags Off Off

auto_append_file no value no value

auto_globals_jit On On

auto_prepend_file no value no value

browscap no value no value

default_charset no value no value

default_mimetype text/html text/html

define_syslog_variables Off Off

disable_classes no value no value

disable_functions no value no value

display_errors On On

display_startup_errors Off Off

doc_root no value no value

docref_ext no value no value

docref_root no value no value

enable_dl On On

error_append_string no value no value

error_log no value no value

error_prepend_string no value no value

error_reporting 2039 2039

expose_php On On

extension_dir w:/php/extensions/ w:/php/extensions/

file_uploads On On

highlight.bg #FFFFFF #FFFFFF

highlight.comment #FF8000 #FF8000

highlight.default #0000BB #0000BB

highlight.html #000000 #000000

highlight.keyword #007700 #007700

highlight.string #DD0000 #DD0000

html_errors On On

ignore_repeated_errors Off Off

ignore_repeated_source Off Off

ignore_user_abort Off Off

implicit_flush Off Off

include_path .;w:\php\includes .;w:\php\includes

log_errors Off Off

log_errors_max_len 1024 1024

magic_quotes_gpc On On

magic_quotes_runtime Off Off

magic_quotes_sybase Off Off

mail.force_extra_parameters no value no value

max_execution_time 30 30

max_input_time 60 60

open_basedir no value no value

output_buffering no value no value

output_handler no value no value

post_max_size 8M 8M

precision 12 12

register_argc_argv On On

register_globals On On

register_long_arrays On On

report_memleaks On On

report_zend_debug On On

safe_mode Off Off

safe_mode_exec_dir no value no value

safe_mode_gid Off Off

safe_mode_include_dir no value no value

sendmail_from no value no value

sendmail_path no value no value

serialize_precision 100 100

short_open_tag On On

SMTP localhost localhost

smtp_port 25 25

sql.safe_mode Off Off

track_errors Off Off

unserialize_callback_func no value no value

upload_max_filesize 2M 2M

upload_tmp_dir no value no value

user_dir no value no value

variables_order EGPCS EGPCS

xmlrpc_error_number 0 0

xmlrpc_errors Off Off

y2k_compliance On On

zend.ze1_compatibility_mode Off Off

 

apache2handler

Apache Version Apache/2.0.55 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/5.0.5

Apache API Version 20020903

Server Administrator [email protected]

Hostname:Port store.cmplive.com:0

Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100

Timeouts Connection: 300 - Keep-Alive: 0

Virtual Server Yes

Server Root W:/usr/Apache2

Loaded Modules core mod_win32 mpm_winnt http_core mod_so mod_access mod_actions mod_alias mod_asis mod_auth mod_autoindex mod_cgi mod_dir mod_env mod_imap mod_include mod_isapi mod_log_config mod_mime mod_proxy proxy_connect proxy_http mod_negotiation mod_rewrite mod_setenvif mod_userdir mod_ssl mod_php5

 

Directive Local Value Master Value

engine 1 1

last_modified 0 0

xbithack 0 0

 

Apache Environment

Variable Value

HTTP_HOST store.cmplive.com

HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060312 Firefox/1.6a1

HTTP_ACCEPT text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5

HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5

HTTP_ACCEPT_ENCODING gzip,deflate

HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7

HTTP_KEEP_ALIVE 300

HTTP_REFERER http://store.cmplive.com/admin/backup.php?selected_box=tools

HTTP_COOKIE osCAdminID=ef948a39c5051f886fdf0e97f3669df9; osCsid=f8e0386245834c89e18a6ed1124f2cd3

HTTP_CONNECTION keep-alive

PATH C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;w:\php;w:\mysql;w:\mysql\bin;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\

SystemRoot C:\WINDOWS

COMSPEC C:\WINDOWS\system32\cmd.exe

PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH

WINDIR C:\WINDOWS

SERVER_SIGNATURE <address>Apache/2.0.55 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/5.0.5 Server at store.cmplive.com Port 80</address>

SERVER_SOFTWARE Apache/2.0.55 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/5.0.5

SERVER_NAME store.cmplive.com

SERVER_ADDR 80.229.155.59

SERVER_PORT 80

REMOTE_ADDR 80.229.155.59

DOCUMENT_ROOT W:/usr/users/cmpstore/public_html

SERVER_ADMIN [email protected]

SCRIPT_FILENAME W:/usr/users/cmpstore/public_html/admin/server_info.php

REMOTE_PORT 2602

REMOTE_USER cmpstore

AUTH_TYPE Basic

GATEWAY_INTERFACE CGI/1.1

SERVER_PROTOCOL HTTP/1.1

REQUEST_METHOD GET

QUERY_STRING no value

REQUEST_URI /admin/server_info.php

SCRIPT_NAME /admin/server_info.php

 

HTTP Headers Information

HTTP Request Headers

HTTP Request GET /admin/server_info.php HTTP/1.1

Host store.cmplive.com

User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060312 Firefox/1.6a1

Accept text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5

Accept-Language en-us,en;q=0.5

Accept-Encoding gzip,deflate

Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive 300

Referer http://store.cmplive.com/admin/backup.php?selected_box=tools

Cookie osCAdminID=ef948a39c5051f886fdf0e97f3669df9; osCsid=f8e0386245834c89e18a6ed1124f2cd3

Authorization Basic Y21wc3RvcmU6b3o=

Connection keep-alive

HTTP Response Headers

X-Powered-By PHP/5.0.5

Set-Cookie osCAdminID=ef948a39c5051f886fdf0e97f3669df9; path=/admin/

Expires Thu, 19 Nov 1981 08:52:00 GMT

Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0

Pragma no-cache

Keep-Alive timeout=15, max=99

Connection Keep-Alive

Transfer-Encoding chunked

Content-Type text/html; charset=ISO-8859-1

 

bcmath

BCMath support enabled

 

calendar

Calendar support enabled

 

com_dotnet

COM support enabled

DCOM support disabled

.Net support enabled

 

Directive Local Value Master Value

com.allow_dcom 0 0

com.autoregister_casesensitive 1 1

com.autoregister_typelib 0 0

com.autoregister_verbose 0 0

com.code_page no value no value

com.typelib_file no value no value

 

ctype

ctype functions enabled

 

curl

CURL support enabled

CURL Information libcurl/7.14.0 OpenSSL/0.9.7e zlib/1.2.3

 

dom

DOM/XML enabled

DOM/XML API Version 20031129

libxml Version 2.6.11

HTML Support enabled

XPath Support enabled

XPointer Support enabled

Schema Support enabled

RelaxNG Support enabled

 

ftp

FTP support enabled

 

iconv

iconv support enabled

iconv implementation "libiconv"

iconv library version 1.9

 

Directive Local Value Master Value

iconv.input_encoding ISO-8859-1 ISO-8859-1

iconv.internal_encoding ISO-8859-1 ISO-8859-1

iconv.output_encoding ISO-8859-1 ISO-8859-1

 

libxml

libXML support active

libXML Version 2.6.11

libXML streams enabled

 

mysql

MySQL Support enabled

Active Persistent Links 0

Active Links 1

Client API version 4.1.7

 

Directive Local Value Master Value

mysql.allow_persistent On On

mysql.connect_timeout 60 60

mysql.default_host no value no value

mysql.default_password no value no value

mysql.default_port no value no value

mysql.default_socket no value no value

mysql.default_user no value no value

mysql.max_links Unlimited Unlimited

mysql.max_persistent Unlimited Unlimited

mysql.trace_mode Off Off

 

odbc

ODBC Support enabled

Active Persistent Links 0

Active Links 0

ODBC library Win32

 

Directive Local Value Master Value

odbc.allow_persistent On On

odbc.check_persistent On On

odbc.default_db no value no value

odbc.default_pw no value no value

odbc.default_user no value no value

odbc.defaultbinmode return as is return as is

odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes

odbc.max_links Unlimited Unlimited

odbc.max_persistent Unlimited Unlimited

 

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled

PCRE Library Version 6.2 01-Aug-2005

 

session

Session Support enabled

Registered save handlers files user sqlite

Registered serializer handlers php php_binary wddx

 

Directive Local Value Master Value

session.auto_start Off Off

session.bug_compat_42 On On

session.bug_compat_warn On On

session.cache_expire 180 180

session.cache_limiter nocache nocache

session.cookie_domain no value no value

session.cookie_lifetime 0 0

session.cookie_path /admin/ /

session.cookie_secure Off Off

session.entropy_file no value no value

session.entropy_length 0 0

session.gc_divisor 100 100

session.gc_maxlifetime 1440 1440

session.gc_probability 1 1

session.hash_bits_per_character 4 4

session.hash_function 0 0

session.name osCAdminID PHPSESSID

session.referer_check no value no value

session.save_handler user files

session.save_path /tmp no value

session.serialize_handler php php

session.use_cookies On On

session.use_only_cookies Off Off

session.use_trans_sid 0 0

 

SimpleXML

Simplexml support enabled

Revision $Revision: 1.139.2.4 $

Schema support enabled

 

SPL

SPL support enabled

Interfaces RecursiveIterator, SeekableIterator

Classes ArrayIterator, ArrayObject, CachingIterator, CachingRecursiveIterator, DirectoryIterator, FilterIterator, LimitIterator, ParentIterator, RecursiveDirectoryIterator, RecursiveIteratorIterator, SimpleXMLIterator

 

SQLite

SQLite support enabled

PECL Module version 2.0-dev $Id: sqlite.c,v 1.146.2.7 2005/06/07 15:38:37 dmitry Exp $

SQLite Library 2.8.14

SQLite Encoding iso8859

 

Directive Local Value Master Value

sqlite.assoc_case 0 0

 

standard

Regex Library Bundled library enabled

Dynamic Library Support enabled

Internal Sendmail Support for Windows enabled

 

Directive Local Value Master Value

assert.active 1 1

assert.bail 0 0

assert.callback no value no value

assert.quiet_eval 0 0

assert.warning 1 1

auto_detect_line_endings 0 0

date.default_latitude 31.7667 31.7667

date.default_longitude 35.2333 35.2333

date.sunrise_zenith 90.83 90.83

date.sunset_zenith 90.83 90.83

default_socket_timeout 60 60

safe_mode_allowed_env_vars PHP_ PHP_

safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH

url_rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset=

user_agent no value no value

 

tokenizer

Tokenizer Support enabled

 

wddx

WDDX Support enabled

WDDX Session Serializer enabled

 

xml

XML Support active

XML Namespace Support active

libxml2 Version 2.6.11

 

zlib

ZLib Support enabled

Compiled Version 1.2.3

Linked Version 1.2.3

 

Directive Local Value Master Value

zlib.output_compression Off Off

zlib.output_compression_level -1 -1

zlib.output_handler no value no value

 

Additional Modules

Module Name

 

Environment

Variable Value

ALLUSERSPROFILE C:\Documents and Settings\All Users

ClusterLog C:\WINDOWS\Cluster\cluster.log

CommonProgramFiles C:\Program Files\Common Files

COMPUTERNAME PHOENIX

ComSpec C:\WINDOWS\system32\cmd.exe

NUMBER_OF_PROCESSORS 1

OS Windows_NT

Path C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;w:\php;w:\mysql;w:\mysql\bin;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\

PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH

PROCESSOR_ARCHITECTURE x86

PROCESSOR_IDENTIFIER x86 Family 6 Model 6 Stepping 2, AuthenticAMD

PROCESSOR_LEVEL 6

PROCESSOR_REVISION 0602

ProgramFiles C:\Program Files

SystemDrive C:

SystemRoot C:\WINDOWS

TEMP C:\WINDOWS\TEMP

TMP C:\WINDOWS\TEMP

USERPROFILE C:\Documents and Settings\NetworkService

windir C:\WINDOWS

AP_PARENT_PID 1364

 

PHP Variables

Variable Value

PHP_SELF /admin/server_info.php

PHP_AUTH_USER cmpstore

PHP_AUTH_PW oz

_REQUEST["osCAdminID"] ef948a39c5051f886fdf0e97f3669df9

_REQUEST["osCsid"] f8e0386245834c89e18a6ed1124f2cd3

_COOKIE["osCAdminID"] ef948a39c5051f886fdf0e97f3669df9

_COOKIE["osCsid"] f8e0386245834c89e18a6ed1124f2cd3

_SERVER["HTTP_HOST"] store.cmplive.com

_SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060312 Firefox/1.6a1

_SERVER["HTTP_ACCEPT"] text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5

_SERVER["HTTP_ACCEPT_LANGUAGE"] en-us,en;q=0.5

_SERVER["HTTP_ACCEPT_ENCODING"] gzip,deflate

_SERVER["HTTP_ACCEPT_CHARSET"] ISO-8859-1,utf-8;q=0.7,*;q=0.7

_SERVER["HTTP_KEEP_ALIVE"] 300

_SERVER["HTTP_REFERER"] http://store.cmplive.com/admin/backup.php?selected_box=tools

_SERVER["HTTP_COOKIE"] osCAdminID=ef948a39c5051f886fdf0e97f3669df9; osCsid=f8e0386245834c89e18a6ed1124f2cd3

_SERVER["HTTP_CONNECTION"] keep-alive

_SERVER["PATH"] C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;w:\php;w:\mysql;w:\mysql\bin;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\

_SERVER["SystemRoot"] C:\WINDOWS

_SERVER["COMSPEC"] C:\WINDOWS\system32\cmd.exe

_SERVER["PATHEXT"] .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH

_SERVER["WINDIR"] C:\WINDOWS

_SERVER["SERVER_SIGNATURE"] <address>Apache/2.0.55 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/5.0.5 Server at store.cmplive.com Port 80</address>

_SERVER["SERVER_SOFTWARE"] Apache/2.0.55 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/5.0.5

_SERVER["SERVER_NAME"] store.cmplive.com

_SERVER["SERVER_ADDR"] 80.229.155.59

_SERVER["SERVER_PORT"] 80

_SERVER["REMOTE_ADDR"] 80.229.155.59

_SERVER["DOCUMENT_ROOT"] W:/usr/users/cmpstore/public_html

_SERVER["SERVER_ADMIN"] [email protected]

_SERVER["SCRIPT_FILENAME"] W:/usr/users/cmpstore/public_html/admin/server_info.php

_SERVER["REMOTE_PORT"] 2602

_SERVER["REMOTE_USER"] cmpstore

_SERVER["AUTH_TYPE"] Basic

_SERVER["GATEWAY_INTERFACE"] CGI/1.1

_SERVER["SERVER_PROTOCOL"] HTTP/1.1

_SERVER["REQUEST_METHOD"] GET

_SERVER["QUERY_STRING"] no value

_SERVER["REQUEST_URI"] /admin/server_info.php

_SERVER["SCRIPT_NAME"] /admin/server_info.php

_SERVER["PHP_SELF"] /admin/server_info.php

_SERVER["PHP_AUTH_USER"] cmpstore

_SERVER["PHP_AUTH_PW"] oz

_SERVER["argv"]

 

Array

(

)

 

_SERVER["argc"] 0

_ENV["ALLUSERSPROFILE"] C:\Documents and Settings\All Users

_ENV["ClusterLog"] C:\WINDOWS\Cluster\cluster.log

_ENV["CommonProgramFiles"] C:\Program Files\Common Files

_ENV["COMPUTERNAME"] PHOENIX

_ENV["ComSpec"] C:\WINDOWS\system32\cmd.exe

_ENV["NUMBER_OF_PROCESSORS"] 1

_ENV["OS"] Windows_NT

_ENV["Path"] C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;w:\php;w:\mysql;w:\mysql\bin;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\

_ENV["PATHEXT"] .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH

_ENV["PROCESSOR_ARCHITECTURE"] x86

_ENV["PROCESSOR_IDENTIFIER"] x86 Family 6 Model 6 Stepping 2, AuthenticAMD

_ENV["PROCESSOR_LEVEL"] 6

_ENV["PROCESSOR_REVISION"] 0602

_ENV["ProgramFiles"] C:\Program Files

_ENV["SystemDrive"] C:

_ENV["SystemRoot"] C:\WINDOWS

_ENV["TEMP"] C:\WINDOWS\TEMP

_ENV["TMP"] C:\WINDOWS\TEMP

_ENV["USERPROFILE"] C:\Documents and Settings\NetworkService

_ENV["windir"] C:\WINDOWS

_ENV["AP_PARENT_PID"] 1364

Link to comment
Share on other sites

With the protx direct module all the processing is invisible to the user. After confirming the details the customer should be returned to an order success page or back to the checkout payment page with an error message as applicable.

 

The debug message looks fine except there's no return info from the protx server - presumably becuase the vendor account isn't up yet.

 

HTH,

Tom

Thanks for clarifying. I'm pretty sure once PROTX is up, it'll work now.

Link to comment
Share on other sites

To have a full ssl cert on a shared server your site needs its own dedicated ip address. When I tested this out it was necessary to supply both the shared ip address of the server (which is the gateway to your website) and the dedicated ip address of the website itself.

 

Vger

hmmm ok, so it was right and wrong...

 

The IP I added to ProTX yesterday, was the correct IP address for the server, however when I did the ServerIPtest, it came back with a different one under the two things you suggested.

 

So I added the new one and removed the old one, but it STILL gives that error...

 

Any ideas, should I have both on ProTX ?

Link to comment
Share on other sites

Hi, If you were concerned about cURL then you only needed to post the few lines that related to cURL and not the several thousand lines of code you did post. We try to be helpful here, but no one is going to go through your whole server set up for you.

 

Vger

Hi again,

Thanks for all the help and support with my the previous OSCommerce installation I was refering too..

 

However I do have legit issues this time, which I know are not directly related to your contribution, but you may be able to help me with...

 

I've just installed your ProTX Direct contrib, on a server that was running ProTX Form.

 

However I get this error now...

I assume this is down to the servers installation of CURL etc etc, below is the output from the server info tool, can you spot anything that might cause this?

Link to comment
Share on other sites

@Vger

 

Thanks for your reply, "don't" know if it's Curl, I was merely asking PerfectPassion if he had experience with this type of error, and if it was/is related to Curl or not.

 

And it is not my entire servers setup.

 

FYI, I found your reply arrogant.

 

I've been a member of this forum for a good while now I have requested help and I have given help, and never has anyone replied to me in such a manner.

 

Personally, I think if you are going to send this type of message it should be done via PM, and not publically.

Link to comment
Share on other sites

To have a full ssl cert on a shared server your site needs its own dedicated ip address. When I tested this out it was necessary to supply both the shared ip address of the server (which is the gateway to your website) and the dedicated ip address of the website itself.

 

Vger

 

Thank you for your suggestion, however you are way off base, the issue was resolved by PerfectPassion.

Link to comment
Share on other sites

I'm sorry if my remarks offended you - but I do try to discourage people from posting thousands of lines of code to the forum. It makes it difficult for anyone else using the thread, and obviously increases load on the forums.

 

I'm glad you got your problem resolved by Perfect Passion. But what do I know about Protx Direct, when I only put together the Protx 2.0 module. The only difference to the one you are using is the addition of features which Protx isn't yet employing.

 

Vger

Link to comment
Share on other sites

I'm sorry if my remarks offended you - but I do try to discourage people from posting thousands of lines of code to the forum. It makes it difficult for anyone else using the thread, and obviously increases load on the forums.

 

I'm glad you got your problem resolved by Perfect Passion. But what do I know about Protx Direct, when I only put together the Protx 2.0 module. The only difference to the one you are using is the addition of features which Protx isn't yet employing.

 

Vger

 

No worries.

 

As for the problem, it was actually two problems, the one you responded to first was the first problem which was solved weeks ago.

 

My new post today is a NEW problem with a different installation.

Link to comment
Share on other sites

Hi again,

Thanks for all the help and support with my the previous OSCommerce installation I was refering too..

 

However I do have legit issues this time, which I know are not directly related to your contribution, but you may be able to help me with...

 

I've just installed your ProTX Direct contrib, on a server that was running ProTX Form.

 

However I get this error now...

I assume this is down to the servers installation of CURL etc etc, below is the output from the server info tool, can you spot anything that might cause this?

 

 

Hi stewart,

 

The line concerned is :

$response = array_shift(split(" ",$authorize["Status"]));

 

I notice from the server info you posted that you are running php 5.0.5 - with that version the function array_split no longer accepts variables by reference (hence the error). Try replacing the offending line with:

 $authorize_split = split(" ",$authorize["Status"]);
$response = array_shift($authorize_split);

 

HTH,

Tom

Link to comment
Share on other sites

Hi Tom,

Thanks for that, it made a difference, however, I know get...

 

- Your credit card could not be authorized for this reason. Please correct any information and try again or contact us for further assistance.

 

With no message prior to the -.

 

I even ran it in debug and got various bits n bobs back, nothing that stood out however.

 

I can PM/Email you the debug output?

Link to comment
Share on other sites

Hi Tom,

Thanks for that, it made a difference, however, I know get...

With no message prior to the -.

 

I even ran it in debug and got various bits n bobs back, nothing that stood out however.

 

I can PM/Email you the debug output?

 

Sure PM the debug and i'll see if i can spot anything!

 

Tom

Link to comment
Share on other sites

Hi,

 

Still using the old V2 Protx Module, we are getting failure with all visa electron cards, basically when the purchaser inputs the card number it is reconised as a visa card, not electron and we are getting the error back from protx as follows

 

The card type does not match the card number - Your credit card could not be authorized for this reason. Please correct any information and try again or contact us for further assistance.

 

if any one could could give us a pointer where we should be looking it would be appreciated

 

regards

 

 

Chris

Link to comment
Share on other sites

Use the includes/classes/cc_validation.php file from the latest Protx Direct contribution. Electron isn't in there, so you may have to replace Solo with Electron, or else add Electron as another option. You will need to find out the code formula for the number range Electron uses.

 

Vger

Edited by Vger
Link to comment
Share on other sites

elseif (ereg('^450875([0-9]{10})?$', $this->cc_number)) {
	$this->cc_type = 'UK Electron';						
	return -5;						
  } elseif (ereg('^48440[6-9]{1}([0-9]{10})?$', $this->cc_number)) {
	$this->cc_type = 'UK Electron';						
	return -5;						
  } elseif (ereg('^4844[1-4]{1}[0-9]{1}([0-9]{10})?$', $this->cc_number)) {
	$this->cc_type = 'UK Electron';						
	return -5;						
  } elseif (ereg('^48445[0-5]{1}([0-9]{10})?$', $this->cc_number)) {
	$this->cc_type = 'UK Electron';						
	return -5;						
  } elseif (ereg('^4917[3-5]{1}[0-9]{1}([0-9]{10})?$', $this->cc_number)) {
	$this->cc_type = 'UK Electron';						
	return -5;						
  } elseif (ereg('^491880([0-9]{10})?$', $this->cc_number)) {
	$this->cc_type = 'UK Electron';						
	return -5;

 

Vger

Link to comment
Share on other sites

Nothing to do with os Commerce or protx, just had a look at the valid ranges of Credit Cards, printed off from our machine in the office

 

and quite frankly, it seems a right mess, so many of the ranges of different card type seem to overlap

 

like the maestro block 4903030000-4903039999 seems to overlap some of the visa ranges

 

does any one know of a defintive list of the uk credit card ranges so we can test various card numbers and see if they are being reconised correctly

 

regards

 

 

Chris

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...