├── src ├── main-page.png ├── ref1-page.png ├── ref2-page.png ├── stat-page.png ├── task-page.png ├── boost-page.png ├── task-admin-page.png ├── manage-admin-page.png ├── search1-admin-page.png ├── search2-admin-page.png └── static-admin-page.png ├── LICENSE └── README.md /src/main-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/HEAD/src/main-page.png -------------------------------------------------------------------------------- /src/ref1-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/HEAD/src/ref1-page.png -------------------------------------------------------------------------------- /src/ref2-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/HEAD/src/ref2-page.png -------------------------------------------------------------------------------- /src/stat-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/HEAD/src/stat-page.png -------------------------------------------------------------------------------- /src/task-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/HEAD/src/task-page.png -------------------------------------------------------------------------------- /src/boost-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/HEAD/src/boost-page.png -------------------------------------------------------------------------------- /src/task-admin-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/HEAD/src/task-admin-page.png -------------------------------------------------------------------------------- /src/manage-admin-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/HEAD/src/manage-admin-page.png -------------------------------------------------------------------------------- /src/search1-admin-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/HEAD/src/search1-admin-page.png -------------------------------------------------------------------------------- /src/search2-admin-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/HEAD/src/search2-admin-page.png -------------------------------------------------------------------------------- /src/static-admin-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LampStack/notcoin-clone/HEAD/src/static-admin-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 |
27 |
28 |
29 |
30 |
31 |
32 |
37 |
38 |
39 |
40 |
41 |