Table of Contents
Xbomber is the pioneer of sms and call bombers in Bangladesh. For a long time, this was a closed source project. But we Team X 1337 have decided to make it open source so that everyone can gain knowledge from this project and create their own project from this github template. You can contribute by providing this project working APIs and removing the dead APIs. For more about contributing, follow the Contributing section.
The community edition of Xbomber is not a dynamic website. It means, you can use this website files directly in any of the static website hosting services (Ex. Github Pages).
- Numbers are now automatically trimmed to 10 digit in the
script.js
file. Upon submission, the 0 in the beginning is removed. So while setting up the APIs, please add 0 manually to make it workable.
To host your bomber directly into Github Pages
- Click on
Use this template
on the top corner of this repository. - Select your desired repository name.
- Go to the
Pages
section of your repository from settings. - Select branch
main
and choose a theme to publish your website.
- Clone the repository
git clone https://github.com/WeAreTeamX/xbomber-web-community-edition.git
- Edit APIs in the
script.js
to make the bomber work.const APIS = [ { method: "POST", url: `https://your-api-endpoint/?phone=+88${mobile}`, body: `type=register&phone=${mobile}` } ]
Follow the example APIS.json file in the assets directory and keep the same format in your custom api.json file to work.
For more examples, please refer to the Script.js Example
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU GENERAL PUBLIC LICENSE License. See LICENSE
for more information.
SowmikSudo (Maintainer)
Team X 1337