Add the email contact to report abuse

This commit is contained in:
Namhyeon Go 2022-11-25 23:15:20 +09:00
parent bf788db964
commit 3cb8178a0d
75 changed files with 75 additions and 77 deletions

View File

@ -67,4 +67,4 @@ ReasonableFramework v1.6.2 기준 https://github.com/gnh1201/reasonableframework
- 정적 파일 호스팅을 지원하는 서비스의 경우, `base_cdn_url`의 주소만 바꾸어주면 동일한 방법으로 사용이 가능하다.
## 문의사항
- support@exts.kr
- abuse@catswords.net

View File

@ -44,7 +44,7 @@ https://github.com/gnh1201/reasonableframework
* Website: https://exts.kr/go/home
* E-mail: support@exts.kr
* E-mail: abuse@catswords.net
## 저작권

View File

@ -105,6 +105,4 @@ $ php cli.php --route :route --session-id :session_id
- This project receiving a realtime reports that bugs and security issues in the [official chatting room](https://catswords.re.kr/go/kakaotalk).
## Contact us
- gnh1201@gmail.com
- support@exts.kr
- catswords@protonmail.com (if you require confidential)
- abuse@catswords.net

View File

@ -4,7 +4,7 @@
* @file cli.php
* @created_on 2018-07-22
* @created_on 2020-04-20
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief ReasonableFramework CLI mode
* @cvs http://github.com/gnh1201/reasonableframework
*/

View File

@ -5,7 +5,7 @@
"authors": [
{
"name": "Go Namhyeon",
"email": "gnh1201@gmail.com"
"email": "abuse@catswords.net"
}
],
"require": {

View File

@ -2,7 +2,7 @@
/**
* @file api.whois.kr.php
* @date 2019-05-26
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief KISA Whois/Domain/IP/AS Query Helper (https://whois.kr)
*/

View File

@ -2,7 +2,7 @@
/**
* @file catsplit.format.php
* @date 2019-05-28
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Catsplit format encoder
* @documentation https://github.com/gnh1201/catsplit-format
*/

View File

@ -1,5 +1,5 @@
<?php
// Go Namhyeon <gnh1201@gmail.com>
// Go Namhyeon <abuse@catswords.net>
// 2019-09-25
if(!is_fn("decode_colona_format")) {

View File

@ -1,6 +1,6 @@
<?php
// @date 2019-10-13
// @author Go Namhyeon <gnh1201@gmail.com>
// @author Go Namhyeon <abuse@catswords.net>
if(!is_fn("unzip")) {
function unzip($src, $dst, $options=array()) {

View File

@ -2,7 +2,7 @@
/**
* @file country.kr.php
* @date 2018-04-15
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Country Helper (Korean)
*/

View File

@ -2,7 +2,7 @@
/**
* @file database.alt.php
* @date 2018-09-10
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Database alternative driver switcher
*/

View File

@ -2,7 +2,7 @@
/**
* @file database.mysql.cmd.php
* @date 2019-04-06
* @auther Go Namhyeon <gnh1201@gmail.com>
* @auther Go Namhyeon <abuse@catswords.net>
* @brief MySQL(MariaDB) command line driver
*/

View File

@ -2,7 +2,7 @@
/**
* @file database.mysql.imp.php
* @date 2018-09-10
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief MySQLi database helper
*/

View File

@ -2,7 +2,7 @@
/**
* @file database.mysql.old.php
* @date 2018-09-14
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief MySQL-old (lower than 5.4) database helper
*/

View File

@ -2,7 +2,7 @@
/**
* @file oracle.php
* @date 2018-03-27
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Oracle database helper for ReasonableFramework
*/

View File

@ -3,7 +3,7 @@
* @file exectool.php
* @created_on 2018-07-22
* @updated_on 2020-07-10
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @forked from https://github.com/scipag/PHPUtilities
* @brief ExecTool helper
*/

View File

@ -2,7 +2,7 @@
/**
* @file gnuboard.php
* @date 2018-05-27
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Database Helper for Gnuboard 4, Gnuboard 5
*/

View File

@ -3,7 +3,7 @@
* @file hiddentool.php
* @created_on 2021-05-24
* @updated_on 2022-09-13
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Tools for Hidden Services (e.g. Tor, I2P, etc...)
*/

View File

@ -2,7 +2,7 @@
/**
* @file hybridauth.dbt.php
* @date 2018-04-15
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief HybridAuth DB Helper
*/

View File

@ -2,7 +2,7 @@
/**
* @file hybridauth.lnk.php
* @date 2018-09-26
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief HybridAuth library RSF Linker
***/

View File

@ -2,7 +2,7 @@
/**
* @file isemail.lnk.php
* @date 2018-03-02
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief IsEmail library linker
*/

View File

@ -2,7 +2,7 @@
/**
* @file jCryption.lnk.php
* @date 2018-09-30
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief jCryption (alternative HTTPS on javascript) Helper
*/

View File

@ -1,7 +1,7 @@
<?php
// @created_on 2019-10-13
// @updated_on 2020-01-27
// @author Go Namhyeon <gnh1201@gmail.com>
// @author Go Namhyeon <abuse@catswords.net>
if(!is_fn("json_decode_ex")) {
function json_decode_ex($data, $options=array()) {

View File

@ -2,7 +2,7 @@
/**
* @file kimsboard7.dbt.php
* @date 2018-08-20
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Database Helper for Kimsboard 7 (experimental)
*/

View File

@ -2,7 +2,7 @@
/**
* @file lguplus.api.php
* @date 2019-10-07
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief `LGU+`or `LGUPlus` is trandmark of LGUPlus Co. Ltd.
*/

View File

@ -2,7 +2,7 @@
/**
* @file lguplus.install.php
* @date 2019-10-13
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief `LGU+`or `LGUPlus` is trandmark of LGUPlus Co. Ltd.
*/

View File

@ -2,7 +2,7 @@
/**
* @file mailgun.api.php
* @date 2019-04-12
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Mailgun REST API interface module
* @documentation https://documentation.mailgun.com/en/latest/api-sending.html
*/

View File

@ -2,7 +2,7 @@
/**
* @file metaparser.lnk.php
* @date 2018-03-21
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief PHP-Metaparser library linker
*/

View File

@ -2,7 +2,7 @@
/**
* @file mobiletool.php
* @date 2019-04-29
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Mobile Tool
* @documentation https://www.w3.org/Mobile/training/device-detection/mobile_detector.txt
*/

View File

@ -3,7 +3,7 @@
* @file networktool.php
* @created_on 2018-04-11
* @updated_on 2022-09-16
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Network tool helper
*/

View File

@ -2,7 +2,7 @@
/**
* @file obfuscator.php
* @date 2018-10-21
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief PHP Obfuscator for ReasonableFramework
*/

View File

@ -2,7 +2,7 @@
/**
* @file pagenate.php
* @date 2018-01-01
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Page navigation helper
*/

View File

@ -3,7 +3,7 @@
* @file perftool.php
* @created_on 2020-02-19
* @updated_on 2020-02-24
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief PerfTool helper
*/

View File

@ -2,7 +2,7 @@
/**
* @file pgkcp.install.php
* @date 2019-10-13
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief KCP PG(Payment Gateway) Auto-Install Tool
*/

View File

@ -3,7 +3,7 @@
* @file pgkcp.lnk.php
* @created_on 2018-08-25
* @updated_on 2020-01-13
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief KCP PG(Payment Gateway) Helper
*/

View File

@ -1,7 +1,7 @@
<?php
/*
* @file rfc3164.proto.php
* @author Go Namhyeon <gnh1201@gmail.com> (Modified)
* @author Go Namhyeon <abuse@catswords.net> (Modified)
* @author Troy Davis (@tory) - https://gist.github.com/troy/2220679 (Original)
* @brief Helper for RFC3164(The BSD Syslog Protocol) - https://tools.ietf.org/html/rfc3164
* @created_on 2018-03-02

View File

@ -2,7 +2,7 @@
/**
* @file socialtools.php
* @date 2018-09-27
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief SocialTools (refactoring from SocioRouter)
*/

View File

@ -2,7 +2,7 @@
/**
* @file spreadsheet-reader.lnk.php
* @date 2018-09-20
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Excel file parser
***/

View File

@ -1,7 +1,7 @@
/**
* @file staticgen.php
* @date 2018-07-22
* @auther Go Namhyeon <gnh1201@gmail.com>
* @auther Go Namhyeon <abuse@catswords.net>
* @brief Static Web Generation Tool for ResaonableFramework
*/

View File

@ -3,7 +3,7 @@
* @file string.utils.php
* @created_on 2018-05-27
* @updated_on 2020-02-21
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief String utility helper
*/

View File

@ -2,7 +2,7 @@
/**
* @file tablewiz.php
* @date 2018-02-26
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief TableWiz helper
*/

View File

@ -2,7 +2,7 @@
/**
* @file timetool.php
* @date 2018-09-26
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Time tools
*/

View File

@ -2,7 +2,7 @@
/**
* @file twilio.api.php
* @date 2019-04-08
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Twilio REST API interface module
* @documentation https://www.twilio.com/docs/sms/send-messages
*/

View File

@ -2,7 +2,7 @@
/**
* @file vworld.php
* @date 2018-01-11
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Geo Helper based on vWorld (vworld.kr, molit.go.kr)
*/

View File

@ -2,7 +2,7 @@
/**
* @file webhooktool.php
* @date 2019-05-04
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief WebhookTools
* @trademark
* * `NateOn` is trademark of SK Communications Co Ltd., SK Planet Co Ltd., or other SK businesses.

View File

@ -3,7 +3,7 @@
* @file webpagetool.php
* @created_on 2018-06-01
* @updated_on 2021-02-01
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief WebPageTool helper
*/

View File

@ -2,7 +2,7 @@
/**
* @file wprest.php
* @date 2018-03-14
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Wordpress Rest API helper
*/

View File

@ -3,7 +3,7 @@
* @file zabbix.api.php
* @created_on 2019-04-08
* @updated_on 2020-03-05
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Zabbix JSON-RPC API (3.0) interface module
* @documentation https://www.zabbix.com/documentation/current/ (4.4)
*/

View File

@ -2,7 +2,7 @@
/**
* @file zeroboard4.dbt.php
* @date 2018-08-20
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Database Helper for Zeroboard 4 PL 9 (experimental)
*/

View File

@ -3,7 +3,7 @@
* @file index.php
* @created_on 2018-05-27
* @updated_on 2020-06-14
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief ReasonableFramework is RVHM structured PHP framework with common security
* @cvs https://github.com/gnh1201/reasonableframework
* @sponsor https://patreon.com/catswords (with advanced security)

View File

@ -2,7 +2,7 @@
/**
* @file api.getorder.pgkcp.php
* @date 2018-09-24
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief KCP PG(Payment Gateway) get completed order
*/

View File

@ -2,7 +2,7 @@
/**
* @file api.gnuboard.php
* @date 2018-05-31
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Integration controller for Gnuboard CMS 4.x, 5.x
*/

View File

@ -2,7 +2,7 @@
/**
* @file api.mailgun.php
* @date 2019-04-15
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Mailgun API controller
*/

View File

@ -2,7 +2,7 @@
/**
* @file api.setconfig.pgkcp.php
* @date 2018-09-30
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief KCP PG(Payment Gateway) set configuration API
*/

View File

@ -2,7 +2,7 @@
/**
* @file api.social.php
* @date 2018-09-26
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief SocialTools API (refactoring from SocioRouter API)
*/

View File

@ -2,7 +2,7 @@
/**
* @file api.twilio.php
* @date 2019-04-15
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Twilio API controller (or domestic API)
*/

View File

@ -2,7 +2,7 @@
/**
* @file api.uuid.php
* @date 2018-08-19
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief UUID Generator API
*/

View File

@ -2,7 +2,7 @@
/**
* @file api.zabbix.php
* @date 2019-04-15
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Zabbix API
*/

View File

@ -2,7 +2,7 @@
/**
* @file mobileswitcher.php
* @date 2019-04-29
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief mobile device switcher
*/

View File

@ -3,7 +3,7 @@
* @file ordercomplete.pgkcp.php
* @created_on 2018-09-03
* @updated_on 2020-01-25
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief KCP PG(Payment Gateway) contoller when completed
*/

View File

@ -2,7 +2,7 @@
/**
* @file orderform.php
* @date 2018-09-03
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief order form
*/

View File

@ -3,7 +3,7 @@
* @file orderpay.pgkcp.php
* @date 2018-08-25
* @updated 2019-10-14
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief KCP PG(Payment Gateway) Controller
*/

View File

@ -3,7 +3,7 @@
* @file orderpay.step2.pgkcp.php
* @created_on 2018-08-27
* @updated_on 2020-01-25
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief KCP PG(Payment Gateway) contoller when done
*/

View File

@ -2,7 +2,7 @@
/**
* @file orderpay.step3.pgkcp.php
* @date 2018-08-27
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief KCP PG(Payment Gateway) contoller when done
*/

View File

@ -3,7 +3,7 @@ if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
$data = array(
"name" => "Hong gil dong",
"email" => "support@exts.kr",
"email" => "abuse@catswords.net",
"tel" => ""01000000000",
"base_url" => base_url()
);

View File

@ -2,7 +2,7 @@
/**
* @file webapp.php
* @date 2019-02-23
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Isolator(Compatibility mode) for legacy application
*/

View File

@ -3,7 +3,7 @@
* @file base.php
* @created_on 2018-04-13
* @updated_on 2020-02-10
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Base module
*/

View File

@ -3,7 +3,7 @@
* @file config.php
* @date 2018-04-13
* @updated 2020-03-25
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Configuration module
*/

View File

@ -3,7 +3,7 @@
* @file database.php
* @created_on 2018-04-13
* @updated_on 2020-04-16
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Database module
*/

View File

@ -3,7 +3,7 @@
* @file logger.php
* @created_on 2018-05-27
* @updated_on 2020-06-21
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Logger module for ReasonableFramework
*/

View File

@ -3,7 +3,7 @@
* @file security.php
* @created_on 2018-05-27
* @updated_on 2020-02-04
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Security module for ReasonableFramework
* @sponsor https://patreon.com/catswords (with advanced security)
*/

View File

@ -3,7 +3,7 @@
* @file storage.php
* @date 2018-05-27
* @updated 2020-06-16
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief Stroage module for ReasonableFramework
*/

View File

@ -3,7 +3,7 @@
* @file uri.php
* @created_on 2018-04-13
* @updated_on 2022-09-29
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief URI module
*/

View File

@ -18,7 +18,7 @@
<div class="content">
<h2 id="default-form" class="content-subhead">결제 환불 문의</h2>
<p>결제 환불 관련 문의는 <code>support@exts.kr</code>으로 해주시기 바랍니다.</p>
<p>결제 환불 관련 문의는 <code>abuse@catswords.net</code>으로 해주시기 바랍니다.</p>
<form id="orderform" name="orderform" method="post" class="pure-form pure-form-aligned" action="<?php echo base_url(); ?>">
<fieldset>

View File

@ -2,7 +2,7 @@
/**
* @file view_orderpay.pgkcp.php
* @date 2018-08-25
* @author Go Namhyeon <gnh1201@gmail.com>
* @author Go Namhyeon <abuse@catswords.net>
* @brief KCP PG(Payment Gateway) View
*/