Giter Site home page Giter Site logo

hecker-chk's Introduction

Consider Using This instead.

Hecker-CHK

Simple CC Checker Telegram Bot With Fairly Enough Features. Made with PHP.

Features

CC Checker

SK Checker

Iban Checker

IP Checker

BIN Checker

Bug Bin Detection Via TXT File.

Premium and free user system without any my sql database. [ via txt file ]

Stores Results in /tmp folder

SETUP

Change $botToken with your api token on modules/global.php

Webhook must be set to bot.php

Host your own checker api files and put link in bot files so it can access it. Files need to be editied with new link : au.php , sch.php , spp.php , mch.php , ch.php

Example: Current Link will be like { curl_setopt($ch, CURLOPT_URL, 'http://20.212.107.64/skbasedchk/gate/usd0.5.php?lista='.$lista.''); } it needs to be changed with your new link. After you have changed it should look like { curl_setopt($ch, CURLOPT_URL, 'http://yourcheckerlink.com/api.php?lista='.$lista.''); }

Add your telegram userid to pre.txt

You will find some codes like this if ($userId == '766109755'){

You need to change $userId with your own id, however bot will still work but you will be missing admin some functions.

If you need any help, pm me on telegram. My Telegram - @fakehecker

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.