mirror of
https://github.com/hakasenyang/marumaru-php-parser
synced 2026-08-22 02:03:08 +09:00
Edit Readme
This commit is contained in:
@@ -10,8 +10,10 @@
|
||||
[Hakase's Marumaru API](https://marumaru.hakase.kr/)
|
||||
|
||||
## 사용 방법
|
||||
1. 해당 파일을 다운로드 받아서 권한을 777로 주면 끝납니다. 권한은 cookie.txt, mangalist.txt (쿠키 캐싱) 파일을 생성하기 위해 필요합니다.
|
||||
2. api 관련 rewrite 는 아래를 참고하십시오. (nginx 기준) rewrite 없이 사용하려면 소스를 수정하셔야 합니다.
|
||||
1. 해당 파일을 다운로드 받아서 권한을 777로 주면 끝납니다.
|
||||
2. 권한은 cookie.txt, mangalist.txt (쿠키 캐싱) 파일을 생성하기 위해 필요합니다.
|
||||
3. api 관련 rewrite 는 아래를 참고하십시오. (nginx 기준)
|
||||
4. rewrite 없이 사용하려면 소스를 수정하셔야 합니다.
|
||||
|
||||
```
|
||||
rewrite ^/api/(.*)/(.*)$ /index.php?num=$1&json=1;
|
||||
@@ -25,8 +27,8 @@ Fmaru 관련 포팅의 원본 소스는 [fmaru's github](https://github.com/fmar
|
||||
|
||||
## Sucuri proxy 소스
|
||||
Sucuri proxy 관련 소스는 아래와 같은 사이트에서 가져왔습니다.
|
||||
[organization's cloudflare-bypass](https://github.com/organization/cloudflare-bypass)
|
||||
[코드팟's PHP Sucuri Proxy](http://cafe.naver.com/gogoomas/337647)
|
||||
* [organization's cloudflare-bypass](https://github.com/organization/cloudflare-bypass)
|
||||
* [코드팟's PHP Sucuri Proxy](http://cafe.naver.com/gogoomas/337647)
|
||||
|
||||
## 저작권
|
||||
MIT License 를 따릅니다. fmaru 의 작품(?)처럼 마음껏 수정해서 광고를 달던 어떻게 사용하던 상관 없습니다.
|
||||
Reference in New Issue
Block a user