Google Hack function to search data by skipping every websait index.
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.
Results
What is result type ?
Can I handle results and save it into file for Example ?
Conflicts with twitter bootstrap
This extensions may conflict with twitter bootstrap extension
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.