https://github.com/uzulla/hadogun2
https://github.com/uzulla/hadogun2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/uzulla/hadogun2
- Owner: uzulla
- Created: 2014-09-16T18:05:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T18:17:27.000Z (over 10 years ago)
- Last Synced: 2025-03-15T15:44:23.969Z (about 1 month ago)
- Language: JavaScript
- Size: 547 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hadogun2
=========require
=========php==5.5
> phirehose will malfunction on php 5.6zmq pecl extention
startup
=========```
php collector.php
```and
```
php run distoributor.php
```and
```
cd public_html
php -S localhost:3333
```ADMIN
=================```
// 表示するツイートを 1/40に
connection.conn.publish('パスワードchangeリデュース', '40');// 覇道砲発射閾値確認間隔変更
connection.conn.publish('パスワードchange単位時間', '60');// 覇道砲発射閾値変更 (単位時間あたりのツイート数)
connection.conn.publish('パスワードchange波動砲発射閾値', '60');
```