Giter VIP home page Giter VIP logo

php-telegram-checker-bot's Introduction

PHP CHECKER BOT FOR TELEGRAM.

A Card Checker Bot For Telegram Based On Telegram.

Deployment

โ†’ XAMPP

  • Download XAMPP Windows.exe, Linux.run, Mac.dmg
  • Setup XAMPP
  • open XAMPP as administrator
  • start Apache, Mysql
  • Click On Mysql-Admin (phpmyadmin will open in your browser.)
  • now make a database with name test

Paste

CREATE TABLE persons (
 userid int(11) NOT NULL,
 role varchar(50) COLLATE utf8_unicode_ci NOT NULL,
 username varchar(50) COLLATE utf8_unicode_ci NOT NULL,
 credits int(11) DEFAULT NULL,
 time int(11) DEFAULT NULL,
 UNIQUE KEY userid (userid),
 UNIQUE KEY username (username)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

  • After success go to your xampp installed location

For Windows C:\xampp

  • Download This Project files
  • Go to @Botfather and make a new bot and copy bot token (Looks Like 123456789:abcdefghijklmnopqrstuvwxyz)
  • Download This Project files As Zip and Unzip in on htdocs of your xampp folder.
  • open index.php and edit <Bottoken> as your bot token (Example 123456789:abcdefghijklmnopqrstuvwxyz)
  • now save it
  • Make Sure This Projects Files in your XAMPP/htdocs folder*
  • open XAMPP as administrator
  • start Apache, Mysql
  • Download ngrok.com Add your authtoken
  • open ngrok and type ngrok http https://localhost
  • Copy https url (looks like https://anything.ngrok.io)

Webhook Url: `https://www.example.com//setwebhook?url=<ngrok_url>&drop_pending_updates=True

  • replace bottoken and ngrok_url with your bottoken and ngrok_url
  • NOW START YOUR BOT

VIDEO TUTORIAL

  • SOON

Authors

Support Me

Buy Me A Coffee

UPI: roldex.fam@idfcbank
Paypal: Click
BTC: 35t9HaAV35HbkjZXtbZ66fdo3LLMp79CyD
ETH: 0x70550046d712c677d70cB6eEb247F72A5b8fD844

Where You Can Find Me

Made With

LICENSE

MIT License

License

MIT

php-telegram-checker-bot's People

Contributors

r0ld3x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

php-telegram-checker-bot's Issues

Stripe Key Leaked.

curl https://api.stripe.com/v1/charges -u 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:

POC

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.