Penting: Laman web ini menggunakan cookies (cookies). Menggunakan laman web ini tanpa mematikan cookies dalam pelayar, bermakna bahawa anda bersetuju untuk menggunakannya.
Buy Now! Ciri-ciri Muat turun

Earn dengan kami!

Jika anda ingin untuk memulakan mendapatkan wang dengan vBET menyertai untuk Program Affiliate.
Keputusan 1 untuk 7 daripada 7

Thread: Tiada css atau imej di muka surat plugin ispy

  1. #1
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default Tiada css atau imej di muka surat plugin ispy

    Hi Michel, mana-mana peluang anda dapat melihat dan melihat jika ada menetapkan mudah untuk ini;

    Jus Komputer - Site Spy

    Nampaknya skrip tidak mendapat fail css dengan betul dan mencari di tempat yang salah untuk imej ...

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oktober 2009
    Posts
    3,037

    Default

    Seperti yang saya lihat halaman ini tidak diterjemahkan pada semua. Cangkuk yang mungkin global_complete tidak digunakan di situ. Anda boleh cuba integrasi untuk arena yang tidak menggunakan cangkuk global_complete.

    Lihat di sini description: http://www.vbenterprisetranslator.co....html # post1795

    Sila semak pertama yang benar-benar tidak global_complete tidak digunakan di situ.

  3. #3
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    Saya tidak tahu bagaimana untuk mematuhi arahan, ia adalah satu arena yang mudah, berjalan ajax i rasa, hanya satu fail php, tiada produk atau template. Berikut adalah kandungan fail.

    <? Php
    //################################################ ################################//
    NAMA / / MOD: VBISpy # / /
    //################################################ ################################//
    / / DESCRIPTION: Ini pengubahsuaian untuk vBulletin menambah "hidup" menatal # / /
    / / Update jawatan baru ke forum # / /
    //################################################ ################################//
    / / OLEH: MPDev # / /
    / / TARIKH: 9.26.06 # / /
    / / VERSION: 1.0.12 # / /
    //################################################ ################################//

    / / ####################### SET PHP PERSEKITARAN ###################### #####
    error_reporting (E_ALL & ~ E_NOTICE);

    / / #################### Tentukan pemalar PENTING #######################
    define ('THIS_SCRIPT', 'vaispy');

    / / ################### PRA-Caché Kerangka DAN DATA ######################
    / / Mendapatkan kumpulan frasa khas
    $ Phrasegroups = array ();

    / / Mendapatkan data template khas dari datastore
    $ Specialtemplates = array ();

    / / Pre-cache template yang digunakan oleh semua tindakan
    $ Globaltemplates = array ();

    / / Pre-cache template yang digunakan oleh tindakan tertentu
    $ Actiontemplates = array ();

    / / ######################### Memerlukan BACK-################### AKHIR #########
    require_once ('/ global.php.');

    / / ######################### CONFIG VARs ##################### #######
    / / Bilangan hari untuk mengimbas meja .. (86400 mewakili bilangan saat dalam masa 24 jam)
    $ Daysprune = 1;

    / / Jangan senarai forum ini walaupun mereka mempunyai keizinan (kategori ujian, dll)
    $ Blockforums = "";

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

    $ Forumperms = array ();
    $ Lastpostid = (int) $ _REQUEST ['lepas'];
    $ Layari = (int) $ _REQUEST ['layari'];

    foreach ($ vBulletin-> forumcache AS $ forum) {
    $ Forumid = $ forum ['forumid'];
    $ Forumperms = & $ vBulletin-> userinfo ['forumpermissions']["$ forumid "];

    if (isset ($ vBulletin-> forumcache ["$ forumid"]) OR ($ forumperms & $ vBulletin-> bf_ugp_forumpermissions ['canview']) OR ($ forumperms & $ vBulletin-> bf_ugp_forumpermissions ['canviewothers'] ) ATAU! verify_forum_password ($ forumid, $ vBulletin-> forumcache ["$ forumid"] ['password'], palsu))
    {
    $ Blockforums .=','.$ forum ['forumid'];
    }
    }
    Nyahset ($ forum);

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

    ############################################################################
    / / Dapatkan Threads saya Posted In
    require_once (. DIR '/ includes / functions_forumdisplay.php');
    $ Hasil = $ db-> query_read ("
    SELECT threadid
    DARI ". TABLE_PREFIX." Thread seperti thread
    DI MANA TIDAK thread.forumid DALAM (0 $ blockforums) dan
    thread.visible = 1 dan
    thread.open <> 10 dan
    thread.lastpostid> $ lastpostid
    $ Datecut
    ");

    $ IdsArray = array ();
    while ($ id = $ db-> fetch_array ($ hasil))
    {
    $ IdsArray [] = $ id ['threadid'];
    }

    $ Dotthreads = fetch_dot_threads_array (meledak (',', $ idsArray));
    ############################################################################
    / / Dapatkan Threads

    / / Jangan ditetapkan kepada lebih daripada 20 melainkan jika anda tahu bagaimana untuk mengubah suai html di bahagian bawah halaman (dan pada 291 baris)
    $ Limitq = (isset ($ _REQUEST ['melakukan']) "20":? "5,20");

    jika ($ layari 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 T-shirt,
    post.userid AS lastpuserid
    DARI ". TABLE_PREFIX." Subscribethread AS subscribethread
    INNER JOIN ". TABLE_PREFIX." Thread SEBAGAI thread ON (subscribethread.threadid = thread.threadid)
    KIRI JOIN ". TABLE_PREFIX." Deletionlog AS Deletionlog ON (thread.threadid = deletionlog.primaryid DAN type = 'thread')
    KIRI JOIN ". TABLE_PREFIX." Jawatan SEBAGAI pos ON (post.postid = thread.lastpostid)
    DI MANA subscribethread.userid = "$ vBulletin-> userinfo ['id']."
    DAN TIDAK thread.forumid DALAM (0 $ blockforums)
    DAN thread.visible = 1
    DAN subscribethread.canview = 1
    DAN thread.lastpostid> $ lastpostid
    DAN deletionlog.primaryid IS NULL
    $ Datecut
    PERINTAH OLEH thread.lastpost DESC LIMIT $ limitq
    ");
    }
    lain
    {
    $ 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 T-shirt,
    post.userid AS lastpuserid
    DARI ". TABLE_PREFIX." Thread SEBAGAI thread
    KIRI JOIN ". TABLE_PREFIX." Deletionlog AS Deletionlog ON (thread.threadid = deletionlog.primaryid DAN type = 'thread')
    KIRI JOIN ". TABLE_PREFIX." Jawatan SEBAGAI pos ON (post.postid = thread.lastpostid)
    DI MANA terbuka <> 10
    $ Datecut
    DAN TIDAK thread.forumid DALAM (0 $ blockforums)
    DAN thread.visible = '1 '
    DAN thread.lastpostid> $ lastpostid
    DAN post.visible = 1
    DAN deletionlog.primaryid IS NULL
    PERINTAH OLEH thread.lastpost DESC LIMIT $ limitq
    ");
    }

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

    sementara ($ thread = $ db-> fetch_array ($ getthreads)) {
    $ Warna = $ warna == 'alt1'? 'Alt2': 'alt1';

    $ Thread ['title'] = htmlspecialchars_uni (fetch_censored_text (fetch_trimmed_title (unhtmlspecialchars ($ thread ['title']), 85)));
    $ Thread ['tarikh'] = vbdate ($ vBulletin-> Pilihan thread ['dateformat'], $ ['lastpost'], 1);
    $ Thread ['masa'] = vbdate ($ vBulletin-> Pilihan ['timeformat'], $ thread ['lastpost']);

    / / Menghilangkan html dan BBCode pertama
    $ Thread ['preview'] = strip_tags (strip_bbcode thread ($ ['preview'], benar, benar));
    $ Thread ['preview'] = htmlspecialchars_uni (fetch_trimmed_title ($ thread ['preview'], 200));
    $ Thread ['preview'] = fetch_censored_text (fetch_word_wrapped_string ($ thread ['preview'], 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 = "Thread Baru";
    }
    lain
    {
    $ Etype = "New Post";
    }

    / / Statusicon
    / / Show dot folder?
    if ($ vBulletin-> userinfo ['id'] DAN $ vBulletin-> Pilihan ['showdots'] DAN $ dotthreads ["$ thread [threadid]])
    {
    $ Thread ['statusicon'] .= '_dot';
    $ Thread ['dot_count'] = $ dotthreads ["$ thread [threadid ]"][' count '];
    $ Thread ['dot_lastpost'] = $ dotthreads ["$ thread [threadid ]"]['] lastpost ';
    }

    / / Menunjukkan folder yang panas?
    jika ($ vBulletin-> Pilihan ['usehotthreads'] DAN (($ thread ['replycount']> = $ vBulletin-> Pilihan ['hotnumberposts'] DAN $ vBulletin-> Pilihan ['hotnumberposts']> 0) ATAU ( $ thread ['views']> = $ vBulletin-> Pilihan ['hotnumberviews'] DAN $ vBulletin-> Pilihan ['hotnumberviews']> 0)))
    {
    $ Thread ['statusicon'] .= '_hot';
    }

    / / Menunjukkan folder dikunci?
    jika (! $ thread ['terbuka'])
    {
    $ Thread ['statusicon'] .= '_lock';
    }

    $ Thread ['statusicon'] = "blank.gif";

    if ($ _REQUEST ['do'] == "xml")
    {

  4. #4
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    Berikut adalah bahagian kedua, forum vbet berhenti posts besar.

    $ Output .= <<<VAPRINT
    <event>
    <id> {$ thread ['lastpostid']}</ id>
    <what> $ etype </ apa>
    masa']}</ <when> {$ thread ['tarikh']} {$ thread ['apabila>
    <title> {$ thread title title']}</ ['>
    <preview> {$ thread ['T-shirt T-shirt']}</>
    <poster> {$ thread ['lastposter']}</ poster>
    <threadid> {$ thread ['threadid']}</ threadid>
    <postid> {$ thread ['lastpostid']}</ postid>
    <lastpost> {$ thread lastpost lastpost ['']}</>
    <userid> {$ thread ['id pengguna lastpuserid']}</>
    <forumid> {$ thread ['forumid']}</ forumid>
    <forumname> {$ thread ['forum']}</ forumname>
    <views> {$ thread ['views views']}</>
    <replies> {$ thread ['replies']}</ replycount>
    <statusicon> {$ thread ['statusicon']}</ statusicon>
    </ Event>
    VAPRINT;
    }
    lain
    {
    $ Rowcolor = ($ rowcolor == "alt1" "alt2":? "Alt1");

    $ = $ Klip = $ poster_clip = $ poster = null;

    if (stristr ($ etype, "thread"))
    {
    $ Post_url = "showthread.php? T = {$ thread ['threadid']}";
    }
    lain
    {
    $ Post_url = "showthread.php? P = {$ thread ['lastpostid']} # post {$ thread ['lastpostid']}";
    }

    jika ($ thread ['title'])
    {
    $ Klip = "<strong> Unknown </ strong>";
    }
    lain
    {
    $ Klip = "<strong> <img src=\\"{$thread['statusicon']}\\" alt=\\"\\" /> <a target = \\" _blank \\ "href = \\" {$ post_url} \\ "> {$ thread ['tajuk']}</ a> <> / strong";
    }

    jika ($ thread ['preview'])
    {
    $ Klip .= "<br /> {$ thread ['preview']}";
    }

    $ Klip .= "({$ thread ['views']} views, {$ thread ['replycount']} replies)";

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

    $ Poster_clip .= "kali thread <br /> {$ thread ['tarikh']} {$ ['']}";

    jika ($ thread ['forum'])
    {
    $ Jika .= "<strong> <a target=\\"_blank\\" href=\\"forumdisplay.php?f={$thread['forumid']}\\"> {$ thread']}</ forum [' a>> </ strong ";
    }
    lain
    {
    $ Di mana = "";
    }

    jika (is_browser ('opera'))
    {
    $ Prefetched .= <<<VAPRINT
    <div id="row{$row}"> <table cellpadding="3" cellspacing="0" border="0" width="100%"> <br <td width = "20" class = "$ rowcolor smallfont "nowrap =" nowrap "align =" center "> $ etype </ td> <td class="$rowcolor smallfont" width="225" nowrap="nowrap" align="left"> $ poster_clip </ td > <td class="$rowcolor smallfont" width="80%"> $ klip </ td> <td class="$rowcolor smallfont" width="200" nowrap="nowrap" align="center"> $ di mana </ td> </ tr> </ table> </ div> \\ n
    VAPRINT;
    }
    lain
    {
    $ Prefetched .= <<<VAPRINT
    <tr id="row{$row}"> <td class="$rowcolor smallfont" align="center"> <div class="smallfont"> $ etype </ div> </ td> <td class = " $ rowcolor smallfont "> <div class="smallfont"> $ poster_clip </ div> </ td> <td class="$rowcolor smallfont"> <div class="smallfont"> $ klip </ div> </ td > <td class="$rowcolor smallfont" align="center"> <div class="smallfont"> $ di mana </ div> </ td> </ tr> \\ n
    VAPRINT;
    }

    $ Baris + +;
    jika ($ thread ['lastpostid']> $ highestid)
    {
    $ Highestid = $ thread ['lastpostid'];
    }
    }
    }

    jika ($ berturut-turut <20)
    {
    for ($ x = $ baris; $ x <21; $ x + +)
    {
    jika (is_browser ('opera'))
    {
    $ Prefetched .= <<<VAPRINT
    <div id="row{$x}"> </ div> \\ n
    VAPRINT;
    }
    lain
    {
    $ Prefetched .= <<<VAPRINT
    <tr id="row{$x}"> <td class="$rowcolor smallfont" align="center"> </ td> <td class="$rowcolor smallfont"> </ td> < td kelas = "$ rowcolor smallfont"> </ td> <td class="$rowcolor smallfont" align="center"> </ td> </ tr> \\ n
    VAPRINT;
    }
    }
    }

    / / Memori penjimatan
    Nyahset ($ thread);
    $ Db-> free_result ($ getthreads);

    if ($ _REQUEST ['do'] == "xml")
    {
    header ('Content-Type: text / xml' ($ stylevar ['charset'] ='''; charset =' $ stylevar ['charset']:.?.''));
    echo '<? xml versi = "1,0" pengekodan = "' $ stylevar ['charset'].'"?>'. "\\ R \\ n";

    if ($ output)
    {
    echo "<events> $ output </ acara>";
    }
    lain
    {
    echo "<events />";
    }

    keluar;
    }

    $ Navbits = array ();
    $ Navbits [$ ibu bapa] = 'Laman 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 ('footer').'";');
    $ Footer = process_replacement_vars ($ footer);

    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 {
    kelegapan: 0,90;
    filter: alpha (kelegapan = 90);
    -Moz-kelegapan: 0,90;
    }
    Spyfade2 div, span spyfade2. Spyfade2 td,. Spyfade2 img {
    kelegapan: 0,80;
    filter: alpha (kelegapan = 80);
    -Moz-kelegapan: 0,80;
    }
    Div spyfade3, span spyfade3, spyfade3 td,, spyfade3 img {
    kelegapan: 0,70;
    filter: alpha (kelegapan = 70);
    -Moz-kelegapan: 0,70;
    }
    Div spyfade4, span spyfade4, spyfade4 td,, spyfade4 img {
    kelegapan: 0,50;
    filter: alpha (kelegapan = 50);
    -Moz-kelegapan: 0,50;
    }
    Div spyfade5, span spyfade5, spyfade5 td,, spyfade5 img {
    kelegapan: 0,30;
    filter: alpha (kelegapan = 30);
    -Moz-kelegapan: 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;

    pauseSpy fungsi () {
    playimg var = document.getElementById ("vaplay");
    pauseimg var = document.getElementById ("vapause");

    playimg.src = "images / misc / play_up.gif"
    playimg.alt = "Klik untuk Main";
    pauseimg.src = "images / misc / pause_down.gif"
    pauseimg.alt = "Paused ...";

    jeda ();
    }

    playSpy fungsi () {
    playimg var = document.getElementById ("vaplay");
    pauseimg var = document.getElementById ("vapause");

    playimg.src = "images / misc / play_down.gif"
    playimg.alt = "Playing ...";
    pauseimg.src = "images / misc / pause_up.gif"
    pauseimg.alt = "Klik untuk Jeda";

    resume ();
    }

    menjedakan fungsi () {
    memainkan = 0;
    }

    resume fungsi () {
    memainkan = 1;
    }
    / / ->
    </ Script>
    <title> Komputer Jus - Perisik Site </ title>
    </ Head>
    <body onload="spyinit();">
    $ Header
    $ Navbar

    <table width="90%" align="center"> <br <td width="50%" align="center"> diperkenalkan type = type="checkbox" id="subscribe" value="1"> ; melanggan benang sahaja </ td>
    <td width="50%" align="right">
    <Img id = "vaplay" src = "images / misc / play_down.gif" style = "kursorointer; "alt =" Play "title =" Comments Main "onclick =" playSpy (); "/>
    <Img id = "vapause" src = "images / misc / pause_up.gif" style = "kursorointer; "alt =" Jeda "title =" Comments Jeda "onclick =" pauseSpy (); "/>
    </ Td> </ tr> </ table>
    <br />
    VAPRINT;

    jika (is_browser ('opera'))
    {
    $ Output .= <<<VAPRINT
    <table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" id="spy_table">
    <br <td width="20" class="tcat" nowrap="nowrap" style="height:25px;"> </ td>
    <td class="tcat" width="225" nowrap="nowrap" style="height:25px;"> Member </ td>
    <td class="tcat" width="80%" style="height:25px;"> Thread / Post </ td>
    <td class="tcat" width="200" nowrap="nowrap" style="height:25px;"> Forum
    </ Tr>
    <br <td colspan="4" class="alt1">
    $ Prefetched
    <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;
    }
    lain
    {
    $ Output .= <<<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"> Acara </ td> <td class="thead" width="100"> Member </ td> <td class = "thead > Thread / Post </ td> <td class="thead" width="190"> Forum </ 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;
    }

    $ Output .= <<<VAPRINT
    $ Footer
    VAPRINT;

    echo $ output;
    ?>

  5. #5
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oktober 2009
    Posts
    3,037

    Default

    Dan ini adalah isu tersebut - output hanya dicetak, jadi tidak ada kemungkinan untuk menterjemahkan dengan cara biasa.

    TETAPI - kami mempunyai penyelesaian untuk ini - yang telah saya menunjukkan anda. Ia akan mengendalikan kes-kes seperti ini. Sila beritahu kami betul-betul dengan langkah yang anda mempunyai masalah. Kami akan membantu anda arahan kuning kemerah-merahan atau bahkan mengubah suai untuk lebih difahami

    PS.
    Adakah anda pasti bahawa lesen arena ini membolehkan untuk menerbitkan kod? Jika tidak, sila keluarkan ia.

  6. #6
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    Biar saya berterus-terang, saya memerlukan anda untuk membuat kerja-kerja ini, saya boleh membayar.

  7. #7
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oktober 2009
    Posts
    3,037

    Default

    Quote Originally Posted by Snake View Post
    Biar saya berterus-terang, saya memerlukan anda untuk membuat kerja-kerja ini, saya boleh membayar.
    Sudah tentu kami menawarkan perkhidmatan seperti pemasangan juga dibayar, menaik taraf. Kami tidak berfikir tentang perkhidmatan integrasi, tetapi anda boleh membeli menaik taraf perkhidmatan dan kami akan melakukannya untuk anda.

    Sila ambil perhatian bahawa kita akan memerlukan akses kepada CP FTP dan Penyelaras anda boleh melakukan ini integrasi (Admin CP - mungkin jika tidak tetapan sebenar OK; FTP secara muktamad yes).

Tags untuk Thread ini

Posting Permissions

  • Anda mungkin tidak membuka topik baru
  • Anda mungkin tidak post replies
  • Anda mungkin tidak pos lampiran
  • Anda mungkin tidak mengedit post anda
  •