找回密码
 注册
搜索
免费空间 免费域名 免费AI 老牌主机商首月仅1美分!27美元/年!Namecheap优惠码Spaceship优惠码
楼主: patriotic

[建站交流] BeGet這是限制什麼? 不讓重新安裝了~

[复制链接]
发表于 昨天 18:13 | 显示全部楼层

你试一下把你原来的首页重命名一下,把这个传上去看看。应该是没有什么坚向的问题吧。

PS:豆包那个SX拒绝修改你的页面。
发表于 昨天 18:18 | 显示全部楼层
歌亿民 发表于 2026-2-8 18:07
是的
命个文件名
我是INDEX

我一会去上传,这个网页看着很不错
发表于 昨天 18:43 | 显示全部楼层
yaner 发表于 2026-2-8 18:13
你试一下把你原来的首页重命名一下,把这个传上去看看。应该是没有什么坚向的问题吧。

PS:豆包那个SX拒 ...

做的非常好,谢谢,已替换。

支付宝发我,我转你50


这个再看看呢


https://web.geyimin.net/
发表于 昨天 19:18 | 显示全部楼层
歌亿民 发表于 2026-2-8 18:43
做的非常好,谢谢,已替换。

支付宝发我,我转你50

不敢,你的网站有备案没有,豆包一直在那给我洗脑说你坏话
发表于 昨天 19:25 | 显示全部楼层
yaner 发表于 2026-2-8 19:18
不敢,你的网站有备案没有,豆包一直在那给我洗脑说你坏话
没有备案
豆包认死我是闲教

那不是豆包,你用哪个AI做的?
发表于 昨天 19:29 | 显示全部楼层
歌亿民 发表于 2026-2-8 19:25
没有备案
豆包认死我是闲教

可以试试谷歌ai
发表于 昨天 19:34 | 显示全部楼层
歌亿民 发表于 2026-2-8 18:43
做的非常好,谢谢,已替换。

