Skip to content

成员展示PHP+MySQL页面源码下载

Latest

Choose a tag to compare

@numakkiyu numakkiyu released this 08 Feb 03:58
· 4 commits to main since this release
863b6ed

MemberPresentation下载

源码作者:北海的佰川

关于https://guild.hypcvgm.top/member/这个链接页面,采用纯PHP+MySQL的Web页面,页面布局简单体积小,可以在子页面使用,支持所有php版本

GitHub页面:https://github.com/numakkiyu/MemberPresentation


注意事项

1、index.php页面里面的

<meta charset="utf-8">
		<title>你的站点名称</title>
		<link rel="stylesheet" href="https://guild.hypcvgm.top/member/static/css/mdui.min.css">
		<script src="https://guild.hypcvgm.top/member/static/js/mdui.min.js"></script>

一定要是https://guild.hypcvgm.top/member/static/js/mdui.min.jshttps://guild.hypcvgm.top/member/static/css/mdui.min.css 你也可以在Github上面拉Git回去CSS和JS

2、本代码是以简单小巧为主,删除了安全部分,请你们自行添加,如果导致数据库丢失,后果自负