diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..73f69e0
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/RandomQuotations.iml b/.idea/RandomQuotations.iml
new file mode 100644
index 0000000..c956989
--- /dev/null
+++ b/.idea/RandomQuotations.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..28a804d
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..8df5cf4
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sql_Filter.php b/Sql_Filter.php
new file mode 100644
index 0000000..faa6a99
--- /dev/null
+++ b/Sql_Filter.php
@@ -0,0 +1,27 @@
+alert(\"你无权访问当前页面\");";
+ exit();
+}
+$page = @$_GET['p'] ? @$_GET['p'] : 1;
+$id = $_GET['id'];
+if ($page < 1) {
+ exit('参数错误');
+}
+if (@$_GET['action'] == 'del' && $id == true) {
+ if ($con->query("DELETE FROM rains_lyb WHERE id = $id")) {
+ echo '';
+ } else {
+ echo '';
+ }
+}
+$start = ($page - 1) * 15;
+$total = $con->query("SELECT COUNT(*) FROM rains_lyb");
+$total = $total->fetchAll();
+$total = $total[0][0];
+$PageCount = ceil($total / 15);
+$PageUp = $page - 1;
+$PageNext = $page + 1;
+if ($PageCount == $page) {
+ $PageNext = '#';
+}
+if ($page == 1) {
+ $PageUp = '#';
+}
+$content = $con->query("SELECT * FROM rains_lyb order by time DESC LIMIT $start,15");
+$content = $content->fetchAll();
+?>
+
+
+
+
+ 公告管理 - 后台管理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ' . $content[$i]['txt'] . '
+
+
+ |
+ 删除
+ |
+ ';
+ $i++;
+ }
+ } else {
+ echo '|
+ 暂时没有留言
+ |
';
+ } ?>
+
+ |
+ 第一页
+ 上一页
+ 下一页
+ 尾页
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+