Giter VIP home page Giter VIP logo

cptelegram's Introduction

CPTelegram

About my previous codes, I created a matched control panel for your telegram, to add/remove your buttons, orders, ... .

##Configuration ####Step 1 Open function.php in inc directory:

define("LOCALHOST","Your Host"); // localhost
define("DBNAME","Your Database name"); // project
define("DBUSERNAME","Your Database Username"); // root
define("DBPASSWORD","Your Password"); // Your Password

Edit your codes as your database info. ####Step 2 Please run this SQL code in your database to add the admin_telegram table:

CREATE TABLE `telegram_admin` (
  `id` int(11) NOT NULL,
  `username` varchar(200) NOT NULL,
  `password` varchar(400) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `telegram_admin`
--

INSERT INTO `telegram_admin` (`id`, `username`, `password`) VALUES
(1, 'admin', '43dc8f69b61b683bd04f06b5124c77b66a113026d6e5091b80f9e2e7f942a5c0027ae671791a46b7a2371d285159edb6387c7a67ff5a796ea14eaa7ef6505df6');

####Step 3 run your script in your page, like http://your_host/your_dir

your username: admin your password: 123456 Login and use it.

this article will be compelete.

This project has written by persian language, you can change css/bootstrap.min.css file as you want.

cptelegram's People

Contributors

alikhansari avatar

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.