Creating a front end search engine

This is a discussion on "Creating a front end search engine" within the Starting Out section. This forum, and the thread "Creating a front end search engine are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 15th, 2008, 23:42
Junior Member
Join Date: Dec 2007
Location: Indiana
Age: 28
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Post Creating a front end search engine

This is more of a question if something is possible. I know how to create web pages and upload them to a server, but I was wondering if you could build a web page that will launch when you launch a network drive. I have a small network setup at home and on one of my servers I have about 700GB of data that I want to be able to search using a web interface. Right now it is all listed as folders, about 900, when you open the network drive from another computer. I didn't know if you could make a web page launch instead of the folder view and provide a search engine, so to speak, for everything on the drive. If you could do something like this do I have to use PHP or can I do it with a simple HTML search script? Would I have to register a domain name and point it to that server? I want to keep it internal if possible. I know I can add an index.html page to the drive and open it after opening the network drive but I want it to launch automatically. I thank you for any advice given in advance.
Reply With Quote

  #2 (permalink)  
Old May 18th, 2008, 15:51
Aso's Avatar
Aso Aso is online now
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,066
Blog Entries: 2
Thanks: 5
Thanked 32 Times in 29 Posts
Re: Creating a front end search engine

How proficient are you with PHP?

This find file script sounds like what you're looking for
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
Reply With Quote
  #3 (permalink)  
Old May 19th, 2008, 06:03
Reputable Member
Join Date: Mar 2008
Location: Chester, UK
Age: 17
Posts: 405
Thanks: 2
Thanked 26 Times in 26 Posts
Re: Creating a front end search engine

Assuming your using windows... You should be able to map the network, obv you'd need to have apache installed... you should be able to use something like xammp for that, just for ease if you don't already have something.

Then just use the map network drive tool in windows to create a drive that links to the file on your server that contains the search features (i'm assuming you can map directly to file, i know you can to a folder). Also the way a server works, a folder path should default to the index file.

Other than that you could always just use a shortcut on your desktop or something to load up the external file
Reply With Quote
  #4 (permalink)  
Old May 20th, 2008, 02:53
Junior Member
Join Date: Dec 2007
Location: Indiana
Age: 28
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Post Re: Creating a front end search engine

It looks like the easiest way to do this would be with PHP. Does anyone know a way to do it with a simple html script that would search a directory and display the results? I'm still learning php so anyone that can help I thank you. I am trying the php idea right now but still want to try to do it with PHP.
Reply With Quote
  #5 (permalink)  
Old May 20th, 2008, 09:49
Aso's Avatar
Aso Aso is online now
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,066
Blog Entries: 2
Thanks: 5
Thanked 32 Times in 29 Posts
Re: Creating a front end search engine

There is no way you'd be able to do this with HTML. HTML is quite simply static text - it has no processing capabilities.

You would need to use a server-side language (PHP, as mentioned above, or ASP, JSP, CF etc.). Otherwise you can try out Bocaj's suggestion.
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
Reply With Quote
  #6 (permalink)  
Old May 20th, 2008, 10:37
Reputable Member
Join Date: Mar 2008
Location: Chester, UK
Age: 17
Posts: 405
Thanks: 2
Thanked 26 Times in 26 Posts
Re: Creating a front end search engine

My suggestion would require he have a serverside file running in the apropriate environment.

Although even still windows (an all modern operating systems) have search functions built in.

Doing it yourself with a server side language is alot more faff.... but then you get more control over the way results come back, aesthetics and the data displayed.

Try hotscripts.... or do a google for something like 'php search script' or something similar.

You could set up xammp on your other pc/server it's just a simple install and allows you to create a server environment.
Reply With Quote
  #7 (permalink)  
Old May 20th, 2008, 23:31
Junior Member
Join Date: Dec 2007
Location: Indiana
Age: 28
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Post Re: Creating a front end search engine

I have xampp installed on my laptop so I can do php labs with a book I bought the other day. I'll try it out on my laptop to start with a small directory. I don't see why it won't work but as soon as I get to the point I will post back the results if you are interested. Thanks for the help from both of you.
Reply With Quote
  #8 (permalink)  
Old Jun 23rd, 2008, 14:19
Junior Member
Join Date: Dec 2007
Location: Indiana
Age: 28
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating a front end search engine

I found this XML and FLASH script that can be used for searching. I have a VBS script that scans my directory and has an output of all of the Artists in an html file with links to album names under the Artisits and song titles under the album names. Does anyone know a way to tie the XML file to the VBS file? Or maybe how to have FLASH search the output of the VBS file?
Reply With Quote
  #9 (permalink)  
Old Jun 23rd, 2008, 14:19
Junior Member
Join Date: Dec 2007
Location: Indiana
Age: 28
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating a front end search engine

FOrgot to paste the link to the script I found

http://www.devarticles.com/c/a/Flash...able-Database/
Reply With Quote
  #10 (permalink)  
Old Jun 27th, 2008, 13:58
Junior Member
Join Date: Dec 2007
Location: Indiana
Age: 28
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating a front end search engine

finally found something to work with. http://www.kirupa.com/web/xml/examples/searchbestof.htm

This is actionscript searching an XML file. Its perfect, now I need to add the links to the folders and it should be good to go. Just wanted to put some closure on this post.
Reply With Quote
Reply

Tags
html scripts, network drive, search, search engine

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Search engine help thewebkid Search Engine Optimization (SEO) 10 Oct 30th, 2007 13:19
what is a search engine?! ssartera Starting Out 5 Jan 16th, 2007 05:11
Search Analyst/Account Executive/SEO/PPC/CPC/Search Engine Optimisation/Pay per Click/London Web JobBot Job Opportunities 0 Nov 22nd, 2006 10:20
SEO/PPC/Search Engine Optimisation/Pay Per Click/Campaigns/Online/Marketing/Agency/Analyst/Search/Manager/Executive/Manchester Web JobBot Job Opportunities 0 Nov 17th, 2006 11:11
Search Engine ad3ck Other Programming Languages 1 Jun 11th, 2006 10:40


All times are GMT. The time now is 09:57.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43