joey09533225 的問題討論列表
10
啊,沒表達清楚。情況2是NAS跟運算伺服器各自的40G網卡對接,1GbE是接到交換器上連上網際網路
被你發現了,是寫的非常清楚,但是真的不會PHP,
想說剛好可以拿來試試看怎麼寫出來這些東西。
不試還好,試了都是一堆不會解的題。
真不好意思 真沒注意到這點。
正確的計算是要全部小寫後再MD5,
謝謝你的發現。
PaymentGateway.php檔案代碼比較多
還是我寄給你呢!?
{
// Invalid IPN transaction. Check the log for details.
$this->l...
if(!$fp)
{
// Could not open the connection, log error if enabled
$...
/**
* Validate the IPN notification
*
* @param none
* @return bo...
<?php
include_once ('PaymentGateway.php');
class Paypal extends...
paypal的代碼就include "('PaymentGateway.php')"