掌上电脑

查看完整版本: 没有CSS或ispy插件页面上的图像



Snake
16-04-10, 17:33
您好米歇尔,你可以看看,看看是否有一个容易解决这个的任何机会;

计算机汁 - 网站间谍(http://www.computer-juice.com/forums/pt/vaispy.php)

似乎脚本是没有得到正确的CSS文件,是找错了地方的图像... ...

vBET
16-04-10, 17:52
正如我所看到的这个页面是不是在所有翻译。不使用有可能最global_complete钩。您可以尝试不使用global_complete挂钩的MODS的整合。

看到这里的描述:

真的global_complete不使用,请首先检查。

Snake
20-04-10, 14:11
我真的不知道如何遵循这些说明,它是一个简单的MOD,我认为Ajax的运行,只是一个php文件,无产品或模板。下面是该文件的内容。


<?PHP
//################################################ ################################//
/ / mod名称:VBISpy#/ /
//################################################ ################################//
/ /说明:这为百度推广的修改增加了一个“活”滚动#/ /
/ /论坛#/ /更新新职位
//################################################ ################################//
/ /通过:MPDev#/ /
/ /日期:06年9月26日#/ /
/ /版本:1.0.12#/ /
//################################################ ################################//

/ /设置PHP环境###################### ####################### #####
打开error_reporting(E_ALL&〜E_NOTICE);

/ / ####################重要常数的定义#######################
定义(“THIS_SCRIPT”,“vaispy”);

/ / ###################预缓存的模板和数据######################
/ /得到特殊的短语组
phrasegroups =阵列();

/ /从数据存储的特 殊数据模板
$ specialtemplates =阵列();

/ /预缓存的所有行动中使用的模板
$ globaltemplates =阵列();

/ /预缓存的具体行动中使用的模板
$ actiontemplates =阵列();

/ / #########################需要后端################### #########
require_once(“。/ global.php');

/ / #########################配置VARS ##################### #######
/ /的天数,扫描表.. (86400秒,在24小时内)
$ daysprune = 1;

/ /不要列出这些论坛,即使他们有权限(测试分类等)
$ blockforums =“”;

/ / #########################配置VARS ##################### #######

forumperms =阵列();
$ lastpostid =(INT)$ _REQUEST ['最后'];
美元认购=(INT)$ _REQUEST [“订阅”];

的foreach($百度推广 - > forumcache美元论坛){
$ forumid = $论坛['forumid“];
$ forumperms =&$百度推广 - > userinfo的['forumpermissions ']["$ forumid“];

如果(!使用isset($百度推广 - > forumcache [“$ forumid”])或($ forumperms&$百度推广 - > bf_ugp_forumpermissions ['canview'])或($ forumperms&$百度推广 - > bf_ugp_forumpermissions [“canviewothers”] )!verify_forum_password(forumid美元,为百度推广forumcache [“$ forumid”] [“密码”,假))
{
美元blockforums .= ','.$论坛['forumid“];
}
}
用unset(论坛);

美元datecut =“和thread.lastpost> =”。 (TIMENOW - ($ daysprune * 86400));
为预取= NULL;

############################################################################
/ /获取我发表的主题
require_once(DIR'。/ / functions_forumdisplay.php“);
= $ DB -> query_read(“
选择的主题ID
从“。TABLE_PREFIX。”作为线程的线程
thread.forumid在(0 $ blockforums)
thread.visible = 1和
thread.open <> 10和
thread.lastpostid> $ lastpostid
美元datecut
“);

美元idsArray =阵列();
而($ ID = $ DB -> fetch_array($))
{
美元idsArray [] = $ ID ['ID为'];
}

$ dotthreads = fetch_dot_threads_array(破灭(',', idsArray美元));
############################################################################
/ /获取线程

/ /不要设置超过20,除非你知道如何修改,在页面底部的HTML(291行)
$ limitq =(使用isset($ _REQUEST ['做'])“20”:“5,20”);

如果(元认购== 1)
{
$ getthreads = $ DB -> query_read(“
选择subscribethread.subscribethreadid
thread.forumid,
thread.firstpostid,
thread.lastpost,
thread.lastposter,
thread.lastpostid,
thread.replycount,
thread.threadid,
thread.title,
thread.open,
thread.views,
post.pagetext的AS预览
post.userid的AS lastpuserid
“从”。TABLE_PREFIX subscribethread的AS subscribethread
INNER JOIN“。TABLE_PREFIX。”上(subscribethread.threadid = thread.threadid)的线程的线程
LEFT JOIN“。TABLE_PREFIX。”AS deletionlog对deletionlog(thread.threadid = deletionlog.primaryid和类型=“线程”)
LEFT JOIN“。TABLE_PREFIX。”上(post.postid = thread.lastpostid)员额
WHERE subscribethread.userid =“$百度推广 - > userinfo的[”用户ID“]。”
thread.forumid不中(0元blockforums)
thread.visible = 1
与subscribethread.canview = 1
thread.lastpostid>美元lastpostid
与deletionlog.primaryid IS NULL
美元datecut
thread.lastpost倒序令,限制美元limitq
“);
}
其他
{
$ getthreads = $ DB -> query_read(“
选择thread.forumid
thread.firstpostid,
thread.lastpost,
thread.lastposter,
thread.lastpostid,
thread.replycount,
thread.threadid,
thread.title,
thread.open,
thread.views,
post.pagetext的AS预览
post.userid的AS lastpuserid
从“。TABLE_PREFIX。”作为线程的线程
LEFT JOIN“。TABLE_PREFIX。”AS deletionlog对deletionlog(thread.threadid = deletionlog.primaryid和类型=“线程”)
LEFT JOIN“。TABLE_PREFIX。”上(post.postid = thread.lastpostid)员额
有开放<> 10
美元datecut
thread.forumid不中(0元blockforums)
thread.visible = '1'
thread.lastpostid>美元lastpostid
post.visible = 1
与deletionlog.primaryid IS NULL
thread.lastpost倒序令,限制美元limitq
“);
}

行$ row = $ highestid = 1;
rowcolor =“ALT2”;

($线程= $ DB -> fetch_array($ getthreads)){
$颜色= $颜色=='ALT1“? “ALT2”:“ALT1”;

美元线程['标题'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title(unhtmlspecialchars($线程['标题']),85)));
美元线程['日期'] = vbdate(百度推广 - >选项“DATEFORMAT'],$线程['lastpost'],1);
美元线程[“时间”] = vbdate($百度推广 - >选项[“时间格式”],$线程['lastpost']);

/ /获取摆脱HTML和BBCode代码第一
美元线程[“预览”] =用strip_tags(strip_bbcode($线程[]“预览”,真实,真实));
$线程[“预览”] = htmlspecialchars_uni(fetch_trimmed_title($线程“预览”,200));
$线程[“预览”] = fetch_censored_text(fetch_word_wrapped_string($线程“预览”,20));

$线程[“replycount'] = vb_number_format(线程['replycount']);
$线程[“意见”] = vb_number_format(线程[“意见”);

$ tforumid =美元线程['forumid“];
美元线程[“论坛”] = htmlspecialchars_uni($百度推广 - > forumcache [“$ tforumid”] ['标题']);

如果($线程lastpostid'] == $线程[“firstpostid”])
{
$ ETYPE =“新主题”;
}
其他
{
$ ETYPE =“新帖”;
}

/ / Statusicon
/ /显示点的文件夹?
($ userinfo的百度推广 - >“用户ID”]和$百度推广 - >选项['showdots“]和$ dotthreads [”$线程[ID为]“])
{
美元线程['statusicon“] .='_dot”;
线程[dot_count'] = $ dotthreads [“$线程[ID为]"]['计数'];
线程[dot_lastpost'] = $ dotthreads [“$线程[ID为]"][' lastpost'];
}

/ /显示热文件夹?
($百度推广 - >“选项”[“usehotthreads”]和(($线程['replycount“] = $百度推广 - >选项”hotnumberposts']和$百度推广 - >选项['hotnumberposts']> 0)或(美元线程[“意见”]> = $百度推广 - >选项“hotnumberviews']和$百度推广 - >选项”hotnumberviews']> 0)))
{
美元线程['statusicon“] .='_hot”;
}

/ /显示锁定的文件夹?
($线程[“开放式”])
{
美元线程['statusicon“] .='_lock”;
}

$线程[“statusicon'] =”blank.gif“;

如果($ _REQUEST [''] ==“XML”)
{

Snake
20-04-10, 14:11
下面是第二部分,vbet论坛将停止大量的职位。


输出.= <<<VAPRINT
<event>
<ID> {$线程[“lastpostid ']}</ ID>
<what>美元ETYPE </>
<when > {$线程['日期']} {$线程['时间']}</时>
<TITLE> {$线程['标题']}</标题>
<preview> {$线程[“预览']}</预览>
<POSTER> {$线程[“lastposter ']}</海报>
<threadid> {$线程[“ID为']}</ ID为>
<postid> {$线程[“lastpostid ']}</ postid>
<lastpost> {$线程['lastpost ']}</ lastpost>
<USERID> {$线程['lastpuserid ']}</用户ID>
<forumid> {$线程['forumid ']}</ forumid>
<forumname> {$线程[论坛']}</ forumname>
<views> {$线程[']}</意见“的意见>
<replies> {$线程[“replycount ']}</回复>
<statusicon> {$线程[“statusicon ']}</ statusicon>
</事件>
VAPRINT;
}
其他
{
$ rowcolor =($ rowcolor ==“ALT1”ALT2“:”ALT1“);

美元的地方= $剪辑= $ poster_clip =美元海报= NULL;

(stristr($ ETYPE,“线程”))
{
$ post_url =“showthread.php?T = {$线程[”ID为']}";
}
其他
{
post_url =“showthread.php﹑= {$线程['lastpostid']}#发表{$线程['lastpostid ']}";
}

如果(!线程['标题'])
{
剪辑=“<STRONG>未知</ STRONG>”;
}
其他
{
$剪辑=“<STRONG> <img src=\\"{$thread['statusicon']}\\" alt=\\"\\" />的<a target = \\”_blank \\“= \\”{$ post_url} \\ “> {$线程”称号']}</ A> </ STRONG>“;
}

如果($线程[“预览”])
{
美元剪辑.=“<br /> {$线程[”预览']}";
}

美元剪辑.=“的意见({$线程[”意见“]},{$线程[replycount']}篇)”;

如果($线程['lastpuserid“])
{
$ poster_clip =“<a target=\\"_blank\\" href=\\"member.php?u={$thread['lastpuserid']}\\"> {$线程['lastposter ']}</>”;
}

$ poster_clip .=“<br /> {$线程['日期']} {$线程[”时间']}";

如果($线程[“论坛”])
{
$ .=“<STRONG> <a target=\\"_blank\\" href=\\"forumdisplay.php?f={$thread['forumid']}\\"> {$线程[论坛']}</ A> </ STRONG>“;
}
其他
{
$ =“”;
}

(is_browser(“戏”))
{
预取.= <<<VAPRINT
<div id="row{$row}"> <table cellpadding="3" cellspacing="0",width="100%"> <TR> <TD宽度=“20”类=“$ rowcolor smallfont“nowrap =”nowrap“对齐”中心“=> $ ETYPE </ TD> <TD class="$rowcolor smallfont" width="225" nowrap="nowrap" ALIGN="LEFT">美元poster_clip </ TD > <td class="$rowcolor smallfont" width="80%">美元片段</ TD> <TD class="$rowcolor smallfont" width="200" nowrap="nowrap" align="center">美元的地方</ TD> </ TR> </ TABLE> </ DIV> \\ N
VAPRINT;
}
其他
{
预取.= <<<VAPRINT
<tr id="row{$row}"> <td class="$rowcolor smallfont" align="center"> <div class="smallfont">美元ETYPE </ DIV> </ TD> <TD类=“ $ rowcolor smallfont“> <div class="smallfont">美元poster_clip </ DIV> </ TD> <TD class="$rowcolor smallfont"> <div class="smallfont">美元片段</ DIV> </ TD > <td class="$rowcolor smallfont" align="center"> <div class="smallfont">美元</ DIV> </ TD> </ TR> \\ N
VAPRINT;
}

$行+;
如果(美元线程[“lastpostid']> $ highestid)
{
$ highestid =美元线程['lastpostid“];
}
}
}

如果(美元行<20)
{
($ X = $行; $ X <21; $ X + +)
{
(is_browser(“戏”))
{
预取.= <<<VAPRINT
<div id="row{$x}"> </ DIV> \\ N
VAPRINT;
}
其他
{
预取.= <<<VAPRINT
<tr id="row{$x}"> <td class="$rowcolor smallfont" align="center"> </ TD> <td class="$rowcolor smallfont"> </ TD> < TD类=“$ rowcolor smallfont”> </ TD> <TD class="$rowcolor smallfont" align="center"> </ TD> </ TR> \\ N
VAPRINT;
}
}
}

/ /内存节省
用unset(螺纹);
$ DB -> free_result(元getthreads);

如果($ _REQUEST [''] ==“XML”)
{
标题(“内容类型:文本/ xml”($ stylevar ['字符集'] = ''';字符集='$ stylevar [“字符集”]:!?“));
回声'<?XML版本=“1.0”编码=“”$ stylevar [“字符集”]。'"?>'。 “\\ R \\ N”;

我(输出)
{
回声“<events>美元输出</事件>”;
}
其他
{
回声“<events />”;
}

退出;
}

navbits =阵列();
$ navbits [$父] ='网站间谍“;
navbits = construct_navbits(元navbits);

的eval('$的Navbar =“。fetch_template(”navbar中“)。'";');
$的Navbar = process_replacement_vars(美元的Navbar);

的eval('$ headinclude =“”。fetch_template('headinclude“)。'";');
$ headinclude = process_replacement_vars(元headinclude);

EVAL(“页脚”。fetch_template(“页脚”)。'";');
美元页脚= process_replacement_vars(美元页脚);

回声<<<VAPRINT
美元stylevar [htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<HEAD>
$ headinclude
<style type="text/css">
spyfade1格。spyfade1跨度,spyfade1 TD。spyfade1 IMG {
不透明度:0.90;
过滤器:阿尔法(不透明度= 90);
MOZ -混浊:0.90;
}
spyfade2格。spyfade2跨度,spyfade2 TD,spyfade2 IMG {
不透明度:0.80;
过滤器:阿尔法(不透明度= 80);
MOZ -混浊:0.80;
}
spyfade3格。spyfade3跨度,spyfade3 TD。spyfade3 IMG {
不透明度:0.70;
过滤器:阿尔法(不透明度= 70);
MOZ -混浊:0.70;
}
spyfade4格。spyfade4跨度,spyfade4 TD。spyfade4 IMG {
不透明度:0.50;
过滤器:α(不透明度= 50);
MOZ -混浊:0.50;
}
spyfade5格。spyfade5跨度,spyfade5 TD。spyfade5 IMG {
不透明度:0.30;
过滤器:阿尔法(不透明度= 30);
MOZ -混浊:0.30;
}
</ STYLE>
<script src="clientscript/va_prototype.js"> </ SCRIPT>
<script src="clientscript/va_effects.js"> </ SCRIPT>
<script src="clientscript/va_spy.js"> </ SCRIPT>
<script language="javascript" type="text/javascript">

</ SCRIPT>
<TITLE>电脑果汁 - 网站间谍</ TITLE>
</ HEAD>
<body onload="spyinit();">
元头
$的Navbar

<table width="90%" align="center"> <TR> <TD width="50%" ALIGN="LEFT"> <input type="checkbox" id="subscribe" VALUE="1"> ;订阅的主题</ TD>
<td width="50%" />
<img id="vaplay" src="images/misc/play_down.gif" style="c ursor:pointer;" alt="Play" title="Play Comments" onclick="playSpy();" />
<img id="vapause" src="images/misc/pause_up.gif" style="c ursor:pointer;" alt="Pause" title="Pause Comments" onclick="pauseSpy();" />
</ TD> </ TR> </ TABLE>
<br />
VAPRINT;

(is_browser(“戏”))
{
输出.= <<<VAPRINT
<table class="tborder" cellpadding="0" cellspacing="0",width="100%" align="center" id="spy_table">
<TR> <TD width="20" class="tcat" nowrap="nowrap" style="height:25px;"> </ TD>
<td class="tcat" width="225" nowrap="nowrap" style="height:25px;">会员</ TD>
<td class="tcat" width="80%" style="height:25px;">主题/发表</ TD>
<td class="tcat" width="200" nowrap="nowrap" style="height:25px;">论坛
</ TR>
<TR> <TD colspan="4" class="alt1">
为预取
<div id="row21" style="display:none;" class="spyfade1"> </ DIV>
<div id="row22" style="display:none;" class="spyfade2"> </ DIV>
<div id="row23" style="display:none;" class="spyfade3"> </ DIV>
<div id="row24" style="display:none;" class="spyfade4"> </ DIV>
<div id="row25" style="display:none;" class="spyfade5"> </ DIV>
</ TD> </ TR>
</ TABLE>
VAPRINT;
}
其他
{
输出.= <<<VAPRINT
<table class="tborder" cellpadding="6" cellspacing="1",width="100%" align="center" id="spy_table">
<THEAD>
<tr align="center"> <td class="thead" width="100">事件</ TD> <TD class="thead" width="100">会员</ TD> <TD类=“THEAD “主题/发表> </ TD> <TD class="thead" width="190">论坛</ TD> </ TR>
</ THEAD>
<tbody class="alt1">
为预取
<tr id="row21" style="display: none;" class="spyfade1"> <td align="center"> </ TD> <TD> </ TD> <TD> < / TD> <td align="center"> </ TD> </ TR>
<tr id="row22" style="display: none;" class="spyfade2"> <td align="center"> </ TD> <TD> </ TD> <TD> < / TD> <td align="center"> </ TD> </ TR>
<tr id="row23" style="display: none;" class="spyfade3"> <td align="center"> </ TD> <TD> </ TD> <TD> < / TD> <td align="center"> </ TD> </ TR>
<tr id="row24" style="display: none;" class="spyfade4"> <td align="center"> </ TD> <TD> </ TD> <TD> < / TD> <td align="center"> </ TD> </ TR>
<tr id="row25" style="display: none;" class="spyfade5"> <td align="center"> </ TD> <TD> </ TD> <TD> < / TD> <td align="center"> </ TD> </ TR>
</ TBODY>
</ TABLE>
VAPRINT;
}

输出.= <<<VAPRINT
美元页脚
VAPRINT;

回声元输出;
?>

vBET
21-04-10, 01:59
这是的问题 - 仅仅是打印输出,所以是不正常的方式来翻译它的可能性。

但是 - 我们有这个解决方案 - 我指出你的一个。它会处理像这样的案件。请告诉我们到底哪一步,你有麻烦。我们将帮助您休耕指示,甚至修改它更容易 理解:)

PS。
你确定,这个mod的许可证允许发布其代码吗?如果没有,那么请删除它。

Snake
22-04-10, 09:46
让我清楚,我想让你做这项工作,我可以支付。

vBET
22-04-10, 14:23
让我清楚,我想让你做这项工作,我可以支付。

当然,我们也想安装提供有偿服务,升级。我们不认为整合服务,但你可以购买升级服务(http://www.vbenterprisetranslator.com/upgrade-service.php),我们会为你做。

请注意,我们需要访问你的FTP和管理面板,能够做到这一点的整合(管理面板 - 也许不是,如果实际设置确定; FTP明确是)。

Automatic Translations (Powered by Google, Microsoft®, Yandex, SDL Language Cloud, IBM Watson and Apertium):
AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian CreoleHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishTaiwaneseThaiTurkishUkrainianVietnameseWelshYiddish
Translations by vB Enterprise Translator 4.10.1