├── LICENSE ├── README.md └── src ├── boost-page.png ├── main-page.png ├── manage-admin-page.png ├── ref1-page.png ├── ref2-page.png ├── search1-admin-page.png ├── search2-admin-page.png ├── stat-page.png ├── static-admin-page.png ├── task-admin-page.png └── task-page.png /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Poorya Salati 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # NotCoin Telegram Bot Clone Source Code [LimooCoinBot](https://t.me/LimooCoinBot) 2 | 3 | # Come To my Telegram Channel to see another projects : [osClub](https://t.me/osClub) 4 | 5 | # [LimooCoinBot](https://t.me/LimooCoinBot) 6 | 7 | [LimooCoin](https://t.me/LimooCoinBot) Bot is a powerful and interactive AirDrop cryptocurrency bot that allows users to collect points by playing a game and clicking on a coin. Additionally, users can earn more points through referrals and completing daily activities within the bot. This bot is built using HTML, CSS, JavaScript, and PHP and includes a comprehensive admin panel for managing users, activities, and other functionalities. 8 | 9 | ## Features 10 | 11 | - **Interactive Game**: Users can collect points by clicking on a coin in a fun and engaging game. 12 | - **Authorization via Telegram**: Full authentication of the user is done by Telegram web services and there is no possibility of cheat. 13 | - **Mobile Adaptation**: Fully responsive and compatible with all types of mobile phones. 14 | - **DDoS Protection (CloudFlare)**: Have a DNS protection system. 15 | - **Referral System**: Users can earn additional points by inviting others to join and play the game. 16 | - **Daily Activities**: Users can complete daily activities to earn more points. 17 | - **Admin Panel**: A full-featured admin panel to manage users, activities, and view detailed statistics. 18 | - **User Management**: Search users by (UserID|Name|Username) and change all user item values. 19 | - **Task Management**: Create|Delete missions and for each missions Create|Delete Tasks (There is two types of tasks : JoinChat|VisitWebsite). 20 | - **Statistics**: View detailed statistics about user engagement and activity performance. 21 | - **BackUP**: Get database backup. 22 | - **Maintenance Mode**: Temporary and timed shutdown of the robot (with a dedicated page). 23 | 24 | ## bot Previews 25 |
26 | Slide 1 27 | Slide 2 28 | Slide 3 29 | Slide 4 30 | Slide 4 31 | Slide 4 32 |
33 | 34 | ## admin-panel Previews 35 |
36 | Slide 1 37 | Slide 2 38 | Slide 3 39 | Slide 4 40 | Slide 4 41 |
42 | 43 | 44 | ## Technologies Used 45 | 46 | - **Frontend**: HTML, CSS, JavaScript 47 | - **Backend**: PHP, mySQL 48 | 49 | ## Pricing 50 | 51 | This script is available for purchase at **$400** With Full Customization !
52 |
53 | 📛 Scammers Not Come !!! 📛 54 | 55 | ## Buying 56 | 57 | Contact Me In Telegram : @LampStack
58 | 59 | ## Contributing 60 | 61 | Contributions are welcome! Please create a pull request with your proposed changes and ensure they adhere to the coding standards of the project. 62 | 63 | ## License 64 | 65 | This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details. 66 | 67 | ## Contact 68 | 69 | Telegram
70 | Email 71 | -------------------------------------------------------------------------------- /src/boost-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/1fedb8589fbf4e8aee2350b48b78c4df955ee7ec/src/boost-page.png -------------------------------------------------------------------------------- /src/main-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/1fedb8589fbf4e8aee2350b48b78c4df955ee7ec/src/main-page.png -------------------------------------------------------------------------------- /src/manage-admin-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/1fedb8589fbf4e8aee2350b48b78c4df955ee7ec/src/manage-admin-page.png -------------------------------------------------------------------------------- /src/ref1-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/1fedb8589fbf4e8aee2350b48b78c4df955ee7ec/src/ref1-page.png -------------------------------------------------------------------------------- /src/ref2-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/1fedb8589fbf4e8aee2350b48b78c4df955ee7ec/src/ref2-page.png -------------------------------------------------------------------------------- /src/search1-admin-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/1fedb8589fbf4e8aee2350b48b78c4df955ee7ec/src/search1-admin-page.png -------------------------------------------------------------------------------- /src/search2-admin-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/1fedb8589fbf4e8aee2350b48b78c4df955ee7ec/src/search2-admin-page.png -------------------------------------------------------------------------------- /src/stat-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/1fedb8589fbf4e8aee2350b48b78c4df955ee7ec/src/stat-page.png -------------------------------------------------------------------------------- /src/static-admin-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/1fedb8589fbf4e8aee2350b48b78c4df955ee7ec/src/static-admin-page.png -------------------------------------------------------------------------------- /src/task-admin-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/1fedb8589fbf4e8aee2350b48b78c4df955ee7ec/src/task-admin-page.png -------------------------------------------------------------------------------- /src/task-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/1fedb8589fbf4e8aee2350b48b78c4df955ee7ec/src/task-page.png --------------------------------------------------------------------------------