实例介绍
RIzhuti-3.4(修复版)【修复支付转跳】日主题。已亲测可用!!!
【实例截图】
【核心代码】
e26a356c-39ca-4eba-91e3-987d2bd60aa4
├── 404.php
├── action
│ ├── avatar.php
│ ├── captcha.php
│ ├── comment.php
│ ├── download.php
│ ├── like.php
│ ├── login.php
│ └── user.php
├── archive.php
├── author.php
├── cache
│ ├── index.html
│ ├── timthumb_cacheLastCleanTime.touch
│ ├── timthumb_int_485c458d7e9e5e409c50b2fa2dc20ecb.timthumb.txt
│ ├── timthumb_int_5a0f7e018b42e57aaf649db15009c538.timthumb.txt
│ └── timthumb_int_b3acd6fbefdede47da1a4297a29dc1c0.timthumb.txt
├── category.php
├── comments.php
├── css
│ ├── admin.css
│ ├── jquery.fancybox.min.css
│ ├── layui.css
│ ├── skeleton.css
│ └── swiper.min.css
├── editor-style.css
├── footer.php
├── functions.php
├── header.php
├── home-module
│ ├── module-about.php
│ ├── module-banner.php
│ ├── module-catbox.php
│ ├── module-catcms.php
│ ├── module-html.php
│ ├── module-postlist.php
│ ├── module-service.php
│ ├── module-slider.php
│ └── module-vip.php
├── image.php
├── img
│ ├── 404.png
│ ├── avatar.png
│ ├── banner2.jpg
│ ├── banner3.jpg
│ ├── banner.jpg
│ ├── block-1.png
│ ├── block-2.png
│ ├── block-3.png
│ ├── catbg.jpg
│ ├── divbg.jpg
│ ├── loading.gif
│ ├── loginbg.jpg
│ ├── logo.png
│ ├── qqicon.png
│ ├── qrcode.png
│ ├── smilies
│ │ ├── icon_arrow.gif
│ │ ├── icon_biggrin.gif
│ │ ├── icon_confused.gif
│ │ ├── icon_cool.gif
│ │ ├── icon_cry.gif
│ │ ├── icon_eek.gif
│ │ ├── icon_evil.gif
│ │ ├── icon_exclaim.gif
│ │ ├── icon_idea.gif
│ │ ├── icon_lol.gif
│ │ ├── icon_mad.gif
│ │ ├── icon_mrgreen.gif
│ │ ├── icon_neutral.gif
│ │ ├── icon_question.gif
│ │ ├── icon_razz.gif
│ │ ├── icon_redface.gif
│ │ ├── icon_rolleyes.gif
│ │ ├── icon_sad.gif
│ │ ├── icon_smile.gif
│ │ ├── icon_surprised.gif
│ │ ├── icon_twisted.gif
│ │ └── icon_wink.gif
│ ├── thumb.png
│ ├── vip-1.png
│ ├── vipimg.png
│ ├── vp1.png
│ ├── vp2.png
│ ├── vp3.png
│ └── wpay_ad.jpg
├── inc
│ ├── codestar-framework
│ │ ├── assets
│ │ │ ├── css
│ │ │ │ ├── csf.css
│ │ │ │ ├── csf.min.css
│ │ │ │ ├── csf-rtl.css
│ │ │ │ └── csf-rtl.min.css
│ │ │ ├── images
│ │ │ │ ├── checkerboard.png
│ │ │ │ ├── wp-logo.svg
│ │ │ │ └── wp-plugin-logo.svg
│ │ │ └── js
│ │ │ ├── csf-gutenberg-block.js
│ │ │ ├── csf.js
│ │ │ ├── csf.min.js
│ │ │ ├── csf-plugins.js
│ │ │ └── csf-plugins.min.js
│ │ ├── classes
│ │ │ ├── abstract.class.php
│ │ │ ├── customize-options.class.php
│ │ │ ├── fields.class.php
│ │ │ ├── metabox.class.php
│ │ │ ├── options.class.php
│ │ │ ├── profile-options.class.php
│ │ │ ├── setup.class.php
│ │ │ ├── shortcoder.class.php
│ │ │ ├── taxonomy-options.class.php
│ │ │ └── widgets.class.php
│ │ ├── codestar-framework.php
│ │ ├── fields
│ │ │ ├── accordion
│ │ │ │ └── accordion.php
│ │ │ ├── background
│ │ │ │ └── background.php
│ │ │ ├── backup
│ │ │ │ └── backup.php
│ │ │ ├── border
│ │ │ │ └── border.php
│ │ │ ├── button_set
│ │ │ │ └── button_set.php
│ │ │ ├── checkbox
│ │ │ │ └── checkbox.php
│ │ │ ├── code_editor
│ │ │ │ └── code_editor.php
│ │ │ ├── color
│ │ │ │ └── color.php
│ │ │ ├── color_group
│ │ │ │ └── color_group.php
│ │ │ ├── content
│ │ │ │ └── content.php
│ │ │ ├── date
│ │ │ │ └── date.php
│ │ │ ├── dimensions
│ │ │ │ └── dimensions.php
│ │ │ ├── fieldset
│ │ │ │ └── fieldset.php
│ │ │ ├── gallery
│ │ │ │ └── gallery.php
│ │ │ ├── group
│ │ │ │ └── group.php
│ │ │ ├── heading
│ │ │ │ └── heading.php
│ │ │ ├── icon
│ │ │ │ ├── default-icons.php
│ │ │ │ └── icon.php
│ │ │ ├── image_select
│ │ │ │ └── image_select.php
│ │ │ ├── index.php
│ │ │ ├── link_color
│ │ │ │ └── link_color.php
│ │ │ ├── media
│ │ │ │ └── media.php
│ │ │ ├── notice
│ │ │ │ └── notice.php
│ │ │ ├── palette
│ │ │ │ └── palette.php
│ │ │ ├── radio
│ │ │ │ └── radio.php
│ │ │ ├── repeater
│ │ │ │ └── repeater.php
│ │ │ ├── select
│ │ │ │ └── select.php
│ │ │ ├── slider
│ │ │ │ └── slider.php
│ │ │ ├── sortable
│ │ │ │ └── sortable.php
│ │ │ ├── sorter
│ │ │ │ └── sorter.php
│ │ │ ├── spacing
│ │ │ │ └── spacing.php
│ │ │ ├── spinner
│ │ │ │ └── spinner.php
│ │ │ ├── subheading
│ │ │ │ └── subheading.php
│ │ │ ├── submessage
│ │ │ │ └── submessage.php
│ │ │ ├── switcher
│ │ │ │ └── switcher.php
│ │ │ ├── tabbed
│ │ │ │ └── tabbed.php
│ │ │ ├── text
│ │ │ │ └── text.php
│ │ │ ├── textarea
│ │ │ │ └── textarea.php
│ │ │ ├── typography
│ │ │ │ ├── google-fonts.php
│ │ │ │ └── typography.php
│ │ │ ├── upload
│ │ │ │ └── upload.php
│ │ │ └── wp_editor
│ │ │ └── wp_editor.php
│ │ ├── functions
│ │ │ ├── actions.php
│ │ │ ├── customize.php
│ │ │ ├── deprecated.php
│ │ │ ├── helpers.php
│ │ │ ├── sanitize.php
│ │ │ └── validate.php
│ │ ├── index.php
│ │ ├── languages
│ │ │ ├── csf.pot
│ │ │ ├── es_ES.mo
│ │ │ ├── es_ES.po
│ │ │ ├── zh_CN.mo
│ │ │ └── zh_CN.po
│ │ └── rizhuti
│ │ ├── metabox.rizhuti.php
│ │ ├── options.rizhuti.php
│ │ ├── profile.rizhuti.php
│ │ ├── shortcoder.rizhuti.php
│ │ ├── taxonomy.rizhuti.php
│ │ └── widgets.rizhuti.php
│ ├── css
│ │ └── login.css
│ ├── functions-core.php
│ ├── functions-theme.php
│ └── plugins
│ └── qr.class.php
├── index.php
├── js
│ ├── html5.js
│ ├── jquery.fancybox.min.js
│ ├── jquery.form.js
│ ├── jquery.js
│ ├── main.js
│ ├── popup.min.js
│ ├── swiper.min.js
│ ├── theia-sticky-sidebar.min.js
│ └── user.js
├── module
│ ├── content-module-rewards.php
│ ├── content-module-share.php
│ └── content-module-wechats.php
├── oauth
│ ├── bind.php
│ ├── callback.php
│ ├── index.php
│ └── qq-class.php
├── page.php
├── pages
│ ├── blank-2.php
│ ├── blank.php
│ ├── links.php
│ ├── login.php
│ ├── posts-24h.php
│ ├── posts-likes.php
│ ├── posts-month.php
│ ├── posts-week.php
│ ├── sitemap.php
│ ├── tags.php
│ ├── user
│ │ ├── comment.php
│ │ ├── index.php
│ │ ├── info.php
│ │ ├── mywrite.php
│ │ ├── order.php
│ │ ├── password.php
│ │ ├── vip.php
│ │ └── write.php
│ └── user.php
├── parts
│ ├── content-gallery.php
│ ├── content-image.php
│ ├── content.php
│ ├── content-video.php
│ ├── excerpt-home.php
│ ├── excerpt-item.php
│ ├── excerpt-none.php
│ └── excerpt.php
├── screenshot.jpg
├── search.php
├── shop
│ ├── admin
│ │ ├── orders.php
│ │ └── vip.php
│ ├── include
│ │ ├── shop.class.php
│ │ └── shop.functions.php
│ ├── init.php
│ ├── payment
│ │ ├── alipay
│ │ │ ├── alipay.config.php
│ │ │ ├── notify.php
│ │ │ └── return.php
│ │ ├── codepay
│ │ │ └── notify.php
│ │ ├── weixin
│ │ │ ├── notify.php
│ │ │ └── weixin.php
│ │ ├── xunhupay
│ │ │ ├── notify.php
│ │ │ └── pay.php
│ │ └── zlkbcodepay
│ │ ├── notify.php
│ │ └── zlkbcodepay.class.php
│ └── static
│ ├── css
│ │ ├── alic.png
│ │ ├── alipay.png
│ │ ├── pay.css
│ │ ├── weixinpay.png
│ │ └── wxc.png
│ └── js
│ ├── mzf-pay.js
│ ├── qy-pay.js
│ ├── skb-pay.js
│ └── xh-pay.js
├── sidebar.php
├── single.php
├── style.css
├── tag.php
└── timthumb.php
77 directories, 243 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论