

<?php
/************************************************************************/
/* */
/* This program is free software. You can redistribute it and */
/* under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
/* Google_Search Module for PHPNUKE By www.musiquall.com */
/************************************************************************/


$title="Search $query";


if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}


require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));


$pagetitle = "Search $query";
$lang = "en"; //fr=Français, ...
$country_google = "com"; // fr=france co.uk=United Kingdom ca=Canada
$iso = "ISO-8859-1";
$url_color = "008000";
$faint_color = "0000FF";
$visited_link = "663399";
$title_color = "0000FF";
$text_color = "000000";
$border = "336699";
$header_bg = "FFFFFF";
$results_bg = "FFFFFF";


// DO NOT EDIT BELOW THIS LINE 
include("header.php");
OpenTable();
echo "<center><font class=\"content\">Search $query</center><br><br>";
echo "<center><IFRAME SRC=\"http://www.google.$country_google/custom?hl=$lang&lr=&ie=$iso&oe=$iso&c2coff=1&client=pub-6877709190758916&cof=FORID%3A1%3BGL%3A1%3BBGC%3A$header_bg%3BT%3A$text_color%3BLC%3A$faint_color%3BVLC%3A663399%3BALC%3A$title_color%3BGALT%3A%23$url_color%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BDIV%3A%23$border%3BLBGC%3A$results_bg%3BAH%3Acenter%3B&q=$query\" WIDTH=\"100%\" HEIGHT=\"1600\" BORDER=\"0\" MARGINWIDTH=\"0\" MARGINHEIGHT=\"0\" HSPACE=\"0\" VSPACE=\"0\" FRAMEBORDER=\"0\" SCROLLING=\"no\"></IFRAME><br><noscript><a href=\"http://www.musiquall.com\">paroles de chansons</a> <a href=\"http://lyrics.musiquall.com\">lyrics</a></noscript><br>";
CloseTable();
include("footer.php");
?>


Obsah fóra BLASSENweb » Moduly
|
|