📄 mail-in.php
字号:
<?//////////////////////////// COPYRIGHT NOTICE ////////////////////////////////////// This script is part of BosClassifieds, a software application by BosDev, Inc //// Use of any kind of part or all of this script or modification of this //// script requires a license from BosDev, Inc. Use or modification of //// this script without a license constitutes Software Piracy and will //// result in legal action from BosDev, Inc. All rights reserved. //// http://www.bosdev.com sales@bosdev.com //// //// BosClassifieds Copyright 2004, BosDev, Inc. ////////////////////////////////////////////////////////////////////////////////////function paymentForm($adArray,$fee) { global $SystemOptions,$Languages,$insUrl; $addressLines = explode("|",$SystemOptions['payment_info_1']); while(list(,$val) = each($addressLines)) { $addressBlock .= stripslashes($val)."<br>"; } $addressBlock = "<br><br>$addressBlock<br><br>"; $fee = formatPrice($fee); $ads = unserialize(urldecode($adArray)); while(list(,$val) = each($ads)) { if($adList != "") { $adList .= ","; } $adList .= "$val"; } $ads = "<br><b># $adList</b><br><br>"; $display = sprintf($Languages['payment']['paymentmailin'],$fee,$addressBlock,$ads); return $display; }function getPaymentResult($vars) { }?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -