91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

PHP紫色金融理財(cái)網(wǎng)貸系統(tǒng) 仿給你花分期小額貸款源碼,內(nèi)附安裝說(shuō)明 源碼介紹: 源碼已進(jìn)行多次更新迭代,頁(yè)面更精美,系統(tǒng)更穩(wěn)定無(wú)BUG。 增加了前臺(tái)客戶不可再次修改提現(xiàn)銀行卡號(hào)功能,只能后臺(tái)修改提現(xiàn)銀行卡 1.十一種狀態(tài)顯示,可設(shè)置溫馨提示,功能強(qiáng)大,具體看演示。狀態(tài)包含(1.審核未通過(guò) 2.正在審核 3.審核通過(guò) 4.已提現(xiàn)未出款 5. 提現(xiàn)成功 6. 待激活用戶 7. 貸款資金凍結(jié) 8.收取保險(xiǎn)費(fèi) 9.預(yù)付首期費(fèi)用 10. VIP加急到賬 11.訂單退款) 2.接入審核通知短信,默認(rèn)短信寶 3.可上傳收款二維碼。支持客戶在線支付。 4.可設(shè)置某某會(huì)員禁止登陸。 5.在線客服系統(tǒng),支持客戶在線咨詢,不跑單。 環(huán)境要求:PHP5.4+MYSQL數(shù)據(jù)庫(kù)

資源截圖

代碼片段和文件信息

/***********************************************************************

????Copyright?2006-2007?Ma?Bingyao

????These?sources?is?free?software.?Redistributions?of?source?code?must
????retain?the?above?copyright?notice.?Redistributions?in?binary?form
????must?reproduce?the?above?copyright?notice.?You?can?redistribute?it
????freely.?You?can?use?it?with?any?free?or?commercial?software.

????These?sources?is?distributed?in?the?hope?that?it?will?be?useful
????but?WITHOUT?ANY?WARRANTY.?Without?even?the?implied?warranty?of
????MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.

????????You?may?contact?the?author?by:
???????????e-mail:??andot@coolcode.cn

*************************************************************************/
#ifdef?HAVE_CONFIG_H
#include?“config.h“
#endif

#include?“php.h“

#if?HAVE_XXTEA
#include?“php_xxtea.h“
#include?“ext/standard/info.h“?/*?for?phpinfo()?functions?*/
#include?“xxtea.h“

/*?compiled?function?list?so?Zend?knows?what‘s?in?this?module?*/
zend_function_entry?xxtea_functions[]?=
{
????ZEND_FE(xxtea_encrypt?NULL)
????ZEND_FE(xxtea_decrypt?NULL)
????ZEND_FE(xxtea_info?NULL)
????{NULL?NULL?NULL}
};

/*?compiled?module?information?*/
zend_module_entry?xxtea_module_entry?=
{
????STANDARD_MODULE_HEADER
????XXTEA_MODULE_NAME
????xxtea_functions
????ZEND_MINIT(xxtea)
????ZEND_MSHUTDOWN(xxtea)
????NULL
????NULL
????ZEND_MINFO(xxtea)
????XXTEA_VERSION
????STANDARD_MODULE_PROPERTIES
};

/*?implement?standard?“stub“?routine?to?introduce?ourselves?to?Zend?*/
#if?defined(COMPILE_DL_XXTEA)
ZEND_GET_MODULE(xxtea)
#endif

