A Dizcard private server written in PHP
This server is not ready for production because it is unfinished.
- Node.js
- Chocolatey
- mkcert
- 2015 ❌
- 2016 ❌
- 2017 🟧 (only some of the newer 2017 apks work)
- 2018 ✅
- 2019 ✅
- 2020 🟧 (only the earliest 2020 apks work)
- 2021 ❌
- 2022 ❌
- 2023 ❌
- 2024 ❌
- 2025 ❌
- 2026 ❌
- Run UwAmp Wamp Server or XAMPP.
- Put all the repository files in the www folder.
- Run
npm installinside the wss-server folder. - Run
choco install mkcertinside the wss-server folder with administrator permissions. - Run
mkcert -installinside the wss-server folder. - Run
mkcert -cert-file cert.pem -key-file key.pem localhost 127.0.0.1 ::1ormkcert -cert-file cert.pem -key-file key.pem IP_HEREinside the wss-server folder. - Run
node .inside the wss-server folder. - Btw you need to update gateway.php if your not using localhost.