├── CoinForScale.php ├── README.md ├── backend.php ├── config_default.php ├── css └── main.css ├── devEnvSetup.sh ├── emailTemplate.html ├── imgs ├── ThankYou.jpg ├── arrows.png ├── cyborg-beast.jpg ├── eNable_dark_bg.png ├── no_preview.png ├── peregrineblog.jpg ├── raptor-hand.jpg ├── referece_lP.png ├── referece_rP.png ├── reference.png ├── slider3.jpg └── spinner.gif ├── index.php ├── installNotes.txt ├── js ├── knockout_templates.html └── main.js ├── lib ├── bootstrap-3.2-minus-responsive.css ├── bootstrap-3.3.5 │ ├── css │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.css.map │ │ ├── bootstrap-theme.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ └── bootstrap.min.css │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ └── js │ │ ├── bootstrap.js │ │ ├── bootstrap.min.js │ │ └── npm.js ├── d3.js ├── font-awesome-4.0.3 │ ├── css │ │ ├── font-awesome.css │ │ └── font-awesome.min.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── less │ │ ├── bordered-pulled.less │ │ ├── core.less │ │ ├── fixed-width.less │ │ ├── font-awesome.less │ │ ├── icons.less │ │ ├── larger.less │ │ ├── list.less │ │ ├── mixins.less │ │ ├── path.less │ │ ├── rotated-flipped.less │ │ ├── spinning.less │ │ ├── stacked.less │ │ └── variables.less │ └── scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _icons.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _path.scss │ │ ├── _rotated-flipped.scss │ │ ├── _spinning.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ └── font-awesome.scss ├── i18next-1.7.2.min.js ├── jquery.1.11.js ├── knockout-3.2.0.js └── sammy-latest.min.js ├── modals.html ├── releaseNotes.txt ├── service.php ├── ticket └── index.php └── update.sh /CoinForScale.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/CoinForScale.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/README.md -------------------------------------------------------------------------------- /backend.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/backend.php -------------------------------------------------------------------------------- /config_default.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/config_default.php -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/css/main.css -------------------------------------------------------------------------------- /devEnvSetup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/devEnvSetup.sh -------------------------------------------------------------------------------- /emailTemplate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/emailTemplate.html -------------------------------------------------------------------------------- /imgs/ThankYou.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/ThankYou.jpg -------------------------------------------------------------------------------- /imgs/arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/arrows.png -------------------------------------------------------------------------------- /imgs/cyborg-beast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/cyborg-beast.jpg -------------------------------------------------------------------------------- /imgs/eNable_dark_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/eNable_dark_bg.png -------------------------------------------------------------------------------- /imgs/no_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/no_preview.png -------------------------------------------------------------------------------- /imgs/peregrineblog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/peregrineblog.jpg -------------------------------------------------------------------------------- /imgs/raptor-hand.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/raptor-hand.jpg -------------------------------------------------------------------------------- /imgs/referece_lP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/referece_lP.png -------------------------------------------------------------------------------- /imgs/referece_rP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/referece_rP.png -------------------------------------------------------------------------------- /imgs/reference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/reference.png -------------------------------------------------------------------------------- /imgs/slider3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/slider3.jpg -------------------------------------------------------------------------------- /imgs/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/imgs/spinner.gif -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/index.php -------------------------------------------------------------------------------- /installNotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/installNotes.txt -------------------------------------------------------------------------------- /js/knockout_templates.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/js/knockout_templates.html -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/js/main.js -------------------------------------------------------------------------------- /lib/bootstrap-3.2-minus-responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.2-minus-responsive.css -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/css/bootstrap-theme.css -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/css/bootstrap.css -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/css/bootstrap.css.map -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/css/bootstrap.min.css -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/js/bootstrap.js -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/js/bootstrap.min.js -------------------------------------------------------------------------------- /lib/bootstrap-3.3.5/js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/bootstrap-3.3.5/js/npm.js -------------------------------------------------------------------------------- /lib/d3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/d3.js -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/css/font-awesome.css -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/css/font-awesome.min.css -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/bordered-pulled.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/bordered-pulled.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/core.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/core.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/fixed-width.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/fixed-width.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/font-awesome.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/font-awesome.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/icons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/icons.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/larger.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/larger.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/list.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/mixins.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/path.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/path.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/rotated-flipped.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/rotated-flipped.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/spinning.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/spinning.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/stacked.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/stacked.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/less/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/less/variables.less -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_bordered-pulled.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_core.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_fixed-width.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_fixed-width.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_icons.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_larger.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_larger.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_list.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_list.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_mixins.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_path.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_path.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_rotated-flipped.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_spinning.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_spinning.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_stacked.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_stacked.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/_variables.scss -------------------------------------------------------------------------------- /lib/font-awesome-4.0.3/scss/font-awesome.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/font-awesome-4.0.3/scss/font-awesome.scss -------------------------------------------------------------------------------- /lib/i18next-1.7.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/i18next-1.7.2.min.js -------------------------------------------------------------------------------- /lib/jquery.1.11.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/jquery.1.11.js -------------------------------------------------------------------------------- /lib/knockout-3.2.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/knockout-3.2.0.js -------------------------------------------------------------------------------- /lib/sammy-latest.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/lib/sammy-latest.min.js -------------------------------------------------------------------------------- /modals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/modals.html -------------------------------------------------------------------------------- /releaseNotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/releaseNotes.txt -------------------------------------------------------------------------------- /service.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/service.php -------------------------------------------------------------------------------- /ticket/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-nable/Service-Station/HEAD/update.sh --------------------------------------------------------------------------------