Jump to content
GIGN Forum

sinnerman

Mirstīgais
  • Posts

    89
  • Joined

  • Last visited

Posts posted by sinnerman

  1. L 02/19/2008 - 21:26:55: [amxbans.amxx] [Amxbans] Connection failed!
    L 02/19/2008 - 21:26:55: [amxbans.amxx] [Amxbans] Threaded query error, location: 1
    L 02/19/2008 - 21:26:55: [amxbans.amxx] [Amxbans] Message: Host '87.110.122.80' is not allowed to connect to this MySQL server (1130)
    L 02/19/2008 - 21:26:55: [amxbans.amxx] [Amxbans] Query statement: 
    L 02/19/2008 - 21:26:55: [amxbans.amxx] [Amxbans] Connection failed!
    L 02/19/2008 - 21:26:55: [amxbans.amxx] [Amxbans] Threaded query error, location: 5
    L 02/19/2008 - 21:26:55: [amxbans.amxx] [Amxbans] Message: Host '87.110.122.80' is not allowed to connect to this MySQL server (1130)

    Izmet šo servera konsolā!

    Ko man darīt, itkā visu pēc pamācības dariiju!

  2. Pēctam uztaisat failu "demo.php" Kurā ierakstiet sekojošo:

    QUOTE

    <?php

    if ($handle = opendir('C:/Web/www/demo/')) {

    while (false !== ($file = readdir($handle))) {

    if (strlen($file) > 4)

    {

    $gabali = explode("-", $file);

    $date = $gabali[1];

    $mape = $gabali[2];

    $mapesgabali = explode(".", $mape);

    $name = $mapesgabali[0];

    $year = substr($date,0,2);

    $month = substr($date,2,2);

    $day = substr($date,4,2);

    $hour = substr($date,6,2);

    $minute = substr($date,8,2);

    echo "<center> $day.$month.$year             $hour:$minute             $name            

    <a href=\"demo/$file\">Novilkt</a></br></center>";

    }

    }

    closedir($handle);

    }

    ?>

    Kā vinju var uztaisīt? <_<

×
×
  • Create New...