├── README
├── application
├── config
│ └── Instagram_api.php
└── libraries
│ ├── Instagram_api.php
│ └── MY_Input.php
└── demonstration
├── .htaccess
├── application
├── config
│ ├── Instagram_api.php
│ ├── autoload.php
│ ├── carabiner.php
│ ├── config.php
│ ├── constants.php
│ ├── database.php
│ ├── doctypes.php
│ ├── hooks.php
│ ├── index.html
│ ├── mimes.php
│ ├── routes.php
│ ├── smileys.php
│ └── user_agents.php
├── controllers
│ ├── authorize.php
│ ├── index.html
│ ├── instagram.php
│ ├── locations.php
│ ├── media.php
│ ├── popular.php
│ ├── popular_media.php
│ ├── tags.php
│ ├── user.php
│ └── welcome.php
├── errors
│ ├── error_404.php
│ ├── error_db.php
│ ├── error_general.php
│ ├── error_php.php
│ └── index.html
├── helpers
│ └── index.html
├── hooks
│ └── index.html
├── index.html
├── language
│ └── english
│ │ └── index.html
├── libraries
│ ├── Instagram_api.php
│ ├── MY_Input.php
│ ├── carabiner.php
│ ├── cssmin.php
│ ├── index.html
│ └── jsmin.php
├── models
│ └── index.html
└── views
│ ├── followed_by.php
│ ├── follows.php
│ ├── index.html
│ ├── media_popular.php
│ ├── media_search.php
│ ├── tags_recent.php
│ ├── template.php
│ ├── user_feed.php
│ ├── user_profile.php
│ ├── user_recent.php
│ ├── user_search.php
│ └── welcome_message.php
├── assets
├── css
│ ├── jquery.fancybox-1.3.4.css
│ └── stylesheet.css
├── images
│ └── fancybox
│ │ ├── blank.gif
│ │ ├── fancy_close.png
│ │ ├── fancy_loading.png
│ │ ├── fancy_nav_left.png
│ │ ├── fancy_nav_right.png
│ │ ├── fancy_shadow_e.png
│ │ ├── fancy_shadow_n.png
│ │ ├── fancy_shadow_ne.png
│ │ ├── fancy_shadow_nw.png
│ │ ├── fancy_shadow_s.png
│ │ ├── fancy_shadow_se.png
│ │ ├── fancy_shadow_sw.png
│ │ ├── fancy_shadow_w.png
│ │ ├── fancy_title_left.png
│ │ ├── fancy_title_main.png
│ │ ├── fancy_title_over.png
│ │ ├── fancy_title_right.png
│ │ ├── fancybox-x.png
│ │ ├── fancybox-y.png
│ │ └── fancybox.png
└── javascript
│ ├── jquery-ui-1.8.5.custom.min.js
│ ├── jquery.easing-1.3.pack.js
│ ├── jquery.fancybox-1.3.4.pack.js
│ ├── jquery.mousewheel-3.0.4.pack.js
│ └── pages
│ └── search_media.js
├── index.php
└── system
├── cache
└── index.html
├── codeigniter
├── Base4.php
├── Base5.php
├── CodeIgniter.php
├── Common.php
├── Compat.php
└── index.html
├── database
├── DB.php
├── DB_active_rec.php
├── DB_cache.php
├── DB_driver.php
├── DB_forge.php
├── DB_result.php
├── DB_utility.php
├── drivers
│ ├── index.html
│ ├── mssql
│ │ ├── index.html
│ │ ├── mssql_driver.php
│ │ ├── mssql_forge.php
│ │ ├── mssql_result.php
│ │ └── mssql_utility.php
│ ├── mysql
│ │ ├── index.html
│ │ ├── mysql_driver.php
│ │ ├── mysql_forge.php
│ │ ├── mysql_result.php
│ │ └── mysql_utility.php
│ ├── mysqli
│ │ ├── index.html
│ │ ├── mysqli_driver.php
│ │ ├── mysqli_forge.php
│ │ ├── mysqli_result.php
│ │ └── mysqli_utility.php
│ ├── oci8
│ │ ├── index.html
│ │ ├── oci8_driver.php
│ │ ├── oci8_forge.php
│ │ ├── oci8_result.php
│ │ └── oci8_utility.php
│ ├── odbc
│ │ ├── index.html
│ │ ├── odbc_driver.php
│ │ ├── odbc_forge.php
│ │ ├── odbc_result.php
│ │ └── odbc_utility.php
│ ├── postgre
│ │ ├── index.html
│ │ ├── postgre_driver.php
│ │ ├── postgre_forge.php
│ │ ├── postgre_result.php
│ │ └── postgre_utility.php
│ └── sqlite
│ │ ├── index.html
│ │ ├── sqlite_driver.php
│ │ ├── sqlite_forge.php
│ │ ├── sqlite_result.php
│ │ └── sqlite_utility.php
└── index.html
├── fonts
├── index.html
└── texb.ttf
├── helpers
├── array_helper.php
├── compatibility_helper.php
├── cookie_helper.php
├── date_helper.php
├── directory_helper.php
├── download_helper.php
├── email_helper.php
├── file_helper.php
├── form_helper.php
├── html_helper.php
├── index.html
├── inflector_helper.php
├── language_helper.php
├── number_helper.php
├── path_helper.php
├── security_helper.php
├── smiley_helper.php
├── string_helper.php
├── text_helper.php
├── typography_helper.php
├── url_helper.php
└── xml_helper.php
├── index.html
├── language
├── english
│ ├── calendar_lang.php
│ ├── date_lang.php
│ ├── db_lang.php
│ ├── email_lang.php
│ ├── form_validation_lang.php
│ ├── ftp_lang.php
│ ├── imglib_lang.php
│ ├── index.html
│ ├── instagram_api_lang.php
│ ├── number_lang.php
│ ├── profiler_lang.php
│ ├── scaffolding_lang.php
│ ├── unit_test_lang.php
│ ├── upload_lang.php
│ └── validation_lang.php
└── index.html
├── libraries
├── Benchmark.php
├── Calendar.php
├── Cart.php
├── Config.php
├── Controller.php
├── Email.php
├── Encrypt.php
├── Exceptions.php
├── Form_validation.php
├── Ftp.php
├── Hooks.php
├── Image_lib.php
├── Input.php
├── Language.php
├── Loader.php
├── Log.php
├── Model.php
├── Output.php
├── Pagination.php
├── Parser.php
├── Profiler.php
├── Router.php
├── Session.php
├── Sha1.php
├── Table.php
├── Trackback.php
├── Typography.php
├── URI.php
├── Unit_test.php
├── Upload.php
├── User_agent.php
├── Validation.php
├── Xmlrpc.php
├── Xmlrpcs.php
├── Zip.php
└── index.html
├── logs
└── index.html
├── plugins
├── captcha_pi.php
├── index.html
└── js_calendar_pi.php
└── scaffolding
├── Scaffolding.php
├── images
├── background.jpg
├── index.html
└── logo.jpg
├── index.html
└── views
├── add.php
├── delete.php
├── edit.php
├── footer.php
├── header.php
├── index.html
├── no_data.php
├── stylesheet.css
└── view.php
/application/config/Instagram_api.php:
--------------------------------------------------------------------------------
1 |
13 | * @license GPLv3
14 | * @version 1.0.0
15 | */
16 | class MY_Input extends CI_Input {
17 |
18 | function _sanitize_globals()
19 | {
20 | $this->allow_get_array = TRUE;
21 | parent::_sanitize_globals();
22 | }
23 |
24 | }
--------------------------------------------------------------------------------
/demonstration/.htaccess:
--------------------------------------------------------------------------------
1 |
Directory access is forbidden.
8 | 9 | 10 |