Friday, June 16, 2017
CARA MENGHAPUS BABYLON SEARCH ENGINE PADA BROWSER FIREFOX
CARA MENGHAPUS BABYLON SEARCH ENGINE PADA BROWSER FIREFOX
Sepertinya tidak lucu, biasa menggunakan search engine Google untuk pencarian, diganti dengan cara pemaksaan.
Karena pada komputer di kantor ini merupakan komputer sejuta umat, maka Babylon masuk ter-injected secara tidak sengaja.
Mungkin karena iklan dan banner yang muncul pada beberapa website yang diakses pengguna di sini.
Kebiasaan untuk menggunakan Google Search saya tidak menggunakan kotak search engine di pojok kanan atas Browser Firefox, saya langsung menggunakan keyword pada address bar.
Hasil pencarian yang keluar tidak langsung menggunakan Google Search, melainkan diteruskan ke alamat http://search.babylon.com.
Kalau dilihat dari hasilnya mungkin tidak begitu jauh berbeda dengan menggunakan Google Search karena tampilan dari hasil pencarian masih menggunakan Google Search Engine, HANYA via website babylon.
Sudah ditemukan cara "mengusir" search engine Babylon ini, setelah jalan-jalan di forumnya support Mozilla hasilnya cukup mudah dan tidak ribet..
Cukup ketikan about:config pada address bar Firefox, kemudian ketikan Babylon pada kotak Filter-nya, dan muncul beberapa string babylon dari registry-nya Firefox.
Perhatikan gambar di bawah ini :
#1. Buka Firefox, ketikan about:config pada address bar.
#2. Ketikan kata Babylon pada kotak Filter
#3. Klik kanan pada setiap baris string extentions kemudian reset. Pada gambar diatas terdapat 7 baris hasil dari inject-nya Babylon, semuanya di-klik-kanan kemudian reset.
Langkah selanjutnya, buka window explorer -> Program Files -> Mozilla Firefox -> search plugins kemudian hapus file babylon.xml.
Ini untuk menjaga apabila nanti ter-injected lagi dengan tidak sengaja karena penggunakan kotak search engine pada pojok kanan atas Firefox
Restart browser Firefox, dan selesai.... semoga bermanfaat!
Go to link Download
Saturday, February 11, 2017
Common search engine principles
Common search engine principles
Spider - a browser-like program that downloads web pages.
Crawler a program that automatically follows all of the links on each web page.
Indexer - a program that analyzes web pages downloaded by the spider and the crawler.
Database storage for downloaded and processed pages.
Results engine extracts search results from the database.
Web server a server that is responsible for interaction between the user and other search engine components.
Specific implementations of search mechanisms may differ. For example, the Spider+Crawler+Indexer component group might be implemented as a single program that downloads web pages, analyzes them and then uses their links to find new resources. However, the components listed are inherent to all search engines and the seo principles are the same.
Spider. This program downloads web pages just like a web browser. The difference is that a browser displays the information presented on each page (text, graphics, etc.) while a spider does not have any visual components and works directly with the underlying HTML code of the page. You may already know that there is an option in standard web browsers to view source HTML code.
Crawler. This program finds all links on each page. Its task is to determine where the spider should go either by evaluating the links or according to a predefined list of addresses. The crawler follows these links and tries to find documents not already known to the search engine.
Indexer. This component parses each page and analyzes the various elements, such as text, headers, structural or stylistic features, special HTML tags, etc.
Database. This is the storage area for the data that the search engine downloads and analyzes. Sometimes it is called the index of the search engine.
Results Engine. The results engine ranks pages. It determines which pages best match a users query and in what order the pages should be listed. This is done according to the ranking algorithms of the search engine. It follows that page rank is a valuable and interesting property and any seo specialist is most interested in it when trying to improve his site search results. In this article, we will discuss the seo factors that influence page rank in some detail.
Web server. The search engine web server usually contains a HTML page with an input field where the user can specify the search query he or she is interested in. The web server is also responsible for displaying search results to the user in the form of an HTML page.
Go to link Download