Variabeln setzen für search-engine

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Variabeln setzen für search-engine

    Hallo zusammen,

    Ich muss folgende Variabeln definieren, wie sieht so ein file root pfad auf Unix aus diese Pfade hier sind ja für Windows...
    wäre super wenn mir da jemand weiterhelfen könnte bin voll im "Seich"!

    // Variables

    // Set your username and password. Leave blank if you don't want any protection.
    $user = "Mike";
    $pass = "Basket";

    // The full system path to the files you wish to index. DO NOT include trailing slash.
    $file_root = "c:\\";

    // The URL equivilent of the above. DO NOT include trailing slash.
    $http_root = "http://wp012d1616.sizch.net/";

    // The full system path to the index file.
    $index_file = "c:\\search3\\search_index.dat";

    // The full system path to the file of words to exclude.
    $exclude_words = "c:\\search3\\exclude_words.txt";

    // The full system path to the file of files to exclude.
    $exclude_files = "c:\\search3\\exclude_files.txt";

  • #2
    bau dir mal ein solches trestscript:
    PHP-Code:
    <?php

    phpinfo
    ();

    ?>
    dann siehst du alle Pfade. ausserdem gibt es für fast alles Pfade vordefinierte $vars. diese müssten da auch stehen.
    h.a.n.d.
    Schmalle

    http://impressed.by
    http://blog.schmalenberger.it



    Wichtige Anmerkung: Ich habe keine Probleme mit Alkohol ...
    ... nur ohne :-)

    Kommentar

    Lädt...
    X