推荐榜 短消息 big5 繁体中文 找回方式 手机版 广 广告招商 主页 VIP 手机版 VIP 界面风格 ? 帮助 我的 搜索 申请VIP
客服
原帖内容
敎主

2014-1-4 15:25


你出现的问题估计是这种可能page.js和start.htm没改
在HP的设置里把版权填上≡★色中色论坛★≡ 制作里填上自己的名字
HP设置中的page.js按下面的填写
引用:
var pages = new Array();
{PAGE}

function loadurl(url,num)
{
//alert(num);
        if (num == undefined)
        {
                parent.document.title = '作者:{作者} - 制作:{制作} - {版权}';
                document.location = url;
        }
        else
        {
                parent.txt = num;
                if (num == -1)
                {
                        parent.document.title = '作者:{作者} - 制作:{制作} - {版权}';
                        document.location = "index.htm";
                }
                else
                {
                        parent.document.title = '作者:{作者} - 制作:{制作} - {版权}';
                        document.location = url;
                }
        }
}

function loadtxt(i)
{
        document.write('<script language="JavaScript" src="../txt/'+pages[0]+'.txt"></script>');
}

function setCookies(cookieName,cookieValue, expirehours)
{
        var today = new Date();
        var expire = new Date();
        expire.setTime(today.getTime() + 3600000 * 356 * 24);
        document.cookie = cookieName+'='+escape(cookieValue)+';expires='+expire.toGMTString();
}

function ReadCookies(cookieName)
{
        var theCookie = '' + document.cookie;
        var i = theCookie.indexOf(cookieName);
        if (i == -1 || cookieName == '') return '';
        var j=theCookie.indexOf(';',i);
        if (j == -1) j = theCookie.length;
        return unescape(theCookie.substring(i + cookieName.length + 1,j));
}
Start.htm按下面填写
引用:
<html><head><title>作者:{作者} - 制作:{制作} - {版权}</title></head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" style="overflow:hidden">
<iframe frameborder="0" style="width:100%;height:100%" src="{默认模板}/index.htm"></iframe>
</body>
</html>
然后EXE的界面就只只填加书名号的书名就是了

[ 本帖最后由 Thending 于 2014-1-4 15:27 编辑 ]

查看评分记录

积分 用户名 时间 理由
金币 +8 龍淵 2014-1-4 17:00 辛苦


当前时区 GMT+8, 现在时间是 2025-6-15 15:47