I rëndësishëm: Kjo faqe është duke përdorur cookies (cookies). Duke përdorur këtë faqe interneti pa turning off cookies në shfletuesin, do të thotë se jeni dakord për të përdorur atë.
Buy Now! Features Downloads

Fito me ne!

Nëse ju do të donte për të filluar fituar para me vBET bashkohen për të Programi Filialin.
Results 1 te 7 e 7

Thread: Asnjë css ose imazhe në faqet plugin ispy

  1. #1
    Senior Member
    Antarësuar
    Shkurt 2010
    Postime
    210

    Default Asnjë css ose imazhe në faqet plugin ispy

    Hi Michel, ndonjë mundësi që ju mund të ketë një vështrim dhe të shohim nëse ka një fix lehtë për këtë;

    Lëng Computer - Spy Site

    Duket script nuk është duke u fotografi css si duhet dhe është në kërkim në vend të gabuar për imazhet ...

  2. #2
    Michał Podbielski (vBET Stafi) vBET's Avatar
    Antarësuar
    Tetor 2009
    Postime
    3,037

    Default

    Siç e shoh këtë faqe nuk është përkthyer në të gjitha. Lidh me siguri global_complete nuk është përdorur atje. Ju mund të provoni integrimit për mods të cilat nuk janë duke përdorur goditje global_complete.

    Shih këtu për description: # post1795 http://www.vbenterprisetranslator.co....html

    Ju lutem kontrolloni e parë ka të vërtetë global_complete nuk është përdorur atje.

  3. #3
    Senior Member
    Antarësuar
    Shkurt 2010
    Postime
    210

    Default

    Unë sinqerisht nuk e di se si të ndjekin këto udhëzime, kjo është një mod e thjeshtë, shkon e Ajax unë mendoj se, vetëm një fotografi PHP, asnjë produkt ose templates. Këtu është përmbajtjen file.

    <? Php
    //################################################ ################################//
    EMRI / / MOD: VBISpy # / /
    //################################################ ################################//
    / / DESCRIPTION: Ky modifikim për vBulletin shton një "live" scrolling # / /
    / / Përditësimin e postimeve të reja në forum # / /
    //################################################ ################################//
    / / NGA: MPDev # / /
    / / DATA: 9.26.06 # / /
    / / VERSION: 1.0.12 # / /
    //################################################ ################################//

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

    / / #################### Përcaktojnë kosntanta KUJDES #######################
    define ('THIS_SCRIPT', 'vaispy');

    / / ################### PRE-Cache templates DHE TË DHËNAT ######################
    / / Grupet e veçanta të merrni fraza
    $ Phrasegroups = array ();

    / / Të marrë të dhëna të veçanta templates nga datastore
    $ Specialtemplates = array ();

    / / Para-cache templates përdoret nga të gjitha veprimet e
    $ Globaltemplates = array ();

    / / Para-cache templates përdorur nga veprime specifike
    $ Actiontemplates = array ();

    / / ######################### Kërkojmë prapa-fund ################### #########
    require_once ('/ global.php.');

    / / ######################### Config VARS ##################### #######
    / / Numri i ditëve të scan tavolinë për .. (86.400 përfaqëson numrin e sekondave në 24 orë)
    $ Daysprune = 1;

    / / Nuk lista këto forume edhe në qoftë se ata kanë leje (kategoritë test, etj)
    $ Blockforums = "";

    / / ######################### Config VARS ##################### #######

    $ Forumperms = array ();
    $ Lastpostid = (int) $ _REQUEST ['fundit'];
    $ Regjistroheni = (int) $ _REQUEST ['regjistroheni'];

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

    if (! isset ($ vbulletin-> forumcache ["$ forumid"]) OSE! ($ & $ forumperms vBulletin-> bf_ugp_forumpermissions ['canview']) OSE! ($ & $ forumperms vBulletin-> bf_ugp_forumpermissions ['canviewothers'] ) OSE! verify_forum_password ($ forumid, $ vBulletin-> forumcache ["$ forumid"] ['password'], false))
    {
    $ Blockforums .=','.$ forum ['forumid'];
    }
    }
    unset ($ forum);

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

    ############################################################################
    / / Get Threads kam Posted Në
    require_once (. DIR '/ përfshin / functions_forumdisplay.php');
    $ Rezultati = $ db-> query_read ("
    SELECT threadid
    NGA ". TABLE_PREFIX." Fije si fije
    KU NUK thread.forumid NE (0 $ blockforums) dhe
    thread.visible = 1 dhe
    thread.open <> 10 dhe
    thread.lastpostid> $ lastpostid
    $ Datecut
    ");

    $ IdsArray = array ();
    ndërsa ($ id = $ db-> fetch_array ($ rezultati))
    {
    $ IdsArray [] = $ id ['threadid'];
    }

    $ Dotthreads = fetch_dot_threads_array (shpërthej (',', idsArray $));
    ############################################################################
    / / Get Threads

    / / Mos vendosur të më shumë se 20 nëse nuk dini se si të ndryshojë html në fund të faqes (dhe në përputhje 291)
    $ Limitq = (isset ($ _REQUEST ['të bëjë']) "20": "5,20");

    if ($ regjistroheni == 1)
    {
    $ = $ Db getthreads-> 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 preview,
    post.userid AS lastpuserid
    NGA ". TABLE_PREFIX". Subscribethread AS subscribethread
    Brendshėm BASHKOHU ". TABLE_PREFIX". Thread AS MBI thread (subscribethread.threadid = thread.threadid)
    LEFT JOIN ". TABLE_PREFIX". Deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid DHE type = 'thread')
    LEFT JOIN ". TABLE_PREFIX." Post si post ON (post.postid = thread.lastpostid)
    KU = subscribethread.userid ". $ VBulletin-> userinfo ['userid']."
    DHE NUK thread.forumid NË (0 $ blockforums)
    DHE thread.visible = 1
    DHE subscribethread.canview = 1
    DHE thread.lastpostid> $ lastpostid
    DHE deletionlog.primaryid IS NULL
    $ Datecut
    ORDER BY DESC LIMIT thread.lastpost $ limitq
    ");
    }
    tjetër
    {
    $ = $ Db getthreads-> 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 preview,
    post.userid AS lastpuserid
    NGA ". TABLE_PREFIX". Thread AS thread
    LEFT JOIN ". TABLE_PREFIX". Deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid DHE type = 'thread')
    LEFT JOIN ". TABLE_PREFIX." Post si post ON (post.postid = thread.lastpostid)
    KU hapur <> 10
    $ Datecut
    DHE NUK thread.forumid NË (0 $ blockforums)
    DHE thread.visible = '1 '
    DHE thread.lastpostid> $ lastpostid
    DHE post.visible = 1
    DHE deletionlog.primaryid IS NULL
    ORDER BY DESC LIMIT thread.lastpost $ limitq
    ");
    }

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

    ndërsa ($ = $ db thread-> fetch_array ($ getthreads)) {
    $ Color = $ ngjyra == 'alt1'? 'Alt2': 'alt1';

    $ Thread ['title'] = htmlspecialchars_uni (fetch_censored_text (fetch_trimmed_title (unhtmlspecialchars ($ thread ['titulli']), 85)));
    $ Thread ['date'] = vbdate ($ vbulletin-> options thread ['dateformat'], $ ['lastpost'], 1);
    $ Thread ['kohë'] = vbdate ($ vbulletin-> options ['timeformat'], $ thread ['lastpost']);

    / / Get shpëtoj html dhe BBCode parë
    $ Thread ['preview'] = strip_tags (thread strip_bbcode ($ ['preview'], vërtetë, vërtetë));
    $ Thread ['preview'] = htmlspecialchars_uni (fetch_trimmed_title ($ thread ['preview'], 200));
    $ Thread ['preview'] = fetch_censored_text (fetch_word_wrapped_string ($ thread ['preview'], 20));

    $ Thread ['replycount'] = (thread $ ['replycount']) vb_number_format;
    $ Thread ['shikime'] = vb_number_format ($ thread ['shikime']);

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

    if ($ thread ['lastpostid'] == $ thread ['firstpostid'])
    {
    $ Etype = "Temë e Re";
    }
    tjetër
    {
    $ Etype = "Posta e Re";
    }

    / / Statusicon
    / / Dot tregojnë dosje?
    if ($ vbulletin-> userinfo ['userid] dhe $ vBulletin-> options [' showdots '] dhe $ dotthreads ["$ thread [threadid]"])
    {
    $ Thread ['statusicon'] .= '_dot';
    Thread $ thread ['dot_count'] = $ dotthreads ["$ [threadid ]"][' count '];
    Thread $ thread ['dot_lastpost'] = $ dotthreads ["$ [threadid ]"]['] lastpost ';
    }

    / / Tregojnë dosje të nxehtë?
    if ($ vbulletin-> options ['usehotthreads'] DHE (($ thread ['replycount']> = $ vBulletin-> options ['hotnumberposts'] dhe $ vBulletin-> options ['hotnumberposts']> 0) ose ( $ thread ['shikime']> = $ vBulletin-> options ['hotnumberviews'] dhe $ vBulletin-> options ['hotnumberviews']> 0)))
    {
    $ Thread ['statusicon'] .= '_hot';
    }

    / / Tregojnë folder mbyllur?
    if (! $ thread ['hapur'])
    {
    $ Thread ['statusicon'] .= '_lock';
    }

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

    if ($ _REQUEST ['të bëjë'] == "XML")
    {

  4. #4
    Senior Member
    Antarësuar
    Shkurt 2010
    Postime
    210

    Default

    Këtu është pjesa e dytë, forum vbet ndalesa postimet e mëdha.

    $ Output .= <<<VAPRINT
    <event>
    {<id> $ thread ['lastpostid']}</ id>
    <what> $ etype </ ajo>
    ']}</ <when> {$ thread ['date']} {$ thread ['kohë kur>
    <title> {$ thread']}</ ['title title>
    <preview> {$ thread ['']}</ Shikuar>
    <poster> {$ thread ['poster lastposter']}</>
    {<threadid> $ thread ['threadid']}</ threadid>
    {<postid> $ thread ['lastpostid']}</ postid>
    {<lastpost> $ thread']}</ ['lastpost lastpost>
    {<userid> $ thread ['userid lastpuserid']}</>
    {<forumid> $ thread ['forumid']}</ forumid>
    <forumname> {$ thread ['forum']}</ forumname>
    <views> {$ thread ['shikime shikime']}</>
    <replies> {$ thread ['']}</ përgjigje replycount>
    <statusicon> {$ thread ['statusicon']}</ statusicon>
    </ Ngjarja>
    VAPRINT;
    }
    tjetër
    {
    $ Rowcolor = ($ rowcolor == "alt1" "alt2": "alt1");

    $ Ku = $ clip = $ poster_clip = $ poster = null;

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

    if (! $ thread ['titulli'])
    {
    $ Clip = "<strong> panjohur </ strong>";
    }
    tjetër
    {
    $ Clip = "<strong> <img src=\\"{$thread['statusicon']}\\" alt=\\"\\" /> <a target = \\" _blank \\ "href = \\" {$ post_url} \\ "> {$ thread ['title']}</ a> <> / fortë";
    }

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

    Clip $ .= "({$ thread ['shikime']} shikime, {$ thread ['replycount']} pergjigje)";

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

    $ Poster_clip .= "kohë thread <br /> {$ thread ['date']} {$ ['']}";

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

    në qoftë se (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 "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"> $ ku </ td> </ tr> </ table> </ div> \\ n
    VAPRINT;
    }
    tjetër
    {
    $ 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"> $ ku </ div> </ td> </ tr> \\ n
    VAPRINT;
    }

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

    if ($ rreshti <20)
    {
    për ($ x = $ rreshti; $ x <21; $ x + +)
    {
    në qoftë se (is_browser ('Opera'))
    {
    $ Prefetched .= <<<VAPRINT
    <div id="row{$x}"> </ div> \\ n
    VAPRINT;
    }
    tjetër
    {
    $ 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;
    }
    }
    }

    / / Kujtesës kursim
    unset ($ thread);
    $ Db-> free_result ($ getthreads);

    if ($ _REQUEST ['të bëjë'] == "XML")
    {
    header ('Content-Type: text / xml' ($ stylevar ['charset'] ='''; charset =' $ stylevar ['charset']:.!?.''));
    echo '<? version xml = "1,0" encoding = "". $ stylevar [' charset '].'"?>'. "\\ R \\ n";

    if ($ output)
    {
    echo "$ output <events> </ ngjarjet e>";
    }
    tjetër
    {
    echo "<events />";
    }

    dalje;
    }

    $ Navbits = array ();
    $ Navbits [$ prind] = "Spy Site ';
    $ 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 (' futboll ').'";');
    $ Footer = process_replacement_vars ($ futboll);

    echo <<<VAPRINT
    $ Stylevar [htmldoctype]
    <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
    <head>
    $ Headinclude
    <style type="text/css">
    . Div spyfade1,. Hapësirë spyfade1,,. Spyfade1 td,. Spyfade1 img {
    opacity: 0.90;
    filter: alfa (opacity = 90);
    -Moz-opacity: 0.90;
    }
    . Div spyfade2,. Hapësirë spyfade2,. Td spyfade2,. Img spyfade2 {
    opacity: 0.80;
    filter: alfa (opacity = 80);
    -Moz-opacity: 0.80;
    }
    . Div spyfade3,. Hapësirë spyfade3,. Spyfade3 td,. Spyfade3 img {
    opacity: 0.70;
    filter: alfa (opacity = 70);
    -Moz-opacity: 0.70;
    }
    . Div spyfade4,. Hapësirë spyfade4,. Spyfade4 td,. Spyfade4 img {
    opacity: 0.50;
    filter: alfa (opacity = 50);
    -Moz-opacity: 0.50;
    }
    . Div spyfade5,. Hapësirë spyfade5,. Spyfade5 td,. Spyfade5 img {
    opacity: 0.30;
    filter: alfa (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 type="text/javascript"> language="javascript"
    <! -
    spymax = 25;
    highestid = $ highestid;

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

    playimg.src = "images / misc / play_up.gif";
    playimg.alt = "Kliko për të luajtur";
    pauseimg.src = "images / misc / pause_down.gif";
    pauseimg.alt = "ndaluar ...";

    pauzë ();
    }

    playSpy function () {
    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 = "Kliko për të Ndalo";

    rinisë ();
    }

    pauzë function () {
    luaj = 0;
    }

    rinisë function () {
    luaj = 1;
    }
    / / ->
    </ Script>
    <title> Juice Computer - Spy Site </ title>
    </ Head>
    <body onload="spyinit();">
    $ Header
    $ Navbar

    <table width="90%" align="center"> <tr> <td width="50%" align="left"> <INPUT type="checkbox" id="subscribe" value="1"> ; temat e regjistruar vetëm </ td>
    <td width="50%" align="right">
    <Img id = "vaplay" src = "images / misc / play_down.gif" style = "kursorinointer; "alt =" Play "title =" Komentet Play "onClick =" playSpy (); "/>
    <Img id = "vapause" src = "images / misc / pause_up.gif" style = "kursorinointer; "alt =" Ndalo "title =" Komentet e Ndalo "onClick =" pauseSpy (); "/>
    </ Td> </ tr> </ table>
    <br />
    VAPRINT;

    në qoftë se (is_browser ('Opera'))
    {
    $ Output .= <<<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;"> 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>
    <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;
    }
    tjetër
    {
    $ 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"> ngjarje </ td> <td class="thead" width="100"> Member </ td> <td class = "thead "> Tema / 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
    $ Futboll
    VAPRINT;

    echo $ output;
    ?>

  5. #5
    Michał Podbielski (vBET Stafi) vBET's Avatar
    Antarësuar
    Tetor 2009
    Postime
    3,037

    Default

    Dhe kjo është çështja - Prodhimi është i shtypur thjesht, kështu që nuk ka mundësi të përkthejë atë në mënyrë normale.

    POR - ne kemi zgjidhje për këtë - atë që unë ju vuri. Ajo do të merret me raste si ky. Ju lutem na tregoni saktësisht me të cilin hapi keni probleme. Ne do t'ju ndihmojë të udhëzime ugar ose edhe modifikojë atë në më të kuptueshme

    PS.
    Jeni i sigurt se licenca për këtë mod lejon të publikojë kodin e vet? Nëse jo atëherë ju lutem hiqni atë.

  6. #6
    Senior Member
    Antarësuar
    Shkurt 2010
    Postime
    210

    Default

    Le të jem i qartë, unë dua që ju të bëni këtë punë, unë mund të paguajnë.

  7. #7
    Michał Podbielski (vBET Stafi) vBET's Avatar
    Antarësuar
    Tetor 2009
    Postime
    3,037

    Default

    Quote Postimi origjinal është bërë nga Snake View Post
    Le të jem i qartë, unë dua që ju të bëni këtë punë, unë mund të paguajnë.
    Sigurisht ne ofrojmë shërbime të paguhet edhe si instalimit, upgrade. Ne nuk mendojmë për shërbim të integrimit, por ju mund të blini përmirësimin e shërbimit dhe ne do të bëjmë atë për ju.

    Ju lutemi vini re se ne do të duhet qasje në CP tuaj FTP dhe Admin të jetë në gjendje për të bërë këtë integrim (Admin CP - ndoshta jo në qoftë se parametrat aktuale janë në rregull; FTP definitivisht po).

Tags për këtë Temë

Regullat e Postimit

  • Ju mund të mos postoni tema të reja
  • Ju mund të mos Përgjigje pas
  • Ju mund të mos Postimi attachments
  • Ju mund të mos të ndryshoni postimet tuaja
  •