├── MYSQL └── mysql.sql ├── README.md ├── css ├── bootstrap-grid.css ├── bootstrap-grid.css.map ├── bootstrap-grid.min.css ├── bootstrap-grid.min.css.map ├── bootstrap-reboot.css ├── bootstrap-reboot.css.map ├── bootstrap-reboot.min.css ├── bootstrap-reboot.min.css.map ├── bootstrap.css ├── bootstrap.css.map ├── bootstrap.min.css ├── bootstrap.min.css.map ├── font-awesome.min.css ├── magnific-popup.css ├── owl.carousel.css ├── owl.theme.default.css └── style.css ├── doc ├── 1.png ├── FRP_More_User_Auth.png ├── api.png ├── code1.png ├── code2.png ├── email_ok.png ├── epay.png ├── export.png ├── file.png ├── image-20241205231655949.png ├── mysql.png ├── phpmyadmin1.png ├── show.png ├── smtp.png ├── sql.png ├── success.png └── ubuntu.png ├── exit.php ├── favicon.ico ├── footer.php ├── frp ├── api_u.php ├── api_vip.php ├── config_download_http.php ├── config_download_tcp.php ├── down │ ├── frp_0.51.0_darwin_amd64.zip │ ├── frp_0.51.0_darwin_arm64.zip │ ├── frp_0.51.0_freebsd_386.zip │ ├── frp_0.51.0_freebsd_amd64.zip │ ├── frp_0.51.0_linux_386.zip │ ├── frp_0.51.0_linux_amd64.zip │ ├── frp_0.51.0_linux_arm.zip │ ├── frp_0.51.0_linux_arm64.zip │ ├── frp_0.51.0_linux_mips.zip │ ├── frp_0.51.0_linux_mips64le.zip │ ├── frp_0.51.0_linux_mipsle.zip │ ├── frp_0.51.0_linux_riscv64.zip │ ├── frp_0.51.0_windows_386.zip │ ├── frp_0.51.0_windows_amd64.zip │ └── frp_0.51.0_windows_arm64.zip ├── download.php └── index.php ├── header-sec.php ├── header.php ├── html ├── about.php └── xieyi.php ├── image ├── 2.jpg ├── Furme.png ├── NULL.png ├── bg1.png ├── icons.png ├── kong.png ├── no.png └── sno.png ├── img ├── 1.jpg ├── 2.jpg ├── beianico.png ├── favicon.ico ├── hlo.png ├── logo-alt.png ├── logo-alt.psd ├── logo.png └── new.jpg ├── index.php ├── js ├── bootstrap.bundle.js ├── bootstrap.bundle.js.map ├── bootstrap.bundle.min.js ├── bootstrap.bundle.min.js.map ├── bootstrap.js ├── bootstrap.js.map ├── bootstrap.min.js ├── bootstrap.min.js.map ├── jquery-1.11.0.min.js ├── jquery-3.3.1.slim.min.js ├── jquery.magnific-popup.js ├── jquery.min.js ├── main.js ├── owl.carousel.min.js ├── popper.min.js ├── sweetalert.min.js └── xss.min.js ├── layui ├── css │ ├── layui.css │ └── modules │ │ ├── code.css │ │ ├── laydate │ │ └── default │ │ │ └── laydate.css │ │ └── layer │ │ └── default │ │ ├── icon-ext.png │ │ ├── icon.png │ │ ├── layer.css │ │ ├── loading-0.gif │ │ ├── loading-1.gif │ │ └── loading-2.gif ├── font │ ├── iconfont.eot │ ├── iconfont.svg │ ├── iconfont.ttf │ ├── iconfont.woff │ └── iconfont.woff2 └── layui.js ├── lib ├── DB.php ├── PHPMailer │ ├── COMMITMENT │ ├── LICENSE │ ├── README.md │ ├── SECURITY.md │ ├── VERSION │ ├── composer.json │ ├── get_oauth_token.php │ ├── language │ │ ├── phpmailer.lang-af.php │ │ ├── phpmailer.lang-ar.php │ │ ├── phpmailer.lang-az.php │ │ ├── phpmailer.lang-ba.php │ │ ├── phpmailer.lang-be.php │ │ ├── phpmailer.lang-bg.php │ │ ├── phpmailer.lang-ca.php │ │ ├── phpmailer.lang-cs.php │ │ ├── phpmailer.lang-da.php │ │ ├── phpmailer.lang-de.php │ │ ├── phpmailer.lang-el.php │ │ ├── phpmailer.lang-eo.php │ │ ├── phpmailer.lang-es.php │ │ ├── phpmailer.lang-et.php │ │ ├── phpmailer.lang-fa.php │ │ ├── phpmailer.lang-fi.php │ │ ├── phpmailer.lang-fo.php │ │ ├── phpmailer.lang-fr.php │ │ ├── phpmailer.lang-gl.php │ │ ├── phpmailer.lang-he.php │ │ ├── phpmailer.lang-hi.php │ │ ├── phpmailer.lang-hr.php │ │ ├── phpmailer.lang-hu.php │ │ ├── phpmailer.lang-hy.php │ │ ├── phpmailer.lang-id.php │ │ ├── phpmailer.lang-it.php │ │ ├── phpmailer.lang-ja.php │ │ ├── phpmailer.lang-ka.php │ │ ├── phpmailer.lang-ko.php │ │ ├── phpmailer.lang-lt.php │ │ ├── phpmailer.lang-lv.php │ │ ├── phpmailer.lang-mg.php │ │ ├── phpmailer.lang-mn.php │ │ ├── phpmailer.lang-ms.php │ │ ├── phpmailer.lang-nb.php │ │ ├── phpmailer.lang-nl.php │ │ ├── phpmailer.lang-pl.php │ │ ├── phpmailer.lang-pt.php │ │ ├── phpmailer.lang-pt_br.php │ │ ├── phpmailer.lang-ro.php │ │ ├── phpmailer.lang-ru.php │ │ ├── phpmailer.lang-sk.php │ │ ├── phpmailer.lang-sl.php │ │ ├── phpmailer.lang-sr.php │ │ ├── phpmailer.lang-sr_latn.php │ │ ├── phpmailer.lang-sv.php │ │ ├── phpmailer.lang-tl.php │ │ ├── phpmailer.lang-tr.php │ │ ├── phpmailer.lang-uk.php │ │ ├── phpmailer.lang-vi.php │ │ ├── phpmailer.lang-zh.php │ │ └── phpmailer.lang-zh_cn.php │ └── src │ │ ├── DSNConfigurator.php │ │ ├── Exception.php │ │ ├── OAuth.php │ │ ├── OAuthTokenProvider.php │ │ ├── PHPMailer.php │ │ ├── POP3.php │ │ └── SMTP.php ├── config.php ├── conn.php ├── func.php └── userinfo.php ├── login.php ├── logo.png ├── newui ├── css │ ├── .DS_Store │ ├── animate.css │ ├── aos.css │ ├── bootstrap-datepicker.css │ ├── bootstrap.min.css │ ├── bootstrap.min.css.map │ ├── bootstrap │ │ ├── bootstrap-grid.css │ │ ├── bootstrap-reboot.css │ │ └── bootstrap.css │ ├── jquery-ui.css │ ├── jquery.fancybox.min.css │ ├── magnific-popup.css │ ├── owl.carousel.min.css │ ├── owl.theme.default.min.css │ ├── style.css │ └── style.css.map ├── fonts │ ├── .DS_Store │ ├── flaticon │ │ ├── backup.txt │ │ ├── font │ │ │ ├── Flaticon.eot │ │ │ ├── Flaticon.svg │ │ │ ├── Flaticon.ttf │ │ │ ├── Flaticon.woff │ │ │ ├── Flaticon.woff2 │ │ │ ├── _flaticon.scss │ │ │ ├── flaticon.css │ │ │ └── flaticon.html │ │ └── license │ │ │ └── license.pdf │ └── icomoon │ │ ├── Read Me.txt │ │ ├── demo-files │ │ ├── demo.css │ │ └── demo.js │ │ ├── demo.html │ │ ├── fonts │ │ ├── icomoon.eot │ │ ├── icomoon.svg │ │ ├── icomoon.ttf │ │ └── icomoon.woff │ │ ├── selection.json │ │ └── style.css ├── images │ ├── .DS_Store │ ├── author_1.jpg │ ├── book_1.png │ ├── glint_about_1.jpg │ ├── glint_hero_1.jpg │ ├── glint_hero_2.jpg │ ├── glint_hero_3.jpg │ ├── img_1.jpg │ ├── img_2.jpg │ ├── img_3.jpg │ ├── img_4.jpg │ ├── img_5.jpg │ ├── person_1.jpg │ ├── person_2.jpg │ ├── person_3.jpg │ ├── person_4.jpg │ ├── polygon.png │ ├── signature.jpg │ ├── signature.png │ ├── sq_img_1.jpg │ ├── sq_img_10.jpg │ ├── sq_img_11.jpg │ ├── sq_img_12.jpg │ ├── sq_img_13.jpg │ ├── sq_img_2.jpg │ ├── sq_img_3.jpg │ ├── sq_img_4.jpg │ ├── sq_img_5.jpg │ ├── sq_img_6.jpg │ ├── sq_img_7.jpg │ ├── sq_img_8.jpg │ └── sq_img_9.jpg ├── js │ ├── .DS_Store │ ├── aos.js │ ├── bootstrap-datepicker.min.js │ ├── bootstrap.min.js │ ├── isotope.pkgd.min.js │ ├── jquery-3.3.1.min.js │ ├── jquery-migrate-3.0.1.min.js │ ├── jquery-ui.js │ ├── jquery.countdown.min.js │ ├── jquery.easing.1.3.js │ ├── jquery.fancybox.min.js │ ├── jquery.magnific-popup.min.js │ ├── jquery.stellar.js │ ├── jquery.sticky.js │ ├── main.js │ ├── owl.carousel.min.js │ ├── popper.min.js │ ├── slick.min.js │ └── stickyfill.min.js └── scss │ ├── .DS_Store │ ├── _site-base.scss │ ├── _site-blocks.scss │ ├── _site-navbar.scss │ ├── bootstrap │ ├── .DS_Store │ ├── _alert.scss │ ├── _badge.scss │ ├── _breadcrumb.scss │ ├── _button-group.scss │ ├── _buttons.scss │ ├── _card.scss │ ├── _carousel.scss │ ├── _close.scss │ ├── _code.scss │ ├── _custom-forms.scss │ ├── _dropdown.scss │ ├── _forms.scss │ ├── _functions.scss │ ├── _grid.scss │ ├── _images.scss │ ├── _input-group.scss │ ├── _jumbotron.scss │ ├── _list-group.scss │ ├── _media.scss │ ├── _mixins.scss │ ├── _modal.scss │ ├── _nav.scss │ ├── _navbar.scss │ ├── _pagination.scss │ ├── _popover.scss │ ├── _print.scss │ ├── _progress.scss │ ├── _reboot.scss │ ├── _root.scss │ ├── _spinners.scss │ ├── _tables.scss │ ├── _toasts.scss │ ├── _tooltip.scss │ ├── _transitions.scss │ ├── _type.scss │ ├── _utilities.scss │ ├── _variables.scss │ ├── bootstrap-grid.scss │ ├── bootstrap-reboot.scss │ ├── bootstrap.scss │ ├── mixins │ │ ├── _alert.scss │ │ ├── _background-variant.scss │ │ ├── _badge.scss │ │ ├── _border-radius.scss │ │ ├── _box-shadow.scss │ │ ├── _breakpoints.scss │ │ ├── _buttons.scss │ │ ├── _caret.scss │ │ ├── _clearfix.scss │ │ ├── _deprecate.scss │ │ ├── _float.scss │ │ ├── _forms.scss │ │ ├── _gradients.scss │ │ ├── _grid-framework.scss │ │ ├── _grid.scss │ │ ├── _hover.scss │ │ ├── _image.scss │ │ ├── _list-group.scss │ │ ├── _lists.scss │ │ ├── _nav-divider.scss │ │ ├── _pagination.scss │ │ ├── _reset-text.scss │ │ ├── _resize.scss │ │ ├── _screen-reader.scss │ │ ├── _size.scss │ │ ├── _table-row.scss │ │ ├── _text-emphasis.scss │ │ ├── _text-hide.scss │ │ ├── _text-truncate.scss │ │ ├── _transition.scss │ │ └── _visibility.scss │ ├── utilities │ │ ├── _align.scss │ │ ├── _background.scss │ │ ├── _borders.scss │ │ ├── _clearfix.scss │ │ ├── _display.scss │ │ ├── _embed.scss │ │ ├── _flex.scss │ │ ├── _float.scss │ │ ├── _overflow.scss │ │ ├── _position.scss │ │ ├── _screenreaders.scss │ │ ├── _shadows.scss │ │ ├── _sizing.scss │ │ ├── _spacing.scss │ │ ├── _stretched-link.scss │ │ ├── _text.scss │ │ └── _visibility.scss │ └── vendor │ │ └── _rfs.scss │ └── style.scss ├── pay ├── index.php └── pay │ ├── config.php │ ├── epayapi.php │ ├── lib │ ├── EpayCore.class.php │ └── epay.config.php │ ├── notify_url.php │ └── return_url.php ├── re_password.php ├── register.php ├── resources ├── js │ ├── core │ │ ├── custom │ │ │ ├── copy-type.js │ │ │ ├── forms.js │ │ │ └── navbar-sticky.js │ │ ├── init │ │ │ ├── popover.js │ │ │ └── tooltip.js │ │ └── libs │ │ │ └── highlight.js │ └── license.js └── scss │ ├── core │ ├── _bootstrap.scss │ ├── _components.scss │ ├── _functions.scss │ ├── _libs.scss │ ├── _mixins.scss │ ├── _utilities.scss │ ├── _variables-website.scss │ ├── _variables.scss │ ├── components │ │ ├── alerts │ │ │ └── _alert.scss │ │ ├── avatars │ │ │ └── _avatar.scss │ │ ├── badges │ │ │ └── _badge.scss │ │ ├── breadcrumbs │ │ │ └── _breadcrumb.scss │ │ ├── buttons │ │ │ ├── _button-icon.scss │ │ │ └── _button.scss │ │ ├── cards │ │ │ ├── _card-accordion.scss │ │ │ └── _card.scss │ │ ├── closes │ │ │ └── _close.scss │ │ ├── custom-forms │ │ │ ├── _custom-checkbox.scss │ │ │ ├── _custom-forms.scss │ │ │ └── _custom-radio.scss │ │ ├── dropdowns │ │ │ └── _dropdown.scss │ │ ├── footers │ │ │ └── _footer.scss │ │ ├── forms │ │ │ └── _form.scss │ │ ├── headers │ │ │ └── _header.scss │ │ ├── icons │ │ │ ├── _icon-shape.scss │ │ │ └── _icon.scss │ │ ├── input-groups │ │ │ └── _input-group.scss │ │ ├── jumbotrons │ │ │ └── _jumbotron.scss │ │ ├── layout │ │ │ └── _docs.scss │ │ ├── list-groups │ │ │ └── _list-group.scss │ │ ├── masks │ │ │ └── _mask.scss │ │ ├── modals │ │ │ └── _modal.scss │ │ ├── navbars │ │ │ ├── _navbar-dropdown.scss │ │ │ └── _navbar.scss │ │ ├── navs │ │ │ └── _nav.scss │ │ ├── paginations │ │ │ └── _pagination.scss │ │ ├── popovers │ │ │ └── _popover.scss │ │ ├── progresses │ │ │ └── _progress.scss │ │ ├── root │ │ │ ├── _reboot.scss │ │ │ └── _root.scss │ │ ├── sections │ │ │ └── _section.scss │ │ ├── shapes │ │ │ └── _shape.scss │ │ ├── tables │ │ │ └── _table.scss │ │ └── type │ │ │ ├── _icons.scss │ │ │ └── _type.scss │ ├── libs │ │ └── _highlightjs.scss │ ├── mixins │ │ ├── _alert.scss │ │ ├── _background-variant.scss │ │ ├── _badge.scss │ │ ├── _buttons.scss │ │ ├── _caret.scss │ │ ├── _gradients.scss │ │ ├── _icon.scss │ │ ├── _link.scss │ │ ├── _modals.scss │ │ └── _popover.scss │ └── utilities │ │ ├── _background.scss │ │ ├── _borders.scss │ │ ├── _image.scss │ │ ├── _shadows.scss │ │ ├── _sizing.scss │ │ ├── _spacing.scss │ │ ├── _text.scss │ │ └── _zindex.scss │ ├── custom │ ├── _fonts.scss │ ├── _styles.scss │ └── _variables.scss │ ├── quick-website.scss │ └── skins │ └── green │ ├── _dark.scss │ └── _light.scss └── user ├── setup.php ├── user.php └── userinfo.php /css/owl.theme.default.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.2.1 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | /* 7 | * Default theme - Owl Carousel CSS File 8 | */ 9 | .owl-theme .owl-nav { 10 | margin-top: 10px; 11 | text-align: center; 12 | -webkit-tap-highlight-color: transparent; } 13 | .owl-theme .owl-nav [class*='owl-'] { 14 | color: #FFF; 15 | font-size: 14px; 16 | margin: 5px; 17 | padding: 4px 7px; 18 | background: #D6D6D6; 19 | display: inline-block; 20 | cursor: pointer; 21 | border-radius: 3px; } 22 | .owl-theme .owl-nav [class*='owl-']:hover { 23 | background: #869791; 24 | color: #FFF; 25 | text-decoration: none; } 26 | .owl-theme .owl-nav .disabled { 27 | opacity: 0.5; 28 | cursor: default; } 29 | 30 | .owl-theme .owl-nav.disabled + .owl-dots { 31 | margin-top: 10px; } 32 | 33 | .owl-theme .owl-dots { 34 | text-align: center; 35 | -webkit-tap-highlight-color: transparent; } 36 | .owl-theme .owl-dots .owl-dot { 37 | display: inline-block; 38 | zoom: 1; 39 | *display: inline; } 40 | .owl-theme .owl-dots .owl-dot span { 41 | width: 10px; 42 | height: 10px; 43 | margin: 5px 7px; 44 | background: #D6D6D6; 45 | display: block; 46 | -webkit-backface-visibility: visible; 47 | transition: opacity 200ms ease; 48 | border-radius: 30px; } 49 | .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { 50 | background: #869791; } 51 | -------------------------------------------------------------------------------- /doc/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/1.png -------------------------------------------------------------------------------- /doc/FRP_More_User_Auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/FRP_More_User_Auth.png -------------------------------------------------------------------------------- /doc/api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/api.png -------------------------------------------------------------------------------- /doc/code1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/code1.png -------------------------------------------------------------------------------- /doc/code2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/code2.png -------------------------------------------------------------------------------- /doc/email_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/email_ok.png -------------------------------------------------------------------------------- /doc/epay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/epay.png -------------------------------------------------------------------------------- /doc/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/export.png -------------------------------------------------------------------------------- /doc/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/file.png -------------------------------------------------------------------------------- /doc/image-20241205231655949.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/image-20241205231655949.png -------------------------------------------------------------------------------- /doc/mysql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/mysql.png -------------------------------------------------------------------------------- /doc/phpmyadmin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/phpmyadmin1.png -------------------------------------------------------------------------------- /doc/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/show.png -------------------------------------------------------------------------------- /doc/smtp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/smtp.png -------------------------------------------------------------------------------- /doc/sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/sql.png -------------------------------------------------------------------------------- /doc/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/success.png -------------------------------------------------------------------------------- /doc/ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/doc/ubuntu.png -------------------------------------------------------------------------------- /exit.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 11 | 退出HeloFrp 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/favicon.ico -------------------------------------------------------------------------------- /footer.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
Copyright © 2020-2023 Pengzekai. ALL Rights 7 | Reserved.
8 |

Powered by Simpost
9 |

10 |

何乐网络科技工作室,统一社会信用代码:92532504MACQCTU75Y

11 | 滇ICP备2023004063号-1 12 |
13 |
14 |
15 |
-------------------------------------------------------------------------------- /frp/api_u.php: -------------------------------------------------------------------------------- 1 | $connect_error) { 4 | die("Connection failed: " . $conn->$connect_error); 5 | } 6 | $key = $_GET["key"]; 7 | $page_Password = "aaa"; 8 | if($key != $page_Password){ 9 | die("key error"); 10 | } 11 | //所有人都可以使用的接口 12 | //获取全部的用户名,然后密码是base64解密的 13 | //register表 14 | 15 | 16 | // username索引 17 | // password 18 | 19 | //获取用户数据,输出格式 用户名=密码 20 | echo "
";
21 | echo "xniuwebxipweunbc=biuwxbweuicb\n";
22 | $sql = "SELECT * FROM register";
23 | $result = $conn->query($sql);
24 | if ($result->num_rows > 0) {
25 |     // 输出数据
26 |     while($row = $result->fetch_assoc()) {
27 |       //解密
28 |       $password = base64_decode($row["password"]);
29 |       echo $row["username"]."=".$password."\n";
30 |       
31 |     }
32 | } else {
33 |     echo "0 结果";
34 | }
35 | 
36 | 
37 | 


