交友盲盒系統(PHP開源免費的盲盒系統)
一套PHP環境的盲盒系統源碼,收集于網絡,本人未測試,大家自行測試。
安裝方法:
PHP版本:PHP7及以上
導入sql文件到數據庫
修改config.php文件數據庫配置信息
后臺地址:域名/admin
賬號:admin
密碼:123456
文件列表:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 |
│ config.php │ index.php │ sql.sql │ 安裝介紹.txt │ ├─admin │ ajax.php │ fenzhan.php │ foot.php │ head.php │ index.php │ login.php │ lunbo.php │ manghe.php │ pay.php │ point.php │ set.php │ set_manghe.php │ user.php │ var.php │ ├─core │ core.php │ db.class.php │ function.php │ ├─pay │ │ epay.config.php │ │ epayapi.php │ │ index.php │ │ notify_url.php │ │ return_url.php │ │ │ ├─icon │ │ alipay.ico │ │ qqpay.ico │ │ tenpay.ico │ │ wechat.ico │ │ │ └─lib │ epay_core.function.php │ epay_md5.function.php │ epay_notify.class.php │ epay_submit.class.php │ ├─public │ ├─admin │ │ ├─css │ │ │ animate.css │ │ │ bootstrap.min.css │ │ │ materialdesignicons.min.css │ │ │ style.min.css │ │ │ │ │ ├─fonts │ │ │ materialdesignicons.eot │ │ │ materialdesignicons.svg │ │ │ materialdesignicons.ttf │ │ │ materialdesignicons.woff │ │ │ materialdesignicons.woff2 │ │ │ │ │ └─js │ │ │ bootstrap-notify.min.js │ │ │ bootstrap.min.js │ │ │ Chart.js │ │ │ chosen.jquery.min.js │ │ │ jquery.bootstrap.wizard.min.js │ │ │ jquery.min.js │ │ │ lightyear.js │ │ │ main.min.js │ │ │ perfect-scrollbar.min.js │ │ │ │ │ ├─bootstrap-colorpicker │ │ │ │ bootstrap-colorpicker.js │ │ │ │ bootstrap-colorpicker.min.js │ │ │ │ │ │ │ ├─css │ │ │ │ bootstrap-colorpicker.css │ │ │ │ bootstrap-colorpicker.css.map │ │ │ │ bootstrap-colorpicker.min.css │ │ │ │ bootstrap-colorpicker.min.css.map │ │ │ │ │ │ │ └─img │ │ │ └─bootstrap-colorpicker │ │ │ alpha-horizontal.png │ │ │ alpha.png │ │ │ hue-horizontal.png │ │ │ hue.png │ │ │ saturation.png │ │ │ │ │ ├─bootstrap-datepicker │ │ │ │ bootstrap-datepicker.js │ │ │ │ bootstrap-datepicker.min.js │ │ │ │ bootstrap-datepicker3.css │ │ │ │ bootstrap-datepicker3.css.map │ │ │ │ bootstrap-datepicker3.min.css │ │ │ │ bootstrap-datepicker3.min.css.map │ │ │ │ │ │ │ │ ├─bootstrap-datetimepicker │ │ │ │ bootstrap-datetimepicker.css │ │ │ │ bootstrap-datetimepicker.js │ │ │ │ bootstrap-datetimepicker.min.css │ │ │ │ bootstrap-datetimepicker.min.js │ │ │ │ moment.min.js │ │ │ │ │ │ │ └─locale │ │ │ af.js │ │ │ ar-ma.js │ │ │ ka.js │ │ │ km.js │ │ │ ne.js │ │ │ nl.js │ │ │ nn.js │ │ │ pl.js │ │ │ pt-br.js │ │ │ zh-cn.js │ │ │ zh-tw.js │ │ │ │ │ ├─ion-rangeslider │ │ │ ion.rangeSlider.min.css │ │ │ ion.rangeSlider.min.js │ │ │ │ │ ├─jconfirm │ │ │ jquery-confirm.min.css │ │ │ jquery-confirm.min.js │ │ │ │ │ └─jquery-tags-input │ │ jquery.tagsinput.min.css │ │ jquery.tagsinput.min.js │ │ │ └─index │ ├─css │ │ admin.css │ │ huzan_style.css │ │ index_style.css │ │ jiameng_style.css │ │ jifen_style.css │ │ logs_style.css │ │ manghe_style.css │ │ qie_style.css │ │ toudi_style.css │ │ user_style.css │ │ │ ├─img │ │ │ app.png │ │ │ banben.png │ │ │ chong.png │ │ │ delly.png │ │ │ delss.png │ │ │ fh.png │ │ │ gonggao.png │ │ │ head-bg.png │ │ │ head.png │ │ │ icon-001.png │ │ │ icon-002.png │ │ │ icon-003.png │ │ │ jiasu-vip.png │ │ │ jiasu.png │ │ │ jjtj.png │ │ │ kbwm.png │ │ │ kf.png │ │ │ open_zidong.png │ │ │ pay.png │ │ │ plsh.png │ │ │ qiandao.gif │ │ │ qun.png │ │ │ regtime.png │ │ │ shandian.png │ │ │ stop.png │ │ │ tbgx.png │ │ │ tj.jpg │ │ │ tmtx.png │ │ ├─lunbo │ │ │ img_25d228a0feb2e0e4aab309fe83c8270b.png │ │ │ img_780625d0d442d0f46d89709f990905e7.png │ │ │ img_fc8321dd2f117d23d6735ebf5ab7bba5.png │ │ │ │ │ └─touxiang │ │ moren.png │ │ │ └─js │ flexible.js │ layui.js │ main.js │ slider.js │ zepto.min.js │ ├─user │ │ add.php │ │ ajax.php │ │ daili.php │ │ head.php │ │ index.php │ │ login.php │ └─timg │ │ phpqrcode.php │ │ timg.php │ │ │ └─img │ adv1.jpg │ └─view ajax.php foot.php head.php index.php |
聲明:本站大部分文章為原創,部分為網絡轉載,如若本站內容侵犯了原著者的合法權益,請聯系我們處理。