static?xxtea_long?*xxtea_to_long_array(unsigned?char?*data?xxtea_long?len?int?include_length?xxtea_long?*ret_len)?{
????xxtea_long?i?n?*result;
n?=?len?>>?2;
????n?=?(((len?&?3)?==?0)???n?:?n?+?1);
????if?(include_length)?{
????????result?=?(xxtea_long?*)emalloc((n?+?1)?<????????result[n]?=?len;
????*ret_len?=?n?+?1;
}?else?{
????????result?=?(xxtea_long?*)emalloc(n?< ????*ret_len?=?n;
????}
memset(result?0?n?< for?(i?=?0;?i?????????result[i?>>?2]?|=?(xxtea_long)data[i]?<????}
????return?result;
}

static?unsigned?char?*xxtea_to_byte_array(xxtea_long?*data?xxtea_long?len?int?include_length?xxtea_long?*ret_len)?{
????xxtea_long?i?n?m;
????unsigned?char?*result;
????n?=?len?<????if?(include_length)?{
????????m?=?data[len?-?1];
????????if?((m??n?-?4))?return?NULL;
????????n?=?m;
????}
????result?=?(unsigned?char?*)emalloc(n?+?1);
for?(i?=?0;?i?????????result[i]?=?(unsigned?char)((data[i?>>?2]?>>?((i?&?3)?<????}
result[n]?=?‘\0‘;
*ret_len?=?n;
return?result;
}

static?unsigned?char?*php_xxtea_encrypt(unsigned?char?*data?xxtea_long?len?unsigned?char?*key?xxtea_long?*ret_len)?{
????unsigned?char?*result;
????xxtea_long?*v?*k?v_len?k_len;
????v?=?xxtea_to_long_array(data?len?1?&v_len);

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件????????479??2018-12-16?15:53??404.html

?????文件?????????52??2018-12-16?15:53??admin.php

?????文件???????1598??2018-12-16?15:53??clean_bom.php

?????文件????????985??2018-12-16?15:53??index.html----

?????文件????????321??2018-12-16?15:53??index.php

?????文件??????23657??2018-12-16?15:53??test_abkk88_com20181014.sql

?????文件????????168??2018-12-17?11:33??安裝調(diào)試說(shuō)明.txt

?????文件??????15317??2018-12-16?15:54??App\Common\Admin\function.php

?????文件??????15774??2018-12-16?15:54??App\Common\Home\function.php

?????文件????????545??2018-12-16?15:54??App\Common\Pay\function.php

?????文件?????????86??2018-12-16?15:54??App\Conf\Admin\config.php

?????文件????????419??2018-12-16?15:54??App\Conf\config.db.php

?????文件????????102??2018-12-16?15:54??App\Conf\config.install.php

?????文件????????455??2018-12-16?15:54??App\Conf\config.php

?????文件???????2198??2018-12-17?11:34??App\Conf\config.site.php

?????文件?????????59??2018-12-16?15:54??App\Conf\Home\config.php

?????文件???????5258??2018-12-16?15:54??App\Lib\Action\Admin\AdminAction.class.php

?????文件???????7203??2018-12-16?15:54??App\Lib\Action\Admin\ArticleAction.class.php

?????文件???????1136??2018-12-16?15:54??App\Lib\Action\Admin\BillsAction.class.php

?????文件???????1983??2018-12-16?15:54??App\Lib\Action\Admin\BlockAction.class.php

?????文件???????1104??2018-12-16?15:54??App\Lib\Action\Admin\CommonAction.class.php

?????文件???????6936??2018-12-16?15:54??App\Lib\Action\Admin\DaikuanAction.class.php

?????文件???????3885??2018-12-16?15:54??App\Lib\Action\Admin\FenxiaoAction.class.php

?????文件???????1635??2018-12-16?15:54??App\Lib\Action\Admin\IndexAction.class.php

?????文件????????765??2018-12-16?15:54??App\Lib\Action\Admin\MainAction.class.php

?????文件???????2960??2018-12-16?15:54??App\Lib\Action\Admin\PayorderAction.class.php

?????文件???????3103??2018-12-16?15:54??App\Lib\Action\Admin\SystemAction.class.php

?????文件???????7938??2018-12-16?15:54??App\Lib\Action\Admin\UserAction.class.php

?????文件???????1339??2018-12-16?15:54??App\Lib\Action\Home\CommonAction.class.php

?????文件???????1457??2018-12-16?15:54??App\Lib\Action\Home\FenxiaoAction.class.php

............此處省略1275個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源