Coder Social home page Coder Social logo

trajche / sms-recycle Goto Github PK

View Code? Open in Web Editor NEW
12.0 3.0 10.0 444 KB

Web service to receive SMS online anonymously.

Home Page: http://smsrecycle.com

License: Do What The F*ck You Want To Public License

PHP 70.04% CSS 28.69% JavaScript 1.27%

sms-recycle's Introduction

SMS Recycle

Web service to receive SMS online anonymously created in PHP/MySQL over a day of messing around. Currently works with:

  • Nexmo.com
  • Plivo.com

Version

1.0

Todo's

  • Twilio integration
  • Add 'private number' option (pass protect?)
  • Add reserve this number option (pay?)

Installation

Create the 'messages' table in your database and fill out the config.php with your details.

CREATE TABLE IF NOT EXISTS `messages` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `type` varchar(8) NOT NULL,
  `sentfrom` bigint(20) NOT NULL,
  `sentto` bigint(20) NOT NULL,
  `message` text NOT NULL,
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

Development

If you have suggestions or requests, contact me via http://tj.mk

License

WTFPL http://www.wtfpl.net/txt/copying/

sms-recycle's People

Contributors

trajche avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

sms-recycle's Issues

Add 46elks

Hey, i use your souce for https://vpnsox.org/sms this work nice i have added 46elks this is really easy and i thinks you can do this on your original script :)

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.