Tähtis: See lehekülg kasutab küpsiseid (cookies). Kasutades seda veebilehte ilma välja lülitamata küpsised brauseri, tähendab, et te nõustute selle kasutamisel.
Buy Now! Omadused Downloads

Teeni koos meiega!

Kui soovid teenida raha koos vBET liituda Affiliate Program.
Tulemused 1 kuni 7 kohta 7

Thread: Ei css või pildid ispy plugin lehti

  1. #1
    Senior liige
    Liitunud
    Veebruar 2010
    Postitusi
    210

    Default Ei css või pildid ispy plugin lehti

    Hi Michel, mingitki võimalust, mida oleks võinud vaadata ja näha kui on olemas lihtne lahendus selle;

    Arvuti Juice - Site Spy

    Tundub script ei saada css faili korralikult ja otsib vales kohas pilte ...

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Liitunud
    Oktoober 2009
    Postitusi
    3,037

    Default

    Nagu ma näen, see lehekülg ei tõlgita üldse. Tõenäoliselt global_complete konksu ei kasutata seal. Võid proovida integratsiooni Modifikatsioonid kes ei kasuta global_complete konks.

    Vaata siit kirjeldus: http://www.vbenterprisetranslator.co....html # post1795

    Palun kontrollige kõigepealt kas tõesti global_complete ei kasutata seal.

  3. #3
    Senior liige
    Liitunud
    Veebruar 2010
    Postitusi
    210

    Default

    Ma ausalt öeldes ei tea, kuidas on need juhised on lihtne mod, jookseb ajax ma arvan, et ainult üks php fail või ühegi toote või malle. Siin on faili sisu.

    <? Php
    //################################################ ################################//
    / / MOD NIMI: VBISpy # / /
    //################################################ ################################//
    / / Kirjeldus: See muundamise vBulletin lisab "live" scrolling # / /
    / / Uuenda uue ametikoha foorum # / /
    //################################################ ################################//
    / / BY: MPDev # / /
    / / DATE: 9.26.06 # / /
    / / Versioon: 1.0.12 # / /
    //################################################ ################################//

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

    / / #################### DEFINE TÄHTIS Konstante #######################
    define ('THIS_SCRIPT "," vaispy');

    / / ################### PRE-vahemälu Mallid ja DATA ######################
    / / Saada eriliste fraas rühmade
    $ Phrasegroups = array ();

    / / Saada erilisi andmeid malle datastore
    $ Specialtemplates = array ();

    / / Pre-cache malle kasutada kõiki meetmeid
    $ Globaltemplates = array ();

    / / Pre-cache malle kasutada erimeetmete
    $ Actiontemplates = array ();

    / / ######################### Nõuda BACK-END ################### #########
    require_once ('. / global.php');

    / / ######################### CONFIG vars ##################### #######
    / / Päevade arv scan tabel .. (86400 esindab sekundite arv 24 tunni jooksul)
    $ Daysprune = 1;

    / / Ärge pange neid foorumeid isegi kui neil on õigused (test kategooriad jne)
    $ Blockforums = "";

    / / ######################### CONFIG vars ##################### #######

    $ Forumperms = array ();
    $ Lastpostid = (int) $ _REQUEST ['viimane'];
    $ Tellida = (int) $ _REQUEST ['Telli'];

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

    if (! isset ($ vBulletin-> forumcache ["$ forumid"]) või! ($ forumperms & $ vBulletin-> bf_ugp_forumpermissions ['canview']) OR! ($ forumperms & $ vBulletin-> bf_ugp_forumpermissions ['canviewothers'] ) VÕI! verify_forum_password ($ forumid, $ vBulletin-> forumcache ["$ forumid"] ['parool'], false))
    {
    $ Blockforums .=','.$ forum ["forumid '];
    }
    }
    väljalülitatud ($ foorum);

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

    ############################################################################
    / / Siia teemad Olen Posted In
    require_once (DIR. '/ includes / functions_forumdisplay.php');
    $ Tulemus = $ db-> query_read ("
    SELECT threadID
    FROM ". TABLE_PREFIX." Lõim lõime
    WHERE thread.forumid mitte (0 $ blockforums) ja
    thread.visible = 1 ja
    thread.open <> 10 ja
    thread.lastpostid> $ lastpostid
    $ Datecut
    ");

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

    $ Dotthreads = fetch_dot_threads_array (implode (',', $ idsArray));
    ############################################################################
    / / Siia teemad

    / / Ärge seadke rohkem kui 20 kui sa ei tea, kuidas muuta html allosas lehe (ja real 291)
    $ Limitq = (isset ($ _REQUEST ['ei'])? "20": "5,20");

    if ($ tellida == 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 eelvaate
    post.userid AS lastpuserid
    FROM ". TABLE_PREFIX." Subscribethread AS subscribethread
    INNER JOIN. "TABLE_PREFIX." Lõim lõime (subscribethread.threadid = thread.threadid)
    LEFT JOIN. "TABLE_PREFIX." Deletionlog AS Deletionlog ON (thread.threadid = deletionlog.primaryid JA type = "thread")
    LEFT JOIN. "TABLE_PREFIX." Post AS postitust (post.postid = thread.lastpostid)
    WHERE subscribethread.userid = ". $ VBulletin-> userinfo ['userid']."
    JA thread.forumid mitte (0 $ blockforums)
    JA thread.visible = 1
    JA subscribethread.canview = 1
    JA thread.lastpostid> $ lastpostid
    JA deletionlog.primaryid IS NULL
    $ Datecut
    ORDER BY thread.lastpost DESC LIMIT $ limitq
    ");
    }
    teine
    {
    $ 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 eelvaate
    post.userid AS lastpuserid
    FROM ". TABLE_PREFIX." Lõim lõime
    LEFT JOIN. "TABLE_PREFIX." Deletionlog AS Deletionlog ON (thread.threadid = deletionlog.primaryid JA type = "thread")
    LEFT JOIN. "TABLE_PREFIX." Post AS postitust (post.postid = thread.lastpostid)
    Kui avatud <> 10
    $ Datecut
    JA thread.forumid mitte (0 $ blockforums)
    JA thread.visible = '1 '
    JA thread.lastpostid> $ lastpostid
    JA post.visible = 1
    JA deletionlog.primaryid IS NULL
    ORDER BY thread.lastpost DESC LIMIT $ limitq
    ");
    }

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

    while ($ thread = $ db-> fetch_array ($ getthreads)) {
    $ Color = $ värvi == 'alt1 "? "Alt2": "alt1";

    $ Thread ['title'] = htmlspecialchars_uni (fetch_censored_text (fetch_trimmed_title (unhtmlspecialchars ($ thread ['title']), 85)));
    $ Thread ["date"] = vbdate ($ vBulletin-> Options ['DateFormat'], $ thread ['lastpost'], 1);
    $ Thread ['aeg'] = vbdate ($ vBulletin-> Options ['timeformat'], $ thread ['lastpost']);

    / / Vabane html ja bbcode first
    $ Thread ['preview'] = strip_tags (strip_bbcode ($ thread ['preview'], tõsi, true));
    $ 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 ['vaated'] = vb_number_format ($ thread ['vaated']);

    $ Tforumid = $ thread ['forumid'];
    $ Thread ['forum'] = htmlspecialchars_uni ($ vBulletin-> forumcache ["$ tforumid"] ['title']);

    if ($ thread ['lastpostid'] == $ thread ['firstpostid'])
    {
    $ Etype = "Uus teema";
    }
    teine
    {
    $ Etype = "Uus Post";
    }

    / / Statusicon
    / / Näita dot kausta?
    if ($ vBulletin-> userinfo ['userid'] ja $ vBulletin-> Options ['showdots'] ja $ dotthreads ["$ thread [teema id]"])
    {
    $ Thread ['statusicon'] .= "_dot";
    $ Thread ['dot_count'] = $ dotthreads ["$ thread [threadID ]"][' arv '];
    $ Thread ['dot_lastpost'] = $ dotthreads ["$ thread [threadID ]"][' lastpost '];
    }

    / / Näita Kuum?
    if ($ vBulletin-> Options ['usehotthreads "] ja (($ thread [' replycount ']> = $ vBulletin-> Options [' hotnumberposts '] ja $ vBulletin-> Options [' hotnumberposts ']> 0) või ( $ thread ['vaated']> = $ vBulletin-> Options ['hotnumberviews'] ja $ vBulletin-> Options ['hotnumberviews']> 0)))
    {
    $ Thread ['statusicon'] .= "_hot";
    }

    / / Näita lukustada kausta?
    if (! $ thread ['avatud'])
    {
    $ Thread ['statusicon'] .= "_lock";
    }

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

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

  4. #4
    Senior liige
    Liitunud
    Veebruar 2010
    Postitusi
    210

    Default

    Siin on teine osa vbet forum peatub suur ametikohta.

    $ Valja .= <<<VAPRINT
    <event>
    <id> {$ thread ['lastpostid']}</ id>
    <what> $ etype </ mida>
    <when> {$ thread ['kuupäeva']} {$ thread ['aeg']}</ ületamisel>
    <title> {$ thread ['title']}</ title>
    <preview> {$ thread ['preview']}</ preview>
    <poster> {$ thread ['lastposter']}</ poster>
    <threadid> {$ thread ['threadID']}</ threadID>
    <postid> {$ thread ['lastpostid']}</ postid>
    <lastpost> {$ thread ['lastpost']}</ lastpost>
    <userid> {$ thread ['lastpuserid']}</ userid>
    <forumid> {$ thread ['forumid']}</ forumid>
    <forumname> {$ thread ['forum']}</ forumname>
    <views> {$ thread [seisukohad']}</ seisukohad>
    <replies> {$ thread ['replycount']}</ vastused>
    <statusicon> {$ thread ['statusicon']}</ statusicon>
    </ Üritusega>
    VAPRINT;
    }
    teine
    {
    $ Rowcolor = ($ rowcolor == "alt1"? "Alt2": "alt1");

    $ Kus = $ clip = $ poster_clip = $ poster = null;

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

    if (! $ thread ['title'])
    {
    $ Clip = "<strong> Unknown </ strong>";
    }
    teine
    {
    $ Clip = "<strong> <img src=\\"{$thread['statusicon']}\\" alt=\\"\\" /> <a target = \\" _blank \\ "href = \\" {$ post_url} \\ "> {$ thread ['title']}</ a> </ strong>";
    }

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

    $ Clip .= "({$ thread ['vaated']} seisukohti, {$ thread ['replycount']} vastust)";

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

    $ Poster_clip .= "<br /> {$ thread ['kuupäeva']} {$ thread ['aeg']}";

    if ($ thread ['forum'])
    {
    $ Kus .= "<strong> <a target=\\"_blank\\" href=\\"forumdisplay.php?f={$thread['forumid']}\\"> {$ thread ['forum']}</ > </ strong> ";
    }
    teine
    {
    $ Kus = "";
    }

    if (is_browser ('ooper "))
    {
    $ Prefetched .= <<<VAPRINT
    <div id="row{$row}"> <table cellpadding="3" cellspacing="0" border="0" width="100%"> <tr> <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%"> $ clip </ td> <td class="$rowcolor smallfont" width="200" nowrap="nowrap" align="center"> $ kus </ td> </ tr> </ table> </ div> \\ n
    VAPRINT;
    }
    teine
    {
    $ 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"> $ clip </ div> </ td > <td class="$rowcolor smallfont" align="center"> <div class="smallfont"> $ kus </ div> </ td> </ tr> \\ n
    VAPRINT;
    }

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

    if ($ row <20)
    {
    for ($ x = $ row, $ x <21, $ x + +)
    {
    if (is_browser ('ooper "))
    {
    $ Prefetched .= <<<VAPRINT
    <div id="row{$x}"> </ div> \\ n
    VAPRINT;
    }
    teine
    {
    $ 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;
    }
    }
    }

    / / Mälu kokkuhoid
    väljalülitatud ($ teema);
    $ Db-> free_result ($ getthreads);

    if ($ _REQUEST ['ei'] == "xml")
    {
    header ('Content-Type: text / xml ". ($ stylevar [' charset ']! =''?" charset = ". $ stylevar [' charset ']:''));
    echo '<? xml version = "1.0" encoding = "". $ stylevar [' charset "].'"?>'. "\\ R \\ n";

    if ($ output)
    {
    echo "<events> $ valja </ üritused>";
    }
    teine
    {
    echo "<events />";
    }

    exit;
    }

    $ Navbits = array ();
    $ Navbits [$ vanem] = 'Site Spy ";
    $ Navbits = construct_navbits ($ navbits);

    eval ('$ navriba = "". fetch_template (navriba ").'";');
    $ Navriba = process_replacement_vars ($ navriba);

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

    eval ('$ footer = "". fetch_template ("jalus").'";');
    $ Footer = process_replacement_vars ($ footer);

    echo <<<VAPRINT
    $ Stylevar [htmldoctype]
    <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
    <head>
    $ Headinclude
    <style type="text/css">
    . Spyfade1 div,. Spyfade1 span,,. Spyfade1 td,. Spyfade1 img {
    läbipaistmatus: 0.90;
    filter: alpha (läbipaistmatuse = 90);
    -Moz-läbipaistmatus: 0.90;
    }
    . Spyfade2 div,. Spyfade2 span,. Spyfade2 td,. Spyfade2 img {
    läbipaistmatus: 0.80;
    filter: alpha (läbipaistmatuse = 80);
    -Moz-läbipaistmatus: 0.80;
    }
    . Spyfade3 div,. Spyfade3 span,. Spyfade3 td,. Spyfade3 img {
    läbipaistmatus: 0,70;
    filter: alpha (läbipaistmatuse = 70);
    -Moz-läbipaistmatus: 0,70;
    }
    . Spyfade4 div,. Spyfade4 span,. Spyfade4 td,. Spyfade4 img {
    läbipaistmatus: 0,50;
    filter: alpha (läbipaistmatuse = 50);
    -Moz-läbipaistmatus: 0,50;
    }
    . Spyfade5 div,. Spyfade5 span,. Spyfade5 td,. Spyfade5 img {
    läbipaistmatus: 0,30;
    filter: alpha (läbipaistmatuse = 30);
    -Moz-läbipaistmatus: 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;

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

    playimg.src = "images / misc / play_up.gif";
    playimg.alt = "Click to Play";
    pauseimg.src = "images / misc / pause_down.gif";
    pauseimg.alt = "Peatatud ...";

    pausi ();
    }

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

    playimg.src = "images / misc / play_down.gif";
    playimg.alt = "Playing ...";
    pauseimg.src = "images / misc / pause_up.gif";
    pauseimg.alt = "Klõpsa Paus";

    jätkamiseks ();
    }

    funktsioon pausi () {
    mängida = 0;
    }

    funktsioon jätkamiseks () {
    mängida = 1;
    }
    / / ->
    </ Script>
    <title> Arvuti Juice - Site Spy </ title>
    </ Head>
    <body onload="spyinit();">
    $ Header
    $ Navriba

    <table width="90%" align="center"> <tr> width="50%" align="left"> <input type="checkbox" id="subscribe" value="1"> ; tellitud niidid ainult </ td>
    <td width="50%" align="right">
    <Img id = "vaplay" src = "images / misc / play_down.gif" style = "Kursoriointer "alt =" Play "title =" Play Comments "onclick =" playSpy (); "/>
    <Img id = "vapause" src = "images / misc / pause_up.gif" style = "Kursoriointer "alt =" Peata "title =" Peata Comments "onclick =" pauseSpy (); "/>
    </ Td> </ tr> </ table>
    <br />
    VAPRINT;

    if (is_browser ('ooper "))
    {
    $ Valja .= <<<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;"> liige </ td>
    <td class="tcat" width="80%" style="height:25px;"> Thread / Post </ td>
    <td class="tcat" width="200" nowrap="nowrap" style="height:25px;"> Foorum
    </ Tr>
    <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;
    }
    teine
    {
    $ Valja .= <<<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"> Event </ td> <td class="thead" width="100"> liige </ td> <td class = "thead "> Thread / Post </ td> <td class="thead" width="190"> Forum </ td> </ tr>
    </ Thead>
    <tbody class="alt1">
    $ Prefetched
    <tr id="row21" style="font-size: none;" class="spyfade1"> <td align="center"> </ td> <td> </ td> <td> < / td> <td align="center"> </ td> </ tr>
    <tr id="row22" style="font-size: none;" class="spyfade2"> <td align="center"> </ td> <td> </ td> <td> < / td> <td align="center"> </ td> </ tr>
    <tr id="row23" style="font-size: none;" class="spyfade3"> <td align="center"> </ td> <td> </ td> <td> < / td> <td align="center"> </ td> </ tr>
    <tr id="row24" style="font-size: none;" class="spyfade4"> <td align="center"> </ td> <td> </ td> <td> < / td> <td align="center"> </ td> </ tr>
    <tr id="row25" style="font-size: none;" class="spyfade5"> <td align="center"> </ td> <td> </ td> <td> < / td> <td align="center"> </ td> </ tr>
    </ Tbody>
    </ Table>
    VAPRINT;
    }

    $ Valja .= <<<VAPRINT
    $ Jalus
    VAPRINT;

    echo $ toodang;
    ?>

  5. #5
    Michał Podbielski (vBET Staff) vBET's Avatar
    Liitunud
    Oktoober 2009
    Postitusi
    3,037

    Default

    Ja see on küsimus - väljund on lihtsalt trükitud, seega ei ole võimalik tõlkida seda tavalisel viisil.

    KUID - meil on lahendus see - üks, mida ma tõi sulle. Ta tegeleb juhtudel nagu see siin. Palun ütle meile täpselt, mis samm sul on mured. Me aitame teil kesa juhiseid või isegi seda muuta arusaadavamaks

    PS.
    Oled sa kindel, et litsentsi selle mod võimaldab avaldada oma koodi? Kui ei, siis palun eemaldage see.

  6. #6
    Senior liige
    Liitunud
    Veebruar 2010
    Postitusi
    210

    Default

    Lubage mul olema selge, ma tahan sind teha seda tööd, ma ei saa maksta.

  7. #7
    Michał Podbielski (vBET Staff) vBET's Avatar
    Liitunud
    Oktoober 2009
    Postitusi
    3,037

    Default

    Quote Algselt postitas Snake View Post
    Lubage mul olema selge, ma tahan sind teha seda tööd, ma ei saa maksta.
    Loomulikult pakume ka tasulisi teenuseid, nagu paigaldamine, upgrade. Me ei mõtle integratsiooni teenust, kuid saab osta upgrade teenus ja me teeme seda sinu jaoks.

    Pange tähele, et me vajame ligipääsu Teie FTP ja Admin CP suutma seda teha integratsioon (Admin CP - võib-olla mitte, kui tegelik seaded on OK; FTP lõplikult jah).

Antud teema sildid

Postitamise reeglid

  • Te ei pruugi postitada uusi teemasid
  • Te ei pruugi postitada vastuseid
  • Te ei pruugi postitada manuseid
  • Te ei pruugi muuta oma postitusi
  •