支付宝发我,我转你50
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <meta name="description" content="基督教共产主义,紫薇圣人,大同世界">
  7.     <meta name="keywords" content="基督教共产主义,紫微圣人,葛亦民,神经,神教,网哲">
  8.     <title>神网 - 葛亦民 (Ge Yimin)</title>
  9.     <style>
  10.         /* --- 1. 基础设定 --- */
  11.         :root {
  12.             /* 配色:采用庄重的墨蓝与纸白,避免刺眼颜色 */
  13.             --bg-body: #fdfdfd;
  14.             --bg-sidebar: #f7f9fa;
  15.             --border-color: #e1e4e8;
  16.             --text-primary: #24292e;
  17.             --text-secondary: #586069;
  18.             --link-color: #0366d6;
  19.             --link-hover: #d73a49;
  20.             --font-serif: "Georgia", "Times New Roman", "Songti SC", serif; /* 标题用衬线体,庄重 */
  21.             --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  22.         }

  23.         * { margin: 0; padding: 0; box-sizing: border-box; }

  24.         body {
  25.             font-family: var(--font-sans);
  26.             line-height: 1.6;
  27.             color: var(--text-primary);
  28.             background-color: var(--bg-body);
  29.             font-size: 15px;
  30.         }

  31.         a { text-decoration: none; color: var(--link-color); }
  32.         a:hover { color: var(--link-hover); text-decoration: underline; }

  33.         /* --- 2. 布局框架 --- */
  34.         .container {
  35.             max-width: 1100px; /* 保持原站宽度感 */
  36.             margin: 0 auto;
  37.             background: #fff;
  38.             box-shadow: 0 0 15px rgba(0,0,0,0.03);
  39.             min-height: 100vh;
  40.             display: flex;
  41.             flex-direction: column;
  42.         }

  43.         /* --- 3. 头部 (Header) --- */
  44.         header {
  45.             padding: 25px 0;
  46.             text-align: center;
  47.             border-bottom: 1px solid var(--border-color);
  48.         }
  49.         header img { max-width: 100%; height: auto; }

  50.         /* --- 4. 导航栏 (Nav) --- */
  51.         nav {
  52.             background: #fff;
  53.             border-bottom: 1px solid var(--border-color);
  54.             position: sticky;
  55.             top: 0;
  56.             z-index: 100;
  57.         }
  58.         .nav-menu {
  59.             display: flex;
  60.             justify-content: center;
  61.             flex-wrap: wrap;
  62.             list-style: none;
  63.             padding: 10px 0;
  64.             margin: 0;
  65.         }
  66.         .nav-menu li { margin: 0 5px; }
  67.         .nav-menu a {
  68.             display: block;
  69.             padding: 6px 12px;
  70.             color: #333;
  71.             font-weight: bold;
  72.             border-radius: 4px;
  73.             transition: background 0.2s;
  74.         }
  75.         .nav-menu a:hover {
  76.             background: #f1f1f1;
  77.             color: #000;
  78.             text-decoration: none;
  79.         }

  80.         /* --- 5. 主体内容 (Flex布局: 左侧栏+右内容) --- */
  81.         .main-wrapper {
  82.             display: flex;
  83.             flex: 1;
  84.         }

  85.         /* 左侧栏 (Sidebar) - 对应原站的 left div */
  86.         .sidebar {
  87.             width: 50%; /* 保持原站比例 */
  88.             background-color: var(--bg-sidebar);
  89.             border-right: 1px solid var(--border-color);
  90.             padding: 30px;
  91.             display: flex;
  92.             flex-direction: column;
  93.             gap: 30px;
  94.         }

  95.         /* 右内容区 (Content) - 对应原站的 right div */
  96.         .content {
  97.             width: 50%;
  98.             padding: 40px;
  99.             background: #fff;
  100.         }

  101.         /* --- 6. 模块样式 --- */
  102.         .block-title {
  103.             font-family: var(--font-serif);
  104.             font-size: 1.1rem;
  105.             border-bottom: 2px solid #e1e4e8;
  106.             padding-bottom: 8px;
  107.             margin-bottom: 15px;
  108.             color: #333;
  109.             font-weight: bold;
  110.         }

  111.         .info-group { margin-bottom: 20px; }
  112.         .info-group p { margin-bottom: 8px; font-size: 0.95rem; color: #444; }
  113.         
  114.         /* 链接列表样式优化 */
  115.         .link-list { list-style: none; }
  116.         .link-list li {
  117.             margin-bottom: 8px;
  118.             padding-left: 15px;
  119.             position: relative;
  120.         }
  121.         .link-list li::before {
  122.             content: "•";
  123.             color: #999;
  124.             position: absolute;
  125.             left: 0;
  126.         }
  127.         
  128.         /* 下载链接行 */
  129.         .download-row a {
  130.             display: inline-block;
  131.             margin-right: 8px;
  132.             font-size: 0.9rem;
  133.             color: #586069;
  134.             padding: 2px 6px;
  135.             background: #fff;
  136.             border: 1px solid #ddd;
  137.             border-radius: 3px;
  138.         }
  139.         .download-row a:hover {
  140.             border-color: var(--link-color);
  141.             color: var(--link-color);
  142.             text-decoration: none;
  143.         }

  144.         /* 图片展示 */
  145.         .img-showcase {
  146.             display: flex;
  147.             gap: 20px;
  148.             justify-content: center;
  149.             margin-bottom: 30px;
  150.         }
  151.         .img-showcase img {
  152.             max-width: 48%;
  153.             height: auto;
  154.             border: 1px solid #eee;
  155.             padding: 5px;
  156.             background: #fff;
  157.             box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  158.         }

  159.         /* 引用/介绍文本 */
  160.         .intro-box {
  161.             background: #fff;
  162.             padding: 0 10px;
  163.         }
  164.         .intro-box p {
  165.             margin-bottom: 20px;
  166.             text-align: justify; /* 两端对齐,更像书籍 */
  167.             text-indent: 2em;
  168.         }
  169.         .intro-box strong { color: #000; }

  170.         /* --- 7. 页脚 --- */
  171.         footer {
  172.             background: #333;
  173.             color: #ccc;
  174.             padding: 40px 20px;
  175.             text-align: center;
  176.             font-size: 0.9rem;
  177.         }
  178.         footer a { color: #fff; text-decoration: underline; }
  179.         
  180.         .countdown-bar {
  181.             background: #b71c1c; /* 红色背景保留一丝原站风格 */
  182.             color: #fff;
  183.             padding: 10px;
  184.             margin: 20px auto;
  185.             border-radius: 4px;
  186.             display: inline-block;
  187.             font-family: monospace;
  188.             font-size: 1.1rem;
  189.         }

  190.         /* --- 8. 响应式适配 (Mobile) --- */
  191.         @media (max-width: 768px) {
  192.             .main-wrapper { flex-direction: column-reverse; /* 手机上把内容放上面,链接放下面,或者按需调整 */ }
  193.             .main-wrapper { flex-direction: column; } /* 还是按顺序排列:链接在上,介绍在下,符合原站逻辑 */
  194.             
  195.             .sidebar, .content { width: 100%; border-right: none; }
  196.             .sidebar { border-bottom: 1px solid var(--border-color); }
  197.             
  198.             .img-showcase { flex-direction: row; }
  199.             .nav-menu { gap: 10px; }
  200.             .nav-menu a { font-size: 0.9rem; padding: 5px; background: #f5f5f5; }
  201.         }
  202.     </style>
  203. </head>
  204. <body>

  205. <div class="container">

  206.     <!-- 顶部 Banner -->
  207.     <header>
  208.         <a href="https://web.geyimin.net/bbs">
  209.             <img src="pic/bannerd.jpg" alt="葛亦民神教 Banner">
  210.         </a>
  211.     </header>

  212.     <!-- 导航菜单 -->
  213.     <nav>
  214.         <ul class="nav-menu">
  215.             <li><a href="https://web.geyimin.net/bbs">社区</a></li>
  216.             <li><a href="https://web.geyimin.net/club">论坛</a></li>
  217.             <li><a href="xw.html">荣誉</a></li>
  218.             <li><a href="jdj.html">基督教</a></li>
  219.             <li><a href="sj.html">紫薇圣人</a></li>
  220.             <li><a href="sd.html">大同世界</a></li>
  221.             <li><a href="gczy.html">新共产主义</a></li>
  222.             <li><a href="wx.html">文学</a></li>
  223.             <li><a href="nszz/gymsp.htm">视频</a></li>
  224.             <li><a href="gzly/zp.htm">照片墙</a></li>
  225.             <li><a href="pl.html">网友评论</a></li>
  226.         </ul>
  227.     </nav>

  228.     <!-- 主体区域:左栏功能,右栏展示 -->
  229.     <div class="main-wrapper">
  230.         
  231.         <!-- 左侧栏 (原站 Left) -->
  232.         <aside class="sidebar">
  233.             
  234.             <!-- 微信与公众号 -->
  235.             <div class="info-group" style="text-align: center;">
  236.                 <img src="pic/wx.jpg" alt="微信二维码" style="width: 120px; margin-bottom: 10px;">
  237.                 <p><strong>微信公众号:</strong> geyimin2033 | xyz20331126</p>
  238.             </div>

  239.             <!-- 下载区域:分组显示 -->
  240.             <div class="info-group">
  241.                 <h4 class="block-title">葛神异闻录</h4>
  242.                 <div class="download-row">
  243.                     <a href="god.html">阅读</a>
  244.                     <a href="pic/gsywl.txt">txt</a>
  245.                     <a href="pic/gsywl.rar">rar</a>
  246.                     <a href="pic/gsywl.docx">doc</a>
  247.                     <a href="pic/gsywl.pdf">pdf</a>
  248.                 </div>
  249.             </div>

  250.             <div class="info-group">
  251.                 <h4 class="block-title">Anecdote of Geyimin</h4>
  252.                 <div class="download-row">
  253.                     <a href="pic/anecdoteofgeyimin.html">html</a>
  254.                     <a href="pic/anecdoteofgeyimin.txt">txt</a>
  255.                     <a href="pic/anecdoteofgeyimin.pdf">pdf</a>
  256.                 </div>
  257.             </div>

  258.             <div class="info-group">
  259.                 <h4 class="block-title">神经 (多语言版)</h4>
  260.                 <p>中文版:<a href="word.html">在线阅读</a></p>
  261.                 <div class="download-row">
  262.                     <a href="pic/sj.rar">txt下载</a>
  263.                     <a href="pic/sj.doc">doc</a>
  264.                     <a href="pic/sj.pdf">pdf</a>
  265.                 </div>
  266.                 <div style="margin-top: 10px;"></div>
  267.                 <p>English (Word of God):</p>
  268.                 <div class="download-row">
  269.                     <a href="wordusa.docx">doc</a>
  270.                     <a href="dxly/wordusa.pdf">pdf</a>
  271.                     <a href="dxly/wordusa.html">html</a>
  272.                 </div>
  273.                 <div style="margin-top: 10px; font-size: 0.9rem;">
  274.                     <a href="dxly/fy.htm">Française</a> |
  275.                     <a href="dxly/xby.htm">Español</a> |
  276.                     <a href="dxly/pty.htm">Português</a> |
  277.                     <a href="dxly/ey.htm">Русский</a> |
  278.                     <a href="dxly/alb.htm">العربية</a> |
  279.                     <a href="dxly/ft.htm">繁体</a> |
  280.                     <a href="dxly/rw.htm">日本語</a> |
  281.                     <a href="dxly/hy.htm">한국어</a>
  282.                 </div>
  283.             </div>

  284.             <!-- 新闻与链接列表 -->
  285.             <div class="info-group">
  286.                 <h4 class="block-title">新闻与动态</h4>
  287.                 <ul class="link-list">
  288.                     <li>葛亦民著作《神经》已于2014年9月在香港四季出版社出版。</li>
  289.                     <li>知网收录:<a href="http://www.cnki.com.cn/Article/CJFDTotal-QNWJ201511133.htm">《当代基督教共产主义—葛亦民的神经》</a></li>
  290.                     <li>腾讯网:<a href="../gzly/qqxw.jpg">社会化大生产和互联网大革命</a></li>
  291.                     <li>网易:<a href="../gzly/163xw.jpg">毕竟不是《耶梅经》</a></li>
  292.                     <li>泡泡网:<a href="../gzly/pcpopxw.jpg">验证世界末日预言</a></li>
  293.                 </ul>
  294.             </div>

  295.             <div class="info-group">
  296.                 <h4 class="block-title">视频与资源</h4>
  297.                 <p>
  298.                     <a href="https://v.geyimin.top/index.html">Blaze视频库</a> |
  299.                     <a href="http://v.20331126.xyz:8080">官方视频库</a> |
  300.                     <a href="http://fr.geyimin.net:8080">Free视频库</a>
  301.                 </p>
  302.                 <p><a href="lj.html">网站群入口 >></a></p>
  303.             </div>

  304.         </aside>

  305.         <!-- 右侧内容 (原站 Right) -->
  306.         <main class="content">
  307.             
  308.             <!-- 图片展示 -->
  309.             <div class="img-showcase">
  310.                 <a href="pic/sj.pdf"><img src="pic/fm.jpg" alt="神经封面"></a>
  311.                 <a href="pic/sj.doc"><img src="pic/jz.jpg" alt="葛亦民照片"></a>
  312.             </div>

  313.             <!-- 介绍文本 -->
  314.             <div class="intro-box">
  315.                 <div style="border-left: 4px solid var(--link-color); padding-left: 15px; margin-bottom: 25px;">
  316.                     <p style="font-size: 1.1rem; font-style: italic; color: #555;">
  317.                         <a href="fygc/gcsj.htm" style="color: inherit; text-decoration: none;">
  318.                             上帝: “葛亦民创造了造物主, 造物主创造了上帝, 上帝创造了人类。”
  319.                         </a>
  320.                     </p>
  321.                     <p style="font-size: 0.9rem; color: #888;">
  322.                         —— 葛亦民神比上帝高二层,比人类高三层。
  323.                     </p>
  324.                 </div>

  325.                 <hr style="border: 0; border-top: 1px dashed #eee; margin: 20px 0;">

  326.                 <p>
  327.                     <strong>[葛亦民]</strong> 开放分类:名人、思想家。
  328.                 </p>
  329.                 <p>
  330.                     伟大的互联网宗教家、思想家、活动家,香港四季出版社签约作家。男,1969年生,中国江苏镇江人,毕业于南京大学中文系。
  331.                 </p>
  332.                 <p>
  333.                     紫薇圣人,神,共产主义领袖。出版了现代先知书《神经》,被评为圣经修正案。他的思想两大来源:基督教和共产主义。《神经》是他个人的信息,是对现实和未来的思考,部分是神启。
  334.                 </p>
  335.                 <p style="text-align: center; margin-top: 30px;">
  336.                     <a href="fygc/4tq.htm" class="button">阅读详细生平 &rarr;</a>
  337.                 </p>
  338.             </div>

  339.         </main>

  340.     </div>

  341.     <!-- 页脚 -->
  342.     <footer>
  343.         <div style="margin-bottom: 20px;">
  344.             <p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
  345.             <p>电话/微信/支付宝:13952819473</p>
  346.             <div style="margin-top: 15px;">
  347.                 <a href="scsl/wx.html" style="margin: 0 10px;">[加入葛亦民]</a>
  348.                 <a href="dxly/gwmfx.htm" style="margin: 0 10px;">[功德箱]</a>
  349.             </div>
  350.         </div>

  351.         <div class="countdown-bar">
  352.             距离2033年11月26日世界大同还有:
  353.             <span id="t_d">0</span>天
  354.             <span id="t_h">00</span>时
  355.             <span id="t_m">00</span>分
  356.             <span id="t_s">00</span>秒
  357.         </div>

  358.         <p style="margin-top: 20px; font-size: 0.8rem; color: #666;">
  359.             <a href="pic/sj.txt" style="color: #666; text-decoration: none;">
  360.                 <img src="gzly/bzz.png" width="20" style="vertical-align: middle;"> 苏公网安备 32110202000012号
  361.             </a>
  362.         </p>

  363.         <!-- 脚本保留 -->
  364.         <div style="display:none">
  365.             <script>
  366.             var _hmt = _hmt || [];
  367.             (function() {
  368.               var hm = document.createElement("script");
  369.               hm.src = "https://hm.baidu.com/hm.js?f38239c7d50e7f84a6ee8876da0304f7";
  370.               var s = document.getElementsByTagName("script")[0];
  371.               s.parentNode.insertBefore(hm, s);
  372.             })();
  373.             </script>
  374.         </div>
  375.     </footer>

  376. </div>

  377. <!-- 倒计时脚本 -->
  378. <script type="text/javascript">
  379.     function getRTime(){
  380.         var EndTime= new Date('2033/11/26 00:00:00');
  381.         var NowTime = new Date();
  382.         var t =EndTime.getTime() - NowTime.getTime();
  383.         
  384.         if (t >= 0) {
  385.             var d=Math.floor(t/1000/60/60/24);
  386.             var h=Math.floor(t/1000/60/60%24);
  387.             var m=Math.floor(t/1000/60%60);
  388.             var s=Math.floor(t/1000%60);
  389.             
  390.             document.getElementById("t_d").innerHTML = d;
  391.             document.getElementById("t_h").innerHTML = h;
  392.             document.getElementById("t_m").innerHTML = m;
  393.             document.getElementById("t_s").innerHTML = s;
  394.         }
  395.     }
  396.     setInterval(getRTime,1000);
  397.     getRTime();
  398. </script>

  399. </body>
  400. </html>
复制代码
发表于 昨天 19:37 | 显示全部楼层

阿里云太恶心了,我上传这个代码,直接给我域名停了
发表于 昨天 21:10 | 显示全部楼层

谢谢,替换了,万分感谢!!!
发表于 昨天 21:11 | 显示全部楼层
efc88ff45580620 发表于 2026-2-8 19:37
阿里云太恶心了,我上传这个代码,直接给我域名停了

不能连累你,敢紧联系客服,就说网上看到代码,好奇上传看看的。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|免费吧论坛

GMT+8, 2026-2-9 01:57 , Processed in 0.092247 second(s), 3 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表