{"id":7554635,"url":"https://github.com/QwertyRider/ByteMonsoon","last_synced_at":"2025-05-15T12:30:38.947Z","repository":{"id":232108072,"uuid":"54606925","full_name":"QwertyRider/ByteMonsoon","owner":"QwertyRider","description":null,"archived":false,"fork":false,"pushed_at":"2016-03-24T02:05:57.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-19T12:48:46.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/QwertyRider.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}},"created_at":"2016-03-24T01:59:43.000Z","updated_at":"2020-07-17T00:41:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"17270ed9-830c-42a6-b0d5-fd56e58a3c25","html_url":"https://github.com/QwertyRider/ByteMonsoon","commit_stats":null,"previous_names":["qwertyrider/bytemonsoon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwertyRider%2FByteMonsoon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwertyRider%2FByteMonsoon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwertyRider%2FByteMonsoon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwertyRider%2FByteMonsoon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QwertyRider","download_url":"https://codeload.github.com/QwertyRider/ByteMonsoon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254340853,"owners_count":22054933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-04-08T01:27:22.274Z","updated_at":"2025-05-15T12:30:38.932Z","avatar_url":"https://github.com/QwertyRider.png","language":"PHP","funding_links":[],"categories":["Other"],"sub_categories":["Torrent Trackers"],"readme":"ByteMonsoon Tracker v2.1.1 (a 2.2.0 Beta)\n---------------------------------------------------\nCheck our sourceforge page at http://www.sourceforge.net/projects/bytemonsoon/\n  for the latest version and our community forums at http://www.jmstacey.net\n\n---------------------------------------------------\n* Contributing\n---------------------------------------------------\n\tThere is a lot to be done. See the TODO section below or head on over\n\t  to the community forums and take a look at the bugs forum and see\n\t  what you can do. Decent Documentation (preferably html) is also\n\t  needed.\n\tIf you write up a fix or a new feature, email all the affected files to me\n\n- Jmstacey (bytemonsoon@saevian.com)\n\n--------------------------------------------------- \n* TODO\n---------------------------------------------------\n\t+ Google: making configurable php scripts without slowing (if/thens)\n\t+ Add sort by buttons and configuration for various files\n\t+ Optimize template system\n\t\t- Remove unecassary functions (if any)\n\t+ Add web browser safety check and redirection for announce.php so browsers can not initiate peers or get peer data.\n\t+ Find out how to implement share ratio enforcment settings and do it\n\t+ Overall Information/statistics page\n\t\t- Total number of torrent\n\t\t- Total number of peers\n\t\t- Configuration option: count unique peers like bnbt\n\t+ Revise BEncode functions related to uploading a file and cut all unecassaries.\n\t+ Should ByteMonsoon use only the compact protocol or should it have 3 settings (on(force), auto(on by default but will fall back if client does not support it), off)\n\t\t- Bring up comments that it will slow processing speed down a little with checks\n\t\t- White Docs of bittorrent might help decide if compact is the standard now\n\t+ Optimize Switch: Rejects connections to the database when cpu usage is at or above specified size (off by default :: include error message to tracker)\n\t+ Fast cache (Create a static index page(s) every so often for the interface to help reduce load)\n\t+ Install script\n\t\t- Check file and directory permissions before continuing with installation\n\t\t- Collect configuration options for database\n\t\t- Collect and write configuration file.\n\t+ Move configuration options to a mysql table\n\t+ User Accounts\n\t\t- 3 Levels of access\n\t\t\t- Admin\n\t\t\t\t- Configuration page\n\t\t\t\t\t- Add, delete, and edit Categories\n\t\t\t\t\t- Modify Configuration options\n\t\t\t\t- Privileges\n\t\t\t\t\t- ALL\n\t\t\t- Moderator\n\t\t\t\t- Privileges\n\t\t\t\t\t- Edit Posts\n\t\t\t\t\t- Delete / Edit torrents\n\t\t\t- User\n\t\t\t\t- Account Managment page\n\t\t\t\t\t- Change email address\n\t\t\t\t\t- Manage torrents\n\t\t\t\t\t\t- Add, delete, and edit capabilities\n\t\t\t\t- Privileges\n\t\t\t\t\t- Configuration options\n\t\t\t\t\t\t- Upload torrents\n\t\t\t\t\t\t- Rate torrents\n\t\t\t\t\t\t- Post comments\n\nPLEASE NOTE:\nIf you decide to send me changes, please send the entire file. I use\n  ExamDiff to find the differences in code and having all the files\n  affected in their full entirety makes the job much easier for me.\nIf possible, please let me know why you made the changes. Either as\n  comments above the modified code, or as part of the email.\n\n---------------------------------------------------\n* Support\n---------------------------------------------------\n\tIf you need any help, have any suggestions, found a bug, or just want\n\t  to talk about bytemonsoon. Visit our forums at\n\t  http://www.jmstacey.net\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQwertyRider%2FByteMonsoon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FQwertyRider%2FByteMonsoon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQwertyRider%2FByteMonsoon/lists"}