한타임쉬어가며 이거좀 해석 해보죠 정보
한타임쉬어가며 이거좀 해석 해보죠본문
a:6:
{
s:14:"paypal_address";
s:18:"*** 개인정보보호를 위한 이메일주소 노출방지 ***";
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:"*** 개인정보보호를 위한 이메일주소 노출방지 ***";
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']);
축구 그만 보고 해독 좀
추천
0
0
댓글 3개

-_-;

참 김장님 게시물들 보면 ㅋ 좀 짱이십니다. ㅋㅋ
이시간에 코드가 눈에 들어오는 분은 별로 안계실듯 ;;
이시간에 코드가 눈에 들어오는 분은 별로 안계실듯 ;;

질문은 질문 게시판에 ㅎㅎ