Skip to content

oz4n/googlehack-rc1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Google Hack
Google Hack function to search data by skipping every websait index.

##Yii Framework Extension
http://www.yiiframework.com/extension/googlehack/

##Requirements 
Requirements of using this extension (e.g. Yii 1.1 or above)...

##Setup instructions 
Download googlehack-rc1.zip extrak and move to folder /protected/modules
In main.php configuration file as below

******************************************************************************************
'modules' => array('googlehacks'),
'preload' => array('bootstrap'),
'components' => array(
        'GoogleHack' => array(
            'class' => 'application.modules.googlehacks.ext.ghack.EGoogleHacks'
        ),
        'bootstrap' => array(
            'class' => 'application.modules.googlehacks.ext.bootstrap.components.Bootstrap'
        )
*******************************************************************************************

##How to use it
To use the data retrieval module which is integrated with the Google search engine, use the keyword short to see maximum results.

##Demo
http://www.ozan-rock.com/googlehacks

##My Email
[email protected]

##License
Apache License, Version 2.0, January 2004
http://www.apache.org/licenses/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published