download alternate.php
Language: PHP
LOC: 6
Project Info
PHP Web Site Content Management System(PHP_Web_Site_Content_Management_System)
Server: Spider_20081215_inc
Type: filesystem
...site_1_4_0\mod\search\conf\
   alternate.php
   config.php

<?php

/**
 * @version $Id: alternate.php 5472 2007-12-11 16:13:40Z jtickle $
 * @author Matthew McNaney <mcnaney at gmail dot com>
 */

// first %s is for query string
// second %s is for the site

$alternate_search_engine['google']['title'] = 'Google';
$alternate_search_engine['google']['url'] = 'http://www.google.com/search?as_q=%s&as_sitesearch=%s';

$alternate_search_engine['yahoo']['title']  = 'Yahoo';
$alternate_search_engine['yahoo']['url']  = 'http://search.yahoo.com/search?va=%s&vs=%s';

?>

About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us