--------------------------------------------------------------------------------
/frp/api_vip.php:
--------------------------------------------------------------------------------
 1 | $connect_error) {
 4 |     die("Connection failed: " . $conn->$connect_error);
 5 | }
 6 | 
 7 | //定义一个get,只有get相同的数据才能使用
 8 | $key = $_GET["key"];
 9 | $page_Password = "bbb";
10 | if($key != $page_Password){
11 |     die("key error");
12 | }
13 | //这个只有购买的人才能使用
14 | //数据库paidusers表包括id username	permissions	starttime endtime
15 | 
16 | //从paidusers获取购买的人用户名后,去register表获取密码,然后密码是base64解密的
17 | //register表
18 | // 	username索引	
19 | // 	password
20 | 
21 | //获取用户数据,输出格式  用户名=密码
22 | //先判断是否有数据
23 | //然后判断是否到期
24 | 
25 | //获取time
26 | $nowtime = time();
27 | 
28 | //逻辑上输出全部未到期的用户
29 | //到期的判断是判断现在时间是否在开始时间和结束时间之间
30 | echo "
";
31 | echo "xniuwebxipweunbc=biuwxbweuicb\n";
32 | $sql = "SELECT * FROM paidusers";
33 | $result = $conn->query($sql);
34 | if ($result->num_rows > 0) {
35 |     // 输出数据
36 |     while($row = $result->fetch_assoc()) {
37 | 
38 |       //判断是否到期
39 |       //开始时间和结束时间需要转换为时间戳才能比较
40 |         $starttime = strtotime($row["starttime"]);
41 |         $endtime = strtotime($row["endtime"]);
42 |         if($nowtime > $starttime && $nowtime < $endtime){
43 |               //密码从register表获取
44 |               $sql = "SELECT * FROM register WHERE username='".$row["username"]."'";
45 |               $result2 = $conn->query($sql);
46 |               $row2 = $result2->fetch_assoc();
47 |                 //解密
48 |                 $password = base64_decode($row2["password"]);
49 |                 echo $row["username"]."=".$password."\n";
50 | 
51 |       }else{
52 |       }
53 |     }
54 | } else {
55 |     die("error");
56 | }


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_darwin_amd64.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_darwin_amd64.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_darwin_arm64.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_darwin_arm64.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_freebsd_386.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_freebsd_386.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_freebsd_amd64.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_freebsd_amd64.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_linux_386.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_linux_386.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_linux_amd64.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_linux_amd64.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_linux_arm.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_linux_arm.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_linux_arm64.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_linux_arm64.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_linux_mips.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_linux_mips.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_linux_mips64le.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_linux_mips64le.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_linux_mipsle.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_linux_mipsle.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_linux_riscv64.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_linux_riscv64.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_windows_386.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_windows_386.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_windows_amd64.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_windows_amd64.zip


--------------------------------------------------------------------------------
/frp/down/frp_0.51.0_windows_arm64.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/frp/down/frp_0.51.0_windows_arm64.zip


