Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "submodules/IniParser"]
path = submodules/IniParser
url = [email protected]:ehime/IniParser.git
5 changes: 5 additions & 0 deletions .idea/scopes/scope_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

402 changes: 402 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions .phpstorm/spelling/snaphax.dic
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adamcaudill
appspot
austinehyde
autoload
barbaz
caudill
dechex
doesnt
ehime
fdata
feelinsonice
fname
helloworld
incase
iniparser
jsonp
klampaeckel
lackner
mcrypt
multipart
noninfringement
php's
prepending
repr
requirements
rijndael
screenshot
settype
snapchat
snapchat'ssnaphax
snaphax
submodule
submodules
tlack
urlencode
17 changes: 17 additions & 0 deletions configuration/config.ini.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
; <?php exit(); __halt_compiler(); // layered security if this is not child /private
; /*
[SNAPHAX_DEFAULT_OPTIONS]
blob_enc_key = 'M02cnQ51Ji97vwT4'
debug = false
pattern = '0001110111101110001111010101111011010001001110011000110001000110'
secret = 'iEk21fuwZApXlz93750dmW22pw389dPwOk'
static_token = 'm198sOkJEn37DjqZ32lpRu76xmw288xSQ9'
url = 'https://feelinsonice.appspot.com'
user_agent = 'Snaphax 4.0.1 (iPad; iPhone OS 6.0; en_US)'

[REQUIREMENTS]
curl_init = 'CURL'
json_decode = 'JSON'
mcrypt_decrypt = 'MCRYPT'
; */
; ?>
Loading