Importante: Questa pagina utilizza i cookie (cookies). L'utilizzo di questo sito senza disattivare i cookies in del browser, significa che sei d'accordo per il suo utilizzo.
Acquista ora! Caratteristiche Download

Guadagna con noi!

Se vuoi iniziare a guadagnare soldi con BB unirsi a Programma di affiliazione.
Risultati 1 a 7 di 7

Discussione: Nessun css o immagini sulle pagine plug iSpy

  1. #1
    Senior Member
    Data di registrazione
    Feb 2010
    Messaggi
    210

    Default Nessun css o immagini sulle pagine plug iSpy

    Ciao Michel, qualsiasi possibilità si potrebbe dare un'occhiata e vedere se c'è una soluzione semplice per questo;

    Computer Juice - Spy Site

    Sembra che lo script non è ottenere il file css correttamente e sta cercando nel posto sbagliato per le immagini ...

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Data di registrazione
    Ottobre 2009
    Messaggi
    3,037

    Default

    Come vedo questa pagina non tradursi, a tutti. Gancio Molto probabilmente global_complete non è utilizzato. Si può provare a integrazione per i mod che non utilizzano gancio global_complete.

    Vedi qui per la descrizione: http://www.vbenterprisetranslator.co....html # post1795

    Si prega di verificare prima realmente global_complete non viene utilizzato.

  3. #3
    Senior Member
    Data di registrazione
    Feb 2010
    Messaggi
    210

    Default

    Onestamente non so come seguire queste istruzioni, è un semplice mod, piste di ajax credo, un solo file php, nessun prodotto o modelli. Ecco il contenuto del file.

    <? Php
    //################################################ ################################//
    / / MOD NOME: VBISpy # / /
    //################################################ ################################//
    / / Descrizione: Questa modifica per vBulletin aggiunge uno scrolling "live" # / /
    / / Aggiornamento di nuovi posti per il forum # / /
    //################################################ ################################//
    / / IN: MPDev # / /
    / / DATA: 9.26.06 # / /
    / / Versione: 1.0.12 # / /
    //################################################ ################################//

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

    / / #################### Definire costanti IMPORTANTE #######################
    define ('THIS_SCRIPT', 'vaispy');

    / / PRE-################### CACHE MODELLI E DATI ######################
    / / Ottiene gruppi frase speciale
    $ Phrasegroups = array ();

    / / Ottiene speciali modelli di dati dal datastore
    $ Specialtemplates = array ();

    / / Pre-cache modelli utilizzati da tutte le azioni
    $ Globaltemplates = array ();

    / / Pre-cache modelli utilizzati da azioni specifiche
    $ Actiontemplates = array ();

    / / ######################### RICHIEDONO BACK-END ################### #########
    require_once ('/ global.php.');

    / / CONFIG VARS ######################### ##################### #######
    / / Il numero di giorni per analizzare la tabella per .. (86400 rappresenta il numero di secondi in 24 ore)
    Daysprune $ = 1;

    / / Non lista questo forum anche se si dispone delle autorizzazioni (categorie di test, etc)
    Blockforums $ = "";

    / / CONFIG VARS ######################### ##################### #######

    $ Forumperms = array ();
    $ Lastpostid = (int) $ _REQUEST ['ultima'];
    $ Abbonarsi = (int) $ _REQUEST ['subscribe'];

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

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

    Datecut $ = "E thread.lastpost> =". (TimeNow - ($ daysprune * 86400));
    $ Prefetch = null;

    ############################################################################
    / / Ottiene le discussioni che ho postato in
    require_once (. DIR '/ includes / functions_forumdisplay.php');
    $ Risultato = $ db-> query_read ("
    SELEZIONE threadid
    DA filo ". Table_prefix." Come filo
    DOVE NON IN thread.forumid (0 $ blockforums) e
    thread.visible = 1 e
    thread.open <> 10 e
    thread.lastpostid> $ lastpostid
    $ Datecut
    ");

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

    $ Dotthreads = fetch_dot_threads_array (implodere (',', $ idsArray));
    ############################################################################
    / / Get Discussioni

    / / Non impostare a più di 20 se non sapete come modificare l'html in fondo alla pagina (e alla linea 291)
    $ Limitq = (isset ($ _REQUEST ['fare']) "20": "5,20");

    if ($ abbonarsi == 1)
    {
    Getthreads $ = $ db-> query_read ("
    SELEZIONARE subscribethread.subscribethreadid,
    thread.forumid,
    thread.firstpostid,
    thread.lastpost,
    thread.lastposter,
    thread.lastpostid,
    thread.replycount,
    thread.threadid,
    thread.title,
    thread.open,
    thread.views,
    post.pagetext in anteprima,
    post.userid COME lastpuserid
    FROM ". Table_prefix". Subscribethread COME subscribethread
    INNER JOIN ". Table_prefix." Filo filo COME ON (= subscribethread.threadid thread.threadid)
    LEFT JOIN ". Table_prefix". Deletionlog deletionlog COME ON (= thread.threadid deletionlog.primaryid E type = 'filo')
    LEFT JOIN ". Table_prefix." Post come post ON (= post.postid thread.lastpostid)
    DOVE subscribethread.userid = ". $ Vbulletin-> userinfo ['userid']."
    E NON IN thread.forumid (0 $ blockforums)
    E thread.visible = 1
    E subscribethread.canview = 1
    E thread.lastpostid> $ lastpostid
    E deletionlog.primaryid IS NULL
    $ Datecut
    ORDER BY thread.lastpost DESC LIMIT $ limitq
    ");
    }
    altro
    {
    Getthreads $ = $ db-> query_read ("
    SELEZIONARE thread.forumid,
    thread.firstpostid,
    thread.lastpost,
    thread.lastposter,
    thread.lastpostid,
    thread.replycount,
    thread.threadid,
    thread.title,
    thread.open,
    thread.views,
    post.pagetext in anteprima,
    post.userid COME lastpuserid
    DA filo ". Table_prefix." COME filo
    LEFT JOIN ". Table_prefix". Deletionlog deletionlog COME ON (= thread.threadid deletionlog.primaryid E type = 'filo')
    LEFT JOIN ". Table_prefix." Post come post ON (= post.postid thread.lastpostid)
    DOVE aperto <> 10
    $ Datecut
    E NON IN thread.forumid (0 $ blockforums)
    E thread.visible = '1 '
    E thread.lastpostid> $ lastpostid
    E post.visible = 1
    E deletionlog.primaryid IS NULL
    ORDER BY thread.lastpost DESC LIMIT $ limitq
    ");
    }

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

    while ($ thread = $ db-> fetch_array ($ getthreads)) {
    $ Colore = $ colore == 'ALT1'? 'ALT2': 'ALT1';

    $ Thread ['title'] = htmlspecialchars_uni (fetch_censored_text (fetch_trimmed_title (unhtmlspecialchars ($ thread ['title']), 85)));
    $ Thread ['date'] = vbDate ($ vbulletin-> Opzioni discussione ['dateformat'], $ ['lastpost'], 1);
    $ Thread ['tempo'] = vbDate ($ vbulletin-> Opzioni ['timeformat'], $ thread ['lastpost']);

    / / Sbarazzarsi di html e bbcode prima
    $ Thread ['anteprima'] = strip_tags (filetto strip_bbcode ($ ['anteprima'], true, true));
    $ Thread ['anteprima'] = htmlspecialchars_uni (fetch_trimmed_title ($ thread ['anteprima'], 200));
    $ Thread ['anteprima'] = fetch_censored_text (fetch_word_wrapped_string ($ thread ['anteprima'], 20));

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

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

    if ($ thread ['lastpostid'] == $ thread ['firstpostid'])
    {
    Etype $ = "nuova discussione";
    }
    altro
    {
    Etype $ = "Nuovo Post";
    }

    / / Statusicon
    / / Cartella dot show?
    if ($ vbulletin-> userinfo ['userid'] e $ vbulletin-> Opzioni ['showdots'] e $ dotthreads ["$ thread [threadid]"])
    {
    $ Thread ['statusicon'] .= '_dot';
    Filo $ thread ['dot_count'] = $ dotthreads ["$ [threadid ]"][' count '];
    Filo $ thread ['dot_lastpost'] = $ dotthreads ["$ [threadid ]"][' lastpost '];
    }

    / / Show hot folder?
    if ($ vbulletin-> Opzioni ['usehotthreads'] E (($ thread ['replycount']> = $ vbulletin-> Opzioni ['hotnumberposts'] e $ vbulletin-> Opzioni ['hotnumberposts']> 0) O ( $ thread ['viste']> = $ vbulletin-> Opzioni ['hotnumberviews'] e $ vbulletin-> Opzioni ['hotnumberviews']> 0)))
    {
    $ Thread ['statusicon'] .= '_hot';
    }

    / / Show cartella bloccata?
    if ($ thread ['aperto'])
    {
    $ Thread ['statusicon'] .= '_lock';
    }

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

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

  4. #4
    Senior Member
    Data di registrazione
    Feb 2010
    Messaggi
    210

    Default

    Ecco la seconda parte, forum vbet ferma messaggi di grandi dimensioni.

    $ Output .= <<<VAPRINT
    <evento>
    <id> {$ thread ['lastpostid']}</ id>
    <cosa> $ etype </ cosa>
    <when> {$ thread ['date']} {$ thread ['tempo']}</ quando>
    <title> {$ thread ['title titolo']}</>
    <preview> {$ thread ['anteprima']}</ anteprima>
    <poster> {$ thread ['manifesto']}</ lastposter>
    <threadid> {$ thread ['threadid']}</ threadid>
    <postid> {$ thread ['lastpostid']}</ postid>
    <lastpost> {$ thread ['lastpost']}</ lastpost>
    <userid> {$ thread ['userid']}</ lastpuserid>
    <forumid> {$ thread ['forumid']}</ forumid>
    <forumname> {$ thread ['forum']}</ TUONOME>
    <views> {$ thread ['viste viste']}</>
    <replies> {$ thread ['risposte']}</ replycount>
    <statusicon> {$ thread ['statusicon']}</ statusicon>
    </ Eventi>
    VAPRINT;
    }
    altro
    {
    Rowcolor $ = ($ rowcolor == "ALT1" "ALT2": "ALT1");

    $ Dove = $ clip = $ = $ poster_clip poster = null;

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

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

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

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

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

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

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

    if (is_browser ('opera'))
    {
    $ Prefetch .= <<<VAPRINT
    <div id="row{$row}"> <table cellpadding="3" cellspacing="0" border="0" width="100%"> <tr> <td width = classe "20" = "$ rowcolor "nowrap =" smallfont 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"> $ dove </ td> </ tr> </ table> </ div> \\ n
    VAPRINT;
    }
    altro
    {
    $ Prefetch .= <<<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 di </ div> </ td > <td class="$rowcolor smallfont" align="center"> <div class="smallfont"> $ dove </ div> </ td> </ tr> \\ n
    VAPRINT;
    }

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

    if ($ <fila 20)
    {
    for ($ x = $ riga; $ x <21; $ x + +)
    {
    if (is_browser ('opera'))
    {
    $ Prefetch .= <<<VAPRINT
    <div id="row{$x}"> </ div> \\ n
    VAPRINT;
    }
    altro
    {
    $ Prefetch .= <<<VAPRINT
    <tr id="row{$x}"> <td class="$rowcolor smallfont" align="justify"> </ td> <td class="$rowcolor smallfont"> </ td> < div class = "$ rowcolor smallfont"> </ td> <td class="$rowcolor smallfont" align="center"> </ td> </ tr> \\ n
    VAPRINT;
    }
    }
    }

    / / Memoria risparmio
    unset ($ filo);
    $ Db-> free_result ($ getthreads);

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

    if ($ output)
    {
    echo "$ output <events> </ eventi>";
    }
    altro
    {
    echo "<events />";
    }

    uscita;
    }

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

    eval ('$ navbar = "'. fetch_template ('navbar').'";');
    $ = Process_replacement_vars barra di navigazione ($ barra di navigazione);

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

    eval ('$ piè di pagina = "'. fetch_template ('piè').'";');
    Piè di pagina = $ process_replacement_vars ($ piè di pagina);

    echo <<<VAPRINT
    $ Stylevar [htmldoctype]
    <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
    <head>
    $ Headinclude
    <style type="text/css">
    . Spyfade1 div. Speranza spyfade1,,. Spyfade1 td,. Spyfade1 img {
    opacità: 0,90;
    filter: alpha (opacity = 90);
    -Moz-opacity: 0,90;
    }
    . Spyfade2 div,. Speranza spyfade2,. Spyfade2 td,. Spyfade2 img {
    opacità: 0,80;
    filter: alpha (opacity = 80);
    -Moz-opacity: 0,80;
    }
    . Spyfade3 div. Speranza spyfade3,. Spyfade3 td,. Spyfade3 img {
    opacità: 0,70;
    filter: alpha (opacity = 70);
    -Moz-opacity: 0,70;
    }
    . Spyfade4 div. Speranza spyfade4,. Spyfade4 td,. Spyfade4 img {
    opacità: 0,50;
    filter: alpha (opacity = 50);
    -Moz-opacity: 0.50;
    }
    . Spyfade5 div. Speranza spyfade5,. Spyfade5 td,. Spyfade5 img {
    opacità: 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;

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

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

    pause ();
    }

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

    playimg.src = "images / misc / play_down.gif";
    playimg.alt "Giocare = ...";
    pauseimg.src = "images / misc / pause_up.gif";
    pauseimg.alt = "Click to Pausa";

    resume ();
    }

    funzione di pausa () {
    giocare = 0;
    }

    funzione di resume () {
    giocare = 1;
    }
    / / ->
    </ Script>
    Computer <title> Juice - Spy sito </ title>
    </ Head>
    <body onload="spyinit();">
    $ Header
    $ Barra di navigazione

    <table width="90%" align="center"> <td width="50%" align="left"> <input type="checkbox" id="subscribe" value="1"> ; discussioni che hai sottoscritto soltanto </ td>
    <td width="50%" align="right">
    <Img src id = "vaplay" style = "images / misc / play_down.gif" = "cursoreointer; "alt =" "title =" Play commenti Play "onclick =" playSpy (); "/>
    <Img src id = "vapause" style = "images / misc / pause_up.gif" = "cursoreointer; "alt =" "title =" Pausa commenti Pausa "onclick =" pauseSpy (); "/>
    </ Td> </ 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;"> membri </ td>
    <td class="tcat" width="80%" style="height:25px;"> Discussione / Post </ td>
    <td class="tcat" width="200" nowrap="nowrap" style="height:25px;"> Forum
    </ Tr>
    <td colspan="4" class="alt1">
    $ Prefetch
    <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;
    }
    altro
    {
    $ 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"> evento </ td> <td class="thead" width="100"> membri </ td> <td class = "thead "> Thread / Post </ td> <td class="thead" width="190"> Forum </ td> </ tr>
    </ Thead>
    <tbody class="alt1">
    $ Prefetch
    <tr id="row21" style="display: none;" class="spyfade1"> <td align="center"> </ td> </ td> < / td> <td align="center"> </ td> </ tr>
    <tr id="row22" style="display: none;" class="spyfade2"> <td align="center"> </ td> </ td> < / td> <td align="center"> </ td> </ tr>
    <tr id="row23" style="display: none;" class="spyfade3"> <td align="center"> </ td> </ td> < / td> <td align="center"> </ td> </ tr>
    <tr id="row24" style="display: none;" class="spyfade4"> <td align="center"> </ td> </ td> < / td> <td align="center"> </ td> </ tr>
    <tr id="row25" style="display: none;" class="spyfade5"> <td align="center"> </ td> </ td> < / td> <td align="center"> </ td> </ tr>
    </ Div>
    </ Table>
    VAPRINT;
    }

    $ Output .= <<<VAPRINT
    $ Piè di pagina
    VAPRINT;

    echo $ output;
    ?>

  5. #5
    Michał Podbielski (vBET Staff) vBET's Avatar
    Data di registrazione
    Ottobre 2009
    Messaggi
    3,037

    Default

    E questo è il problema - in uscita è semplicemente stampato, quindi non c'è possibilità di tradurlo in modo normale.

    MA - abbiamo la soluzione per questo - quello che ti ho indicato. Si tratteranno i casi come questo. Si prega di dirci esattamente con quale passo hai problemi. Vi aiuteremo istruzioni incolti o anche modificarlo per più comprensibile

    PS.
    Sei sicuro che la licenza di questo mod permette di pubblicare il suo codice? Se poi non si prega di rimuoverlo.

  6. #6
    Senior Member
    Data di registrazione
    Feb 2010
    Messaggi
    210

    Default

    Lasciatemi essere chiaro, voglio che per fare questo lavoro, posso pagare.

  7. #7
    Michał Podbielski (vBET Staff) vBET's Avatar
    Data di registrazione
    Ottobre 2009
    Messaggi
    3,037

    Default

    Quote Originariamente inviata da Snake View Post
    Lasciatemi essere chiaro, voglio che per fare questo lavoro, posso pagare.
    Naturalmente offriamo anche servizi a pagamento come l'installazione, l'aggiornamento. Non pensavamo di servizio di integrazione, ma è possibile acquistare Servizio di aggiornamento e lo faremo per voi.

    Si prega di notare che avremo bisogno di accedere al vostro PC FTP e Admin per essere in grado di fare questa integrazione (Admin CP - forse non se le impostazioni attuali sono OK; FTP definitivamente sì).

Tag per questa discussione

Permessi

  • Voi non possono inviare nuove discussioni
  • Voi non possono inviare risposte
  • Voi non possono inviare allegati
  • Voi non possono modificare i tuoi messaggi
  •