Visualizzazione risultati 1 fino 5 di 5

Discussione: inserire il codice del contatore in un blocco di phpnuke

  1. #1
    Guest

    Predefinito

    Ciao ragazzi, volevo sapere come si fa ad inserire lo script del contatore di statistiche.it all'interno di un blocco, ho provato a metterla in html e non va, ho tramutato da html a php e nemmeno va, come devo fare???
    grazie

  2. #2
    Guest

    Predefinito

    posta il codice del blocco che hai fatto

  3. #3
    Guest

    Predefinito

    in html
    <!-- statistiche.it -->
    <script language="javascript" type="text/javascript">
    js_ver="1.0";
    query="rnd="+Math.random()+"&rfr="+escape(docu ment.referrer)+"&pg="+escape(window.location.h ref);
    document.cookie="statistiche.it=1; path=/"; query+="&cks="+(document.cookie?"1":"0");
    </script>
    <script language="javascript1.1" type="text/javascript">
    js_ver="1.1";
    query+="&js="+(navigator.javaEnabled()?"1":"0" );
    </script>
    <script language="javascript1.2" type="text/javascript">
    js_ver="1.2";
    query+="&rsl="+screen.width+'x'+screen.height+ "&clr="+(((navigator.appName.substring(0,3)==" Mic"))?screen.colorDepth:screen.pixelDepth);
    </script>
    <script language="javascript1.3" type="text/javascript">
    js_ver="1.3";
    </script>
    <script language="javascript" type="text/javascript">
    document.write('<');
    document.write('a href="http://www.statistiche.it/stat.php?account=11906" target="_blank"><img src="http://stat1.statistiche.it/counter/count.php?id=11906&'+query+'&jsv='+js_ver+ '" border="0" height="100" width="88" alt="Statistiche"><');
    document.write('/a>');
    </script>
    <noscript>
    <a href="http://www.statistiche.it/stat.php?account=11906" target="_blank"><img src="http://stat1.statistiche.it/counter/count.php?id=11906" border="0" width="88" height="100" alt="Statistiche"></a>
    </noscript>
    <!-- !statistiche.it -->

  4. #4
    Guest

    Predefinito

    in php
    <?php
    #### Generated by Html to PHP converter By Disipal Site (www.disipal.net) ####


    echo"<!-- statistiche.it -->"
    . "<script language=\"javascript\" type=\"text/javascript\">"
    . " js_ver=\"1.0\";"
    . " query=\"rnd=\"+Math.random()+\"&rfr=\"+escape( document.referrer)+\"&pg=\"+escape(window.loca tion.href);"
    . " document.cookie=\"statistiche.it=1; path=/\"; query+=\"&cks=\"+(document.cookie?\"1\":\"0\") ;"
    . "</script>"
    . "<script language=\"javascript1.1\" type=\"text/javascript\">"
    . " js_ver=\"1.1\";"
    . " query+=\"&js=\"+(navigator.javaEnabled()?\"1\" :\"0\");"
    . "</script>"
    . "<script language=\"javascript1.2\" type=\"text/javascript\">"
    . " js_ver=\"1.2\";"
    . " query+=\"&rsl=\"+screen.width+'x'+screen.heigh t+\"&clr=\"+(((navigator.appName.substring(0,3 )==\"Mic\"))?screen.colorDepth:screen.pixelDepth); "
    . "</script>"
    . "<script language=\"javascript1.3\" type=\"text/javascript\">"
    . " js_ver=\"1.3\";"
    . "</script>"
    . "<script language=\"javascript\" type=\"text/javascript\">"
    . " document.write('<');"
    . " document.write('a href=\"http://www.statistiche.it/stat.php?account=11906\" target=\"_blank\"><img src=\"http://stat1.statistiche.it/counter/count.php?id=11906&'+query+'&jsv='+js_ver+ '\" border=\"0\" height=\"100\" width=\"88\" alt=\"Statistiche\"><');"
    . " document.write('/a>');"
    . "</script>"
    . "<noscript>"
    . " <a href=\"http://www.statistiche.it/stat.php?account=11906\" target=\"_blank\"><img src=\"http://stat1.statistiche.it/counter/count.php?id=11906\" border=\"0\" width=\"88\" height=\"100\" alt=\"Statistiche\"></a>"
    . "</noscript>"
    . "<!-- !statistiche.it -->"
    ."";

    ?>




    ascolta tammax, io vado su blocchi, metto il nome del nuovo blocco "contatore", poi inserisco come contenuto uno dei due.....e niente non mi va..... mi dice che non è consentito (allowed)
    grazie dell'aiuto tammax

  5. #5
    Guest

    Predefinito

    [code:1:466f3220ae]
    <?php


    if (eregi("block-contatore.php", $PHP_SELF)) {
    Header("Location: index.php");
    die();
    }
    $content ="<!-- statistiche.it -->" ;
    $content .= "<script language=\"javascript\" type=\"text/javascript\">";
    $content .= " js_ver=\"1.0\";";
    $content .= " query=\"rnd=\"+Math.random()+\&q uot;&rfr=\"+escape(document.referrer& #41;+\"&pg=\"+escape(window.loca tion.href);";
    $content .= " document.cookie=\"statistiche.it=1; path=/\"; query+=\"&cks=\"+(document.cooki e?\"1\":\"0\");";
    $content .= "</script>";
    $content .= "<script language=\"javascript1.1\" type=\"text/javascript\">";
    $content .= " js_ver=\"1.1\";";
    $content .= " query+=\"&js=\"+(navigator.javaE nabled()?\"1\":\"0\&quo t;);";
    $content .= "</script>";
    $content .= "<script language=\"javascript1.2\" type=\"text/javascript\">";
    $content .= " js_ver=\"1.2\";";
    $content .= " query+=\"&rsl=\"+screen.width+'x'+sc reen.height+\"&clr=\"+((&#40 ;navigator.appName.substring(0,3)==\" Mic\"))?screen.colorDepth:screen. pixelDepth);";
    $content .= "</script>";
    $content .= "<script language=\"javascript1.3\" type=\"text/javascript\">";
    $content .= " js_ver=\"1.3\";";
    $content .= "</script>";
    $content .= "<script language=\"javascript\" type=\"text/javascript\">";
    $content .= " document.write('<');";
    $content .= " document.write('a href=\"http://www.statistiche.it/stat.php?account=11906\" target=\"_blank\"><img src=\"http://stat1.statistiche.it/counter/count.php?id=11906&'+query+'&jsv='+js_ver+ '\" border=\"0\" height=\"100\" width=\"88\" alt=\"Statistiche\"><');" ;
    $content .= " document.write('/a>');";
    $content .= "</script>";
    $content .= "<noscript>";
    $content .= " <a href=\"http://www.statistiche.it/stat.php?account=11906\" target=\"_blank\"><img src=\"http://stat1.statistiche.it/counter/count.php?id=11906\" border=\"0\" width=\"88\" height=\"100\" alt=\"Statistiche\"></a>";
    $content .= "</noscript>";
    $content .= "<!-- !statistiche.it -->";

    ?>
    [/code:1:466f3220ae]

    salvalo come block-contatore.php e uppalo in blocks di nuke poi attivalo da blocchi dove ti pare meglio

    cosi va ciao

    :~( cmq io avrei un forum che da supporto al nuke poi fai te :~(

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •