├── .gitignore ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE.txt ├── README.md ├── composer.json ├── composer.lock ├── cron-pending.sh ├── docker-compose.yml ├── docker-php-composer.sh ├── entrypoint.sh ├── examples └── putific │ ├── .gitignore │ ├── cover.png │ ├── curl-putific.sh │ ├── node-putific.mjs │ └── python-putific.py ├── importers ├── .gitignore ├── entrant-creator.js ├── ifcomp │ ├── .gitignore │ ├── README.md │ ├── compute-ifarchive-links.mjs │ ├── compute-tuid-entry-map.mjs │ ├── extract-microdata.mjs │ ├── merge-tuids.mjs │ ├── process-cover-art.mjs │ ├── remove-ballot-links.mjs │ ├── settings.mjs.template │ ├── submit-external-links.mjs │ ├── submit-games.mjs │ └── tag-games.mjs ├── itch │ ├── .gitignore │ ├── README.md │ ├── division-detector.mjs │ ├── division-tagger.mjs │ ├── fetch-entries-json.mjs │ ├── merge-tuids.mjs │ ├── process-cover-art.mjs │ ├── settings.mjs.template │ └── submit-games.mjs ├── package-lock.json └── package.json ├── local-credentials.php.template ├── prepare_dev_environment.sh ├── prepare_full_dev_environment.sh ├── query-docker.sh ├── sql ├── create-admin.sql ├── create-db.sql ├── create-test-user.sql ├── ifdb-to-ifarchive-scrubber.sql ├── incoming-schema-changes.sql ├── patch-full-schema.sql └── unscrub-ifarchive.sql ├── test ├── IFDB.side ├── README.md └── unit │ └── test.php └── www ├── .htaccess ├── .well-known └── .htaccess ├── Akismet.class.php ├── adminops ├── akismet.php ├── alllists ├── allnew ├── allnew-rss ├── allpolls ├── allreviews ├── allupdates ├── api ├── api.php ├── gametags ├── index ├── putific ├── search ├── taggame └── viewgame ├── async-recommendations ├── capreq ├── captcha.php ├── captcha ├── .htaccess ├── audio │ ├── 0.wav │ ├── 1.wav │ ├── 2.wav │ ├── 3.wav │ ├── 4.wav │ ├── 5.wav │ ├── 6.wav │ ├── 7.wav │ ├── 8.wav │ ├── 9.wav │ ├── a.wav │ ├── b.wav │ ├── c.wav │ ├── d.wav │ ├── e.wav │ ├── f.wav │ ├── g.wav │ ├── h.wav │ ├── i.wav │ ├── j.wav │ ├── k.wav │ ├── l.wav │ ├── m.wav │ ├── n.wav │ ├── o.wav │ ├── p.wav │ ├── q.wav │ ├── r.wav │ ├── s.wav │ ├── t.wav │ ├── u.wav │ ├── v.wav │ ├── w.wav │ ├── x.wav │ ├── y.wav │ └── z.wav └── fonts │ ├── A1.TTF │ ├── A2.TTF │ ├── A3.TTF │ ├── A4.TTF │ ├── A5.TTF │ ├── A6.TTF │ ├── A7.TTF │ └── A8.TTF ├── changepsw ├── code-of-conduct ├── combobox.php ├── comment.php ├── commentlog ├── commentutil.php ├── components ├── check-inbox.php ├── competitions.php ├── database-stats.php ├── games.php ├── ifdb-recommends.php ├── poll-sampler.php ├── recommended-lists.php ├── reviews.php └── top-reviewers.php ├── contact ├── copyright ├── coverart ├── cron-pending.php ├── crossrec ├── csp-nonce.php ├── css ├── dbconnect.php ├── delcomp ├── delgame ├── delpoll ├── editImageCopyright ├── editcomp ├── editgame ├── editgame-util.php ├── editlist ├── editnews ├── editprofile ├── error403 ├── error404 ├── error503 ├── favicon.ico ├── favicons ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ai ├── favicon.svg └── site.webmanifest ├── fileformat ├── filetypes.php ├── game-rss.php ├── gameinfo.php ├── gamelink ├── gamesearchpopup.php ├── gametags ├── google7f64b84ffa585e59.html ├── gridform.js ├── help-add-game ├── help-author ├── help-bafs ├── help-crossrec ├── help-css ├── help-discussions ├── help-edit-game ├── help-ff ├── help-forgiveness ├── help-formatting ├── help-gameprofilelink ├── help-ifid ├── help-image-quota ├── help-license-type ├── help-link-policy ├── help-links ├── help-pending-link ├── help-polls ├── help-reclist ├── help-review ├── help-review-votes ├── help-spamcloaking ├── help-stars ├── help-tags ├── help-top-rev ├── help-tuid ├── help-zip-primary ├── home ├── ifarchive-commit ├── ifarchive-pending ├── ifarchive-tuid-report ├── ifarchive-upload ├── ifdb.css ├── ifdbutil.js ├── iframe ├── image-util.php ├── imageUpload ├── images.php ├── imageuploadhandler.php ├── img ├── blank.gif ├── blorbicon.gif ├── ckbox0.gif ├── ckbox1.gif ├── ckbox2.gif ├── close.svg ├── comboarrow.gif ├── dark-images │ ├── ifdb-smalltopbar-midnight.jpg │ ├── ifdb-topbar-midnight.jpg │ ├── movedown-midnight.gif │ ├── moveup-midnight.gif │ ├── star-half-checked.svg │ └── star-unchecked.svg ├── delrow.gif ├── dlarrow.gif ├── docicon.gif ├── erricon.gif ├── hintfileicon.gif ├── htmlicon.gif ├── ifdb-smalltopbar.jpg ├── ifdb-topbar.jpg ├── iftf-logo.svg ├── infoicon.gif ├── list-arrow.gif ├── manualicon.gif ├── mapicon.gif ├── menu.svg ├── menuarrow.gif ├── moveblank.gif ├── movedown.gif ├── moveup.gif ├── newcomment.png ├── porticon.gif ├── readmeicon.gif ├── rss.svg ├── search_small.svg ├── setupicon.gif ├── srcfileicon.gif ├── star-checked.svg ├── star-half-checked.svg ├── star-hovered.svg ├── star-unchecked.svg ├── tadsicon.gif ├── tbclose.gif ├── topbarcurarrow.gif ├── ttf_icon.gif ├── vote-checkmark.gif ├── vsnarrow.gif ├── walkthruicon.gif ├── winicon.gif ├── zicon.gif └── zipmain.gif ├── listcomment ├── lists.php ├── login ├── login-check.php ├── login-persist.php ├── logout ├── lostact ├── lostpass ├── mergegame ├── mirrorUrl.php ├── needjs ├── newitems.php ├── news ├── news.php ├── newslog ├── newuser ├── opsys ├── pagetpl.php ├── passwords.js ├── pending-report ├── personal ├── playlist ├── plugins └── ifdb-opensearchdesc.xml ├── poll ├── pollcomment ├── privacy ├── profilelink.php ├── profilepic ├── putific ├── random ├── recaptchalib.php ├── refresh-embargoed-reviews ├── refresh-user-scores ├── resetpsw ├── review ├── reviewcomment ├── reviewcommentlog ├── reviewflag ├── reviews.php ├── reviewunflag ├── reviewvote ├── rollbackGameVersion ├── rss.php ├── search ├── searchutil.php ├── session-start.php ├── setplayed ├── setrating ├── settime ├── setunwishlist ├── setwelcome ├── setwishlist ├── showimage ├── showtags ├── showuser ├── similargames ├── speculation-rules ├── starctl.php ├── stylepics ├── styles ├── taggame ├── taggamedelete ├── tags.php ├── tempimage ├── tips ├── tos ├── useractivation.php ├── usercomment ├── userconfirm ├── userfile ├── userfilter ├── util.php ├── viewcomp ├── viewgame ├── viewgame-components ├── cross-recommendations.php ├── external-links.php ├── game-details.php ├── have-you-played.php ├── tags.php └── viewgame-api.php ├── viewgame.js ├── viewlist ├── whoselist └── whylicense /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/composer.lock -------------------------------------------------------------------------------- /cron-pending.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/cron-pending.sh -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /docker-php-composer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/docker-php-composer.sh -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /examples/putific/.gitignore: -------------------------------------------------------------------------------- 1 | putific-venv 2 | -------------------------------------------------------------------------------- /examples/putific/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/examples/putific/cover.png -------------------------------------------------------------------------------- /examples/putific/curl-putific.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/examples/putific/curl-putific.sh -------------------------------------------------------------------------------- /examples/putific/node-putific.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/examples/putific/node-putific.mjs -------------------------------------------------------------------------------- /examples/putific/python-putific.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/examples/putific/python-putific.py -------------------------------------------------------------------------------- /importers/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /importers/entrant-creator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/entrant-creator.js -------------------------------------------------------------------------------- /importers/ifcomp/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/.gitignore -------------------------------------------------------------------------------- /importers/ifcomp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/README.md -------------------------------------------------------------------------------- /importers/ifcomp/compute-ifarchive-links.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/compute-ifarchive-links.mjs -------------------------------------------------------------------------------- /importers/ifcomp/compute-tuid-entry-map.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/compute-tuid-entry-map.mjs -------------------------------------------------------------------------------- /importers/ifcomp/extract-microdata.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/extract-microdata.mjs -------------------------------------------------------------------------------- /importers/ifcomp/merge-tuids.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/merge-tuids.mjs -------------------------------------------------------------------------------- /importers/ifcomp/process-cover-art.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/process-cover-art.mjs -------------------------------------------------------------------------------- /importers/ifcomp/remove-ballot-links.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/remove-ballot-links.mjs -------------------------------------------------------------------------------- /importers/ifcomp/settings.mjs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/settings.mjs.template -------------------------------------------------------------------------------- /importers/ifcomp/submit-external-links.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/submit-external-links.mjs -------------------------------------------------------------------------------- /importers/ifcomp/submit-games.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/submit-games.mjs -------------------------------------------------------------------------------- /importers/ifcomp/tag-games.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/ifcomp/tag-games.mjs -------------------------------------------------------------------------------- /importers/itch/.gitignore: -------------------------------------------------------------------------------- 1 | cover-art 2 | *.json 3 | settings.mjs 4 | -------------------------------------------------------------------------------- /importers/itch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/itch/README.md -------------------------------------------------------------------------------- /importers/itch/division-detector.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/itch/division-detector.mjs -------------------------------------------------------------------------------- /importers/itch/division-tagger.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/itch/division-tagger.mjs -------------------------------------------------------------------------------- /importers/itch/fetch-entries-json.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/itch/fetch-entries-json.mjs -------------------------------------------------------------------------------- /importers/itch/merge-tuids.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/itch/merge-tuids.mjs -------------------------------------------------------------------------------- /importers/itch/process-cover-art.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/itch/process-cover-art.mjs -------------------------------------------------------------------------------- /importers/itch/settings.mjs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/itch/settings.mjs.template -------------------------------------------------------------------------------- /importers/itch/submit-games.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/itch/submit-games.mjs -------------------------------------------------------------------------------- /importers/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/package-lock.json -------------------------------------------------------------------------------- /importers/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/importers/package.json -------------------------------------------------------------------------------- /local-credentials.php.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/local-credentials.php.template -------------------------------------------------------------------------------- /prepare_dev_environment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/prepare_dev_environment.sh -------------------------------------------------------------------------------- /prepare_full_dev_environment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/prepare_full_dev_environment.sh -------------------------------------------------------------------------------- /query-docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/query-docker.sh -------------------------------------------------------------------------------- /sql/create-admin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/sql/create-admin.sql -------------------------------------------------------------------------------- /sql/create-db.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/sql/create-db.sql -------------------------------------------------------------------------------- /sql/create-test-user.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/sql/create-test-user.sql -------------------------------------------------------------------------------- /sql/ifdb-to-ifarchive-scrubber.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/sql/ifdb-to-ifarchive-scrubber.sql -------------------------------------------------------------------------------- /sql/incoming-schema-changes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/sql/incoming-schema-changes.sql -------------------------------------------------------------------------------- /sql/patch-full-schema.sql: -------------------------------------------------------------------------------- 1 | USE ifdb; 2 | 3 | -------------------------------------------------------------------------------- /sql/unscrub-ifarchive.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/sql/unscrub-ifarchive.sql -------------------------------------------------------------------------------- /test/IFDB.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/test/IFDB.side -------------------------------------------------------------------------------- /test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/test/README.md -------------------------------------------------------------------------------- /test/unit/test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/test/unit/test.php -------------------------------------------------------------------------------- /www/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/.htaccess -------------------------------------------------------------------------------- /www/.well-known/.htaccess: -------------------------------------------------------------------------------- 1 | AuthType None 2 | Require all granted 3 | 4 | -------------------------------------------------------------------------------- /www/Akismet.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/Akismet.class.php -------------------------------------------------------------------------------- /www/adminops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/adminops -------------------------------------------------------------------------------- /www/akismet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/akismet.php -------------------------------------------------------------------------------- /www/alllists: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/alllists -------------------------------------------------------------------------------- /www/allnew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/allnew -------------------------------------------------------------------------------- /www/allnew-rss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/allnew-rss -------------------------------------------------------------------------------- /www/allpolls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/allpolls -------------------------------------------------------------------------------- /www/allreviews: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/allreviews -------------------------------------------------------------------------------- /www/allupdates: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/allupdates -------------------------------------------------------------------------------- /www/api/api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/api/api.php -------------------------------------------------------------------------------- /www/api/gametags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/api/gametags -------------------------------------------------------------------------------- /www/api/index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/api/index -------------------------------------------------------------------------------- /www/api/putific: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/api/putific -------------------------------------------------------------------------------- /www/api/search: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/api/search -------------------------------------------------------------------------------- /www/api/taggame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/api/taggame -------------------------------------------------------------------------------- /www/api/viewgame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/api/viewgame -------------------------------------------------------------------------------- /www/async-recommendations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/async-recommendations -------------------------------------------------------------------------------- /www/capreq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/capreq -------------------------------------------------------------------------------- /www/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha.php -------------------------------------------------------------------------------- /www/captcha/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/.htaccess -------------------------------------------------------------------------------- /www/captcha/audio/0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/0.wav -------------------------------------------------------------------------------- /www/captcha/audio/1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/1.wav -------------------------------------------------------------------------------- /www/captcha/audio/2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/2.wav -------------------------------------------------------------------------------- /www/captcha/audio/3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/3.wav -------------------------------------------------------------------------------- /www/captcha/audio/4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/4.wav -------------------------------------------------------------------------------- /www/captcha/audio/5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/5.wav -------------------------------------------------------------------------------- /www/captcha/audio/6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/6.wav -------------------------------------------------------------------------------- /www/captcha/audio/7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/7.wav -------------------------------------------------------------------------------- /www/captcha/audio/8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/8.wav -------------------------------------------------------------------------------- /www/captcha/audio/9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/9.wav -------------------------------------------------------------------------------- /www/captcha/audio/a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/a.wav -------------------------------------------------------------------------------- /www/captcha/audio/b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/b.wav -------------------------------------------------------------------------------- /www/captcha/audio/c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/c.wav -------------------------------------------------------------------------------- /www/captcha/audio/d.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/d.wav -------------------------------------------------------------------------------- /www/captcha/audio/e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/e.wav -------------------------------------------------------------------------------- /www/captcha/audio/f.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/f.wav -------------------------------------------------------------------------------- /www/captcha/audio/g.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/g.wav -------------------------------------------------------------------------------- /www/captcha/audio/h.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/h.wav -------------------------------------------------------------------------------- /www/captcha/audio/i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/i.wav -------------------------------------------------------------------------------- /www/captcha/audio/j.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/j.wav -------------------------------------------------------------------------------- /www/captcha/audio/k.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/k.wav -------------------------------------------------------------------------------- /www/captcha/audio/l.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/l.wav -------------------------------------------------------------------------------- /www/captcha/audio/m.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/m.wav -------------------------------------------------------------------------------- /www/captcha/audio/n.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/n.wav -------------------------------------------------------------------------------- /www/captcha/audio/o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/o.wav -------------------------------------------------------------------------------- /www/captcha/audio/p.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/p.wav -------------------------------------------------------------------------------- /www/captcha/audio/q.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/q.wav -------------------------------------------------------------------------------- /www/captcha/audio/r.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/r.wav -------------------------------------------------------------------------------- /www/captcha/audio/s.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/s.wav -------------------------------------------------------------------------------- /www/captcha/audio/t.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/t.wav -------------------------------------------------------------------------------- /www/captcha/audio/u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/u.wav -------------------------------------------------------------------------------- /www/captcha/audio/v.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/v.wav -------------------------------------------------------------------------------- /www/captcha/audio/w.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/w.wav -------------------------------------------------------------------------------- /www/captcha/audio/x.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/x.wav -------------------------------------------------------------------------------- /www/captcha/audio/y.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/y.wav -------------------------------------------------------------------------------- /www/captcha/audio/z.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/audio/z.wav -------------------------------------------------------------------------------- /www/captcha/fonts/A1.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/fonts/A1.TTF -------------------------------------------------------------------------------- /www/captcha/fonts/A2.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/fonts/A2.TTF -------------------------------------------------------------------------------- /www/captcha/fonts/A3.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/fonts/A3.TTF -------------------------------------------------------------------------------- /www/captcha/fonts/A4.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/fonts/A4.TTF -------------------------------------------------------------------------------- /www/captcha/fonts/A5.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/fonts/A5.TTF -------------------------------------------------------------------------------- /www/captcha/fonts/A6.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/fonts/A6.TTF -------------------------------------------------------------------------------- /www/captcha/fonts/A7.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/fonts/A7.TTF -------------------------------------------------------------------------------- /www/captcha/fonts/A8.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/captcha/fonts/A8.TTF -------------------------------------------------------------------------------- /www/changepsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/changepsw -------------------------------------------------------------------------------- /www/code-of-conduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/code-of-conduct -------------------------------------------------------------------------------- /www/combobox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/combobox.php -------------------------------------------------------------------------------- /www/comment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/comment.php -------------------------------------------------------------------------------- /www/commentlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/commentlog -------------------------------------------------------------------------------- /www/commentutil.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/commentutil.php -------------------------------------------------------------------------------- /www/components/check-inbox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/components/check-inbox.php -------------------------------------------------------------------------------- /www/components/competitions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/components/competitions.php -------------------------------------------------------------------------------- /www/components/database-stats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/components/database-stats.php -------------------------------------------------------------------------------- /www/components/games.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/components/games.php -------------------------------------------------------------------------------- /www/components/ifdb-recommends.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/components/ifdb-recommends.php -------------------------------------------------------------------------------- /www/components/poll-sampler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/components/poll-sampler.php -------------------------------------------------------------------------------- /www/components/recommended-lists.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/components/recommended-lists.php -------------------------------------------------------------------------------- /www/components/reviews.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/components/reviews.php -------------------------------------------------------------------------------- /www/components/top-reviewers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/components/top-reviewers.php -------------------------------------------------------------------------------- /www/contact: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/contact -------------------------------------------------------------------------------- /www/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/copyright -------------------------------------------------------------------------------- /www/coverart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/coverart -------------------------------------------------------------------------------- /www/cron-pending.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/cron-pending.php -------------------------------------------------------------------------------- /www/crossrec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/crossrec -------------------------------------------------------------------------------- /www/csp-nonce.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/csp-nonce.php -------------------------------------------------------------------------------- /www/css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/css -------------------------------------------------------------------------------- /www/dbconnect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/dbconnect.php -------------------------------------------------------------------------------- /www/delcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/delcomp -------------------------------------------------------------------------------- /www/delgame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/delgame -------------------------------------------------------------------------------- /www/delpoll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/delpoll -------------------------------------------------------------------------------- /www/editImageCopyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/editImageCopyright -------------------------------------------------------------------------------- /www/editcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/editcomp -------------------------------------------------------------------------------- /www/editgame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/editgame -------------------------------------------------------------------------------- /www/editgame-util.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/editgame-util.php -------------------------------------------------------------------------------- /www/editlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/editlist -------------------------------------------------------------------------------- /www/editnews: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/editnews -------------------------------------------------------------------------------- /www/editprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/editprofile -------------------------------------------------------------------------------- /www/error403: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/error403 -------------------------------------------------------------------------------- /www/error404: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/error404 -------------------------------------------------------------------------------- /www/error503: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/error503 -------------------------------------------------------------------------------- /www/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/favicon.ico -------------------------------------------------------------------------------- /www/favicons/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/favicons/android-chrome-192x192.png -------------------------------------------------------------------------------- /www/favicons/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/favicons/android-chrome-512x512.png -------------------------------------------------------------------------------- /www/favicons/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/favicons/apple-touch-icon.png -------------------------------------------------------------------------------- /www/favicons/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/favicons/favicon-16x16.png -------------------------------------------------------------------------------- /www/favicons/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/favicons/favicon-32x32.png -------------------------------------------------------------------------------- /www/favicons/favicon.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/favicons/favicon.ai -------------------------------------------------------------------------------- /www/favicons/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/favicons/favicon.svg -------------------------------------------------------------------------------- /www/favicons/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/favicons/site.webmanifest -------------------------------------------------------------------------------- /www/fileformat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/fileformat -------------------------------------------------------------------------------- /www/filetypes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/filetypes.php -------------------------------------------------------------------------------- /www/game-rss.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/game-rss.php -------------------------------------------------------------------------------- /www/gameinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/gameinfo.php -------------------------------------------------------------------------------- /www/gamelink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/gamelink -------------------------------------------------------------------------------- /www/gamesearchpopup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/gamesearchpopup.php -------------------------------------------------------------------------------- /www/gametags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/gametags -------------------------------------------------------------------------------- /www/google7f64b84ffa585e59.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/google7f64b84ffa585e59.html -------------------------------------------------------------------------------- /www/gridform.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/gridform.js -------------------------------------------------------------------------------- /www/help-add-game: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-add-game -------------------------------------------------------------------------------- /www/help-author: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-author -------------------------------------------------------------------------------- /www/help-bafs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-bafs -------------------------------------------------------------------------------- /www/help-crossrec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-crossrec -------------------------------------------------------------------------------- /www/help-css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-css -------------------------------------------------------------------------------- /www/help-discussions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-discussions -------------------------------------------------------------------------------- /www/help-edit-game: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-edit-game -------------------------------------------------------------------------------- /www/help-ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-ff -------------------------------------------------------------------------------- /www/help-forgiveness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-forgiveness -------------------------------------------------------------------------------- /www/help-formatting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-formatting -------------------------------------------------------------------------------- /www/help-gameprofilelink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-gameprofilelink -------------------------------------------------------------------------------- /www/help-ifid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-ifid -------------------------------------------------------------------------------- /www/help-image-quota: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-image-quota -------------------------------------------------------------------------------- /www/help-license-type: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-license-type -------------------------------------------------------------------------------- /www/help-link-policy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-link-policy -------------------------------------------------------------------------------- /www/help-links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-links -------------------------------------------------------------------------------- /www/help-pending-link: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-pending-link -------------------------------------------------------------------------------- /www/help-polls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-polls -------------------------------------------------------------------------------- /www/help-reclist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-reclist -------------------------------------------------------------------------------- /www/help-review: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-review -------------------------------------------------------------------------------- /www/help-review-votes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-review-votes -------------------------------------------------------------------------------- /www/help-spamcloaking: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-spamcloaking -------------------------------------------------------------------------------- /www/help-stars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-stars -------------------------------------------------------------------------------- /www/help-tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-tags -------------------------------------------------------------------------------- /www/help-top-rev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-top-rev -------------------------------------------------------------------------------- /www/help-tuid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-tuid -------------------------------------------------------------------------------- /www/help-zip-primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/help-zip-primary -------------------------------------------------------------------------------- /www/home: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/home -------------------------------------------------------------------------------- /www/ifarchive-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/ifarchive-commit -------------------------------------------------------------------------------- /www/ifarchive-pending: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/ifarchive-pending -------------------------------------------------------------------------------- /www/ifarchive-tuid-report: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/ifarchive-tuid-report -------------------------------------------------------------------------------- /www/ifarchive-upload: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/ifarchive-upload -------------------------------------------------------------------------------- /www/ifdb.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/ifdb.css -------------------------------------------------------------------------------- /www/ifdbutil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/ifdbutil.js -------------------------------------------------------------------------------- /www/iframe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/iframe -------------------------------------------------------------------------------- /www/image-util.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/image-util.php -------------------------------------------------------------------------------- /www/imageUpload: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/imageUpload -------------------------------------------------------------------------------- /www/images.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/images.php -------------------------------------------------------------------------------- /www/imageuploadhandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/imageuploadhandler.php -------------------------------------------------------------------------------- /www/img/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/blank.gif -------------------------------------------------------------------------------- /www/img/blorbicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/blorbicon.gif -------------------------------------------------------------------------------- /www/img/ckbox0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/ckbox0.gif -------------------------------------------------------------------------------- /www/img/ckbox1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/ckbox1.gif -------------------------------------------------------------------------------- /www/img/ckbox2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/ckbox2.gif -------------------------------------------------------------------------------- /www/img/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/close.svg -------------------------------------------------------------------------------- /www/img/comboarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/comboarrow.gif -------------------------------------------------------------------------------- /www/img/dark-images/ifdb-smalltopbar-midnight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/dark-images/ifdb-smalltopbar-midnight.jpg -------------------------------------------------------------------------------- /www/img/dark-images/ifdb-topbar-midnight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/dark-images/ifdb-topbar-midnight.jpg -------------------------------------------------------------------------------- /www/img/dark-images/movedown-midnight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/dark-images/movedown-midnight.gif -------------------------------------------------------------------------------- /www/img/dark-images/moveup-midnight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/dark-images/moveup-midnight.gif -------------------------------------------------------------------------------- /www/img/dark-images/star-half-checked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/dark-images/star-half-checked.svg -------------------------------------------------------------------------------- /www/img/dark-images/star-unchecked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/dark-images/star-unchecked.svg -------------------------------------------------------------------------------- /www/img/delrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/delrow.gif -------------------------------------------------------------------------------- /www/img/dlarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/dlarrow.gif -------------------------------------------------------------------------------- /www/img/docicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/docicon.gif -------------------------------------------------------------------------------- /www/img/erricon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/erricon.gif -------------------------------------------------------------------------------- /www/img/hintfileicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/hintfileicon.gif -------------------------------------------------------------------------------- /www/img/htmlicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/htmlicon.gif -------------------------------------------------------------------------------- /www/img/ifdb-smalltopbar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/ifdb-smalltopbar.jpg -------------------------------------------------------------------------------- /www/img/ifdb-topbar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/ifdb-topbar.jpg -------------------------------------------------------------------------------- /www/img/iftf-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/iftf-logo.svg -------------------------------------------------------------------------------- /www/img/infoicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/infoicon.gif -------------------------------------------------------------------------------- /www/img/list-arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/list-arrow.gif -------------------------------------------------------------------------------- /www/img/manualicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/manualicon.gif -------------------------------------------------------------------------------- /www/img/mapicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/mapicon.gif -------------------------------------------------------------------------------- /www/img/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/menu.svg -------------------------------------------------------------------------------- /www/img/menuarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/menuarrow.gif -------------------------------------------------------------------------------- /www/img/moveblank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/moveblank.gif -------------------------------------------------------------------------------- /www/img/movedown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/movedown.gif -------------------------------------------------------------------------------- /www/img/moveup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/moveup.gif -------------------------------------------------------------------------------- /www/img/newcomment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/newcomment.png -------------------------------------------------------------------------------- /www/img/porticon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/porticon.gif -------------------------------------------------------------------------------- /www/img/readmeicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/readmeicon.gif -------------------------------------------------------------------------------- /www/img/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/rss.svg -------------------------------------------------------------------------------- /www/img/search_small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/search_small.svg -------------------------------------------------------------------------------- /www/img/setupicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/setupicon.gif -------------------------------------------------------------------------------- /www/img/srcfileicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/srcfileicon.gif -------------------------------------------------------------------------------- /www/img/star-checked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/star-checked.svg -------------------------------------------------------------------------------- /www/img/star-half-checked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/star-half-checked.svg -------------------------------------------------------------------------------- /www/img/star-hovered.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/star-hovered.svg -------------------------------------------------------------------------------- /www/img/star-unchecked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/star-unchecked.svg -------------------------------------------------------------------------------- /www/img/tadsicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/tadsicon.gif -------------------------------------------------------------------------------- /www/img/tbclose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/tbclose.gif -------------------------------------------------------------------------------- /www/img/topbarcurarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/topbarcurarrow.gif -------------------------------------------------------------------------------- /www/img/ttf_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/ttf_icon.gif -------------------------------------------------------------------------------- /www/img/vote-checkmark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/vote-checkmark.gif -------------------------------------------------------------------------------- /www/img/vsnarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/vsnarrow.gif -------------------------------------------------------------------------------- /www/img/walkthruicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/walkthruicon.gif -------------------------------------------------------------------------------- /www/img/winicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/winicon.gif -------------------------------------------------------------------------------- /www/img/zicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/zicon.gif -------------------------------------------------------------------------------- /www/img/zipmain.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/img/zipmain.gif -------------------------------------------------------------------------------- /www/listcomment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/listcomment -------------------------------------------------------------------------------- /www/lists.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/lists.php -------------------------------------------------------------------------------- /www/login: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/login -------------------------------------------------------------------------------- /www/login-check.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/login-check.php -------------------------------------------------------------------------------- /www/login-persist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/login-persist.php -------------------------------------------------------------------------------- /www/logout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/logout -------------------------------------------------------------------------------- /www/lostact: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/lostact -------------------------------------------------------------------------------- /www/lostpass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/lostpass -------------------------------------------------------------------------------- /www/mergegame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/mergegame -------------------------------------------------------------------------------- /www/mirrorUrl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/mirrorUrl.php -------------------------------------------------------------------------------- /www/needjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/needjs -------------------------------------------------------------------------------- /www/newitems.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/newitems.php -------------------------------------------------------------------------------- /www/news: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/news -------------------------------------------------------------------------------- /www/news.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/news.php -------------------------------------------------------------------------------- /www/newslog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/newslog -------------------------------------------------------------------------------- /www/newuser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/newuser -------------------------------------------------------------------------------- /www/opsys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/opsys -------------------------------------------------------------------------------- /www/pagetpl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/pagetpl.php -------------------------------------------------------------------------------- /www/passwords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/passwords.js -------------------------------------------------------------------------------- /www/pending-report: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/pending-report -------------------------------------------------------------------------------- /www/personal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/personal -------------------------------------------------------------------------------- /www/playlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/playlist -------------------------------------------------------------------------------- /www/plugins/ifdb-opensearchdesc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/plugins/ifdb-opensearchdesc.xml -------------------------------------------------------------------------------- /www/poll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/poll -------------------------------------------------------------------------------- /www/pollcomment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/pollcomment -------------------------------------------------------------------------------- /www/privacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/privacy -------------------------------------------------------------------------------- /www/profilelink.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/profilelink.php -------------------------------------------------------------------------------- /www/profilepic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/profilepic -------------------------------------------------------------------------------- /www/putific: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/putific -------------------------------------------------------------------------------- /www/random: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/random -------------------------------------------------------------------------------- /www/recaptchalib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/recaptchalib.php -------------------------------------------------------------------------------- /www/refresh-embargoed-reviews: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/refresh-embargoed-reviews -------------------------------------------------------------------------------- /www/refresh-user-scores: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/refresh-user-scores -------------------------------------------------------------------------------- /www/resetpsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/resetpsw -------------------------------------------------------------------------------- /www/review: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/review -------------------------------------------------------------------------------- /www/reviewcomment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/reviewcomment -------------------------------------------------------------------------------- /www/reviewcommentlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/reviewcommentlog -------------------------------------------------------------------------------- /www/reviewflag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/reviewflag -------------------------------------------------------------------------------- /www/reviews.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/reviews.php -------------------------------------------------------------------------------- /www/reviewunflag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/reviewunflag -------------------------------------------------------------------------------- /www/reviewvote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/reviewvote -------------------------------------------------------------------------------- /www/rollbackGameVersion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/rollbackGameVersion -------------------------------------------------------------------------------- /www/rss.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/rss.php -------------------------------------------------------------------------------- /www/search: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/search -------------------------------------------------------------------------------- /www/searchutil.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/searchutil.php -------------------------------------------------------------------------------- /www/session-start.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/session-start.php -------------------------------------------------------------------------------- /www/setplayed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/setplayed -------------------------------------------------------------------------------- /www/setrating: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/setrating -------------------------------------------------------------------------------- /www/settime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/settime -------------------------------------------------------------------------------- /www/setunwishlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/setunwishlist -------------------------------------------------------------------------------- /www/setwelcome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/setwelcome -------------------------------------------------------------------------------- /www/setwishlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/setwishlist -------------------------------------------------------------------------------- /www/showimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/showimage -------------------------------------------------------------------------------- /www/showtags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/showtags -------------------------------------------------------------------------------- /www/showuser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/showuser -------------------------------------------------------------------------------- /www/similargames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/similargames -------------------------------------------------------------------------------- /www/speculation-rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/speculation-rules -------------------------------------------------------------------------------- /www/starctl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/starctl.php -------------------------------------------------------------------------------- /www/stylepics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/stylepics -------------------------------------------------------------------------------- /www/styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/styles -------------------------------------------------------------------------------- /www/taggame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/taggame -------------------------------------------------------------------------------- /www/taggamedelete: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/taggamedelete -------------------------------------------------------------------------------- /www/tags.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/tags.php -------------------------------------------------------------------------------- /www/tempimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/tempimage -------------------------------------------------------------------------------- /www/tips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/tips -------------------------------------------------------------------------------- /www/tos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/tos -------------------------------------------------------------------------------- /www/useractivation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/useractivation.php -------------------------------------------------------------------------------- /www/usercomment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/usercomment -------------------------------------------------------------------------------- /www/userconfirm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/userconfirm -------------------------------------------------------------------------------- /www/userfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/userfile -------------------------------------------------------------------------------- /www/userfilter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/userfilter -------------------------------------------------------------------------------- /www/util.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/util.php -------------------------------------------------------------------------------- /www/viewcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/viewcomp -------------------------------------------------------------------------------- /www/viewgame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/viewgame -------------------------------------------------------------------------------- /www/viewgame-components/cross-recommendations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/viewgame-components/cross-recommendations.php -------------------------------------------------------------------------------- /www/viewgame-components/external-links.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/viewgame-components/external-links.php -------------------------------------------------------------------------------- /www/viewgame-components/game-details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/viewgame-components/game-details.php -------------------------------------------------------------------------------- /www/viewgame-components/have-you-played.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/viewgame-components/have-you-played.php -------------------------------------------------------------------------------- /www/viewgame-components/tags.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/viewgame-components/tags.php -------------------------------------------------------------------------------- /www/viewgame-components/viewgame-api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/viewgame-components/viewgame-api.php -------------------------------------------------------------------------------- /www/viewgame.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/viewgame.js -------------------------------------------------------------------------------- /www/viewlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/viewlist -------------------------------------------------------------------------------- /www/whoselist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/whoselist -------------------------------------------------------------------------------- /www/whylicense: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iftechfoundation/ifdb/HEAD/www/whylicense --------------------------------------------------------------------------------