{"id":29832603,"url":"https://github.com/quackster/kepler-www","last_synced_at":"2026-02-08T14:32:40.167Z","repository":{"id":305982138,"uuid":"1024591490","full_name":"Quackster/Kepler-www","owner":"Quackster","description":"Gamedata files for Kepler","archived":false,"fork":false,"pushed_at":"2025-09-02T05:41:20.000Z","size":88042,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-02T06:13:14.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quackster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-23T00:34:48.000Z","updated_at":"2025-09-02T05:41:55.000Z","dependencies_parsed_at":"2025-07-23T02:50:55.044Z","dependency_job_id":null,"html_url":"https://github.com/Quackster/Kepler-www","commit_stats":null,"previous_names":["quackster/kepler-www"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quackster/Kepler-www","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FKepler-www","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FKepler-www/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FKepler-www/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FKepler-www/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quackster","download_url":"https://codeload.github.com/Quackster/Kepler-www/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FKepler-www/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29233200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T14:18:14.570Z","status":"ssl_error","status_checked_at":"2026-02-08T14:18:14.071Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-29T11:37:03.592Z","updated_at":"2026-02-08T14:32:36.771Z","avatar_url":"https://github.com/Quackster.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Kepler-www\nThis repository contains the frontend web assets (gamedata) for [Kepler](https://github.com/Quackster/Kepler/), private Habbo Hotel server software.\n\nThese files are intended to be served to clients connecting to a Kepler server.\n\n## Purpose\nKepler-www provides:\n\n* Furnidata\n* Figure data\n* Furniture files\n* Client files\n\nThis repository mirrors the behavior of the traditional gamedata or web build hosting used by Habbo Hotel, and is essential for running a fully functional Kepler server environment.\n\n## Download\n\nYou can download the latest gamedata package from the [Releases](https://github.com/Quackster/Kepler-www/releases) page.\n\nEach release contains a .zip archive of the current version, ready to be hosted on your own web server.\n\n## Loader HTML\n\nHere's the HTML for the Kepler loader.\n\n```php\n\u003c?php\n$ssoParam = '';\nif (isset($_GET['sso'])) {\n    $ssoValue = htmlspecialchars($_GET['sso'], ENT_QUOTES, 'UTF-8');\n    $ssoParam = \"use.sso.ticket=1;sso.ticket={$ssoValue}\";\n}\n?\u003e\n\u003c!DOCTYPE html\u003e\n\u003chtml xmlns=\"http://www.w3.org/1999/xhtml\"\u003e\n\u003chead\u003e\n    \u003cmeta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /\u003e\n    \u003ctitle\u003eKepler\u003c/title\u003e\n\u003c/head\u003e\n\u003cbody bgcolor=\"black\"\u003e\n    \u003cdiv align=\"center\"\u003e\n        \u003cobject \n            classid=\"clsid:166B1BCA-3F9C-11CF-8075-444553540000\" \n            codebase=\"http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,8,5,1,0\" \n            id=\"habbo\" width=\"720\" height=\"540\"\u003e\n            \n            \u003cparam name=\"src\" value=\"http://localhost/dcr/14.1_b8/habbo.dcr\"\u003e\n            \u003cparam name=\"swRemote\" value=\"swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true'\"\u003e\n            \u003cparam name=\"swStretchStyle\" value=\"none\"\u003e\n            \u003cparam name=\"swText\" value=\"\"\u003e\n            \u003cparam name=\"bgColor\" value=\"#000000\"\u003e\n            \u003c?php if ($ssoParam): ?\u003e\n                \u003cparam name=\"sw6\" value=\"\u003c?= $ssoParam ?\u003e\"\u003e\n            \u003c?php endif; ?\u003e\n            \u003cparam name=\"sw2\" value=\"connection.info.host=localhost;connection.info.port=12321\"\u003e\n            \u003cparam name=\"sw4\" value=\"connection.mus.host=localhost;connection.mus.port=12322\"\u003e\n            \u003cparam name=\"sw3\" value=\"client.reload.url=http://localhost/\"\u003e\n            \u003cparam name=\"sw1\" value=\"site.url=http://www.habbo.co.uk;url.prefix=http://www.habbo.co.uk\"\u003e\n            \u003cparam name=\"sw5\" value=\"external.variables.txt=http://localhost/gamedata/external_variables.txt;external.texts.txt=http://localhost/gamedata/external_texts.txt\"\u003e\n\n            \u003cembed \n                src=\"http://localhost/dcr/14.1_b8/habbo.dcr\" \n                bgColor=\"#000000\" \n                width=\"720\" \n                height=\"540\"\n                swRemote=\"swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true'\"\n                swStretchStyle=\"none\" \n                swText=\"\"\n                \u003c?php if ($ssoParam): ?\u003e\n                sw6=\"\u003c?= $ssoParam ?\u003e\"\n                \u003c?php endif; ?\u003e\n                sw2=\"connection.info.host=localhost;connection.info.port=12321\"\n                sw4=\"connection.mus.host=localhost;connection.mus.port=12322\"\n                sw3=\"client.reload.url=http://localhost/\"\n                sw1=\"site.url=http://www.habbo.co.uk;url.prefix=http://www.habbo.co.uk\"\n                sw5=\"external.variables.txt=http://localhost/gamedata/external_variables.txt;external.texts.txt=http://localhost/gamedata/external_texts.txt\"\n                type=\"application/x-director\"\n                pluginspage=\"http://www.macromedia.com/shockwave/download/\"\u003e\n            \u003c/embed\u003e\n        \u003c/object\u003e\n    \u003c/div\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Contributing\n\nThis repository is mostly static and updated to match the expected format for Kepler. Pull requests to fix or update gamedata files (e.g. from newer releases or to improve compatibility) are welcome.\n\n## License\nThis project is provided for educational and development purposes. Refer to the main Kepler repository for overall licensing and contribution guidelines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Fkepler-www","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquackster%2Fkepler-www","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Fkepler-www/lists"}