Skocz do zawartości

Mike Mouse

Użytkownicy
  • Zawartość

    81
  • Rejestracja

  • Ostatnio

Posty napisane przez Mike Mouse


  1. Witam

     

    Jak naprawić ten błąd:

     

     

    
    
    Parse error: syntax error, unexpected $end in /home/virt101491/domains/******.com.pl/public_html/engine/inc/funkcja.php on line 52
     

    To jest plik funkcja.php

     

     

     

     

    <?php
    if (!defined('DATALIFEENGINE')) {
    die("Hacking attempt!");
    }
    
    
    function javascript(){
        echo <<<HTML
        <script type="text/javascript" src="engine/skins/tabset.js"></script>
        HTML;
    }
    
    function opentable() {
        echo <<<HTML
        <table width="100%">
    <tr>
    <td width="4"><img src="engine/skins/images/tl_lo.gif" width="4" height="4" border="0"></td>
    <td background="engine/skins/images/tl_oo.gif"><img src="engine/skins/images/tl_oo.gif" width="1" height="4" border="0"></td>
    <td width="6"><img src="engine/skins/images/tl_ro.gif" width="6" height="4" border="0"></td>
    </tr>
    <tr>
    <td background="engine/skins/images/tl_lb.gif"><img src="engine/skins/images/tl_lb.gif" width="4" height="1" border="0"></td>
    <td style="padding:5px;" bgcolor="#FFFFFF">
        HTML;
    }
    
    function closetable() {
        echo <<<HTML
    </td>
    <td background="engine/skins/images/tl_rb.gif"><img src="engine/skins/images/tl_rb.gif" width="6" height="1" border="0"></td>
    </tr>
    <tr>
    <td><img src="engine/skins/images/tl_lu.gif" width="4" height="6" border="0"></td>
    <td background="engine/skins/images/tl_ub.gif"><img src="engine/skins/images/tl_ub.gif" width="1" height="6" border="0"></td>
    <td><img src="engine/skins/images/tl_ru.gif" width="6" height="6" border="0"></td>
    </tr>
        </table>
        HTML;
    }
    
    function tableheader($value) {
        echo <<<HTML
        <table width="100%">
    <tr>
    <td bgcolor="#EFEFEF" height="29" style="padding-left:10px;">
    <div class="navigation">$value</div></td>
    </tr>
        </table>
        <div class="unterline"></div>
        HTML;
    }
    ?>
     

     


  2. Witam

     

    Mam pytanie. Czy da się odzyskać pliki z serwera FTP + kopię bazy danych z hostingu, który padł kilka dni temu? W wiadomości e-mail dostałem info, że do 20 lutego należy zrobić kopię strony, lecz host nie działa i nic nie mogę zrobić?

    Waga strony ok 700 mb

     

    Dostaj na e-mailia taką wiadomość:

     

     

    This is the mail system at host tur.go2.pl.

    I'm sorry to have to inform you that your message could not
    be delivered to one or more recipients. It's attached below.

    For further assistance, please send mail to <postmaster>

    If you do so, please include this problem report. You can
    delete your own text from the attached returned message.

     

×