Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!

In Partnership with Media Temple

Mint Forum

new search engines

I tried to add 2 new (important) italian search engines in mint/pepper/shauninman/default/engines.php but it does not work!

Two example of query:

http://search.alice.it/search/cgi/search.cgi?f=hp&qs=flash%20misteriosi%20elicottero%20bracciano
http://arianna.libero.it/search/abin/integrata.cgi?regione=12&query=nh90%20bracciano

My site:

In the results my site is youreporter.it

What I add to engines.php

$SI_SearchEngines[] = array
(
    'name'          => 'Alice.it',
    'url'           => 'http://search.alice.it/search/cgi/search.cgi',
    'domain'        => 'search.alice.it',
    'query'         => 'qs'
);
$SI_SearchEngines[] = array
(
    'name'          => 'Arianna.it',
    'url'           =>  'http://arianna.libero.it/search/abin/integrata.cgi',
    'domain'        => 'arianna.libero.it',
    'query'         => 'query'
);

Thanks

Shaun Inman
Mint/Pepper Developer
Posted on Jun 05, '08 at 05:31 pm

Any addition to engines.php will not affect previously recorded data.

Has Mint missed any searches from referrals that occurred after you made these additions?

yes, I tried to click to my site (from arianna.it and alice.it) after the upload of the new engines.php but that visit was shown as referer, not like search

Shaun Inman
Mint/Pepper Developer
Posted on Jun 05, '08 at 05:58 pm

Try removing the .it from the domain.

It works! thanks

I wrote about Mint, how to add italian search engines and about “try removing .it from the domain” in my italian website Aggiungere motori di ricerca italiani a Mint

Thanks

You must be logged in to reply. Login above or create an account