Is it possible????

Discussion in 'PHP' started by nut legend, Jun 25, 2008.

  1. #1
    Hey

    Im thinking of making a search engine but I have a few questions:

    1. Is it possible to make a search engine using PHP, if so is the best?
    2. How do you make one, does anyone have a guide?

    Thanks

    nut legend
     
    nut legend, Jun 25, 2008 IP
  2. SnoozZz

    SnoozZz Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yip it is possible, here is one I started some time ago, but never got around to finishing.

    I'll see if I can find the project files.

    http://elfsearch.mantis.0lx.net/
     
    SnoozZz, Jun 25, 2008 IP
  3. nut legend

    nut legend Well-Known Member

    Messages:
    1,128
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    150
    #3
    KK, thanks if you do manage to find it, Also do you know any ebooks which will help me?
     
    nut legend, Jun 25, 2008 IP
  4. nut legend

    nut legend Well-Known Member

    Messages:
    1,128
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    150
    #4
    Found your code:

    <HTML>
    <Head>

    <IFRAME SRC="http://elfsearch.mantis.0lx.net/search.php" WIDTH=300 HEIGHT=400>
    If you can see this, your browser doesn't
    understand IFRAME. However, we'll still
    <A HREF="http://elfsearch.mantis.0lx.net/search.php">link</A>
    you to the file.
    </IFRAME>


    </HTML>

    But it isn't the proper code, how do you add more links to the search engine?

    Thanks

    nut legend
     
    nut legend, Jun 25, 2008 IP
  5. SnoozZz

    SnoozZz Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    firstly, if you think that is the code.... you should re-think coding a search engine.
     
    SnoozZz, Jun 25, 2008 IP
  6. QiSoftware

    QiSoftware Well-Known Member

    Messages:
    805
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    158
    #6
    I developed a site search engine-- utilizing Java servlet technology.

    Q...
     
    QiSoftware, Jun 25, 2008 IP
  7. SnoozZz

    SnoozZz Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    check your PM I sent You something to get you started.
     
    SnoozZz, Jun 25, 2008 IP
  8. nut legend

    nut legend Well-Known Member

    Messages:
    1,128
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    150
    #8
    Thanks, although you can't search anything using it and also when you add a search nothing happens :(, for example here it is uploaded:

    www.supertesterr.freehostia.com
     
    nut legend, Jun 25, 2008 IP
  9. dannet

    dannet Well-Known Member

    Messages:
    864
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    153
    #9
    Yes, its possible to make a search engine with PHP, I think that there are better alternatives in terms of performance, but its possible of course.

    You could check this proyect, its open source:
    http://www.phpdig.net/

    Good luck
     
    dannet, Jun 25, 2008 IP
  10. nut legend

    nut legend Well-Known Member

    Messages:
    1,128
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    150
    #10

    Thanks alot, I am testing it tonight.

    Thanks!
     
    nut legend, Jun 26, 2008 IP