? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/promice/components/com_googlesearch/
File Upload :
Current File : /home/admin/public_html/old/promice/components/com_googlesearch/googlesearch.php

<?php
/**
* googleSearch_cse component
* This component allows you to add Google Adsense Search to your Joomla site
* with the search results displayed right inside your Joomla page!
* @version 1.5
* @package None
* @copyright (C) Copyright 2006-2009 by kksou.com
* Author: kksou
* Website: http://www.kksou.com/php-gtk2
* v1.5 May 12, 2008
*/

defined('_JEXEC') or die();
require_once(JPATH_COMPONENT.DS.'googlesearch.lib.php');

$db =& JFactory::getDBO();
$db->setQuery("SELECT * FROM #__googleSearch_conf LIMIT 1");
$rows = $db->loadObjectList();
$r = $rows[0];

$app = new googleSearch_DisplayForm($r);

?>

T1KUS90T
  root-grov@210.1.60.28:~$