-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
37 lines (29 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#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
##License
Apache License, Version 2.0, January 2004
http://www.apache.org/licenses/