Merhaba Michel, bunun için kolay bir düzeltme varsa, bir göz ve görebiliyordu bir şans;
Bilgisayar Suyu - Sitesi Spy
Css dosyası komut dosyası düzgün almıyor ve görüntüler için yanlış yerde arıyor gibi görünüyor ...
Merhaba Michel, bunun için kolay bir düzeltme varsa, bir göz ve görebiliyordu bir şans;
Bilgisayar Suyu - Sitesi Spy
Css dosyası komut dosyası düzgün almıyor ve görüntüler için yanlış yerde arıyor gibi görünüyor ...
Görüldüğü gibi tüm bu sayfayı tercüme değildir. Büyük bir olasılıkla global_complete kanca orada kullanılan değildir. Global_complete kanca kullanarak mods için entegrasyon deneyebilirsiniz.
Açıklama için buraya bakınız: # post1795 http://www.vbenterprisetranslator.co....html
Gerçekten global_complete orada kullanılan yaptığı ilk kontrol edin.
Ben dürüst bu yönergeleri izleyin nasıl bilmiyorum, basit bir mod, sadece bir php dosyası, herhangi bir ürün veya şablonları i düşünüyorum ajax çalışır. Burada dosya içeriğini.
<? Php
//################################################ ################################//
/ / MOD ADI: VBISpy # / /
//################################################ ################################//
/ / AÇIKLAMA: vBulletin için bu değişiklik, "canlı" bir kaydırma # / / ekler
# / / Forum yeni mesaj / / güncelleme
//################################################ ################################//
/ / BY: MPDev # / /
/ / TARİHİ: 9.26.06 # / /
/ / VERSION: 1.0.12 # / /
//################################################ ################################//
/ / ####################### SET PHP ÇEVRE ###################### #####
error_reporting (E_ALL & ~ E_NOTICE);
/ / #################### ÖNEMLİ DEĞERLER DEFINE #######################
('THIS_SCRIPT', 'vaispy');
/ / ################### PRE-CACHE ŞABLONLARI VE VERİ ######################
/ / Özel ifade gruplar
$ Phrasegroups = array ();
/ / Veri deposuna özel veri şablonları
$ = Array () specialtemplates;
/ / Tüm eylemler tarafından kullanılan ön-cache şablonları
$ = Array () globaltemplates;
/ / Belirli eylemleri tarafından kullanılan ön-cache şablonları
$ = Array () actiontemplates;
/ / ######################### BACK-END ################### GEREKTİRİR #########
require_once ('/ global.php.');
/ / ######################### CONFIG VARS ##################### #######
/ / Gün sayısı için tablo taraması .. (86400 saniye 24 saat içinde sayısını temsil)
$ Daysprune = 1;
Izinleri (test kategoriler, vb.) Olsa bile / / bu forumların listesini vermeyin
$ Blockforums = "";
/ / ######################### CONFIG VARS ##################### #######
$ Forumperms = array ();
$ Lastpostid = (int) $ _REQUEST ['son'];
$ Abone = (int) $ _REQUEST ['abone'];
foreach ($ vbulletin-> forumcache AS $ forum) {
ABD doları forumid = $ forum ['forumid'];
$ Forumperms = & $ vbulletin-> userinfo ['forumpermissions']["$ forumid "];
if (isset ($ vbulletin-> forumcache ["$ forumid"]) VEYA ($ forumperms & $ vbulletin-> bf_ugp_forumpermissions ['canview']) VEYA (ABD doları forumperms & $ vbulletin-> bf_ugp_forumpermissions ['canviewothers'] ) VEYA! verify_forum_password ($ forumid, $ vbulletin-> forumcache ["$ forumid"] ['password'], false))
{
$ Blockforums .=','.$ forum ['forumid'];
}
}
unset ($ forum);
$ Datecut = "VE thread.lastpost> =". (TIMENOW - ($ daysprune * 86400));
ABD doları prefetched = null;
############################################################################
/ / I Tarih konu alın
require_once (DIR '/ functions_forumdisplay.php /');
$ Result = $ db-> query_read ("
Threadid SEÇ
Konu FROM ". Table_prefix." Konu
NEREDE ve NOT IN (0 $ blockforums) thread.forumid
thread.visible = 1 ve
thread.open <> 10 ve
thread.lastpostid> ABD doları lastpostid
ABD doları datecut
");
$ IdsArray = array ();
while ($ id = $ db-> fetch_array ($ result))
{
$ IdsArray [] = $ id ['threadid'];
}
$ Dotthreads = fetch_dot_threads_array (implode (',', idsArray ABD doları));
############################################################################
/ / Konuları alın
/ / Sayfanın alt kısmında html defterini nasıl bilmedikçe (291 hat) 20 den fazla vermeyin
$ Limitq = (isset ($ _REQUEST ['']) "20": "5,20");
if ($ abone == 1)
{
$ Getthreads = $ db-> query_read ("
SEÇ subscribethread.subscribethreadid
thread.forumid,
thread.firstpostid,
thread.lastpost,
thread.lastposter,
thread.lastpostid,
thread.replycount,
thread.threadid,
thread.title,
thread.open,
thread.views,
önizleme AS post.pagetext
lastpuserid AS post.userid
Subscribethread GİBİ "table_prefix." DAN subscribethread
INNER JOIN ". Table_prefix." Konu (subscribethread.threadid = thread.threadid) AS ON Konu
LEFT JOIN "table_prefix." Deletionlog ON deletionlog AS (thread.threadid = deletionlog.primaryid VE type = 'Konu')
LEFT JOIN "table_prefix" (post.postid = thread.lastpostid) AÇIK yazılan OLARAK Mesaj
NEREDE subscribethread.userid = "$ vbulletin-> userinfo ['userid']."
VE DEĞİL thread.forumid (0 ABD doları blockforums)
VE thread.visible = 1
VE subscribethread.canview = 1
VE thread.lastpostid> $ lastpostid
VE deletionlog.primaryid IS NULL
ABD doları datecut
ORDER BY thread.lastpost DESC LIMIT $ limitq
");
}
başka
{
$ Getthreads = $ db-> query_read ("
SEÇ thread.forumid
thread.firstpostid,
thread.lastpost,
thread.lastposter,
thread.lastpostid,
thread.replycount,
thread.threadid,
thread.title,
thread.open,
thread.views,
önizleme AS post.pagetext
lastpuserid AS post.userid
Konu olarak FROM ". Table_prefix." Konu
LEFT JOIN "table_prefix." Deletionlog ON deletionlog AS (thread.threadid = deletionlog.primaryid VE type = 'Konu')
LEFT JOIN "table_prefix" (post.postid = thread.lastpostid) AÇIK yazılan OLARAK Mesaj
NEREDE açık <> 10
ABD doları datecut
VE DEĞİL thread.forumid (0 ABD doları blockforums)
VE thread.visible = '1 '
VE thread.lastpostid> $ lastpostid
VE post.visible = 1
VE deletionlog.primaryid IS NULL
ORDER BY thread.lastpost DESC LIMIT $ limitq
");
}
$ Row = $ highestid = 1;
$ Rowcolor = "alt2";
while ($ konu = $ db-> fetch_array ($ getthreads)) {
$ Color = $ renk == 'alt1'? 'Alt2': 'alt1';
$ Thread ['title'] = htmlspecialchars_uni (fetch_censored_text (fetch_trimmed_title (unhtmlspecialchars ($ thread ['title']), 85)));
$ Thread ['tarih'] = vbdate ($ vbulletin-> options ['DATEFORMAT'], $ thread ['lastpost'], 1);
$ Thread ['zaman'] = vbdate ($ vbulletin-> options ['TIMEFORMAT'], $ thread ['lastpost']);
/ / Html ve bbcode ilk kurtulun
$ Thread ['önizleme'] = strip_tags (strip_bbcode ($ thread ['önizleme'], doğru, gerçek));
$ Thread ['önizleme'] = htmlspecialchars_uni (fetch_trimmed_title ($ thread ['ön izleme'], 200));
$ Thread ['önizleme'] = fetch_censored_text (fetch_word_wrapped_string ($ thread ['önizleme', 20));
$ Thread ['replycount'] = vb_number_format ($ thread ['replycount']);
$ Thread [views] = vb_number_format ($ thread [views]);
$ Tforumid = $ thread ['forumid'];
$ Thread ['forum'] = htmlspecialchars_uni ($ vbulletin-> forumcache ["$ tforumid"] ['title']);
if ($ thread ['lastpostid'] == $ thread ['firstpostid'])
{
$ Etype = "Yeni Konu";
}
başka
{
$ Etype = "Yeni Mesaj";
}
/ / Statusicon
/ / Show nokta klasör?
if ($ vbulletin-> userinfo ['userid'] ve $ vbulletin-> options ['showdots'] VE ABD doları dotthreads ["$ thread [threadid]])
{
$ Thread ['statusicon'] .= '_dot';
$ Thread ['dot_count'] = $ dotthreads ["$ thread [saymak ]"][' threadid '];
$ Thread ['dot_lastpost'] = $ dotthreads ["$ thread [threadid ]"][' lastpost '];
}
/ / Sıcak klasör?
if ($ vbulletin-> options ['usehotthreads'] VE (($ thread ['replycount'] = $ vbulletin-> options ['hotnumberposts'] ve $ vbulletin-> options ['hotnumberposts']> 0) OR ( $ thread [views]> = $ vbulletin-> options ['hotnumberviews'] ve $ vbulletin-> options ['hotnumberviews']> 0)))
{
$ Thread ['statusicon'] .= '_hot';
}
/ / Kilitlenmiş klasör?
if ($ thread ['açık'])
{
$ Thread ['statusicon'] .= '_lock';
}
$ Thread ['statusicon'] = "blank.gif";
($ _REQUEST == "xml" [''])
{
Burada ikinci bölümü, BB forumu büyük Mesajları durur.
$ Output .= <<<VAPRINT
<event>
<id> {$ thread ['lastpostid']}</ id>
<what> $ Etype </>
<when> {$ thread ['tarih']} {$ thread ['zaman']}</>
<title> {$ thread ['title']}</ başlık>
<preview> {$ thread ['önizleme']}</ önizleme>
<poster> {$ thread ['lastposter']}</ posteri>
<threadid> {$ thread ['threadid']}</ threadid>
<postid> {$ thread ['lastpostid']}</ mesaj ID'si>
<lastpost> {$ thread ['lastpost']}</ lastpost>
<userid> {$ thread ['lastpuserid']}</ userid>
<forumid> {$ thread ['forumid']}</ forumid>
<forumname> {$ thread ['forum']}</ forumname>
<views> {$ thread ['kez']}</ kez>
<replies> {$ thread ['replycount']}</ mesaj içermekte>
<statusicon> {$ thread ['statusicon']}</ statusicon>
</ Olay>
VAPRINT;
}
başka
{
$ Rowcolor = ($ rowcolor == "alt1" alt2 "?" Alt1 ");
ABD doları nereye = $ klip = $ poster_clip = $ posteri = null;
if (stristr ($ Etype, "thread"))
{
$ Post_url = "showthread.php? T = {$ thread ['threadid']}";
}
başka
{
$ Post_url = "showthread.php? P = {$ thread ['lastpostid']} # post {$ thread ['lastpostid']}";
}
if ($ thread ['title'])
{
ABD doları klip = "<strong> Bilinmeyen </ strong>";
}
başka
{
ABD doları klip = "<strong> <img src=\\"{$thread['statusicon']}\\" alt=\\"\\" /> <a target = \\" _blank \\ "href = \\" {$ post_url} \\ "> {$ thread ['title']}</ a> </ strong>";
}
if ($ thread ['ön izleme'])
{
$ Klip .= "<br /> {$ thread ['önizleme']}";
}
$ Klip .= "({$ thread [views]} manzarası, {$ thread ['replycount']} mesaj içermekte)";
if ($ thread ['lastpuserid'])
{
$ Poster_clip = "<a target=\\"_blank\\" href=\\"member.php?u={$thread['lastpuserid']}\\"> {$ thread ['lastposter']}</ a>";
}
$ Poster_clip .= "<br /> {$ thread ['tarih']} {$ thread ['zaman']}";
if ($ thread ['forum'])
{
ABD doları .= "<strong> target=\\"_blank\\" href=\\"forumdisplay.php?f={$thread['forumid']}\\"> {$ thread ['forum']}</ > </ strong> ";
}
başka
{
ABD doları = "";
}
if (is_browser ('opera'))
{
$ Prefetched .= <<<VAPRINT
<div id="row{$row}"> <table cellpadding="3" cellspacing="0" border="0" width="100%"> <tr> <td width = "20" class = "$ rowcolor smallfont "nowrap =" nowrap center "> $ Etype </ td> <td class="$rowcolor smallfont" width="225" nowrap="nowrap" align="left"> doları poster_clip </ td" align = " > <td class="$rowcolor smallfont" width="80%"> doları klip </ td> <td class="$rowcolor smallfont" width="200" nowrap="nowrap" align="left"> doları nerede </ font> </ tr> </ table> </ p> \\ n
VAPRINT;
}
başka
{
$ Prefetched .= <<<VAPRINT
<tr id="row{$row}"> <td class="$rowcolor smallfont" /> <div class="smallfont"> doları Etype </ font> </ td> <td class = " ABD rowcolor smallfont "> <div class="smallfont"> doları poster_clip </ font> </ td> <td class="$rowcolor smallfont"> <div class="smallfont"> doları klip </ font> </ td > <td class="$rowcolor smallfont" /> <div class="smallfont"> doları nereye </ font> </ td> </ tr> \\ n
VAPRINT;
}
$ Satır + +;
if ($ thread ['lastpostid']> $ highestid)
{
$ Highestid = $ thread ['lastpostid'];
}
}
}
if ($ row <20)
{
için ($ x = $ row; $ x <21 $ x + +)
{
if (is_browser ('opera'))
{
$ Prefetched .= <<<VAPRINT
<div id="row{$x}"> </ p> \\ n
VAPRINT;
}
başka
{
$ Prefetched .= <<<VAPRINT
<tr id="row{$x}"> <td class="$rowcolor smallfont" /> </ td> <td class="$rowcolor smallfont"> </ td> < td class = "$ rowcolor smallfont"> </ td> <td class="$rowcolor smallfont" /> </ font> </ tr> \\ n
VAPRINT;
}
}
}
/ / Bellek tasarrufu
unset ($ konu);
$ Db-> free_result ($ getthreads);
($ _REQUEST == "xml" [''])
{
header ("Content-Type: text / xml '($ stylevar [' charset '] ='''; charset = '$ stylevar [' charset ']:?."));
echo '<? xml version = "1.0" encoding = "' $ stylevar ['charset'].'"?>'. "\\ R \\ n";
(çıkış)
{
echo "<events> ABD doları çıkış </ olay>";
}
başka
{
echo "<events />";
}
exit;
}
$ Navbits = array ();
$ Navbits [doları veli] = 'Site Spy';
$ 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 ('$ footer'";'); = ". fetch_template (' altbilgi ').
$ Footer = process_replacement_vars (altbilgi $);
echo <<<VAPRINT
$ Stylevar [htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$ Headinclude
<style type="text/css">
Spyfade1 div. Spyfade1 a, spyfade1 td. Spyfade1 img {
opacity: 0.90;
filter: alpha (opacity = 90);
-Moz-opacity: 0.90;
}
Spyfade2 div. Spyfade2 açıklık, spyfade2 td. Spyfade2 img {
opacity: 0.80;
filter: alpha (opacity = 80);
-Moz-opacity: 0.80;
}
Spyfade3 div. Spyfade3 açıklık, spyfade3 td. Spyfade3 img {
opacity: 0.70;
filter: alpha (opacity = 70);
-Moz-opacity: 0.70;
}
Spyfade4 div. Spyfade4 açıklık, spyfade4 td. Spyfade4 img {
opacity: 0.50;
filter: alpha (opacity = 50);
-Moz-opacity: 0.50;
}
Spyfade5 div. Spyfade5 açıklık, spyfade5 td. Spyfade5 img {
opacity: 0.30;
filter: alpha (opacity = 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">
<!
spymax = 25;
highestid = $ highestid;
function pauseSpy () {
var playimg = document.getElementById ("vaplay");
var pauseimg = document.getElementById ("vapause");
playimg.src = "images / misc / play_up.gif"
playimg.alt = "Oynamak için tıklayın";
pauseimg.src = "images / misc / pause_down.gif"
pauseimg.alt = "Durduruldu ...";
pause ();
}
function playSpy () {
var playimg = document.getElementById ("vaplay");
var pauseimg = document.getElementById ("vapause");
playimg.src = "images / misc / play_down.gif"
playimg.alt = "Çalma ...";
pauseimg.src = "images / misc / pause_up.gif"
pauseimg.alt = "Duraklat için tıklayın";
(resume);
}
function pause () {
= 0 oynar;
}
function resume () {
= 1 oynar;
}
/ / ->
</ Script>
<title> Bilgisayar Suyu - Site Spy </ title>
</ Head>
<body onload="spyinit();">
$ Başlık
$ Navbar
<table width="90%" <tr> <td width="50%" align="left"> <input type="checkbox" id="subscribe" value="1"> ; abone konuları sadece </ td>
<td width="50%" align="right">
<Img id = "vaplay" src = "images / misc / play_down.gif" tarzı = "imleçointer; "alt =" Play "title =" Play Yorumlar "onclick =" playSpy (); "/>
<Img id = "vapause" src = "images / misc / pause_up.gif" tarzı = "imleçointer; "alt =" Pause "title =" Pause Yorumlar "onclick =" pauseSpy (); "/>
</ Font> </ tr> </ table>
<br />
VAPRINT;
if (is_browser ('opera'))
{
$ Output .= <<<VAPRINT
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" id="spy_table">
<td width="20" class="tcat" nowrap="nowrap" style="height:25px;"> </ td>
<td class="tcat" width="225" nowrap="nowrap" style="height:25px;"> Üye </ td>
<td class="tcat" width="80%" style="height:25px;"> Konu / Mesaj </ td>
<td class="tcat" width="200" nowrap="nowrap" style="height:25px;"> Forumu
</ A>
<td colspan="4" class="alt1">
Prefetched ABD doları
<div id="row21" style="display:none;" class="spyfade1"> </ font>
<div id="row22" style="display:none;" class="spyfade2"> </ font>
<div id="row23" style="display:none;" class="spyfade3"> </ font>
<div id="row24" style="display:none;" class="spyfade4"> </ font>
<div id="row25" style="display:none;" class="spyfade5"> </ font>
</ Td> </ tr>
</ P>
VAPRINT;
}
başka
{
$ Output .= <<<VAPRINT
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" id="spy_table">
<thead>
<tr /> <td class="thead" width="100"> Etkinlik </ td> <td class="thead" width="100"> </ td> <td class = "Tarih katılın "Konu / Mesaj> </ td> <td class="thead" width="190"> Forum </ td> </ tr>
> </ Tarih katılın
<tbody class="alt1">
Prefetched ABD doları
<tr id="row21" style="CURSOR: none;" class="spyfade1"> <br /> </ td> <td> </ td> <td> < / td> <td align="center"> </ td> </ tr>
<tr id="row22" style="CURSOR: none;" class="spyfade2"> <br /> </ td> <td> </ td> <td> < / td> <td align="center"> </ td> </ tr>
<tr id="row23" style="CURSOR: none;" class="spyfade3"> <br /> </ td> <td> </ td> <td> < / td> <td align="center"> </ td> </ tr>
<tr id="row24" style="CURSOR: none;" class="spyfade4"> <br /> </ td> <td> </ td> <td> < / td> <td align="center"> </ td> </ tr>
<tr id="row25" style="CURSOR: none;" class="spyfade5"> <br /> </ td> <td> </ td> <td> < / td> <td align="center"> </ td> </ tr>
</ Font>
</ P>
VAPRINT;
}
$ Output .= <<<VAPRINT
Altbilgi ABD doları
VAPRINT;
$ çıkış yankı;
?>
- Çıkış sadece yazdırılır, böylece normal bir şekilde çevirmek için hiçbir olasılığı vardır ve bu sorun.
ANCAK - Sana işaret tek Bunun için bir çözüm var. Bu gibi durumlarda idare edecektir. Tam olarak sorun adım bize bildirin. Biz daha anlaşılır değiştirmek bile nadas talimatları yardım veya
PS.
Bu mod lisans kodu yayınlamak için izin verdiğinden emin musunuz? Değilse, o zaman lütfen kaldırın.
Bana açık olsun, ben bu işi yapmak istiyorum, ben ödeme yapabilirsiniz.
Tabii ki, montaj gibi ayrıca ödenir hizmetler sunan, yükseltin. Biz entegrasyon hizmeti hakkında düşünmek değildi, ama satın alabilirsiniz hizmet yükseltme ve biz bunu sizin için yapacak.
Bu entegrasyon (FTP kesin evet belki gerçek ayarları Tamam değilse Admin CP) yapmak mümkün FTP ve Admin CP erişim gerektiğine dikkat ediniz.