Giter VIP home page Giter VIP logo

monitor_for_kimsufi's Introduction

Kimsufi Monitor

这是一个用于监控kimsufi独立服务器的PHP程序。 将kimsufi.php放在任意文件夹之中,比如/var/www/html下。

1.安装PHP5.x或者PHP7.x环境

Redhat/CentOS系:

yum install php

Debian系:

apt-get install php5
2.使用crontab定时运行
crontab -e
*/1 * * * * /usr/bin/php -f /var/www/html/kimsufi.php
3.使用方糖实现微信推送

将kimsufi.php最后一行的file_get_contents内容更换为你自己的key,申请地址为:http://sc.ftqq.com

4.添加自己需要的检测

格式如下,填写

if(checkKimsufi("174sk94"))
{
    send("新版ks4a特价有货", $desp = 'https://www.kimsufi.com/en/order/kimsufi.cgi?hard=174sk94');
}

原始技术来源于来源于http://www.hostloc.com/thread-408681-1-1.html.

monitor_for_kimsufi's People

Watchers

James Cloos avatar  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.