한타임쉬어가며 이거좀 해석 해보죠
a:6:
{
s:14:"paypal_address";
s:18:"sales@test.com";
s:12:"deposit_cost";
s:4:"0.30";
s:18:"deposit_percentage";
s:1:"3";
s:13:"withdraw_cost";
s:1:"0";
s:19:"withdraw_percentage";
s:1:"0";
s:13:"withdraw_link";
s:341:
"
echo
'"https://www.paypal.com/xclick/business=' .urlencode($tran_settings['address']) .
'&item_name=' . $config['site_title'] .
'+Withdrawal&amount=' .$tran_amount .
'&no_note=1
¤cy_code=USD
¬ify_url=' .$config['site_url'] .'includes/payments/withdraw_ipn.php&custom=' .$tran_id . '">
Click here to pay
';
";
}
===============================================================
$query =
SELECT payment_title,payment_cost,payment_settings,payment_minimum_deposit,payment_folder FROM .....
payment_settings <-- 요기에 맨 위 정보가...
$query_result = @mysql_query ($query) OR error(mysql_error());
$info = @mysql_fetch_array($query_result)
$settings = unserialize($info['payment_settings']);
축구 그만 보고 해독 좀
{
s:14:"paypal_address";
s:18:"sales@test.com";
s:12:"deposit_cost";
s:4:"0.30";
s:18:"deposit_percentage";
s:1:"3";
s:13:"withdraw_cost";
s:1:"0";
s:19:"withdraw_percentage";
s:1:"0";
s:13:"withdraw_link";
s:341:
"
echo
'"https://www.paypal.com/xclick/business=' .urlencode($tran_settings['address']) .
'&item_name=' . $config['site_title'] .
'+Withdrawal&amount=' .$tran_amount .
'&no_note=1
¤cy_code=USD
¬ify_url=' .$config['site_url'] .'includes/payments/withdraw_ipn.php&custom=' .$tran_id . '">
Click here to pay
';
";
}
===============================================================
$query =
SELECT payment_title,payment_cost,payment_settings,payment_minimum_deposit,payment_folder FROM .....
payment_settings <-- 요기에 맨 위 정보가...
$query_result = @mysql_query ($query) OR error(mysql_error());
$info = @mysql_fetch_array($query_result)
$settings = unserialize($info['payment_settings']);
축구 그만 보고 해독 좀
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 3개
이시간에 코드가 눈에 들어오는 분은 별로 안계실듯 ;;