מחשב כף יד

צפה בגרסא המלאה: אין 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.

ראו כאן תיאור:

נא לבדוק תחילה באמת global_complete אינו משמש שם.

Snake
20-04-10, 14:11
אני באמת לא יודע איך לעקוב אחר הוראות אלה, הוא מוד פשוט, ריצות של ajax אני חושב, רק קובץ אחד php, אין מוצר או תבניות. הנה תוכן הקובץ.


<? Php
//################################################ ################################//
שם / / MOD: VBISpy # / /
//################################################ ################################//
/ / תיאור: שינוי עבור vBulletin מוסיף גלילה "לחיות" # / /
/ / עדכון על הודעות חדשות בפורום # / /
//################################################ ################################//
/ / על ידי: MPDev # / /
/ / תאריך: 9.26.06 # / /
/ / גירסה: 1.0.12 # / /
//################################################ ################################//

/ / ####################### SET PHP סביבה ###################### #####
error_reporting (E_ALL & ~ E_NOTICE);

/ / #################### שיגדיר קבועים חשוב #######################
להגדיר ("THIS_SCRIPT ',' vaispy ');

/ / ################### PRE-cache תבניות נתונים ######################
/ / לקבל קבוצות ביטוי מיוחד
Phrasegroups $ = מערך ();

/ / להשיג מיוחד תבניות נתונים מאגר נתונים
Specialtemplates $ = מערך ();

/ / טרום מטמון תבניות בשימוש על ידי כל הפעולות
Globaltemplates $ = מערך ();

/ / טרום מטמון תבניות בשימוש על ידי פעולות מסוימות
Actiontemplates $ = מערך ();

/ / ######################### לדרוש עורפיים ################### #########
require_once ('/ global.php.');

/ / ######################### CONFIG VARs ##################### #######
/ / מספר ימים כדי לסרוק את השולחן .. (86,400 מייצג את מספר השניות 24 שעות)
Daysprune $ = 1;

/ / אל רשימת פורומים אלו, גם אם יש להם הרשאות (קטגוריות בדיקה, וכו ')
Blockforums $ = "";

/ / ######################### CONFIG VARs ##################### #######

Forumperms $ = מערך ();
Lastpostid $ = (int) $ _REQUEST ['האחרון'];
$ להירשם = (int) $ _REQUEST ['מנוי'];

foreach ($ vBulletin-> forumcache דולר הפורום) {
$ = $ Forumid בפורום ['forumid'];
$ $ = & Forumperms vBulletin-> UserInfo ['forumpermissions']["$ forumid "];

אם (! isset ($ vBulletin-> forumcache ["$ forumid"]) או! ($ forumperms & $ vBulletin-> bf_ugp_forumpermissions ['canview']) או! ($ forumperms & $ vBulletin-> bf_ugp_forumpermissions ['canviewothers'] ) או! verify_forum_password ($ forumid, $ vBulletin-> forumcache ["$ forumid"] ['password'], שקר))
{
$ Blockforums .=','.$ בפורום ['forumid'];
}
}
unset ($ הפורום);

Datecut $ = "AND thread.lastpost> =". (TIMENOW - ($ daysprune * 86400));
Prefetched $ = null;

############################################################################
/ / קבל נושאים אני פורסם ב
require_once (. DIR '/ כולל / functions_forumdisplay.php');
$ Result = $ db-> query_read ("
SELECT threadid
מ ". TABLE_PREFIX." חוט כמו חוט
שבו לא thread.forumid IN (0 $ blockforums) ו
thread.visible = 1 ו
thread.open <> 10 ו
thread.lastpostid> $ lastpostid
$ Datecut
");

IdsArray $ = מערך ();
ואילו ($ id = $ db-> fetch_array ($ result))
{
IdsArray $ [] = $ id ['threadid'];
}

$ Dotthreads = fetch_dot_threads_array (לקרוס (',', $ idsArray));
############################################################################
/ / קבל נושאים

/ / לא מוגדר יותר מ 20 אלא אם אתה יודע כיצד לשנות את ה-HTML בתחתית הדף (ועל קו 291)
Limitq $ = (isset ($ _REQUEST ['אל']) "20": "5,20");

אם ($ להירשם == 1)
{
Getthreads $ = $ db-> query_read ("
SELECT 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." חוט כמו חוט ON (subscribethread.threadid = thread.threadid)
LEFT JOIN ". TABLE_PREFIX". Deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid וסוג = 'חוט')
LEFT JOIN ". TABLE_PREFIX." פוסט פוסט ON (post.postid = thread.lastpostid)
WHERE = subscribethread.userid ". $ VBulletin-> UserInfo [" זיהוי המשתמש ']. "
ולא thread.forumid IN (0 $ blockforums)
ו thread.visible = 1
ו subscribethread.canview = 1
ו thread.lastpostid> $ lastpostid
ו deletionlog.primaryid הוא ריק
$ Datecut
ORDER BY DESC LIMIT $ thread.lastpost limitq
");
}
אחר
{
Getthreads $ = $ db-> query_read ("
SELECT 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". Deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid וסוג = 'חוט')
LEFT JOIN ". TABLE_PREFIX." פוסט פוסט ON (post.postid = thread.lastpostid)
איפה לפתוח <> 10
$ Datecut
ולא thread.forumid IN (0 $ blockforums)
ו thread.visible = '1 '
ו thread.lastpostid> $ lastpostid
ו post.visible = 1
ו deletionlog.primaryid הוא ריק
ORDER BY DESC LIMIT $ thread.lastpost limitq
");
}

$ Row = $ highestid = 1;
Rowcolor $ = "alt2";

ואילו ($ חוט = $ db-> fetch_array ($ getthreads)) {
$ $ = צבע צבע == "alt1 '? "Alt2": "alt1 ';

$ חוט ['title'] = htmlspecialchars_uni (fetch_censored_text (fetch_trimmed_title (unhtmlspecialchars ($ חוט ['title']), 85)));
$ חוט ['תאריך'] = vbdate ($ vBulletin-> אפשרויות חוט ['dateformat'], $ ['lastpost'], 1);
$ חוט ['זמן'] = vbdate ($ vBulletin-> אפשרויות ['timeformat'], $ חוט ['lastpost']);

/ / להיפטר HTML ו BBCode first
$ חוט ['תצוגה מקדימה'] = strip_tags (חוט strip_bbcode ($ ['תצוגה מקדימה'], נכון, נכון));
$ חוט ['תצוגה מקדימה'] = htmlspecialchars_uni (fetch_trimmed_title ($ חוט ['תצוגה מקדימה'], 200));
$ חוט ['תצוגה מקדימה'] = fetch_censored_text (fetch_word_wrapped_string ($ חוט ['תצוגה מקדימה'], 20));

$ חוט ['replycount'] = (חוט $ ['replycount']) vb_number_format;
$ חוט ['נוף'] = vb_number_format ($ חוט ['נוף']);

Tforumid $ = $ חוט ['forumid'];
$ חוט ['פורום'] = htmlspecialchars_uni ($ vBulletin-> forumcache ["$ tforumid"] ["כותרת"]);

אם ($ חוט ['lastpostid'] == $ חוט ['firstpostid'])
{
Etype $ = "נושא חדש";
}
אחר
{
Etype $ = "נושא חדש";
}

/ / Statusicon
/ / נקודה התיקייה להראות?
אם ($ vBulletin-> UserInfo ["זיהוי המשתמש"] ו $ vBulletin-> אפשרויות ['showdots'] ו $ dotthreads ["$ חוט [threadid]"])
{
$ חוט ['statusicon'] .= "_dot ';
חוט חוט $ ['dot_count'] = $ dotthreads ["$ [threadid ]"][' לספור"];
חוט חוט $ ['dot_lastpost'] = $ dotthreads ["$ [threadid ]"]['] lastpost ';
}

/ / להראות התיקייה חם?
אם ($ vBulletin-> אפשרויות ['usehotthreads'] AND (($ חוט ['replycount']> = $ vBulletin-> אפשרויות ['hotnumberposts'] ו $ vBulletin-> אפשרויות ['hotnumberposts']> 0) או ( $ חוט ['נוף']> = $ vBulletin-> אפשרויות ['hotnumberviews'] ו $ vBulletin-> אפשרויות ['hotnumberviews']> 0)))
{
$ חוט ['statusicon'] .= "_hot ';
}

/ / להראות התיקייה נעול?
אם (! $ חוט ['פתוחה'])
{
$ חוט ['statusicon'] .= "_lock ';
}

$ חוט ['statusicon'] = "blank.gif";

אם ($ _REQUEST ['אל'] == "xml")
{

Snake
20-04-10, 14:11
הנה החלק השני, בפורום vbet מפסיק שנכתבו גדול.


$ פלט .= <<<VAPRINT
<event>
{<id> $ חוט ['id lastpostid']}</>
<what> $ etype </ מה>
זמן']}</ <when> {$ חוט ['תאריך']} {$ חוט ['כאשר>
['<title> {$ חוט הכותרת']}</ title>
<preview> {$ חוט ['']}</ תצוגה מקדימה>
<poster> {$ חוט ['פוסטר lastposter']}</>
{<threadid> $ חוט ['threadid']}</ threadid>
{<postid> $ חוט ['lastpostid']}</ postid>
{<lastpost> $ חוט '[lastpost lastpost']}</>
{<userid> $ חוט ["זיהוי המשתמש lastpuserid']}</>
{<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 = {$ חוט ['threadid']}";
}
אחר
{
Post_url $ = "showthread.php? P = {$ חוט ['lastpostid']} {$ # post חוט ['lastpostid']}";
}

אם (! $ חוט ["כותרת"])
{
קליפ $ = "<strong> לא ידוע </ strong>";
}
אחר
{
קליפ $ = "<strong> <img src=\\"{$thread['statusicon']}\\" alt=\\"\\" /> <a target = \\" _blank \\ "href = \\" $ {post_url} \\ "> {$ חוט ['כותרת']}</ a> </ strong>";
}

אם ($ חוט ['תצוגה מקדימה'])
{
קליפ $ .= "<br /> {$ חוט ['תצוגה מקדימה']}";
}

קליפ $ .= "({$ חוט ['נופים']} נופים, {$ חוט ['replycount']} תגובות)";

אם ($ חוט ['lastpuserid'])
{
Poster_clip $ = "target=\\"_blank\\" <a href=\\"member.php?u={$thread['lastpuserid']}\\"> {$ חוט ['lastposter']}</ a>";
}

Poster_clip $ .= "זמן חוט /> {$ חוט ['תאריך']} {$ <br '[']}";

אם ($ חוט ['פורום'])
{
היכן $ .= "<strong> target=\\"_blank\\" <a href=\\"forumdisplay.php?f={$thread['forumid']}\\"> {$ חוט '[']}</ בפורום >> </ strong ";
}
אחר
{
$ שם = "";
}

אם (is_browser ("אופרה"))
{
$ Prefetched .= <<<VAPRINT
<div id="row{$row}"> <table cellpadding="3" cellspacing="0" border="0" width="100%"> <tr> <td רוחב = הכיתה "20" = "$ rowcolor smallfont "ללא גלישה =" ללא גלישה "align =" מרכז "> $ 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> </ span> \\ n
VAPRINT;
}
אחר
{
$ Prefetched .= <<<VAPRINT
<tr id="row{$row}"> <td class="$rowcolor smallfont" align="center"> <div class="smallfont"> $ etype </ span> </ td> <td class = " $ rowcolor smallfont "> <div class="smallfont"> $ poster_clip </ span> </ td> <td class="$rowcolor smallfont"> <div class="smallfont"> $ קליפ </ span> </ td > <td class="$rowcolor smallfont" align="center"> <div class="smallfont"> $ שם </ span> </ td> </ tr> \\ n
VAPRINT;
}

בשורה $ + +;
אם ($ חוט ['lastpostid']> $ highestid)
{
Highestid $ = $ חוט ['lastpostid'];
}
}
}

אם ($ row <20)
{
עבור ($ x = $ row; $ x <21; $ x + +)
{
אם (is_browser ("אופרה"))
{
$ Prefetched .= <<<VAPRINT
<div id="row{$x}"> </ span> \\ n
VAPRINT;
}
אחר
{
$ Prefetched .= <<<VAPRINT
<tr id="row{$x}"> <td class="$rowcolor smallfont" align="center"> </ td> <td class="$rowcolor smallfont"> </ td> < td class = "$ rowcolor smallfont"> </ td> <td class="$rowcolor smallfont" align="center"> </ td> </ tr> \\ n
VAPRINT;
}
}
}

/ / זיכרון חיסכון
unset ($ חוט);
$ Db-> free_result ($ getthreads);

אם ($ _REQUEST ['אל'] == "xml")
{
כותרת ('Content-Type: text / xml "($ stylevar [' charset '] ='''; charset =" $ stylevar ['charset']:.!?''.));
הד '<? גרסה xml = "1.0" קידוד = "". $ stylevar [' charset '].'"?>'. "\\ R \\ n";

אם ($ פלט)
{
הד "<events> $ פלט </ אירועים>";
}
אחר
{
הד "<events />";
}

היציאה;
}

Navbits $ = מערך ();
$ Navbits [$ הורה] = 'מרגלים האתר';
$ Navbits = construct_navbits ($ navbits);

eval ('$ navbar = ". fetch_template (" בסרגל הניווט).'";');
Navbar $ = process_replacement_vars ($ navbar);

eval ('$ headinclude = ". fetch_template (" headinclude').'";');
$ Headinclude = process_replacement_vars ($ headinclude);

eval ('$ = תחתונה ". fetch_template (' תחתונה ').'";');
$ = תחתונה process_replacement_vars ($ תחתונה);

echo <<<VAPRINT
$ Stylevar [htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$ Headinclude
<style type="text/css">
. Div spyfade1,. Span spyfade1,,. Spyfade1 td,. Spyfade1 img {
אטימות: 0.90;
מסנן: אלפא (אטימות = 90);
-Moz-opacity: 0.90;
}
. Div spyfade2,. Span spyfade2,. Td spyfade2,. Spyfade2 img {
אטימות: 0.80;
מסנן: אלפא (אטימות = 80);
-Moz-opacity: 0.80;
}
. Div spyfade3,. Span spyfade3,. Spyfade3 td,. Spyfade3 img {
אטימות: 0.70;
מסנן: אלפא (אטימות = 70);
-Moz-opacity: 0.70;
}
. Div spyfade4,. Span spyfade4,. Spyfade4 td,. Spyfade4 img {
אטימות: 0.50;
מסנן: אלפא (אטימות = 50);
-Moz-opacity: 0.50;
}
. Div spyfade5,. Span spyfade5,. Spyfade5 td,. Spyfade5 img {
אטימות: 0.30;
מסנן: אלפא (אטימות = 30);
-Moz-opacity: 0.30;
}
</ Style>
<script language="javascript" src="clientscript/va_prototype.js"> </ script>
<script language="javascript" src="clientscript/va_effects.js"> </ script>
<script language="javascript" 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%" align="right">
<img id="vaplay" src="images/misc/play_down.gif" style="cursor:pointer;" alt="Play" Comments" title="Play onclick="playSpy();" />
<img id="vapause" src="images/misc/pause_up.gif" style="cursor:pointer;" alt="Pause" title="Pause Comments" onclick="pauseSpy();" />
</ Td> </ tr> </ table>
<br />
VAPRINT;

אם (is_browser ("אופרה"))
{
$ פלט .= <<<VAPRINT
<table class="tborder" cellpadding="0" cellspacing="0" border="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">
Prefetched $
<div id="row21" style="display:none;" class="spyfade1"> </ span>
<div id="row22" style="display:none;" class="spyfade2"> </ span>
<div id="row23" style="display:none;" class="spyfade3"> </ span>
<div id="row24" style="display:none;" class="spyfade4"> </ span>
<div id="row25" style="display:none;" class="spyfade5"> </ span>
</ Td> </ tr>
</ Table>
VAPRINT;
}
אחר
{
$ פלט .= <<<VAPRINT
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" id="spy_table">
<thead>
<tr align="center"> <td class="thead" width="100"> אירוע </ td> <td class="thead" width="100"> משתמש </ td> <td class = "THEAD "> אשכול / הודעה </ td> <td class="thead" width="190"> הפורום </ td> </ tr>
</ THEAD>
<tbody class="alt1">
Prefetched $
<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.
האם אתה בטוח כי הרישיון של מוד זה מאפשר לפרסם את הקוד שלה? אם לא אז בבקשה להסיר אותו.

Snake
22-04-10, 09:46
הרשו לי להיות ברור, אני רוצה לעשות את העבודה הזאת, אני יכול לשלם.

vBET
22-04-10, 14:23
הרשו לי להיות ברור, אני רוצה לעשות את העבודה הזאת, אני יכול לשלם.

כמובן שאנו מציעים שירותים בתשלום כמו גם ההתקנה, השדרוג. לא חשבנו על שירות ואינטגרציה, אבל אתה יכול לקנות שירות שדרוג (http://www.vbenterprisetranslator.com/upgrade-service.php) ואנחנו נעשה את זה בשבילך.

שים לב כי אנו זקוקים לגישה CP ו-FTP Admin שלך כדי להיות מסוגל לעשות את זה אינטגרציה (CP ניהול - אולי לא אם ההגדרות בפועל אישור; FTP בוודאות כן).

Automatic Translations (Powered by Google, Microsoft®, Yandex, SDL Language Cloud, IBM Watson and Apertium):
AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian CreoleHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishTaiwaneseThaiTurkishUkrainianVietnameseWelshYiddish
Languages translations made by vBET Translator 4.10.1