Visualizzazione risultati 1 fino 7 di 7

Discussione: problema

  1. #1
    Guest

    Predefinito problema

    questa è una mia pagina html
    <html>
    <head>
    <title>E-Placid - Home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <SCRIPT type=text/javascript>
    function apri(url) {
    newin = window.open(url,'titolo','scrollbars=no,resizable= no, width=500,height=300,status=no,location=no,toolbar =no');
    }
    </SCRIPT>
    <style type="text/css">
    A:link,A:visited, A:active { color:#CC000; text-decoration: none }
    A:hover { color:#00000 }
    </style>
    <script language="JavaScript" src="links.js"></script>
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_reloadPage(init) { //reloads the window if Nav4 resized
    if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
    }
    MM_reloadPage(true);
    //-->
    </script>
    </head>

    <body alink="#CC0000" link="#CC0000" vlink="#000000">
    <div id="Layer1" style="position:absolute; left:42px; top:125px; width:169px; height:242px; z-index:1"><font color="#CCCCCC"><font color="#CCCCCC"><img src="imm/contest.jpg" alt="E - Placid" width=199 height=285
    border=3 lowsrc="links/e_placid.JPG"></font></font></div>
    <hr>
    <div align="center"><font size="1">|</font> <font color="#FF0000" size="1" face="Whimsy TT"><a href="home.html">Home</a>
    </font> <font size="1">|</font><font color="#FF0000" size="1" face="Whimsy TT">
    <a href="news.html">News</a> </font><font size="1">|</font><font color="#FF0000" size="1" face="Whimsy TT">
    <a href="eventi.html">Eventi</a> </font><font size="1">|</font><font color="#FF0000" size="1" face="Whimsy TT">
    <a href="download.html">Download</a> </font><font size="1">|</font><font color="#FF0000" size="1" face="Whimsy TT">
    <a href="multimedia.html">Multimedia</a> </font><font size="1">|</font><font color="#FF0000" size="1" face="Whimsy TT">
    <a href="biografia.html">Biografia</a> </font><font size="1">|</font><font color="#FF0000" size="1" face="Whimsy TT">
    <a href="discografia/discografia.html">Discografia</a> </font><font size="1">|</font><font color="#FF0000" size="1" face="Whimsy TT">
    <a href="foto.html">Foto</a> </font><font size="1">|</font><font color="#FF0000" size="1" face="Whimsy TT">
    <a href="javascript:apri('guestbook.php');">GuestBook </a> </font><font size="1">|</font><font color="#FF0000" size="1" face="Whimsy TT">
    <a href="thanks/thanks.html">Thanks</a> </font><font size="1">|</font><font color="#FF0000" size="1" face="Whimsy TT">
    <a href="link.html">Links</a> </font><font size="1">|</font><font color="#FF0000" size="1" face="Whimsy TT">
    <a href="contatti.html">Contatti</a></font> <font size="1">|</font></div>
    <hr>
    <p align="center">&nbsp;</p>
    <p align="center">&nbsp;</p>
    <p align="center">&nbsp;</p>
    <p align="center">&nbsp; </p>
    <p align="center">&nbsp;</p>
    <p align="center">&nbsp;</p>
    <p align="center">&nbsp;</p>
    <p align="center">&nbsp;</p>
    <p align="center">&nbsp;</p>
    <p align="center">&nbsp; </p>
    <hr>
    <div align="center">
    <script type="text/javascript" language="JavaScript" SRC="http://codice.shinystat.it/cgi-bin/getcod.cgi?USER=eplacid"></script>
    <strong><font size="1">Powered by <a href="mailto:webmaster@e-placid.com">Kuro</a>
    - <a href="www.thirdmoon.com">Third Moon</a></font></strong> </div>
    <hr>
    </body>
    </html>
    e dovrei inserire in questa pagina un cosice in php per le news, come faccio?
    ecco il codice
    Contents
    --------
    A) Install instructions
    B) Changes from version to version

    A) Install instructions
    --------------------------------------------------------------------

    How to install EasyNews version 4.2

    1) Unzip the EasyNews.zip to your root directory so that you have
    a directory structure like this:

    root --> easynews --> newsfiles --> news.txt
    root --> easynews --> newsfiles --> news.dat
    root --> easynews --> newsfiles --> news.def
    root --> easynews --> newsfiles --> headlines.txt
    root --> easynews --> newsfiles --> arc.txt
    root --> easynews --> config.php
    root --> easynews --> config2.php
    root --> easynews --> easynews.php
    root --> easynews --> admin.php
    root --> easynews --> easynews_install.txt

    2) Upload the files to your webserver

    3) CHMOD 777 to:

    news.txt
    news.dat
    headlines.txt
    arc.txt

    These are located in the newsfiles directory.

    And then CHMOD 777 to (located in the root easynews dir):

    config.php
    config2.php

    4) Open up your webbrowser to:

    http://www.yourserver.com/easynews/easynews.php

    It will promt you for your username and password, enter in the values:
    username: admin and password: admin. Then goto: admin.php here you can edit config setting.

    note: You must build news after every edit or new post

    5) In the page you want the news displayed use this code (must be
    php file)

    <? include "./easynews/newsfiles/news.txt" ?>

    for headlines its

    <? include "./easynews/newsfiles/headlines.txt" ?>

    for the achive file its

    <? include "./easynews/newsfiles/arc.txt" ?>

    if your server support SSI you can use any webpage extension that uses
    it and then use this code

    <!-- #include file="easynews/newsfiles/news.txt" -->

    for headlines its

    <!-- #include file="easynews/newsfiles/headlines.txt" -->

    for the achive file its

    <!-- #include file="easynews/newsfiles/arc.txt" -->

    Save the file and your done!

    If you have any problems or suggestions for the next version goto:

    http://www.webrc.ca/

    Thank you for downloading EasyNews!


    B) Changes from version to version
    --------------------------------------------------------------------

    v. 4.1
    - long post bug fixed

    v. 4.0
    - online admin panel
    - easier to use edit panel

    v. 3.0.2
    - time offset is fixed completly
    - easynews now runs smoothly on a windows server

    v. 3.0.1
    - fixed archiver

    v. 3.0.0
    - date and time are now 2 different fields
    - email address field added
    - 2 user levels: admin and normal
    - admins can edit all posts
    - normal users can only edit there own posts

    v. 2.2.2
    - improved time offset feature
    - improved main page showing what everything does
    - improved archiver that now actually saves to different file

    v. 2.2.1
    - time offset for news posts

    v. 2.2.0
    - ability to use headlines

    v. 2.1.0 beta 1
    - multiple users
    - users can only add/edit/delete posts with their username

    v. 2.0.1
    - ability to delete individual posts

    v. 2.0.0
    - news first stored in textual database then can be built from that
    using a template u can create
    - ability to edit each post individually
    grazie per l'aiuto

  2. #2
    Guest

    Predefinito

    uppo e konfido in voi!!

    grazie ankora

  3. #3
    Guest

    Predefinito

    hai unzippato i file?
    settato la password?

    spero di si...

    per inserire le news scegli dove metterle scrivendo
    Codice:
    <? include "./easynews/newsfiles/news.txt" ?>
    la pagina deve avere estensione PHP!

    altrimenti usa SSI (mi pare che sia possibile su AV) inserendo
    Codice:
    <!-- #include file="easynews/newsfiles/news.txt" -->
    nella pagina HTML

  4. #4
    Guest

    Predefinito

    si ma dove devo inserirli? io la pagina l'ho fatta in html, se la rendo .php visualizzo sempre cio ke ho fatto?

  5. #5
    Guest

    Predefinito

    puoi usare anche SSI, quindi la pagina resta HTML.

    devi semplicemente scrivere
    Codice:
    <!-- #include file="easynews/newsfiles/news.txt" -->
    nel punto dove vuoi mostrare le news (poi il server inserisce in quel punto i dati del file news.txt)

  6. #6
    Guest

    Predefinito

    grazie ho risolto kn un altro script quello ke avevo nn funzionava bene!

    qualkuno mi sa consigliare un ottimo script per le news kon una bella grafica e kon un ottima amministrazione e tante opzioni!

    grazie mille

  7. #7
    Guest

    Predefinito

    prova a cercare tra gli script su http://freephp.html.it puoi anche provarli on-line prima di scaricarli ;) e sono tutti gratuiti ovviamente

Regole di scrittura

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