--------------------------------------------------------------------------------
/html/about.php:
--------------------------------------------------------------------------------
 1 | 
 2 | 
 3 | 
 4 | 
 5 |   
 6 |   <?php include "../lib/config.php"; echo $title;?> - Powered by Simpost
 7 |   
 8 |   
 9 |   
10 |   
11 |   
12 | 
13 | 
14 | 
15 |   
18 |   
19 |
20 |
21 | 22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |

感谢使用Furme,版权所有侵权必究


32 | furme的后端构架基于改进后的simpost,由simpost强力驱动本项目,但是由于服务器高昂的费用支出,我们需要您的捐赠! 33 |
34 |
35 |

使用到的项目

36 | 37 |
38 | sweetalert弹窗:https://sweetalert.bootcss.com/
39 | markdown编辑器:https://pandao.github.io/editor.md/
40 | Strapdown.js解释器:https://github.com/arturadib/strapdown/
41 | jquery前端:https://jquery.com/
42 | openzui前端:http://www.openzui.com/
43 | share.js:http://overtrue.me/share.js/
44 | layui前端:https://layui.dev/
45 | MathJax.js数学公式解释器
46 | phpmailer邮箱模块
47 |
48 |
49 | 52 |
53 |
54 | 55 |
56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /image/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/image/2.jpg -------------------------------------------------------------------------------- /image/Furme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/image/Furme.png -------------------------------------------------------------------------------- /image/NULL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/image/NULL.png -------------------------------------------------------------------------------- /image/bg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/image/bg1.png -------------------------------------------------------------------------------- /image/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/image/icons.png -------------------------------------------------------------------------------- /image/kong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/image/kong.png -------------------------------------------------------------------------------- /image/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/image/no.png -------------------------------------------------------------------------------- /image/sno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/image/sno.png -------------------------------------------------------------------------------- /img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/img/1.jpg -------------------------------------------------------------------------------- /img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/img/2.jpg -------------------------------------------------------------------------------- /img/beianico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/img/beianico.png -------------------------------------------------------------------------------- /img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/img/favicon.ico -------------------------------------------------------------------------------- /img/hlo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/img/hlo.png -------------------------------------------------------------------------------- /img/logo-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/img/logo-alt.png -------------------------------------------------------------------------------- /img/logo-alt.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/img/logo-alt.psd -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/img/logo.png -------------------------------------------------------------------------------- /img/new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/img/new.jpg -------------------------------------------------------------------------------- /layui/css/modules/code.css: -------------------------------------------------------------------------------- 1 | html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-view{display:block;position:relative;margin:10px 0;padding:0;border:1px solid #eee;border-left-width:6px;background-color:#fafafa;color:#333;font-family:Courier New;font-size:13px}.layui-code-title{position:relative;padding:0 10px;height:40px;line-height:40px;border-bottom:1px solid #eee;font-size:12px}.layui-code-title>.layui-code-about{position:absolute;right:10px;top:0;color:#b7b7b7}.layui-code-about>a{padding-left:10px}.layui-code-view>.layui-code-ol,.layui-code-view>.layui-code-ul{position:relative;overflow:auto}.layui-code-view>.layui-code-ol>li{position:relative;margin-left:45px;line-height:20px;padding:0 10px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view>.layui-code-ol>li:first-child,.layui-code-view>.layui-code-ul>li:first-child{padding-top:10px}.layui-code-view>.layui-code-ol>li:last-child,.layui-code-view>.layui-code-ul>li:last-child{padding-bottom:10px}.layui-code-view>.layui-code-ul>li{position:relative;line-height:20px;padding:0 10px;list-style-type:none;*list-style-type:none;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-dark{border:1px solid #0c0c0c;border-left-color:#3f3f3f;background-color:#0c0c0c;color:#c2be9e}.layui-code-dark>.layui-code-title{border-bottom:none}.layui-code-dark>.layui-code-ol>li,.layui-code-dark>.layui-code-ul>li{background-color:#3f3f3f;border-left:none}.layui-code-dark>.layui-code-ul>li{margin-left:6px}.layui-code-demo .layui-code{visibility:visible!important;margin:-15px;border-top:none;border-right:none;border-bottom:none}.layui-code-demo .layui-tab-content{padding:15px;border-top:none} -------------------------------------------------------------------------------- /layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/layui/css/modules/layer/default/loading-0.gif -------------------------------------------------------------------------------- /layui/css/modules/layer/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/layui/css/modules/layer/default/loading-1.gif -------------------------------------------------------------------------------- /layui/css/modules/layer/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/layui/font/iconfont.eot -------------------------------------------------------------------------------- /layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/layui/font/iconfont.woff -------------------------------------------------------------------------------- /layui/font/iconfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/layui/font/iconfont.woff2 -------------------------------------------------------------------------------- /lib/DB.php: -------------------------------------------------------------------------------- 1 | 'mysql:host=123456789;dbname=127.0.0.1;port=3306;charset=utf8', 11 | 'username' => '123456789', 12 | 'password' => '123456789', 13 | 'option' => [ 14 | PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION, // 默认是 :PDO::ERRMODE_SILENT, 15 | PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, 16 | ] 17 | ]; 18 | 19 | // 私有化构造函数 20 | private function __construct() 21 | { 22 | } 23 | 24 | /** 25 | * @description: 获取单例对象 $_instance 26 | * @param {*} 27 | * @return {*} 28 | * @author {pengzekai} 29 | */ 30 | static public function getInstance() 31 | { 32 | // 判断 $_instance 是否是DB类的实例,即判断 $_instance 是否不为空 33 | if (!self::$_instance instanceof self) { 34 | // 为空,则实例化 35 | self::$_instance = new self(); 36 | } 37 | return self::$_instance; 38 | } 39 | public function connect() 40 | { 41 | // 判断 $_pdo 是否存在 42 | if (!$this->_pdo) { 43 | try { 44 | // 不存在则实例化 45 | $this->_pdo = new PDO($this -> config['dsn'], $this->config['username'], $this -> config['password'], $this -> config['option']); 46 | } catch (PDOException $e_connect) { 47 | die('数据库连接失败:' . $e_connect -> getMessage()); 48 | } 49 | } 50 | return $this->_pdo; 51 | } 52 | } -------------------------------------------------------------------------------- /lib/PHPMailer/VERSION: -------------------------------------------------------------------------------- 1 | 6.8.0 -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-af.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'خطأ SMTP : لا يمكن تأكيد الهوية.'; 10 | $PHPMAILER_LANG['connect_host'] = 'خطأ SMTP: لا يمكن الاتصال بالخادم SMTP.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'خطأ SMTP: لم يتم قبول المعلومات .'; 12 | $PHPMAILER_LANG['empty_message'] = 'نص الرسالة فارغ'; 13 | $PHPMAILER_LANG['encoding'] = 'ترميز غير معروف: '; 14 | $PHPMAILER_LANG['execute'] = 'لا يمكن تنفيذ : '; 15 | $PHPMAILER_LANG['file_access'] = 'لا يمكن الوصول للملف: '; 16 | $PHPMAILER_LANG['file_open'] = 'خطأ في الملف: لا يمكن فتحه: '; 17 | $PHPMAILER_LANG['from_failed'] = 'خطأ على مستوى عنوان المرسل : '; 18 | $PHPMAILER_LANG['instantiate'] = 'لا يمكن توفير خدمة البريد.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'الإرسال غير ممكن لأن عنوان البريد الإلكتروني غير صالح: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' برنامج الإرسال غير مدعوم.'; 21 | $PHPMAILER_LANG['provide_address'] = 'يجب توفير عنوان البريد الإلكتروني لمستلم واحد على الأقل.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'خطأ SMTP: الأخطاء التالية فشل في الارسال لكل من : '; 23 | $PHPMAILER_LANG['signing'] = 'خطأ في التوقيع: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() غير ممكن.'; 25 | $PHPMAILER_LANG['smtp_error'] = 'خطأ على مستوى الخادم SMTP: '; 26 | $PHPMAILER_LANG['variable_set'] = 'لا يمكن تعيين أو إعادة تعيين متغير: '; 27 | $PHPMAILER_LANG['extension_missing'] = 'الإضافة غير موجودة: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-az.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP Greška: Neuspjela prijava.'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP Greška: Nije moguće spojiti se sa SMTP serverom.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Greška: Podatci nisu prihvaćeni.'; 12 | $PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.'; 13 | $PHPMAILER_LANG['encoding'] = 'Nepoznata kriptografija: '; 14 | $PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: '; 15 | $PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: '; 16 | $PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: '; 17 | $PHPMAILER_LANG['from_failed'] = 'SMTP Greška: Slanje sa navedenih e-mail adresa nije uspjelo: '; 18 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Greška: Slanje na navedene e-mail adrese nije uspjelo: '; 19 | $PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.'; 20 | $PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: '; 21 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.'; 22 | $PHPMAILER_LANG['provide_address'] = 'Definišite barem jednu adresu primaoca.'; 23 | $PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP server nije uspjelo.'; 25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP greška: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Nije moguće postaviti varijablu ili je vratiti nazad: '; 27 | $PHPMAILER_LANG['extension_missing'] = 'Nedostaje ekstenzija: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-be.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'Памылка SMTP: памылка ідэнтыфікацыі.'; 10 | $PHPMAILER_LANG['connect_host'] = 'Памылка SMTP: нельга ўстанавіць сувязь з SMTP-серверам.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'Памылка SMTP: звесткі непрынятыя.'; 12 | $PHPMAILER_LANG['empty_message'] = 'Пустое паведамленне.'; 13 | $PHPMAILER_LANG['encoding'] = 'Невядомая кадыроўка тэксту: '; 14 | $PHPMAILER_LANG['execute'] = 'Нельга выканаць каманду: '; 15 | $PHPMAILER_LANG['file_access'] = 'Няма доступу да файла: '; 16 | $PHPMAILER_LANG['file_open'] = 'Нельга адкрыць файл: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Няправільны адрас адпраўніка: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Нельга прымяніць функцыю mail().'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Нельга даслаць паведамленне, няправільны email атрымальніка: '; 20 | $PHPMAILER_LANG['provide_address'] = 'Запоўніце, калі ласка, правільны email атрымальніка.'; 21 | $PHPMAILER_LANG['mailer_not_supported'] = ' - паштовы сервер не падтрымліваецца.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'Памылка SMTP: няправільныя атрымальнікі: '; 23 | $PHPMAILER_LANG['signing'] = 'Памылка подпісу паведамлення: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Памылка сувязі з SMTP-серверам.'; 25 | $PHPMAILER_LANG['smtp_error'] = 'Памылка SMTP: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Нельга ўстанавіць або перамяніць значэнне пераменнай: '; 27 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-bg.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP грешка: Не може да се удостовери пред сървъра.'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP грешка: Не може да се свърже с SMTP хоста.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: данните не са приети.'; 12 | $PHPMAILER_LANG['empty_message'] = 'Съдържанието на съобщението е празно'; 13 | $PHPMAILER_LANG['encoding'] = 'Неизвестно кодиране: '; 14 | $PHPMAILER_LANG['execute'] = 'Не може да се изпълни: '; 15 | $PHPMAILER_LANG['file_access'] = 'Няма достъп до файл: '; 16 | $PHPMAILER_LANG['file_open'] = 'Файлова грешка: Не може да се отвори файл: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Следните адреси за подател са невалидни: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Не може да се инстанцира функцията mail.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Невалиден адрес: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' - пощенски сървър не се поддържа.'; 21 | $PHPMAILER_LANG['provide_address'] = 'Трябва да предоставите поне един email адрес за получател.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: Следните адреси за Получател са невалидни: '; 23 | $PHPMAILER_LANG['signing'] = 'Грешка при подписване: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP провален connect().'; 25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP сървърна грешка: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Не може да се установи или възстанови променлива: '; 27 | $PHPMAILER_LANG['extension_missing'] = 'Липсва разширение: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-ca.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'Error SMTP: No s’ha pogut autenticar.'; 10 | $PHPMAILER_LANG['connect_host'] = 'Error SMTP: No es pot connectar al servidor SMTP.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Dades no acceptades.'; 12 | $PHPMAILER_LANG['empty_message'] = 'El cos del missatge està buit.'; 13 | $PHPMAILER_LANG['encoding'] = 'Codificació desconeguda: '; 14 | $PHPMAILER_LANG['execute'] = 'No es pot executar: '; 15 | $PHPMAILER_LANG['file_access'] = 'No es pot accedir a l’arxiu: '; 16 | $PHPMAILER_LANG['file_open'] = 'Error d’Arxiu: No es pot obrir l’arxiu: '; 17 | $PHPMAILER_LANG['from_failed'] = 'La(s) següent(s) adreces de remitent han fallat: '; 18 | $PHPMAILER_LANG['instantiate'] = 'No s’ha pogut crear una instància de la funció Mail.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Adreça d’email invalida: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer no està suportat'; 21 | $PHPMAILER_LANG['provide_address'] = 'S’ha de proveir almenys una adreça d’email com a destinatari.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Els següents destinataris han fallat: '; 23 | $PHPMAILER_LANG['signing'] = 'Error al signar: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Ha fallat el SMTP Connect().'; 25 | $PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: '; 26 | $PHPMAILER_LANG['variable_set'] = 'No s’ha pogut establir o restablir la variable: '; 27 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-cs.php: -------------------------------------------------------------------------------- 1 | 8 | */ 9 | 10 | $PHPMAILER_LANG['authenticate'] = 'SMTP Viga: Autoriseerimise viga.'; 11 | $PHPMAILER_LANG['connect_host'] = 'SMTP Viga: Ei õnnestunud luua ühendust SMTP serveriga.'; 12 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Viga: Vigased andmed.'; 13 | $PHPMAILER_LANG['empty_message'] = 'Tühi kirja sisu'; 14 | $PHPMAILER_LANG["encoding"] = 'Tundmatu kodeering: '; 15 | $PHPMAILER_LANG['execute'] = 'Tegevus ebaõnnestus: '; 16 | $PHPMAILER_LANG['file_access'] = 'Pole piisavalt õiguseid järgneva faili avamiseks: '; 17 | $PHPMAILER_LANG['file_open'] = 'Faili Viga: Faili avamine ebaõnnestus: '; 18 | $PHPMAILER_LANG['from_failed'] = 'Järgnev saatja e-posti aadress on vigane: '; 19 | $PHPMAILER_LANG['instantiate'] = 'mail funktiooni käivitamine ebaõnnestus.'; 20 | $PHPMAILER_LANG['invalid_address'] = 'Saatmine peatatud, e-posti address vigane: '; 21 | $PHPMAILER_LANG['provide_address'] = 'Te peate määrama vähemalt ühe saaja e-posti aadressi.'; 22 | $PHPMAILER_LANG['mailer_not_supported'] = ' maileri tugi puudub.'; 23 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Viga: Järgnevate saajate e-posti aadressid on vigased: '; 24 | $PHPMAILER_LANG["signing"] = 'Viga allkirjastamisel: '; 25 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() ebaõnnestus.'; 26 | $PHPMAILER_LANG['smtp_error'] = 'SMTP serveri viga: '; 27 | $PHPMAILER_LANG['variable_set'] = 'Ei õnnestunud määrata või lähtestada muutujat: '; 28 | $PHPMAILER_LANG['extension_missing'] = 'Nõutud laiendus on puudu: '; 29 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-fa.php: -------------------------------------------------------------------------------- 1 | 7 | * @author Mohammad Hossein Mojtahedi 8 | */ 9 | 10 | $PHPMAILER_LANG['authenticate'] = 'خطای SMTP: احراز هویت با شکست مواجه شد.'; 11 | $PHPMAILER_LANG['connect_host'] = 'خطای SMTP: اتصال به سرور SMTP برقرار نشد.'; 12 | $PHPMAILER_LANG['data_not_accepted'] = 'خطای SMTP: داده‌ها نا‌درست هستند.'; 13 | $PHPMAILER_LANG['empty_message'] = 'بخش متن پیام خالی است.'; 14 | $PHPMAILER_LANG['encoding'] = 'کد‌گذاری نا‌شناخته: '; 15 | $PHPMAILER_LANG['execute'] = 'امکان اجرا وجود ندارد: '; 16 | $PHPMAILER_LANG['file_access'] = 'امکان دسترسی به فایل وجود ندارد: '; 17 | $PHPMAILER_LANG['file_open'] = 'خطای File: امکان بازکردن فایل وجود ندارد: '; 18 | $PHPMAILER_LANG['from_failed'] = 'آدرس فرستنده اشتباه است: '; 19 | $PHPMAILER_LANG['instantiate'] = 'امکان معرفی تابع ایمیل وجود ندارد.'; 20 | $PHPMAILER_LANG['invalid_address'] = 'آدرس ایمیل معتبر نیست: '; 21 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer پشتیبانی نمی‌شود.'; 22 | $PHPMAILER_LANG['provide_address'] = 'باید حداقل یک آدرس گیرنده وارد کنید.'; 23 | $PHPMAILER_LANG['recipients_failed'] = 'خطای SMTP: ارسال به آدرس گیرنده با خطا مواجه شد: '; 24 | $PHPMAILER_LANG['signing'] = 'خطا در امضا: '; 25 | $PHPMAILER_LANG['smtp_connect_failed'] = 'خطا در اتصال به SMTP.'; 26 | $PHPMAILER_LANG['smtp_error'] = 'خطا در SMTP Server: '; 27 | $PHPMAILER_LANG['variable_set'] = 'امکان ارسال یا ارسال مجدد متغیر‌ها وجود ندارد: '; 28 | $PHPMAILER_LANG['extension_missing'] = 'افزونه موجود نیست: '; 29 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-fi.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP feilur: Kundi ikki góðkenna.'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP feilur: Data ikki góðkent.'; 12 | //$PHPMAILER_LANG['empty_message'] = 'Message body empty'; 13 | $PHPMAILER_LANG['encoding'] = 'Ókend encoding: '; 14 | $PHPMAILER_LANG['execute'] = 'Kundi ikki útføra: '; 15 | $PHPMAILER_LANG['file_access'] = 'Kundi ikki tilganga fílu: '; 16 | $PHPMAILER_LANG['file_open'] = 'Fílu feilur: Kundi ikki opna fílu: '; 17 | $PHPMAILER_LANG['from_failed'] = 'fylgjandi Frá/From adressa miseydnaðist: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Kuni ikki instantiera mail funktión.'; 19 | //$PHPMAILER_LANG['invalid_address'] = 'Invalid address: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' er ikki supporterað.'; 21 | $PHPMAILER_LANG['provide_address'] = 'Tú skal uppgeva minst móttakara-emailadressu(r).'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Feilur: Fylgjandi móttakarar miseydnaðust: '; 23 | //$PHPMAILER_LANG['signing'] = 'Signing Error: '; 24 | //$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; 25 | //$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; 26 | //$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: '; 27 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-gl.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'Erro SMTP: Non puido ser autentificado.'; 10 | $PHPMAILER_LANG['connect_host'] = 'Erro SMTP: Non puido conectar co servidor SMTP.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'Erro SMTP: Datos non aceptados.'; 12 | $PHPMAILER_LANG['empty_message'] = 'Corpo da mensaxe vacía'; 13 | $PHPMAILER_LANG['encoding'] = 'Codificación descoñecida: '; 14 | $PHPMAILER_LANG['execute'] = 'Non puido ser executado: '; 15 | $PHPMAILER_LANG['file_access'] = 'Nob puido acceder ó arquivo: '; 16 | $PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: No puido abrir o arquivo: '; 17 | $PHPMAILER_LANG['from_failed'] = 'A(s) seguinte(s) dirección(s) de remitente(s) deron erro: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Non puido crear unha instancia da función Mail.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Non puido envia-lo correo: dirección de email inválida: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer non está soportado.'; 21 | $PHPMAILER_LANG['provide_address'] = 'Debe engadir polo menos unha dirección de email coma destino.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'Erro SMTP: Os seguintes destinos fallaron: '; 23 | $PHPMAILER_LANG['signing'] = 'Erro ó firmar: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallou.'; 25 | $PHPMAILER_LANG['smtp_error'] = 'Erro do servidor SMTP: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Non puidemos axustar ou reaxustar a variábel: '; 27 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-he.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'שגיאת SMTP: פעולת האימות נכשלה.'; 10 | $PHPMAILER_LANG['connect_host'] = 'שגיאת SMTP: לא הצלחתי להתחבר לשרת SMTP.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'שגיאת SMTP: מידע לא התקבל.'; 12 | $PHPMAILER_LANG['empty_message'] = 'גוף ההודעה ריק'; 13 | $PHPMAILER_LANG['invalid_address'] = 'כתובת שגויה: '; 14 | $PHPMAILER_LANG['encoding'] = 'קידוד לא מוכר: '; 15 | $PHPMAILER_LANG['execute'] = 'לא הצלחתי להפעיל את: '; 16 | $PHPMAILER_LANG['file_access'] = 'לא ניתן לגשת לקובץ: '; 17 | $PHPMAILER_LANG['file_open'] = 'שגיאת קובץ: לא ניתן לגשת לקובץ: '; 18 | $PHPMAILER_LANG['from_failed'] = 'כתובות הנמענים הבאות נכשלו: '; 19 | $PHPMAILER_LANG['instantiate'] = 'לא הצלחתי להפעיל את פונקציית המייל.'; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' אינה נתמכת.'; 21 | $PHPMAILER_LANG['provide_address'] = 'חובה לספק לפחות כתובת אחת של מקבל המייל.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'שגיאת SMTP: הנמענים הבאים נכשלו: '; 23 | $PHPMAILER_LANG['signing'] = 'שגיאת חתימה: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; 25 | $PHPMAILER_LANG['smtp_error'] = 'שגיאת שרת SMTP: '; 26 | $PHPMAILER_LANG['variable_set'] = 'לא ניתן לקבוע או לשנות את המשתנה: '; 27 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-hr.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP Greška: Neuspjela autentikacija.'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP Greška: Ne mogu se spojiti na SMTP poslužitelj.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Greška: Podatci nisu prihvaćeni.'; 12 | $PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.'; 13 | $PHPMAILER_LANG['encoding'] = 'Nepoznati encoding: '; 14 | $PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: '; 15 | $PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: '; 16 | $PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: '; 17 | $PHPMAILER_LANG['from_failed'] = 'SMTP Greška: Slanje s navedenih e-mail adresa nije uspjelo: '; 18 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Greška: Slanje na navedenih e-mail adresa nije uspjelo: '; 19 | $PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.'; 20 | $PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: '; 21 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.'; 22 | $PHPMAILER_LANG['provide_address'] = 'Definirajte barem jednu adresu primatelja.'; 23 | $PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP poslužitelj nije uspjelo.'; 25 | $PHPMAILER_LANG['smtp_error'] = 'Greška SMTP poslužitelja: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Ne mogu postaviti varijablu niti ju vratiti nazad: '; 27 | $PHPMAILER_LANG['extension_missing'] = 'Nedostaje proširenje: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-hu.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP -ի սխալ: չհաջողվեց ստուգել իսկությունը.'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP -ի սխալ: չհաջողվեց կապ հաստատել SMTP սերվերի հետ.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP -ի սխալ: տվյալները ընդունված չեն.'; 12 | $PHPMAILER_LANG['empty_message'] = 'Հաղորդագրությունը դատարկ է'; 13 | $PHPMAILER_LANG['encoding'] = 'Կոդավորման անհայտ տեսակ: '; 14 | $PHPMAILER_LANG['execute'] = 'Չհաջողվեց իրականացնել հրամանը: '; 15 | $PHPMAILER_LANG['file_access'] = 'Ֆայլը հասանելի չէ: '; 16 | $PHPMAILER_LANG['file_open'] = 'Ֆայլի սխալ: ֆայլը չհաջողվեց բացել: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Ուղարկողի հետևյալ հասցեն սխալ է: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Հնարավոր չէ կանչել mail ֆունկցիան.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Հասցեն սխալ է: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' փոստային սերվերի հետ չի աշխատում.'; 21 | $PHPMAILER_LANG['provide_address'] = 'Անհրաժեշտ է տրամադրել գոնե մեկ ստացողի e-mail հասցե.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP -ի սխալ: չի հաջողվել ուղարկել հետևյալ ստացողների հասցեներին: '; 23 | $PHPMAILER_LANG['signing'] = 'Ստորագրման սխալ: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP -ի connect() ֆունկցիան չի հաջողվել'; 25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP սերվերի սխալ: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Չի հաջողվում ստեղծել կամ վերափոխել փոփոխականը: '; 27 | $PHPMAILER_LANG['extension_missing'] = 'Հավելվածը բացակայում է: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-it.php: -------------------------------------------------------------------------------- 1 | 7 | * @author Stefano Sabatini 8 | */ 9 | 10 | $PHPMAILER_LANG['authenticate'] = 'SMTP Error: Impossibile autenticarsi.'; 11 | $PHPMAILER_LANG['connect_host'] = 'SMTP Error: Impossibile connettersi all\'host SMTP.'; 12 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dati non accettati dal server.'; 13 | $PHPMAILER_LANG['empty_message'] = 'Il corpo del messaggio è vuoto'; 14 | $PHPMAILER_LANG['encoding'] = 'Codifica dei caratteri sconosciuta: '; 15 | $PHPMAILER_LANG['execute'] = 'Impossibile eseguire l\'operazione: '; 16 | $PHPMAILER_LANG['file_access'] = 'Impossibile accedere al file: '; 17 | $PHPMAILER_LANG['file_open'] = 'File Error: Impossibile aprire il file: '; 18 | $PHPMAILER_LANG['from_failed'] = 'I seguenti indirizzi mittenti hanno generato errore: '; 19 | $PHPMAILER_LANG['instantiate'] = 'Impossibile istanziare la funzione mail'; 20 | $PHPMAILER_LANG['invalid_address'] = 'Impossibile inviare, l\'indirizzo email non è valido: '; 21 | $PHPMAILER_LANG['provide_address'] = 'Deve essere fornito almeno un indirizzo ricevente'; 22 | $PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato'; 23 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: I seguenti indirizzi destinatari hanno generato un errore: '; 24 | $PHPMAILER_LANG['signing'] = 'Errore nella firma: '; 25 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallita.'; 26 | $PHPMAILER_LANG['smtp_error'] = 'Errore del server SMTP: '; 27 | $PHPMAILER_LANG['variable_set'] = 'Impossibile impostare o resettare la variabile: '; 28 | $PHPMAILER_LANG['extension_missing'] = 'Estensione mancante: '; 29 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-ja.php: -------------------------------------------------------------------------------- 1 | 7 | * @author Yoshi Sakai 8 | * @author Arisophy 9 | */ 10 | 11 | $PHPMAILER_LANG['authenticate'] = 'SMTPエラー: 認証できませんでした。'; 12 | $PHPMAILER_LANG['connect_host'] = 'SMTPエラー: SMTPホストに接続できませんでした。'; 13 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTPエラー: データが受け付けられませんでした。'; 14 | $PHPMAILER_LANG['empty_message'] = 'メール本文が空です。'; 15 | $PHPMAILER_LANG['encoding'] = '不明なエンコーディング: '; 16 | $PHPMAILER_LANG['execute'] = '実行できませんでした: '; 17 | $PHPMAILER_LANG['file_access'] = 'ファイルにアクセスできません: '; 18 | $PHPMAILER_LANG['file_open'] = 'ファイルエラー: ファイルを開けません: '; 19 | $PHPMAILER_LANG['from_failed'] = 'Fromアドレスを登録する際にエラーが発生しました: '; 20 | $PHPMAILER_LANG['instantiate'] = 'メール関数が正常に動作しませんでした。'; 21 | $PHPMAILER_LANG['invalid_address'] = '不正なメールアドレス: '; 22 | $PHPMAILER_LANG['provide_address'] = '少なくとも1つメールアドレスを 指定する必要があります。'; 23 | $PHPMAILER_LANG['mailer_not_supported'] = ' メーラーがサポートされていません。'; 24 | $PHPMAILER_LANG['recipients_failed'] = 'SMTPエラー: 次の受信者アドレスに 間違いがあります: '; 25 | $PHPMAILER_LANG['signing'] = '署名エラー: '; 26 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP接続に失敗しました。'; 27 | $PHPMAILER_LANG['smtp_error'] = 'SMTPサーバーエラー: '; 28 | $PHPMAILER_LANG['variable_set'] = '変数が存在しません: '; 29 | $PHPMAILER_LANG['extension_missing'] = '拡張機能が見つかりません: '; 30 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-ka.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP შეცდომა: ავტორიზაცია შეუძლებელია.'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP შეცდომა: SMTP სერვერთან დაკავშირება შეუძლებელია.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP შეცდომა: მონაცემები არ იქნა მიღებული.'; 12 | $PHPMAILER_LANG['encoding'] = 'კოდირების უცნობი ტიპი: '; 13 | $PHPMAILER_LANG['execute'] = 'შეუძლებელია შემდეგი ბრძანების შესრულება: '; 14 | $PHPMAILER_LANG['file_access'] = 'შეუძლებელია წვდომა ფაილთან: '; 15 | $PHPMAILER_LANG['file_open'] = 'ფაილური სისტემის შეცდომა: არ იხსნება ფაილი: '; 16 | $PHPMAILER_LANG['from_failed'] = 'გამგზავნის არასწორი მისამართი: '; 17 | $PHPMAILER_LANG['instantiate'] = 'mail ფუნქციის გაშვება ვერ ხერხდება.'; 18 | $PHPMAILER_LANG['provide_address'] = 'გთხოვთ მიუთითოთ ერთი ადრესატის e-mail მისამართი მაინც.'; 19 | $PHPMAILER_LANG['mailer_not_supported'] = ' - საფოსტო სერვერის მხარდაჭერა არ არის.'; 20 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP შეცდომა: შემდეგ მისამართებზე გაგზავნა ვერ მოხერხდა: '; 21 | $PHPMAILER_LANG['empty_message'] = 'შეტყობინება ცარიელია'; 22 | $PHPMAILER_LANG['invalid_address'] = 'არ გაიგზავნა, e-mail მისამართის არასწორი ფორმატი: '; 23 | $PHPMAILER_LANG['signing'] = 'ხელმოწერის შეცდომა: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'შეცდომა SMTP სერვერთან დაკავშირებისას'; 25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP სერვერის შეცდომა: '; 26 | $PHPMAILER_LANG['variable_set'] = 'შეუძლებელია შემდეგი ცვლადის შექმნა ან შეცვლა: '; 27 | $PHPMAILER_LANG['extension_missing'] = 'ბიბლიოთეკა არ არსებობს: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-ko.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP 오류: 인증할 수 없습니다.'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP 오류: SMTP 호스트에 접속할 수 없습니다.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP 오류: 데이터가 받아들여지지 않았습니다.'; 12 | $PHPMAILER_LANG['empty_message'] = '메세지 내용이 없습니다'; 13 | $PHPMAILER_LANG['encoding'] = '알 수 없는 인코딩: '; 14 | $PHPMAILER_LANG['execute'] = '실행 불가: '; 15 | $PHPMAILER_LANG['file_access'] = '파일 접근 불가: '; 16 | $PHPMAILER_LANG['file_open'] = '파일 오류: 파일을 열 수 없습니다: '; 17 | $PHPMAILER_LANG['from_failed'] = '다음 From 주소에서 오류가 발생했습니다: '; 18 | $PHPMAILER_LANG['instantiate'] = 'mail 함수를 인스턴스화할 수 없습니다'; 19 | $PHPMAILER_LANG['invalid_address'] = '잘못된 주소: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' 메일러는 지원되지 않습니다.'; 21 | $PHPMAILER_LANG['provide_address'] = '적어도 한 개 이상의 수신자 메일 주소를 제공해야 합니다.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP 오류: 다음 수신자에서 오류가 발생했습니다: '; 23 | $PHPMAILER_LANG['signing'] = '서명 오류: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP 연결을 실패하였습니다.'; 25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP 서버 오류: '; 26 | $PHPMAILER_LANG['variable_set'] = '변수 설정 및 초기화 불가: '; 27 | $PHPMAILER_LANG['extension_missing'] = '확장자 없음: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-lt.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP klaida: autentifikacija nepavyko.'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP klaida: nepavyksta prisijungti prie SMTP stoties.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP klaida: duomenys nepriimti.'; 12 | $PHPMAILER_LANG['empty_message'] = 'Laiško turinys tuščias'; 13 | $PHPMAILER_LANG['encoding'] = 'Neatpažinta koduotė: '; 14 | $PHPMAILER_LANG['execute'] = 'Nepavyko įvykdyti komandos: '; 15 | $PHPMAILER_LANG['file_access'] = 'Byla nepasiekiama: '; 16 | $PHPMAILER_LANG['file_open'] = 'Bylos klaida: Nepavyksta atidaryti: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Neteisingas siuntėjo adresas: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Nepavyko paleisti mail funkcijos.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Neteisingas adresas: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' pašto stotis nepalaikoma.'; 21 | $PHPMAILER_LANG['provide_address'] = 'Nurodykite bent vieną gavėjo adresą.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP klaida: nepavyko išsiųsti šiems gavėjams: '; 23 | $PHPMAILER_LANG['signing'] = 'Prisijungimo klaida: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP susijungimo klaida'; 25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP stoties klaida: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Nepavyko priskirti reikšmės kintamajam: '; 27 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-lv.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP kļūda: Autorizācija neizdevās.'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP Kļūda: Nevar izveidot savienojumu ar SMTP serveri.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Kļūda: Nepieņem informāciju.'; 12 | $PHPMAILER_LANG['empty_message'] = 'Ziņojuma teksts ir tukšs'; 13 | $PHPMAILER_LANG['encoding'] = 'Neatpazīts kodējums: '; 14 | $PHPMAILER_LANG['execute'] = 'Neizdevās izpildīt komandu: '; 15 | $PHPMAILER_LANG['file_access'] = 'Fails nav pieejams: '; 16 | $PHPMAILER_LANG['file_open'] = 'Faila kļūda: Nevar atvērt failu: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Nepareiza sūtītāja adrese: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Nevar palaist sūtīšanas funkciju.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Nepareiza adrese: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' sūtītājs netiek atbalstīts.'; 21 | $PHPMAILER_LANG['provide_address'] = 'Lūdzu, norādiet vismaz vienu adresātu.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP kļūda: neizdevās nosūtīt šādiem saņēmējiem: '; 23 | $PHPMAILER_LANG['signing'] = 'Autorizācijas kļūda: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP savienojuma kļūda'; 25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP servera kļūda: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Nevar piešķirt mainīgā vērtību: '; 27 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-mg.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'Hadisoana SMTP: Tsy nahomby ny fanamarinana.'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP Error: Tsy afaka mampifandray amin\'ny mpampiantrano SMTP.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP diso: tsy voarakitra ny angona.'; 12 | $PHPMAILER_LANG['empty_message'] = 'Tsy misy ny votoaty mailaka.'; 13 | $PHPMAILER_LANG['encoding'] = 'Tsy fantatra encoding: '; 14 | $PHPMAILER_LANG['execute'] = 'Tsy afaka manatanteraka ity baiko manaraka ity: '; 15 | $PHPMAILER_LANG['file_access'] = 'Tsy nahomby ny fidirana amin\'ity rakitra ity: '; 16 | $PHPMAILER_LANG['file_open'] = 'Hadisoana diso: Tsy afaka nanokatra ity file manaraka ity: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Ny adiresy iraka manaraka dia diso: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Tsy afaka nanomboka ny hetsika mail.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Tsy mety ny adiresy: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer tsy manohana.'; 21 | $PHPMAILER_LANG['provide_address'] = 'Alefaso azafady iray adiresy iray farafahakeliny.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Tsy mety ireo mpanaraka ireto: '; 23 | $PHPMAILER_LANG['signing'] = 'Error nandritra ny sonia:'; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Tsy nahomby ny fifandraisana tamin\'ny server SMTP.'; 25 | $PHPMAILER_LANG['smtp_error'] = 'Fahadisoana tamin\'ny server SMTP: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Tsy azo atao ny mametraka na mamerina ny variable: '; 27 | $PHPMAILER_LANG['extension_missing'] = 'Tsy hita ny ampahany: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-mn.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'Ralat SMTP: Tidak dapat pengesahan.'; 10 | $PHPMAILER_LANG['connect_host'] = 'Ralat SMTP: Tidak dapat menghubungi hos pelayan SMTP.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'Ralat SMTP: Data tidak diterima oleh pelayan.'; 12 | $PHPMAILER_LANG['empty_message'] = 'Tiada isi untuk mesej'; 13 | $PHPMAILER_LANG['encoding'] = 'Pengekodan tidak diketahui: '; 14 | $PHPMAILER_LANG['execute'] = 'Tidak dapat melaksanakan: '; 15 | $PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses fail: '; 16 | $PHPMAILER_LANG['file_open'] = 'Ralat Fail: Tidak dapat membuka fail: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Berikut merupakan ralat dari alamat e-mel: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Tidak dapat memberi contoh fungsi e-mel.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Alamat emel tidak sah: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' jenis penghantar emel tidak disokong.'; 21 | $PHPMAILER_LANG['provide_address'] = 'Anda perlu menyediakan sekurang-kurangnya satu alamat e-mel penerima.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'Ralat SMTP: Penerima e-mel berikut telah gagal: '; 23 | $PHPMAILER_LANG['signing'] = 'Ralat pada tanda tangan: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() telah gagal.'; 25 | $PHPMAILER_LANG['smtp_error'] = 'Ralat pada pelayan SMTP: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Tidak boleh menetapkan atau menetapkan semula pembolehubah: '; 27 | $PHPMAILER_LANG['extension_missing'] = 'Sambungan hilang: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-pl.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'Erro do SMTP: Não foi possível realizar a autenticação.'; 10 | $PHPMAILER_LANG['connect_host'] = 'Erro do SMTP: Não foi possível realizar ligação com o servidor SMTP.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'Erro do SMTP: Os dados foram rejeitados.'; 12 | $PHPMAILER_LANG['empty_message'] = 'A mensagem no e-mail está vazia.'; 13 | $PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: '; 14 | $PHPMAILER_LANG['execute'] = 'Não foi possível executar: '; 15 | $PHPMAILER_LANG['file_access'] = 'Não foi possível aceder o ficheiro: '; 16 | $PHPMAILER_LANG['file_open'] = 'Abertura do ficheiro: Não foi possível abrir o ficheiro: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Ocorreram falhas nos endereços dos seguintes remententes: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Não foi possível iniciar uma instância da função mail.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Não foi enviado nenhum e-mail para o endereço de e-mail inválido: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.'; 21 | $PHPMAILER_LANG['provide_address'] = 'Tem de fornecer pelo menos um endereço como destinatário do e-mail.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'Erro do SMTP: O endereço do seguinte destinatário falhou: '; 23 | $PHPMAILER_LANG['signing'] = 'Erro ao assinar: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.'; 25 | $PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: '; 27 | $PHPMAILER_LANG['extension_missing'] = 'Extensão em falta: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-ru.php: -------------------------------------------------------------------------------- 1 | 7 | * @author Foster Snowhill 8 | */ 9 | 10 | $PHPMAILER_LANG['authenticate'] = 'Ошибка SMTP: ошибка авторизации.'; 11 | $PHPMAILER_LANG['connect_host'] = 'Ошибка SMTP: не удается подключиться к SMTP-серверу.'; 12 | $PHPMAILER_LANG['data_not_accepted'] = 'Ошибка SMTP: данные не приняты.'; 13 | $PHPMAILER_LANG['encoding'] = 'Неизвестная кодировка: '; 14 | $PHPMAILER_LANG['execute'] = 'Невозможно выполнить команду: '; 15 | $PHPMAILER_LANG['file_access'] = 'Нет доступа к файлу: '; 16 | $PHPMAILER_LANG['file_open'] = 'Файловая ошибка: не удаётся открыть файл: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Неверный адрес отправителя: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Невозможно запустить функцию mail().'; 19 | $PHPMAILER_LANG['provide_address'] = 'Пожалуйста, введите хотя бы один email-адрес получателя.'; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' — почтовый сервер не поддерживается.'; 21 | $PHPMAILER_LANG['recipients_failed'] = 'Ошибка SMTP: не удалась отправка таким адресатам: '; 22 | $PHPMAILER_LANG['empty_message'] = 'Пустое сообщение'; 23 | $PHPMAILER_LANG['invalid_address'] = 'Не отправлено из-за неправильного формата email-адреса: '; 24 | $PHPMAILER_LANG['signing'] = 'Ошибка подписи: '; 25 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Ошибка соединения с SMTP-сервером'; 26 | $PHPMAILER_LANG['smtp_error'] = 'Ошибка SMTP-сервера: '; 27 | $PHPMAILER_LANG['variable_set'] = 'Невозможно установить или сбросить переменную: '; 28 | $PHPMAILER_LANG['extension_missing'] = 'Расширение отсутствует: '; 29 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-sr.php: -------------------------------------------------------------------------------- 1 | 7 | * @author Miloš Milanović 8 | */ 9 | 10 | $PHPMAILER_LANG['authenticate'] = 'SMTP грешка: аутентификација није успела.'; 11 | $PHPMAILER_LANG['connect_host'] = 'SMTP грешка: повезивање са SMTP сервером није успело.'; 12 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: подаци нису прихваћени.'; 13 | $PHPMAILER_LANG['empty_message'] = 'Садржај поруке је празан.'; 14 | $PHPMAILER_LANG['encoding'] = 'Непознато кодирање: '; 15 | $PHPMAILER_LANG['execute'] = 'Није могуће извршити наредбу: '; 16 | $PHPMAILER_LANG['file_access'] = 'Није могуће приступити датотеци: '; 17 | $PHPMAILER_LANG['file_open'] = 'Није могуће отворити датотеку: '; 18 | $PHPMAILER_LANG['from_failed'] = 'SMTP грешка: слање са следећих адреса није успело: '; 19 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: слање на следеће адресе није успело: '; 20 | $PHPMAILER_LANG['instantiate'] = 'Није могуће покренути mail функцију.'; 21 | $PHPMAILER_LANG['invalid_address'] = 'Порука није послата. Неисправна адреса: '; 22 | $PHPMAILER_LANG['mailer_not_supported'] = ' мејлер није подржан.'; 23 | $PHPMAILER_LANG['provide_address'] = 'Дефинишите бар једну адресу примаоца.'; 24 | $PHPMAILER_LANG['signing'] = 'Грешка приликом пријаве: '; 25 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Повезивање са SMTP сервером није успело.'; 26 | $PHPMAILER_LANG['smtp_error'] = 'Грешка SMTP сервера: '; 27 | $PHPMAILER_LANG['variable_set'] = 'Није могуће задати нити ресетовати променљиву: '; 28 | $PHPMAILER_LANG['extension_missing'] = 'Недостаје проширење: '; 29 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-sr_latn.php: -------------------------------------------------------------------------------- 1 | 7 | * @author Miloš Milanović 8 | */ 9 | 10 | $PHPMAILER_LANG['authenticate'] = 'SMTP greška: autentifikacija nije uspela.'; 11 | $PHPMAILER_LANG['connect_host'] = 'SMTP greška: povezivanje sa SMTP serverom nije uspelo.'; 12 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP greška: podaci nisu prihvaćeni.'; 13 | $PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.'; 14 | $PHPMAILER_LANG['encoding'] = 'Nepoznato kodiranje: '; 15 | $PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: '; 16 | $PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: '; 17 | $PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: '; 18 | $PHPMAILER_LANG['from_failed'] = 'SMTP greška: slanje sa sledećih adresa nije uspelo: '; 19 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP greška: slanje na sledeće adrese nije uspelo: '; 20 | $PHPMAILER_LANG['instantiate'] = 'Nije moguće pokrenuti mail funkciju.'; 21 | $PHPMAILER_LANG['invalid_address'] = 'Poruka nije poslata. Neispravna adresa: '; 22 | $PHPMAILER_LANG['mailer_not_supported'] = ' majler nije podržan.'; 23 | $PHPMAILER_LANG['provide_address'] = 'Definišite bar jednu adresu primaoca.'; 24 | $PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: '; 25 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Povezivanje sa SMTP serverom nije uspelo.'; 26 | $PHPMAILER_LANG['smtp_error'] = 'Greška SMTP servera: '; 27 | $PHPMAILER_LANG['variable_set'] = 'Nije moguće zadati niti resetovati promenljivu: '; 28 | $PHPMAILER_LANG['extension_missing'] = 'Nedostaje proširenje: '; 29 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-sv.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP fel: Kunde inte autentisera.'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP fel: Kunde inte ansluta till SMTP-server.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP fel: Data accepterades inte.'; 12 | //$PHPMAILER_LANG['empty_message'] = 'Message body empty'; 13 | $PHPMAILER_LANG['encoding'] = 'Okänt encode-format: '; 14 | $PHPMAILER_LANG['execute'] = 'Kunde inte köra: '; 15 | $PHPMAILER_LANG['file_access'] = 'Ingen åtkomst till fil: '; 16 | $PHPMAILER_LANG['file_open'] = 'Fil fel: Kunde inte öppna fil: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Följande avsändaradress är felaktig: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Kunde inte initiera e-postfunktion.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Felaktig adress: '; 20 | $PHPMAILER_LANG['provide_address'] = 'Du måste ange minst en mottagares e-postadress.'; 21 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer stöds inte.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP fel: Följande mottagare är felaktig: '; 23 | $PHPMAILER_LANG['signing'] = 'Signeringsfel: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() misslyckades.'; 25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP serverfel: '; 26 | $PHPMAILER_LANG['variable_set'] = 'Kunde inte definiera eller återställa variabel: '; 27 | $PHPMAILER_LANG['extension_missing'] = 'Tillägg ej tillgängligt: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-tl.php: -------------------------------------------------------------------------------- 1 | 8 | */ 9 | 10 | $PHPMAILER_LANG['authenticate'] = 'SMTP Error: Hindi mapatotohanan.'; 11 | $PHPMAILER_LANG['connect_host'] = 'SMTP Error: Hindi makakonekta sa SMTP host.'; 12 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Ang datos ay hindi naitanggap.'; 13 | $PHPMAILER_LANG['empty_message'] = 'Walang laman ang mensahe'; 14 | $PHPMAILER_LANG['encoding'] = 'Hindi alam ang encoding: '; 15 | $PHPMAILER_LANG['execute'] = 'Hindi maisasagawa: '; 16 | $PHPMAILER_LANG['file_access'] = 'Hindi ma-access ang file: '; 17 | $PHPMAILER_LANG['file_open'] = 'File Error: Hindi mabuksan ang file: '; 18 | $PHPMAILER_LANG['from_failed'] = 'Ang sumusunod na address ay nabigo: '; 19 | $PHPMAILER_LANG['instantiate'] = 'Hindi maisimulan ang instance ng mail function.'; 20 | $PHPMAILER_LANG['invalid_address'] = 'Hindi wasto ang address na naibigay: '; 21 | $PHPMAILER_LANG['mailer_not_supported'] = 'Ang mailer ay hindi suportado.'; 22 | $PHPMAILER_LANG['provide_address'] = 'Kailangan mong magbigay ng kahit isang email address na tatanggap.'; 23 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Ang mga sumusunod na tatanggap ay nabigo: '; 24 | $PHPMAILER_LANG['signing'] = 'Hindi ma-sign: '; 25 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Ang SMTP connect() ay nabigo.'; 26 | $PHPMAILER_LANG['smtp_error'] = 'Ang server ng SMTP ay nabigo: '; 27 | $PHPMAILER_LANG['variable_set'] = 'Hindi matatakda o ma-reset ang mga variables: '; 28 | $PHPMAILER_LANG['extension_missing'] = 'Nawawala ang extension: '; 29 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-tr.php: -------------------------------------------------------------------------------- 1 | 7 | * @fixed by Boris Yurchenko 8 | */ 9 | 10 | $PHPMAILER_LANG['authenticate'] = 'Помилка SMTP: помилка авторизації.'; 11 | $PHPMAILER_LANG['connect_host'] = 'Помилка SMTP: не вдається під\'єднатися до SMTP-серверу.'; 12 | $PHPMAILER_LANG['data_not_accepted'] = 'Помилка SMTP: дані не прийнято.'; 13 | $PHPMAILER_LANG['encoding'] = 'Невідоме кодування: '; 14 | $PHPMAILER_LANG['execute'] = 'Неможливо виконати команду: '; 15 | $PHPMAILER_LANG['file_access'] = 'Немає доступу до файлу: '; 16 | $PHPMAILER_LANG['file_open'] = 'Помилка файлової системи: не вдається відкрити файл: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Невірна адреса відправника: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Неможливо запустити функцію mail().'; 19 | $PHPMAILER_LANG['provide_address'] = 'Будь ласка, введіть хоча б одну email-адресу отримувача.'; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' - поштовий сервер не підтримується.'; 21 | $PHPMAILER_LANG['recipients_failed'] = 'Помилка SMTP: не вдалося відправлення для таких отримувачів: '; 22 | $PHPMAILER_LANG['empty_message'] = 'Пусте повідомлення'; 23 | $PHPMAILER_LANG['invalid_address'] = 'Не відправлено через неправильний формат email-адреси: '; 24 | $PHPMAILER_LANG['signing'] = 'Помилка підпису: '; 25 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Помилка з\'єднання з SMTP-сервером'; 26 | $PHPMAILER_LANG['smtp_error'] = 'Помилка SMTP-сервера: '; 27 | $PHPMAILER_LANG['variable_set'] = 'Неможливо встановити або скинути змінну: '; 28 | $PHPMAILER_LANG['extension_missing'] = 'Розширення відсутнє: '; 29 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-vi.php: -------------------------------------------------------------------------------- 1 | 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'Lỗi SMTP: Không thể xác thực.'; 10 | $PHPMAILER_LANG['connect_host'] = 'Lỗi SMTP: Không thể kết nối máy chủ SMTP.'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'Lỗi SMTP: Dữ liệu không được chấp nhận.'; 12 | $PHPMAILER_LANG['empty_message'] = 'Không có nội dung'; 13 | $PHPMAILER_LANG['encoding'] = 'Mã hóa không xác định: '; 14 | $PHPMAILER_LANG['execute'] = 'Không thực hiện được: '; 15 | $PHPMAILER_LANG['file_access'] = 'Không thể truy cập tệp tin '; 16 | $PHPMAILER_LANG['file_open'] = 'Lỗi Tập tin: Không thể mở tệp tin: '; 17 | $PHPMAILER_LANG['from_failed'] = 'Lỗi địa chỉ gửi đi: '; 18 | $PHPMAILER_LANG['instantiate'] = 'Không dùng được các hàm gửi thư.'; 19 | $PHPMAILER_LANG['invalid_address'] = 'Đại chỉ emai không đúng: '; 20 | $PHPMAILER_LANG['mailer_not_supported'] = ' trình gửi thư không được hỗ trợ.'; 21 | $PHPMAILER_LANG['provide_address'] = 'Bạn phải cung cấp ít nhất một địa chỉ người nhận.'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'Lỗi SMTP: lỗi địa chỉ người nhận: '; 23 | $PHPMAILER_LANG['signing'] = 'Lỗi đăng nhập: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Lỗi kết nối với SMTP'; 25 | $PHPMAILER_LANG['smtp_error'] = 'Lỗi máy chủ smtp '; 26 | $PHPMAILER_LANG['variable_set'] = 'Không thể thiết lập hoặc thiết lập lại biến: '; 27 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; 28 | -------------------------------------------------------------------------------- /lib/PHPMailer/language/phpmailer.lang-zh.php: -------------------------------------------------------------------------------- 1 | 7 | * @author Peter Dave Hello <@PeterDaveHello/> 8 | * @author Jason Chiang 9 | */ 10 | 11 | $PHPMAILER_LANG['authenticate'] = 'SMTP 錯誤:登入失敗。'; 12 | $PHPMAILER_LANG['connect_host'] = 'SMTP 錯誤:無法連線到 SMTP 主機。'; 13 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP 錯誤:無法接受的資料。'; 14 | $PHPMAILER_LANG['empty_message'] = '郵件內容為空'; 15 | $PHPMAILER_LANG['encoding'] = '未知編碼: '; 16 | $PHPMAILER_LANG['execute'] = '無法執行:'; 17 | $PHPMAILER_LANG['file_access'] = '無法存取檔案:'; 18 | $PHPMAILER_LANG['file_open'] = '檔案錯誤:無法開啟檔案:'; 19 | $PHPMAILER_LANG['from_failed'] = '發送地址錯誤:'; 20 | $PHPMAILER_LANG['instantiate'] = '未知函數呼叫。'; 21 | $PHPMAILER_LANG['invalid_address'] = '因為電子郵件地址無效,無法傳送: '; 22 | $PHPMAILER_LANG['mailer_not_supported'] = '不支援的發信客戶端。'; 23 | $PHPMAILER_LANG['provide_address'] = '必須提供至少一個收件人地址。'; 24 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP 錯誤:以下收件人地址錯誤:'; 25 | $PHPMAILER_LANG['signing'] = '電子簽章錯誤: '; 26 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP 連線失敗'; 27 | $PHPMAILER_LANG['smtp_error'] = 'SMTP 伺服器錯誤: '; 28 | $PHPMAILER_LANG['variable_set'] = '無法設定或重設變數: '; 29 | $PHPMAILER_LANG['extension_missing'] = '遺失模組 Extension: '; 30 | -------------------------------------------------------------------------------- /lib/PHPMailer/src/Exception.php: -------------------------------------------------------------------------------- 1 | 10 | * @author Jim Jagielski (jimjag) 11 | * @author Andy Prevost (codeworxtech) 12 | * @author Brent R. Matzelle (original founder) 13 | * @copyright 2012 - 2020 Marcus Bointon 14 | * @copyright 2010 - 2012 Jim Jagielski 15 | * @copyright 2004 - 2009 Andy Prevost 16 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 17 | * @note This program is distributed in the hope that it will be useful - WITHOUT 18 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 | * FITNESS FOR A PARTICULAR PURPOSE. 20 | */ 21 | 22 | namespace PHPMailer\PHPMailer; 23 | 24 | /** 25 | * PHPMailer exception handler. 26 | * 27 | * @author Marcus Bointon 28 | */ 29 | class Exception extends \Exception 30 | { 31 | /** 32 | * Prettify error message output. 33 | * 34 | * @return string 35 | */ 36 | public function errorMessage() 37 | { 38 | return '' . htmlspecialchars($this->getMessage(), ENT_COMPAT | ENT_HTML401) . "
\n"; 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /lib/PHPMailer/src/OAuthTokenProvider.php: -------------------------------------------------------------------------------- 1 | 10 | * @author Jim Jagielski (jimjag) 11 | * @author Andy Prevost (codeworxtech) 12 | * @author Brent R. Matzelle (original founder) 13 | * @copyright 2012 - 2020 Marcus Bointon 14 | * @copyright 2010 - 2012 Jim Jagielski 15 | * @copyright 2004 - 2009 Andy Prevost 16 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 17 | * @note This program is distributed in the hope that it will be useful - WITHOUT 18 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 | * FITNESS FOR A PARTICULAR PURPOSE. 20 | */ 21 | 22 | namespace PHPMailer\PHPMailer; 23 | 24 | /** 25 | * OAuthTokenProvider - OAuth2 token provider interface. 26 | * Provides base64 encoded OAuth2 auth strings for SMTP authentication. 27 | * 28 | * @see OAuth 29 | * @see SMTP::authenticate() 30 | * 31 | * @author Peter Scopes (pdscopes) 32 | * @author Marcus Bointon (Synchro/coolbru) 33 | */ 34 | interface OAuthTokenProvider 35 | { 36 | /** 37 | * Generate a base64-encoded OAuth token ensuring that the access token has not expired. 38 | * The string to be base 64 encoded should be in the form: 39 | * "user=\001auth=Bearer \001\001" 40 | * 41 | * @return string 42 | */ 43 | public function getOauth64(); 44 | } 45 | -------------------------------------------------------------------------------- /lib/config.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /lib/conn.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/userinfo.php: -------------------------------------------------------------------------------- 1 | $connect_error) { 4 | die("Connection failed: " . $conn->$connect_error); 5 | } 6 | $user_get_key_name = $_COOKIE['key']; 7 | $user_get_key_pass = $_COOKIE['password']; 8 | $sql_user_get = "SELECT * FROM register WHERE (username ='$user_get_key_name') AND (password='$user_get_key_pass')"; 9 | $result_sql_first = $conn->query($sql_user_get); 10 | $row_get = $result_sql_first->fetch_assoc(); 11 | $user_id_get = $row_get['id']; 12 | $user_mail = $row_get['mail']; 13 | $user_name = $row_get['username']; 14 | $user_sf = $row_get['sf']; 15 | $user_icon = $row_get['icon']; 16 | $user_nicheng = $row_get['nicheng']; 17 | $user_gold = $row_get['gold']; 18 | $jianjie = $row_get['jianjie']; 19 | $user_passw = $row_get['password']; 20 | ?> -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/logo.png -------------------------------------------------------------------------------- /newui/css/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/css/.DS_Store -------------------------------------------------------------------------------- /newui/css/owl.theme.default.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.2.1 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | .owl-theme .owl-dots, 7 | .owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent} 8 | .owl-theme .owl-nav{margin-top:10px} 9 | .owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;position: absolute;} 10 | .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none} 11 | .owl-theme .owl-nav .disabled{opacity:.5;cursor:default} 12 | .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px} 13 | .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1} 14 | .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px} 15 | .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} -------------------------------------------------------------------------------- /newui/fonts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/fonts/.DS_Store -------------------------------------------------------------------------------- /newui/fonts/flaticon/backup.txt: -------------------------------------------------------------------------------- 1 | eyIxIjp7IklEIjoxLCJuYW1lIjoiQ2FyaWJiZWFuIiwiYm9va21hcmtfaWQiOiIzaHJpcnhjcnVtdDAwMDAwIiwiY3JlYXRlZCI6bnVsbCwidXBkYXRlZCI6MTU1MTQwMTEwNiwiYWN0aXZlIjoxLCJzb3VyY2UiOiJsb2NhbCIsIm9yZGVyIjowLCJjb2xvciI6IjAwMDAwMCIsInN0YXR1cyI6MX0sIjNocmlyeGNydW10MDAwMDAiOlt7ImlkIjoxNDA0NTU4LCJ0ZWFtIjowLCJuYW1lIjoid2luZG93IiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6MX0seyJpZCI6NTE1MTA3LCJ0ZWFtIjowLCJuYW1lIjoic3RlcC1sYWRkZXIiLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0IjozfSx7ImlkIjo1MTUxMjMsInRlYW0iOjAsIm5hbWUiOiJpbnRlcmlvci1kZXNpZ24iLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0Ijo0fSx7ImlkIjo1MTUxNTUsInRlYW0iOjAsIm5hbWUiOiJzaXQtZG93biIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjV9LHsiaWQiOjUxNTA3NywidGVhbSI6MCwibmFtZSI6InR1cm5lZC1vZmYiLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0Ijo2fSx7ImlkIjo1MTUwODEsInRlYW0iOjAsIm5hbWUiOiJtZWFzdXJpbmciLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0IjoyfV19 -------------------------------------------------------------------------------- /newui/fonts/flaticon/font/Flaticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/fonts/flaticon/font/Flaticon.eot -------------------------------------------------------------------------------- /newui/fonts/flaticon/font/Flaticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/fonts/flaticon/font/Flaticon.ttf -------------------------------------------------------------------------------- /newui/fonts/flaticon/font/Flaticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/fonts/flaticon/font/Flaticon.woff -------------------------------------------------------------------------------- /newui/fonts/flaticon/font/Flaticon.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/fonts/flaticon/font/Flaticon.woff2 -------------------------------------------------------------------------------- /newui/fonts/flaticon/font/_flaticon.scss: -------------------------------------------------------------------------------- 1 | /* 2 | Flaticon icon font: Flaticon 3 | Creation date: 01/03/2019 00:45 4 | */ 5 | 6 | @font-face { 7 | font-family: "Flaticon"; 8 | src: url("./Flaticon.eot"); 9 | src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), 10 | url("./Flaticon.woff2") format("woff2"), 11 | url("./Flaticon.woff") format("woff"), 12 | url("./Flaticon.ttf") format("truetype"), 13 | url("./Flaticon.svg#Flaticon") format("svg"); 14 | font-weight: normal; 15 | font-style: normal; 16 | } 17 | 18 | @media screen and (-webkit-min-device-pixel-ratio:0) { 19 | @font-face { 20 | font-family: "Flaticon"; 21 | src: url("./Flaticon.svg#Flaticon") format("svg"); 22 | } 23 | } 24 | 25 | .fi:before{ 26 | display: inline-block; 27 | font-family: "Flaticon"; 28 | font-style: normal; 29 | font-weight: normal; 30 | font-variant: normal; 31 | line-height: 1; 32 | text-decoration: inherit; 33 | text-rendering: optimizeLegibility; 34 | text-transform: none; 35 | -moz-osx-font-smoothing: grayscale; 36 | -webkit-font-smoothing: antialiased; 37 | font-smoothing: antialiased; 38 | } 39 | 40 | .flaticon-window:before { content: "\f100"; } 41 | .flaticon-measuring:before { content: "\f101"; } 42 | .flaticon-step-ladder:before { content: "\f102"; } 43 | .flaticon-interior-design:before { content: "\f103"; } 44 | .flaticon-sit-down:before { content: "\f104"; } 45 | .flaticon-turned-off:before { content: "\f105"; } 46 | 47 | $font-Flaticon-window: "\f100"; 48 | $font-Flaticon-measuring: "\f101"; 49 | $font-Flaticon-step-ladder: "\f102"; 50 | $font-Flaticon-interior-design: "\f103"; 51 | $font-Flaticon-sit-down: "\f104"; 52 | $font-Flaticon-turned-off: "\f105"; -------------------------------------------------------------------------------- /newui/fonts/flaticon/font/flaticon.css: -------------------------------------------------------------------------------- 1 | /* 2 | Flaticon icon font: Flaticon 3 | Creation date: 01/03/2019 00:45 4 | */ 5 | 6 | @font-face { 7 | font-family: "Flaticon"; 8 | src: url("./Flaticon.eot"); 9 | src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), 10 | url("./Flaticon.woff2") format("woff2"), 11 | url("./Flaticon.woff") format("woff"), 12 | url("./Flaticon.ttf") format("truetype"), 13 | url("./Flaticon.svg#Flaticon") format("svg"); 14 | font-weight: normal; 15 | font-style: normal; 16 | } 17 | 18 | @media screen and (-webkit-min-device-pixel-ratio:0) { 19 | @font-face { 20 | font-family: "Flaticon"; 21 | src: url("./Flaticon.svg#Flaticon") format("svg"); 22 | } 23 | } 24 | 25 | [class^="flaticon-"]:before, [class*=" flaticon-"]:before, 26 | [class^="flaticon-"]:after, [class*=" flaticon-"]:after { 27 | font-family: Flaticon; 28 | font-style: normal; 29 | /* Better Font Rendering =========== */ 30 | -webkit-font-smoothing: antialiased; 31 | -moz-osx-font-smoothing: grayscale; 32 | } 33 | 34 | .flaticon-window:before { content: "\f100"; } 35 | .flaticon-measuring:before { content: "\f101"; } 36 | .flaticon-step-ladder:before { content: "\f102"; } 37 | .flaticon-interior-design:before { content: "\f103"; } 38 | .flaticon-sit-down:before { content: "\f104"; } 39 | .flaticon-turned-off:before { content: "\f105"; } -------------------------------------------------------------------------------- /newui/fonts/flaticon/license/license.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/fonts/flaticon/license/license.pdf -------------------------------------------------------------------------------- /newui/fonts/icomoon/Read Me.txt: -------------------------------------------------------------------------------- 1 | Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. 2 | 3 | To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts 4 | 5 | You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. 6 | 7 | You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. 8 | -------------------------------------------------------------------------------- /newui/fonts/icomoon/demo-files/demo.js: -------------------------------------------------------------------------------- 1 | if (!('boxShadow' in document.body.style)) { 2 | document.body.setAttribute('class', 'noBoxShadow'); 3 | } 4 | 5 | document.body.addEventListener("click", function(e) { 6 | var target = e.target; 7 | if (target.tagName === "INPUT" && 8 | target.getAttribute('class').indexOf('liga') === -1) { 9 | target.select(); 10 | } 11 | }); 12 | 13 | (function() { 14 | var fontSize = document.getElementById('fontSize'), 15 | testDrive = document.getElementById('testDrive'), 16 | testText = document.getElementById('testText'); 17 | function updateTest() { 18 | testDrive.innerHTML = testText.value || String.fromCharCode(160); 19 | if (window.icomoonLiga) { 20 | window.icomoonLiga(testDrive); 21 | } 22 | } 23 | function updateSize() { 24 | testDrive.style.fontSize = fontSize.value + 'px'; 25 | } 26 | fontSize.addEventListener('change', updateSize, false); 27 | testText.addEventListener('input', updateTest, false); 28 | testText.addEventListener('change', updateTest, false); 29 | updateSize(); 30 | }()); 31 | -------------------------------------------------------------------------------- /newui/fonts/icomoon/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/fonts/icomoon/fonts/icomoon.eot -------------------------------------------------------------------------------- /newui/fonts/icomoon/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/fonts/icomoon/fonts/icomoon.ttf -------------------------------------------------------------------------------- /newui/fonts/icomoon/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/fonts/icomoon/fonts/icomoon.woff -------------------------------------------------------------------------------- /newui/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/.DS_Store -------------------------------------------------------------------------------- /newui/images/author_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/author_1.jpg -------------------------------------------------------------------------------- /newui/images/book_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/book_1.png -------------------------------------------------------------------------------- /newui/images/glint_about_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/glint_about_1.jpg -------------------------------------------------------------------------------- /newui/images/glint_hero_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/glint_hero_1.jpg -------------------------------------------------------------------------------- /newui/images/glint_hero_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/glint_hero_2.jpg -------------------------------------------------------------------------------- /newui/images/glint_hero_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/glint_hero_3.jpg -------------------------------------------------------------------------------- /newui/images/img_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/img_1.jpg -------------------------------------------------------------------------------- /newui/images/img_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/img_2.jpg -------------------------------------------------------------------------------- /newui/images/img_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/img_3.jpg -------------------------------------------------------------------------------- /newui/images/img_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/img_4.jpg -------------------------------------------------------------------------------- /newui/images/img_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/img_5.jpg -------------------------------------------------------------------------------- /newui/images/person_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/person_1.jpg -------------------------------------------------------------------------------- /newui/images/person_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/person_2.jpg -------------------------------------------------------------------------------- /newui/images/person_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/person_3.jpg -------------------------------------------------------------------------------- /newui/images/person_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/person_4.jpg -------------------------------------------------------------------------------- /newui/images/polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/polygon.png -------------------------------------------------------------------------------- /newui/images/signature.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/signature.jpg -------------------------------------------------------------------------------- /newui/images/signature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/signature.png -------------------------------------------------------------------------------- /newui/images/sq_img_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_1.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_10.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_11.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_12.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_13.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_2.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_3.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_4.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_5.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_6.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_7.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_8.jpg -------------------------------------------------------------------------------- /newui/images/sq_img_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/images/sq_img_9.jpg -------------------------------------------------------------------------------- /newui/js/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/js/.DS_Store -------------------------------------------------------------------------------- /newui/scss/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/scss/.DS_Store -------------------------------------------------------------------------------- /newui/scss/bootstrap/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pzks/HeloFrp/26eafaf2d00961c7f52e113daa1caf2887d01183/newui/scss/bootstrap/.DS_Store -------------------------------------------------------------------------------- /newui/scss/bootstrap/_alert.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Base styles 3 | // 4 | 5 | .alert { 6 | position: relative; 7 | padding: $alert-padding-y $alert-padding-x; 8 | margin-bottom: $alert-margin-bottom; 9 | border: $alert-border-width solid transparent; 10 | @include border-radius($alert-border-radius); 11 | } 12 | 13 | // Headings for larger alerts 14 | .alert-heading { 15 | // Specified to prevent conflicts of changing $headings-color 16 | color: inherit; 17 | } 18 | 19 | // Provide class for links that match alerts 20 | .alert-link { 21 | font-weight: $alert-link-font-weight; 22 | } 23 | 24 | 25 | // Dismissible alerts 26 | // 27 | // Expand the right padding and account for the close button's positioning. 28 | 29 | .alert-dismissible { 30 | padding-right: $close-font-size + $alert-padding-x * 2; 31 | 32 | // Adjust close link position 33 | .close { 34 | position: absolute; 35 | top: 0; 36 | right: 0; 37 | padding: $alert-padding-y $alert-padding-x; 38 | color: inherit; 39 | } 40 | } 41 | 42 | 43 | // Alternate styles 44 | // 45 | // Generate contextual modifier classes for colorizing the alert. 46 | 47 | @each $color, $value in $theme-colors { 48 | .alert-#{$color} { 49 | @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level)); 50 | } 51 | } 52 | -------------------------------------------------------------------------------- /newui/scss/bootstrap/_badge.scss: -------------------------------------------------------------------------------- 1 | // Base class 2 | // 3 | // Requires one of the contextual, color modifier classes for `color` and 4 | // `background-color`. 5 | 6 | .badge { 7 | display: inline-block; 8 | padding: $badge-padding-y $badge-padding-x; 9 | @include font-size($badge-font-size); 10 | font-weight: $badge-font-weight; 11 | line-height: 1; 12 | text-align: center; 13 | white-space: nowrap; 14 | vertical-align: baseline; 15 | @include border-radius($badge-border-radius); 16 | @include transition($badge-transition); 17 | 18 | @at-root a#{&} { 19 | @include hover-focus { 20 | text-decoration: none; 21 | } 22 | } 23 | 24 | // Empty badges collapse automatically 25 | &:empty { 26 | display: none; 27 | } 28 | } 29 | 30 | // Quick fix for badges in buttons 31 | .btn .badge { 32 | position: relative; 33 | top: -1px; 34 | } 35 | 36 | // Pill badges 37 | // 38 | // Make them extra rounded with a modifier to replace v3's badges. 39 | 40 | .badge-pill { 41 | padding-right: $badge-pill-padding-x; 42 | padding-left: $badge-pill-padding-x; 43 | @include border-radius($badge-pill-border-radius); 44 | } 45 | 46 | // Colors 47 | // 48 | // Contextual variations (linked badges get darker on :hover). 49 | 50 | @each $color, $value in $theme-colors { 51 | .badge-#{$color} { 52 | @include badge-variant($value); 53 | } 54 | } 55 | -------------------------------------------------------------------------------- /newui/scss/bootstrap/_breadcrumb.scss: -------------------------------------------------------------------------------- 1 | .breadcrumb { 2 | display: flex; 3 | flex-wrap: wrap; 4 | padding: $breadcrumb-padding-y $breadcrumb-padding-x; 5 | margin-bottom: $breadcrumb-margin-bottom; 6 | list-style: none; 7 | background-color: $breadcrumb-bg; 8 | @include border-radius($breadcrumb-border-radius); 9 | } 10 | 11 | .breadcrumb-item { 12 | // The separator between breadcrumbs (by default, a forward-slash: "/") 13 | + .breadcrumb-item { 14 | padding-left: $breadcrumb-item-padding; 15 | 16 | &::before { 17 | display: inline-block; // Suppress underlining of the separator in modern browsers 18 | padding-right: $breadcrumb-item-padding; 19 | color: $breadcrumb-divider-color; 20 | content: $breadcrumb-divider; 21 | } 22 | } 23 | 24 | // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built 25 | // without `