[PHP] Sphider aber wo befindet sich "command line"?

Dieses Thema im Forum "Webentwicklung" wurde erstellt von hunt33r, 16. Mai 2009 .

  1. 16. Mai 2009
    Sphider aber wo befindet sich "command line"?

    Hallo Leute,
    um eine Seite bei Sphider zu indexieren soll es sowas wie eine "Command line" geben.

    Nur wo ist die Befehlszeile bei Sphider?

    MfG
     
  2. 16. Mai 2009
    AW: Sphider aber wo befindet sich "command line"?

    Ich denke damit ist gemeint das du das Script in einer Shell ausführen sollst. Unter Linux Putty, ich weiß nicht ob es sowas auch für Windows gibt.

    Informier dich mal ob du von deinem Hoster Shell-Acces erhältst.

    [Edit]

    Da ist doch ne anleitung, sollte nicht schwer sein. Wo liegt den dein Problem?
    http://www.sphider.eu/docs.php#installation
    Spoiler
    Installation

    1. Unpack the files, and copy them to the server, for example to
    /home/youruser/public_html/sphider (later referred to as [path_of_sphider])

    2. In the server, create a database in MySQL to hold Sphider data.

    a) at command prompt type (to log into MySQL):
    mysql -u <your username> -p
    Enter your password when prompted.

    b) in MySQL, type:
    CREATE DATABASE sphider;

    Of course you can use some other name for database instead of sphider.

    c) Use exit to exit MySQL.
    For more information on how to create a database and give/get the necessary permissions, check MySQL.com

    3. In settings directory, edit database.php file and change $database, $mysql_user, $mysql_password and $mysql_host to correct values (if you dont know what $mysql_host should be, it should probably stay as it is - 'localhost').

    4. Open install.php script (admin directory) in your browser, which will create the tables necessary for Sphider to operate.

    Alternatively, the tables can be created by hand using tables.sql script given in the sql directory of the Sphider distribution. In the prompt, type
    mysql -u <your username> -p sphider_db < [path_of_sphider]/sql/tables.sql

    5. In admin directory, edit auth.php to change the administrator user name and password (default values are 'admin' and 'admin').

    6. Open admin/admin.php in browser and start indexing.

    7. search.php is the default search page.

    Achja: http://de.wikipedia.org/wiki/Kommandozeile
     
  3. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.