+ 14
how can i add my own search tool that searches my music image or video in my own website instead of google search
how can i add my own search tool
8 Answers
+ 9
You need to organize your content into a database, and providing them dynamically ( server side script, commonly Php, but can be any language )...
For development ( not production ) or tiny homeproject, you can use SQLite ( SQL databe stored on text files )... as well as avoid server side by using only JabaScript, but you will surely benefit from simple installing home server ( and real database: all this stuff are packaging and we can find some easy to install ).
Next, search is just providing by your code to search in database and build the page to send as answer ^^
+ 8
thank you friends
+ 8
i will do it as soon as possiable
+ 4
As far as I know you'd have to install your own search engine.
Requires a fundamental understanding of PHP, from what I've heard.
+ 4
also before I publish what I'm doing.. I would like to test it with my guys in a LAN
+ 3
how do you make a home server
+ 3
can I use my phones system and how
+ 2
google IIS Setup
it's preistalled with every Windows Version.
If you don't like IIS then google Apache Webserver Setup