├── .gitattributes
├── .gitignore
├── .htaccess
├── AUTHORS.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── application
├── .htaccess
├── controllers
│ ├── .htaccess
│ ├── Bug.php
│ ├── Error.php
│ ├── Favorites.php
│ ├── Home.php
│ ├── IPN.php
│ ├── Login.php
│ ├── Logout.php
│ ├── LostPass.php
│ ├── Profile.php
│ ├── Recent.php
│ ├── Register.php
│ ├── Sharing.php
│ ├── Upgrade.php
│ ├── User.php
│ ├── Validate.php
│ └── dl.php
├── models
│ ├── .htaccess
│ ├── Ban.php
│ ├── Files.php
│ ├── Folders.php
│ ├── Storage.php
│ ├── StoragePlans.php
│ ├── Upgrade.php
│ ├── UserLostPass.php
│ ├── UserValidation.php
│ └── Users.php
└── views
│ ├── Bug.php
│ ├── Dl.php
│ ├── DoubleAuth.php
│ ├── Error.php
│ ├── Favorites.php
│ ├── Login.php
│ ├── LostPass.php
│ ├── LostPassForm.php
│ ├── Message.php
│ ├── Profile.php
│ ├── Recent.php
│ ├── Register.php
│ ├── SendMail.php
│ ├── Sharing.php
│ ├── Upgrade.php
│ ├── User.php
│ └── Validate.php
├── cloud.sql
├── config
├── .htaccess
├── autoload.php
├── confDB.php.model
├── confMail.php.model
└── confPayments.php.model
├── index.php
├── library
├── .htaccess
├── MVC
│ ├── AntiBruteforce.php
│ ├── Functions.php
│ ├── Languages.php
│ ├── Mail.php
│ ├── Model.php
│ ├── Routing.php
│ └── Template.php
└── PHPMailer
│ ├── class.phpmailer.php
│ ├── class.phpmaileroauth.php
│ ├── class.phpmaileroauthgoogle.php
│ ├── class.pop3.php
│ ├── class.smtp.php
│ ├── get_oauth_token.php
│ └── language
│ ├── phpmailer.lang-am.php
│ ├── phpmailer.lang-ar.php
│ ├── phpmailer.lang-az.php
│ ├── phpmailer.lang-be.php
│ ├── phpmailer.lang-bg.php
│ ├── phpmailer.lang-ca.php
│ ├── phpmailer.lang-ch.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-hr.php
│ ├── phpmailer.lang-hu.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-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-sv.php
│ ├── phpmailer.lang-tr.php
│ ├── phpmailer.lang-uk.php
│ ├── phpmailer.lang-vi.php
│ ├── phpmailer.lang-zh.php
│ └── phpmailer.lang-zh_cn.php
├── public
├── css
│ ├── 2018
│ │ ├── dark.css
│ │ ├── light.css
│ │ ├── selection.css
│ │ ├── style.css
│ │ ├── transfers.css
│ │ └── tree.css
│ ├── Interface
│ │ ├── MessageBox.css
│ │ ├── box.css
│ │ └── progress_bar.css
│ ├── font-awesome
│ │ ├── css
│ │ │ └── font-awesome.min.css
│ │ └── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ └── fonts
│ │ ├── OpenSans.css
│ │ ├── Roboto.css
│ │ ├── RobotoMono.css
│ │ ├── roboto.css
│ │ └── src
│ │ ├── OpenSans-Bold.ttf
│ │ ├── OpenSans-BoldItalic.ttf
│ │ ├── OpenSans-ExtraBold.ttf
│ │ ├── OpenSans-ExtraBoldItalic.ttf
│ │ ├── OpenSans-Italic.ttf
│ │ ├── OpenSans-Light.ttf
│ │ ├── OpenSans-LightItalic.ttf
│ │ ├── OpenSans-Regular.ttf
│ │ ├── OpenSans-SemiBold.ttf
│ │ ├── OpenSans-SemiBoldItalic.ttf
│ │ ├── Roboto-Black.ttf
│ │ ├── Roboto-BlackItalic.ttf
│ │ ├── Roboto-Bold.ttf
│ │ ├── Roboto-BoldItalic.ttf
│ │ ├── Roboto-Italic.ttf
│ │ ├── Roboto-Light.ttf
│ │ ├── Roboto-LightItalic.ttf
│ │ ├── Roboto-Medium.ttf
│ │ ├── Roboto-MediumItalic.ttf
│ │ ├── Roboto-Regular.ttf
│ │ ├── Roboto-Thin.ttf
│ │ ├── Roboto-ThinItalic.ttf
│ │ ├── RobotoMono-Bold.ttf
│ │ ├── RobotoMono-BoldItalic.ttf
│ │ ├── RobotoMono-Italic.ttf
│ │ ├── RobotoMono-Light.ttf
│ │ ├── RobotoMono-LightItalic.ttf
│ │ ├── RobotoMono-Medium.ttf
│ │ ├── RobotoMono-MediumItalic.ttf
│ │ ├── RobotoMono-Regular.ttf
│ │ ├── RobotoMono-Thin.ttf
│ │ └── RobotoMono-ThinItalic.ttf
├── js
│ ├── Bug.js
│ ├── Dl.js
│ ├── Interface
│ │ ├── Request.js
│ │ ├── idb.filesystem.min.js
│ │ ├── interface.js
│ │ └── modules
│ │ │ ├── Arrows.js
│ │ │ ├── Box.js
│ │ │ ├── Decryption.js
│ │ │ ├── Encryption.js
│ │ │ ├── ExtIcons.js
│ │ │ ├── Favorites.js
│ │ │ ├── Files.js
│ │ │ ├── Folders.js
│ │ │ ├── MessageBox.js
│ │ │ ├── Move.js
│ │ │ ├── Rm.js
│ │ │ ├── Selection.js
│ │ │ ├── Time.js
│ │ │ ├── Transfers.js
│ │ │ ├── Trash.js
│ │ │ └── Upload.js
│ ├── Login
│ │ └── log_connect.js
│ ├── LostPass
│ │ └── lostpass.js
│ ├── Profile
│ │ └── profile.js
│ ├── Register
│ │ └── log_register.js
│ ├── base64.js
│ ├── check.js
│ ├── jquery-3.2.1.min.js
│ ├── language.js
│ ├── mui_hash.js
│ ├── sha512.js
│ └── src
│ │ └── crypto
│ │ └── sjcl.js
├── pictures
│ ├── desktop
│ │ ├── arrow.svg
│ │ ├── extensions
│ │ │ ├── archive.svg
│ │ │ ├── code.svg
│ │ │ ├── doc.svg
│ │ │ ├── folder.svg
│ │ │ ├── image.svg
│ │ │ ├── pdf.svg
│ │ │ ├── sound.svg
│ │ │ ├── text.svg
│ │ │ └── video.svg
│ │ ├── ic-no-trash-dark.png
│ │ ├── ic-no-trash-light.png
│ │ └── ic-no-uploads.png
│ ├── favicon_small.ico
│ ├── favicon_small.png
│ ├── index
│ │ └── loader.svg
│ └── logos
│ │ ├── muonium2_b.jpg
│ │ ├── muonium_H_00.png
│ │ ├── muonium_H_01.png
│ │ ├── muonium_H_02.png
│ │ ├── muonium_H_03.png
│ │ ├── muonium_H_04.png
│ │ ├── muonium_H_05.png
│ │ ├── muonium_H_06.png
│ │ ├── muonium_V_00.png
│ │ ├── muonium_V_01.png
│ │ ├── muonium_V_02.png
│ │ ├── muonium_V_03.png
│ │ ├── muonium_V_04.png
│ │ ├── muonium_V_05.png
│ │ ├── muonium_V_06.png
│ │ └── muonium_b.jpg
└── translations
│ ├── de.json
│ ├── en.json
│ ├── es.json
│ ├── fr.json
│ ├── it.json
│ ├── pl.json
│ ├── ru.json
│ └── zh-cn.json
├── robots.txt
└── tmp
└── .htaccess
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
4 | # Custom for Visual Studio
5 | *.cs diff=csharp
6 |
7 | # Standard to msysgit
8 | *.doc diff=astextplain
9 | *.DOC diff=astextplain
10 | *.docx diff=astextplain
11 | *.DOCX diff=astextplain
12 | *.dot diff=astextplain
13 | *.DOT diff=astextplain
14 | *.pdf diff=astextplain
15 | *.PDF diff=astextplain
16 | *.rtf diff=astextplain
17 | *.RTF diff=astextplain
18 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | config/confDB.php
2 | config/confMail.php
3 | config/confPayments.php
4 | tmp/*
5 |
--------------------------------------------------------------------------------
/.htaccess:
--------------------------------------------------------------------------------
1 | Options +FollowSymLinks
2 | DirectoryIndex index.php
3 |
4 | RewriteEngine On
5 | RewriteCond %{ENV:REDIRECT_STATUS} 200
6 | RewriteRule ^ - [L]
7 | RewriteCond %{REQUEST_URI} !(\.css|\.js|\.png|\.jpg|\.gif|robots\.txt)$ [NC]
8 | RewriteCond %{REQUEST_FILENAME} !-f
9 | RewriteCond %{REQUEST_FILENAME} !-d
10 | RewriteRule ^ index.php [QSA,L]
11 | RewriteRule "^public/version/([0-9\.]+)/(.*)$" "public/$2" [QSA,L]
12 |
--------------------------------------------------------------------------------
/AUTHORS.md:
--------------------------------------------------------------------------------
1 | Core team
2 | ---------
3 |
4 | - [Dylan Clement](https://github.com/dclement8)
5 | - [Paul Feuvraux](https://github.com/Super-Baleine)
6 |
7 | Individual contributors
8 | -----------------------
9 |
10 | - [Romain Claveau](https://github.com/Ne0blast)
11 | - Quentin Thomas
12 | - Arnaud Defay
13 |
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 | # Contributor Covenant Code of Conduct
2 |
3 | ## Our Pledge
4 |
5 | In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6 |
7 | ## Our Standards
8 |
9 | Examples of behavior that contributes to creating a positive environment include:
10 |
11 | * Using welcoming and inclusive language
12 | * Being respectful of differing viewpoints and experiences
13 | * Gracefully accepting constructive criticism
14 | * Focusing on what is best for the community
15 | * Showing empathy towards other community members
16 |
17 | Examples of unacceptable behavior by participants include:
18 |
19 | * The use of sexualized language or imagery and unwelcome sexual attention or advances
20 | * Trolling, insulting/derogatory comments, and personal or political attacks
21 | * Public or private harassment
22 | * Publishing others' private information, such as a physical or electronic address, without explicit permission
23 | * Other conduct which could reasonably be considered inappropriate in a professional setting
24 |
25 | ## Our Responsibilities
26 |
27 | Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28 |
29 | Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30 |
31 | ## Scope
32 |
33 | This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34 |
35 | ## Enforcement
36 |
37 | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at contact@muonium.ee. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38 |
39 | Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40 |
41 | ## Attribution
42 |
43 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44 |
45 | [homepage]: http://contributor-covenant.org
46 | [version]: http://contributor-covenant.org/version/1/4/
47 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | # Muonium
3 |
4 | Please take a look at our wiki, there's some interesting stuff out there.
5 |
6 | wiki : [here](https://github.com/muonium/core/wiki)
7 |
8 | Muonium is a project of Kantum Technologies (this is our future company).
9 |
10 | # License
11 |
12 | Read the license please : [here](https://raw.githubusercontent.com/muonium/core/master/LICENSE)
13 |
14 | **Feel free to contribute :)**
15 |
16 | Artworks: license is [this one](https://creativecommons.org/licenses/by-sa/4.0/legalcode).
17 |
18 | # Security
19 |
20 | If you are a security expert, you can help us to build more securely Muonium.
21 | Or, if you see a security issue or several in the code, do not hesitate to contribute.
22 |
23 | ### Cryptography
24 |
25 | Take a look at [our cryptography details](https://github.com/muonium/core/wiki/Cryptography-details).
26 |
27 | # Contributing
28 |
29 | ### Core
30 |
31 | We are very open to bug reports via Issues as well as Pull Requests.
32 |
33 | Check our rules [here](https://github.com/muonium/core/blob/master/CONTRIBUTING.md) !
34 |
35 | ### SJCL
36 |
37 | As you know, we use SJCL, which is a JavaScript implementation of AES.
38 |
39 | If you are a scientist, you can contribute [here](https://github.com/bitwiseshiftleft/sjcl) !
40 |
41 | # Install
42 | We haven't really packaged Muonium, but you can modify the code to run it on your own server. Also, do not hesitate to create a wiki page for this.
43 | We created a wiki page [here](https://github.com/muonium/core/wiki/Installation). Feel free to contribute ! :)
44 |
--------------------------------------------------------------------------------
/application/.htaccess:
--------------------------------------------------------------------------------
1 | Require all denied
2 |
--------------------------------------------------------------------------------
/application/controllers/.htaccess:
--------------------------------------------------------------------------------
1 | Require all denied
--------------------------------------------------------------------------------
/application/controllers/Error.php:
--------------------------------------------------------------------------------
1 | _error = self::$txt->Error->default;
11 | require_once(DIR_VIEW."Error.php");
12 | }
13 |
14 | function ErrorAction($err = "") {
15 | switch($err) {
16 | case 404: $this->_error = self::$txt->Error->e404; break;
17 | default: $this->_error = self::$txt->Error->default;
18 | }
19 | require_once(DIR_VIEW."Error.php");
20 | }
21 |
22 | function CodeAction($err = "") { // Alias
23 | $this->ErrorAction($err);
24 | }
25 | };
26 |
--------------------------------------------------------------------------------
/application/controllers/Favorites.php:
--------------------------------------------------------------------------------
1 | true,
11 | 'mustBeValidated' => true
12 | ]);
13 | }
14 |
15 | function DefaultAction() {
16 | $mFiles = new m\Files($_SESSION['id']);
17 | $tabFavorites = $mFiles->getFavorites();
18 | $favorites = '';
19 | foreach($tabFavorites as $fav) {
20 | $favorites .= '
21 | '.htmlentities($fav['name']).' ['.showSize($fav['size']).'] - '.self::$txt->User->lastmod.' : '.date(self::$txt->Dates->date.' '.self::$txt->Dates->time, $fav['last_modification'])."\n";
22 | }
23 | require_once(DIR_VIEW.'Favorites.php');
24 | }
25 | }*/
26 |
--------------------------------------------------------------------------------
/application/controllers/Home.php:
--------------------------------------------------------------------------------
1 |
20 |
--------------------------------------------------------------------------------
/application/controllers/IPN.php:
--------------------------------------------------------------------------------
1 | = 0; $i--) $ret |= ord($res[$i]);
14 | return !$ret;
15 | }
16 | }
17 |
18 | class IPN extends l\Languages {
19 | private $_modelUpgrade;
20 | private $_modelStoragePlans;
21 | private $_modelUsers;
22 |
23 | function __construct() {
24 | parent::__construct([
25 | 'mustBeLogged' => false,
26 | 'mustBeValidated' => false
27 | ]);
28 | $this->_modelUpgrade = new m\Upgrade();
29 | $this->_modelStoragePlans = new m\StoragePlans();
30 | $this->_modelUsers = new m\Users();
31 | }
32 |
33 | function DefaultAction() {
34 | $merchant_id = conf\confPayments::merchant_id;
35 | $ipn_secret = conf\confPayments::ipn_secret;
36 |
37 | if(count($_POST) > 0) {
38 | if(isset($_SERVER['HTTP_HMAC']) && isset($_POST['merchant'])) {
39 | $merchant = $_POST['merchant'];
40 | if($merchant == $merchant_id) {
41 | $request = file_get_contents('php://input');
42 | if(isset($request) && $request !== false) {
43 | $hmac = hash_hmac("sha512", $request, $ipn_secret);
44 | if(hash_equals($hmac, $_SERVER['HTTP_HMAC'])) {
45 |
46 | $ipn_mode = isset($_POST['ipn_mode']) ? $_POST['ipn_mode'] : null;
47 | $product_id = isset($_POST['item_number']) ? $_POST['item_number'] : null;
48 | $user_id = isset($_POST['custom']) && is_numeric($_POST['custom']) ? intval($_POST['custom']) : 0;
49 | $txn_id = isset($_POST['txn_id']) ? $_POST['txn_id'] : null;
50 | $status = isset($_POST['status']) && is_numeric($_POST['status']) ? intval($_POST['status']) : 0;
51 | $currency1 = isset($_POST['currency1']) ? $_POST['currency1'] : null;
52 | $amount1 = isset($_POST['amount1']) && is_numeric($_POST['amount1']) ? floatval($_POST['amount1']) : 0;
53 | $currency2 = isset($_POST['currency2']) ? $_POST['currency2'] : null;
54 | $amount2 = isset($_POST['amount2']) && is_numeric($_POST['amount2']) ? floatval($_POST['amount2']) : 0;
55 |
56 | if($ipn_mode == 'hmac' && $user_id !== 0 && $product_id !== null && $txn_id !== null && $currency1 !== null) {
57 | if(!($this->_modelUpgrade->transactionExists($txn_id))) {
58 | $plans = $this->_modelStoragePlans->getPlans();
59 | foreach($plans as $plan) {
60 | if($plan['product_id'] === $product_id) {
61 | // get price currency & name with product_id
62 | $price = floatval($plan['price']);
63 | $currency = $plan['currency'];
64 | $size = $plan['size'];
65 | $duration = $plan['duration'];
66 | break;
67 | }
68 | }
69 |
70 | if(isset($price) && isset($currency)) {
71 | if(strtoupper($currency) == strtoupper($currency1) && $amount1 >= floatval($price)) {
72 | if($status >= 100 || $status == 2) {
73 | $this->_modelUpgrade->id_user = $user_id;
74 | $user_mail = $this->_modelUsers->getEmail($user_id);
75 | if($user_mail !== false) {
76 | $this->_modelUpgrade->addUpgrade($size, $amount2, $currency2, $duration, $txn_id, $user_id);
77 | }
78 | }
79 | }
80 | }
81 | }
82 | }
83 | }
84 | }
85 | }
86 | }
87 | exit;
88 | }
89 | header('Location: Upgrade');
90 | }
91 | }
92 |
--------------------------------------------------------------------------------
/application/controllers/Logout.php:
--------------------------------------------------------------------------------
1 |
22 |
--------------------------------------------------------------------------------
/application/controllers/Recent.php:
--------------------------------------------------------------------------------
1 | true,
10 | 'mustBeValidated' => true
11 | ]);
12 | }
13 |
14 | function DefaultAction() {
15 | require_once(DIR_VIEW.'Recent.php');
16 | }
17 | }*/
18 |
--------------------------------------------------------------------------------
/application/controllers/Sharing.php:
--------------------------------------------------------------------------------
1 | true,
10 | 'mustBeValidated' => true
11 | ]);
12 | }
13 |
14 | function DefaultAction() {
15 | require_once(DIR_VIEW.'Sharing.php');
16 | }
17 | }*/
18 |
--------------------------------------------------------------------------------
/application/controllers/Upgrade.php:
--------------------------------------------------------------------------------
1 | true,
14 | 'mustBeValidated' => true
15 | ]);
16 | $this->_modelUpgrade = new m\Upgrade($_SESSION['id']);
17 | $this->_modelStoragePlans = new m\StoragePlans();
18 | }
19 |
20 | function DefaultAction() {
21 | $offers = '';
22 | $endpoint = 'https://www.coinpayments.net/index.php';
23 | $merchant_id = conf\confPayments::merchant_id;
24 | $ipn_url = conf\confPayments::ipn_url;
25 |
26 | $storage_plans = $this->_modelStoragePlans->getPlans();
27 | $i = 0;
28 | foreach($storage_plans as $plan) {
29 | $product_name = showSize($plan['size']).' - '.$plan['price'].' '.strtoupper($plan['currency']).' - '.$this->duration($plan['duration']);
30 | $offers .= '
';
31 |
32 | if($i === 0) $offers .= '
Most Popular
';
33 | $offers .= '
'.showSize($plan['size']).'
';
34 | $offers .= '
'.currencySymbol($plan['currency']).''.number_format($plan['price'], 2).'
';
35 | $offers .= '
'.$this->duration($plan['duration']).'
';
36 |
37 | if($plan['product_id'] !== null) {
38 |
39 | $fields = [
40 | 'cmd' => '_pay_simple',
41 | 'merchant' => $merchant_id,
42 | 'item_name' => $product_name,
43 | 'item_number' => $plan['product_id'],
44 | 'currency' => strtolower($plan['currency']),
45 | 'amountf' => floatval($plan['price']),
46 | 'ipn_url' => $ipn_url,
47 | 'success_url' => URL_APP.'/Upgrade/?success=ok',
48 | 'cancel_url' => '',
49 | 'custom' => $_SESSION['id'],
50 | 'want_shipping' => '0'
51 | ];
52 |
53 | $offers .= '
';
59 | }
60 | $offers .= '
';
61 | $i++;
62 | }
63 |
64 | $history = '';
65 | $upgrades = $this->_modelUpgrade->getUpgrades();
66 | foreach($upgrades as $upgrade) {
67 | $history .= '';
68 | $history .= ''.showSize($upgrade['size']).' | ';
69 | $history .= ''.$upgrade['price'].' '.currencySymbol($upgrade['currency']).' | ';
70 | $history .= ''.date(self::$txt->Dates->date.' '.self::$txt->Dates->time, $upgrade['start']).' | ';
71 | $history .= ''.date(self::$txt->Dates->date.' '.self::$txt->Dates->time, $upgrade['end']).' | ';
72 | $history .= '';
73 | if($upgrade['removed'] === 1) $history .= self::$txt->Upgrade->expired;
74 | $history .= ' |
';
75 | }
76 | $msg = isset($_GET['success']) ? ''.self::$txt->Upgrade->success_msg.'
' : '';
77 |
78 | require_once(DIR_VIEW."Upgrade.php");
79 | }
80 |
81 | function duration($duration) {
82 | if($duration < 0) return self::$txt->Upgrade->lifetime;
83 | if($duration === 12) return $duration.' '.self::$txt->Upgrade->year;
84 | if($duration % 12 === 0) return ($duration/12).' '.self::$txt->Upgrade->years;
85 | if($duration === 1) return $duration.' '.self::$txt->Upgrade->month;
86 | return $duration.' '.self::$txt->Upgrade->months;
87 | }
88 | }
89 |
--------------------------------------------------------------------------------
/application/models/.htaccess:
--------------------------------------------------------------------------------
1 | Require all denied
--------------------------------------------------------------------------------
/application/models/Ban.php:
--------------------------------------------------------------------------------
1 | id_user = $id_user;
22 | }
23 |
24 | function deleteBan() {
25 | if(isset($this->id_user) && is_numeric($this->id_user)) {
26 | $req = self::$_sql->prepare("DELETE FROM ban WHERE id_user = ?");
27 | return $req->execute([$this->id_user]);
28 | }
29 | return false;
30 | }
31 | }
32 |
--------------------------------------------------------------------------------
/application/models/Storage.php:
--------------------------------------------------------------------------------
1 | id_user = $id_user;
22 | }
23 |
24 | function incrementSizeStored($i) {
25 | // i (int) - Increment the size stored of $i B
26 | // $_SESSION['size_stored'] is incremented in the controller
27 | if($this->id_user === null || !is_numeric($i)) return false;
28 | $req = self::$_sql->prepare("UPDATE storage SET size_stored = size_stored+? WHERE id_user = ?");
29 | return $req->execute([$i, $this->id_user]);
30 | }
31 |
32 | function decrementSizeStored($i) {
33 | // i (int) - Decrement the size stored of $i B
34 | if(is_numeric($i)) return $this->incrementSizeStored(-1*$i);
35 | return false;
36 | }
37 |
38 | function updateSizeStored($i) {
39 | // i (int) - Set the size stored to $i B
40 | // $_SESSION['size_stored'] is set in the controller
41 | if($this->id_user === null || !is_numeric($i) || $i < 0) return false;
42 | $req = self::$_sql->prepare("UPDATE storage SET size_stored = ? WHERE id_user = ?");
43 | return $req->execute([$i, $this->id_user]);
44 | }
45 |
46 | function Insertion() {
47 | // Create a record for a new user
48 | if($this->id_user === null) return false;
49 | return $this->insert('storage', [
50 | 'id' => null,
51 | 'id_user' => $this->id_user,
52 | 'user_quota' => 2*1000*1000*1000,
53 | 'size_stored' => 0
54 | ]);
55 | }
56 |
57 | function getUserQuota() {
58 | // Returns user quota
59 | // $_SESSION['size_stored'] is set in the controller
60 | if($this->id_user === null) return false;
61 | $req = self::$_sql->prepare("SELECT user_quota FROM storage WHERE id_user = ?");
62 | $req->execute([$this->id_user]);
63 | if($req->rowCount() === 0) return false;
64 | $res = $req->fetch(\PDO::FETCH_ASSOC);
65 | return $res['user_quota'];
66 | }
67 |
68 | function getSizeStored() {
69 | // Returns size stored
70 | // $_SESSION['size_stored'] is set in the controller
71 | if($this->id_user === null) return false;
72 | $req = self::$_sql->prepare("SELECT size_stored FROM storage WHERE id_user = ?");
73 | $req->execute([$this->id_user]);
74 | if($req->rowCount() === 0) return false;
75 | $res = $req->fetch(\PDO::FETCH_ASSOC);
76 | return $res['size_stored'];
77 | }
78 |
79 | function deleteStorage() {
80 | if($this->id_user === null) return false;
81 | $req = self::$_sql->prepare("DELETE FROM storage WHERE id_user = ?");
82 | return $req->execute([$this->id_user]);
83 | }
84 | }
85 |
--------------------------------------------------------------------------------
/application/models/StoragePlans.php:
--------------------------------------------------------------------------------
1 | prepare("SELECT * FROM storage_plans ORDER BY size ASC");
20 | $req->execute();
21 | $this->plans = $req->fetchAll(\PDO::FETCH_ASSOC);
22 | }
23 |
24 | function getPlans() {
25 | return $this->plans;
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/application/models/Upgrade.php:
--------------------------------------------------------------------------------
1 | id_user = $id_user;
25 | $req = self::$_sql->prepare("SELECT * FROM upgrade WHERE id_user = ? ORDER BY `end` DESC");
26 | $req->execute([$this->id_user]);
27 | $this->upgrades = $req->fetchAll(\PDO::FETCH_ASSOC);
28 | }
29 | }
30 |
31 | function getUpgrades() {
32 | return $this->upgrades;
33 | }
34 |
35 | function transactionExists($txn_id) {
36 | $req = self::$_sql->prepare("SELECT id FROM upgrade WHERE txn_id = ?");
37 | $req->execute([$txn_id]);
38 | if($req->rowCount() > 0) return true;
39 | return false;
40 | }
41 |
42 | function addUpgrade($size, $price, $currency, $duration, $txn_id, $user_id = null) {
43 | // $duration in months, -1 = lifetime
44 | $user_id = $user_id === null ? $this->id_user : $user_id;
45 | if($user_id === null) return false;
46 |
47 | $end = ($duration === -1) ? -1 : strtotime("+".$duration." months", time());
48 | $insert = $this->insert('upgrade', [
49 | 'id' => null,
50 | 'id_user' => $user_id,
51 | 'txn_id' => $txn_id,
52 | 'size' => $size,
53 | 'price' => $price,
54 | 'currency' => $currency,
55 | 'start' => time(),
56 | 'end' => $end,
57 | 'removed' => 0
58 | ]);
59 |
60 | if($insert) {
61 | $req = self::$_sql->prepare("UPDATE storage SET user_quota = user_quota+? WHERE id_user = ?");
62 | $req->execute([$size, $user_id]);
63 | }
64 | }
65 | }
66 |
--------------------------------------------------------------------------------
/application/models/UserLostPass.php:
--------------------------------------------------------------------------------
1 | id_user = $id_user;
22 | }
23 |
24 | function getKey() {
25 | if($this->id_user === null) return false;
26 | $req = self::$_sql->prepare("SELECT val_key FROM user_lostpass WHERE id_user = ?");
27 | $req->execute([$this->id_user]);
28 | if($req->rowCount() === 0) return false;
29 | $res = $req->fetch(\PDO::FETCH_ASSOC);
30 | return $res['val_key'];
31 | }
32 |
33 | function getExpire() {
34 | if($this->id_user === null) return false;
35 | $req = self::$_sql->prepare("SELECT expire FROM user_lostpass WHERE id_user = ?");
36 | $req->execute([$this->id_user]);
37 | if($req->rowCount() === 0) return false;
38 | $res = $req->fetch(\PDO::FETCH_ASSOC);
39 | return $res['expire'];
40 | }
41 |
42 | function Delete() {
43 | if($this->id_user === null) return false;
44 | $req = self::$_sql->prepare("DELETE FROM user_lostpass WHERE id_user = ?");
45 | return $req->execute([$this->id_user]);
46 | }
47 |
48 | function Insertion() {
49 | if($this->id_user === null || !isset($this->val_key) || !isset($this->expire)) return false;
50 | return $this->insert('user_lostpass', [
51 | 'id' => null,
52 | 'id_user' => $this->id_user,
53 | 'val_key' => $this->val_key,
54 | 'expire' => $this->expire
55 | ]);
56 | }
57 |
58 | function Update() {
59 | if($this->id_user === null || !isset($this->val_key) || !isset($this->expire)) return false;
60 | $req = self::$_sql->prepare("UPDATE user_lostpass SET val_key = ?, expire = ? WHERE id_user = ?");
61 | return $req->execute([$this->val_key, $this->expire, $this->id_user]);
62 | }
63 | }
64 |
--------------------------------------------------------------------------------
/application/models/UserValidation.php:
--------------------------------------------------------------------------------
1 | id_user = $id_user;
20 | }
21 |
22 | function getKey() {
23 | if($this->id_user === null) return false;
24 | $req = self::$_sql->prepare("SELECT val_key FROM user_validation WHERE id_user = ?");
25 | $req->execute([$this->id_user]);
26 | if($req->rowCount() === 0) return false;
27 | $res = $req->fetch(\PDO::FETCH_ASSOC);
28 | return $res['val_key'];
29 | }
30 |
31 | function Delete() {
32 | if($this->id_user === null) return false;
33 | $req = self::$_sql->prepare("DELETE FROM user_validation WHERE id_user = ?");
34 | return $req->execute([$this->id_user]);
35 | }
36 |
37 | function Insertion() {
38 | if($this->id_user === null || !isset($this->val_key)) return false;
39 | return $this->insert('user_validation', [
40 | 'id' => null,
41 | 'id_user' => $this->id_user,
42 | 'val_key' => $this->val_key
43 | ]);
44 | }
45 |
46 | function Update() {
47 | if($this->id_user === null || !isset($this->val_key)) return false;
48 | $req = self::$_sql->prepare("UPDATE user_validation SET val_key = ? WHERE id_user = ?");
49 | return $req->execute([$this->val_key, $this->id_user]);
50 | }
51 | }
52 |
--------------------------------------------------------------------------------
/application/views/Bug.php:
--------------------------------------------------------------------------------
1 | Global->bug);
5 |
6 | $_t->addCss([
7 | '2018/style'
8 | ])->addJs(['Bug', 'check']);
9 |
10 | echo $_t->getHead();
11 | echo $_t->getHeader();
12 | echo $_t->getSidebar();
13 | ?>
14 |
54 | getFooter();
56 | ?>
57 |
--------------------------------------------------------------------------------
/application/views/Dl.php:
--------------------------------------------------------------------------------
1 | Global->user);
5 |
6 | $_t->addCss([
7 | 'Interface/progress_bar',
8 | '2018/style',
9 | '2018/transfers'
10 | ])->addJs([
11 | 'Interface/modules/ExtIcons',
12 | 'Interface/modules/Decryption',
13 | 'Interface/modules/Files',
14 | 'Interface/modules/Time',
15 | 'Interface/modules/Transfers',
16 | 'src/crypto/sjcl',
17 | 'Interface/idb.filesystem.min',
18 | 'Dl'
19 | ]);
20 |
21 | echo $_t->getHead();
22 | echo $_t->getHeader();
23 | ?>
24 |
25 |
26 |
30 |
31 |
32 |
33 |
34 |
35 |
36 | User->uploadedBy));
38 | echo ' '.date(self::$txt->Dates->date.' '.self::$txt->Dates->time, $infos['last_modification']);
39 | ?>
40 |
41 |
User->size; echo ': '.$filesize; ?>
42 |
43 |
44 |
45 |
46 |
47 |
48 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 | Global->transfers; ?>
65 |
66 |
67 |
68 |
69 |
70 |
71 | - User->uploading; ?>
72 | - User->downloading; ?>
73 |
74 |
75 |
76 |
77 | User->nothing; ?>
78 | User->nothing; ?>
79 |
80 |
81 |
82 | getFooter();
84 | ?>
85 |
--------------------------------------------------------------------------------
/application/views/DoubleAuth.php:
--------------------------------------------------------------------------------
1 | Global->login);
5 |
6 | $_t->addCss([
7 | '2018/style'
8 | ])->addJs('check');
9 |
10 | echo $_t->getHead();
11 | echo $_t->getHeader();
12 | ?>
13 |
24 | getFooter();
26 | ?>
27 |
--------------------------------------------------------------------------------
/application/views/Error.php:
--------------------------------------------------------------------------------
1 | addCss([
7 | '2018/style'
8 | ]);
9 |
10 | echo $_t->getHead();
11 | echo $_t->getHeader();
12 | ?>
13 |
18 | getFooter();
20 | ?>
21 |
--------------------------------------------------------------------------------
/application/views/Favorites.php:
--------------------------------------------------------------------------------
1 | Global->favorites);
5 |
6 | $_t->addCss([
7 | 'Interface/box',
8 | 'Interface/MessageBox',
9 | 'Interface/progress_bar',
10 | '2018/style',
11 | '2018/transfers',
12 | '2018/tree',
13 | '2018/selection'
14 | ])->addJs([
15 | 'Interface/modules/Arrows',
16 | 'Interface/modules/Box',
17 | 'Interface/modules/Decryption',
18 | 'Interface/modules/Encryption',
19 | 'Interface/modules/ExtIcons',
20 | 'Interface/modules/Favorites',
21 | 'Interface/modules/Files',
22 | 'Interface/modules/Folders',
23 | 'Interface/modules/MessageBox',
24 | 'Interface/modules/Move',
25 | 'Interface/modules/Rm',
26 | 'Interface/modules/Selection',
27 | 'Interface/modules/Time',
28 | 'Interface/modules/Transfers',
29 | 'Interface/modules/Trash',
30 | 'Interface/modules/Upload',
31 | 'check',
32 | 'src/crypto/sjcl',
33 | 'Interface/idb.filesystem.min',
34 | 'Interface/Request',
35 | 'Interface/interface'
36 | ]);
37 |
38 | echo $_t->getHead();
39 | echo $_t->getHeader();
40 | echo $_t->getSidebar();
41 | ?>
42 |
57 | getFooter();
59 | ?>
60 |
--------------------------------------------------------------------------------
/application/views/Login.php:
--------------------------------------------------------------------------------
1 | Global->login);
5 |
6 | $_t->addCss([
7 | '2018/style'
8 | ])->addJs([
9 | 'base64',
10 | 'src/crypto/sjcl',
11 | 'sha512',
12 | 'mui_hash',
13 | 'Login/log_connect'
14 | ]);
15 |
16 | echo $_t->getHead();
17 | echo $_t->getHeader();
18 | ?>
19 |
20 |
21 | '.self::$txt->Validate->done.'
';
23 | } ?>
24 |
25 |
55 |
56 | getFooter();
58 | ?>
59 |
--------------------------------------------------------------------------------
/application/views/LostPass.php:
--------------------------------------------------------------------------------
1 | Login->forgot);
5 |
6 | $_t->addCss([
7 | '2018/style'
8 | ]);
9 |
10 | echo $_t->getHead();
11 | echo $_t->getHeader();
12 | ?>
13 |
14 |
29 |
30 | getFooter();
32 | ?>
33 |
--------------------------------------------------------------------------------
/application/views/LostPassForm.php:
--------------------------------------------------------------------------------
1 | Login->forgot);
5 |
6 | $_t->addCss([
7 | '2018/style'
8 | ])->addJs([
9 | 'base64',
10 | 'sha512',
11 | 'mui_hash',
12 | 'LostPass/lostpass'
13 | ]);
14 |
15 | echo $_t->getHead();
16 | echo $_t->getHeader();
17 | ?>
18 |
41 | getFooter();
43 | ?>
44 |
--------------------------------------------------------------------------------
/application/views/Message.php:
--------------------------------------------------------------------------------
1 | Global->validate);
5 |
6 | $_t->addCss([
7 | '2018/style'
8 | ]);
9 |
10 | echo $_t->getHead();
11 | echo $_t->getHeader();
12 | ?>
13 |
14 |
15 | _message)) { echo_h($this->_message); } ?>
16 |
17 |
18 | getFooter();
20 | ?>
21 |
--------------------------------------------------------------------------------
/application/views/Recent.php:
--------------------------------------------------------------------------------
1 | Global->recents);
5 |
6 | $_t->addCss([
7 | 'Interface/box',
8 | 'Interface/MessageBox',
9 | 'Interface/progress_bar',
10 | '2018/style',
11 | '2018/transfers',
12 | '2018/tree',
13 | '2018/selection'
14 | ])->addJs([
15 | 'Interface/modules/Arrows',
16 | 'Interface/modules/Box',
17 | 'Interface/modules/Decryption',
18 | 'Interface/modules/Encryption',
19 | 'Interface/modules/ExtIcons',
20 | 'Interface/modules/Favorites',
21 | 'Interface/modules/Files',
22 | 'Interface/modules/Folders',
23 | 'Interface/modules/MessageBox',
24 | 'Interface/modules/Move',
25 | 'Interface/modules/Rm',
26 | 'Interface/modules/Selection',
27 | 'Interface/modules/Time',
28 | 'Interface/modules/Transfers',
29 | 'Interface/modules/Trash',
30 | 'Interface/modules/Upload',
31 | 'check',
32 | 'src/crypto/sjcl',
33 | 'Interface/idb.filesystem.min',
34 | 'Interface/Request',
35 | 'Interface/interface'
36 | ]);
37 |
38 | echo $_t->getHead();
39 | echo $_t->getHeader();
40 | echo $_t->getSidebar();
41 | ?>
42 |
54 | getFooter();
56 | ?>
57 |
--------------------------------------------------------------------------------
/application/views/Register.php:
--------------------------------------------------------------------------------
1 | Global->register);
5 |
6 | $_t->addCss([
7 | '2018/style'
8 | ])->addJS([
9 | 'src/crypto/sjcl',
10 | 'base64',
11 | 'sha512',
12 | 'mui_hash',
13 | 'Register/log_register'
14 | ]);
15 |
16 | echo $_t->getHead();
17 | echo $_t->getHeader();
18 | ?>
19 |
71 | getFooter();
73 | ?>
74 |
--------------------------------------------------------------------------------
/application/views/SendMail.php:
--------------------------------------------------------------------------------
1 | Global->validate);
4 |
5 | $_t->addCss([
6 | '2018/style'
7 | ]);
8 |
9 | echo $_t->getHead();
10 | echo $_t->getHeader();
11 | ?>
12 |
18 | getFooter();
20 | ?>
21 |
--------------------------------------------------------------------------------
/application/views/Sharing.php:
--------------------------------------------------------------------------------
1 | Global->sharing);
5 |
6 | $_t->addCss([
7 | 'Interface/box',
8 | 'Interface/MessageBox',
9 | 'Interface/progress_bar',
10 | '2018/style',
11 | '2018/transfers',
12 | '2018/tree',
13 | '2018/selection'
14 | ])->addJs([
15 | 'Interface/modules/Arrows',
16 | 'Interface/modules/Box',
17 | 'Interface/modules/Decryption',
18 | 'Interface/modules/Encryption',
19 | 'Interface/modules/ExtIcons',
20 | 'Interface/modules/Favorites',
21 | 'Interface/modules/Files',
22 | 'Interface/modules/Folders',
23 | 'Interface/modules/MessageBox',
24 | 'Interface/modules/Move',
25 | 'Interface/modules/Rm',
26 | 'Interface/modules/Selection',
27 | 'Interface/modules/Time',
28 | 'Interface/modules/Transfers',
29 | 'Interface/modules/Trash',
30 | 'Interface/modules/Upload',
31 | 'check',
32 | 'src/crypto/sjcl',
33 | 'Interface/idb.filesystem.min',
34 | 'Interface/Request',
35 | 'Interface/interface'
36 | ]);
37 |
38 | echo $_t->getHead();
39 | echo $_t->getHeader();
40 | echo $_t->getSidebar();
41 | ?>
42 |
54 | getFooter();
56 | ?>
57 |
--------------------------------------------------------------------------------
/application/views/Upgrade.php:
--------------------------------------------------------------------------------
1 | UserMenu->moreStorage);
5 |
6 | $_t->addCss([
7 | '2018/style'
8 | ]);
9 |
10 | echo $_t->getHead();
11 | echo $_t->getHeader();
12 | echo $_t->getSidebar();
13 | ?>
14 |
15 |
Upgrade->upgradeMui; ?>
16 |
17 |
18 |
Upgrade->mue; ?>
19 |
20 |
21 |
22 |
23 |
24 |
Upgrade->history; ?>
25 |
26 |
27 | User->size; ?> |
28 | Upgrade->price; ?> |
29 | Upgrade->start_date; ?> |
30 | Upgrade->end_date; ?> |
31 | |
32 |
33 |
34 |
35 |
36 | getFooter();
38 | ?>
39 |
--------------------------------------------------------------------------------
/application/views/Validate.php:
--------------------------------------------------------------------------------
1 | Global->validate);
5 |
6 | $_t->addCss([
7 | '2018/style'
8 | ]);
9 |
10 | echo $_t->getHead();
11 | echo $_t->getHeader();
12 | ?>
13 |
19 | getFooter();
21 | ?>
22 |
--------------------------------------------------------------------------------
/config/.htaccess:
--------------------------------------------------------------------------------
1 | Require all denied
--------------------------------------------------------------------------------
/config/autoload.php:
--------------------------------------------------------------------------------
1 | txt->Error->bannedSession);
45 | exit;
46 | }
47 |
48 | require_once("library/MVC/Functions.php");
49 | /* ROUTING */
50 | $_routing = l\Routing::getInstance();
51 | $_routing->route();
52 | //
53 | ?>
54 |
--------------------------------------------------------------------------------
/library/.htaccess:
--------------------------------------------------------------------------------
1 | Require all denied
--------------------------------------------------------------------------------
/library/MVC/AntiBruteforce.php:
--------------------------------------------------------------------------------
1 | _prefix = $prefix;
18 | $this->_id = $id;
19 | // Temporary file with the number of connections/requests for the user, username is encrypted with sha1 and a salt for more security.
20 | $this->_tmpFile = $this->_folder.'/'.$prefix.sha1($id.'c4$AZ_').'.tmp';
21 | }
22 |
23 | function setSID($prefix = '') {
24 | $this->_prefix = $prefix;
25 | $this->_sid = session_id();
26 | // Temporary file with the number of connections/requests for the session id, session id is encrypted with sha1 and a salt for more security.
27 | $this->_tmpFile = $this->_folder.'/'.$prefix.sha1(session_id().'c4$AZ_').'.tmp';
28 | }
29 |
30 | function setFolder($folder) {
31 | $this->_folder = $folder;
32 | }
33 |
34 | function setNbMaxAttemptsPerHour($nbMaxAttemptsPerHour) {
35 | $this->_nbMaxAttemptsPerHour = $nbMaxAttemptsPerHour;
36 | }
37 |
38 | function getError() {
39 | return $this->_error;
40 | }
41 |
42 | function getNbMaxAttemptsPerHour() {
43 | return $this->_nbMaxAttemptsPerHour;
44 | }
45 |
46 | function banSID() {
47 | unlink($this->_folder.'/'.$this->_prefix.sha1(session_id().'c4$AZ_').'.tmp');
48 | $_SESSION['banSID'] = 1;
49 | }
50 |
51 | function Control() {
52 | // This function increments the connection counter or reset it, and possibly launch a warning/ban
53 |
54 | $this->_error = 0;
55 | if(!file_exists($this->_tmpFile)) {
56 | // If the file doesn't exists, we create it
57 | $file = fopen($this->_tmpFile, "w");
58 | fwrite($file, time().';1');
59 | }
60 | else {
61 | // File exists
62 | $fileContent = file_get_contents($this->_tmpFile);
63 | list($timestamp, $nbAttempts) = explode(";", $fileContent);
64 |
65 | // We open the file
66 | $file = fopen($this->_tmpFile, "w");
67 |
68 | if(time() > $timestamp+3600) {
69 | // If the last modification is more than an hour, the file is reset to 0
70 | fwrite($file, time().';1');
71 | }
72 | else {
73 | // Less than one hour
74 | if($nbAttempts > $this->_nbMaxAttemptsPerHour) {
75 | $this->banSID();
76 | $this->_error = 2;
77 | }
78 | elseif($nbAttempts > ($this->_nbMaxAttemptsPerHour-3)) {
79 | // Warning message explaining that a maximum x number of connections/requests per hour is allowed
80 | $this->_error = 1;
81 | }
82 | $nbAttempts++;
83 |
84 | // Update file
85 | fwrite($file, $timestamp.';'.$nbAttempts);
86 | }
87 | }
88 | fclose($file);
89 | }
90 | }
91 |
--------------------------------------------------------------------------------
/library/MVC/Functions.php:
--------------------------------------------------------------------------------
1 | size in bytes
17 | if(!is_numeric($size)) return 0;
18 | if($size <= 0) return 0;
19 | $base = log($size, 1000);
20 | $suffixes = array_values((array)\library\MVC\Languages::$txt->Units);
21 | return round(pow(1000, $base - floor($base)), $precision) .' '. $suffixes[floor($base)];
22 | }
23 |
24 | function currencySymbol($currency) {
25 | $currencies = [
26 | 'EUR' => '€',
27 | 'USD' => '$',
28 | 'GBP' => '£',
29 | 'JPY' => '¥',
30 | 'CNY' => '¥',
31 | 'RUB' => '₽',
32 | 'BTC' => '฿'
33 | ];
34 | return array_key_exists(strtoupper($currency), $currencies) ? $currencies[strtoupper($currency)] : $currency;
35 | }
36 |
--------------------------------------------------------------------------------
/library/MVC/Languages.php:
--------------------------------------------------------------------------------
1 | 'English',
15 | 'de' => 'Deutsch',
16 | 'es' => 'Español',
17 | 'fr' => 'Français',
18 | 'it' => 'Italiano',
19 | 'pl' => 'Polskie',
20 | 'ru' => 'Русский',
21 | 'zh-cn' => '简体中文'
22 | ];
23 |
24 | // Constructor loads user language json
25 | function __construct($tab = '') {
26 | if(is_array($tab)) {
27 | if(array_key_exists('mustBeLogged', $tab)) {
28 | if($tab['mustBeLogged'] === true && !isset($_SESSION['id'])) {
29 | exit(header('Location: '.MVC_ROOT.'/Login'));
30 | }
31 | }
32 | if(array_key_exists('mustBeValidated', $tab)) {
33 | if($tab['mustBeValidated'] === true && isset($_SESSION['validate'])) {
34 | exit(header('Location: '.MVC_ROOT.'/Validate'));
35 | }
36 | }
37 | }
38 | // Get user language
39 | $lang = !empty($_COOKIE['lang']) ? htmlentities($_COOKIE['lang']) : DEFAULT_LANGUAGE;
40 | self::loadLanguage($lang);
41 | }
42 |
43 | public static function loadLanguage($lang) {
44 | if(file_exists(DIR_LANGUAGE.$lang.".json")) {
45 | $_json = file_get_contents(DIR_LANGUAGE.$lang.".json");
46 | self::$userLanguage = $lang;
47 | } elseif($lang === DEFAULT_LANGUAGE) {
48 | exit('Unable to load DEFAULT_LANGUAGE JSON !');
49 | } else {
50 | self::loadLanguage(DEFAULT_LANGUAGE);
51 | }
52 |
53 | self::$txt = json_decode($_json);
54 | if(json_last_error() !== 0) {
55 | if($lang === DEFAULT_LANGUAGE) {
56 | exit('Error in the DEFAULT_LANGUAGE JSON !');
57 | }
58 | self::loadLanguage(DEFAULT_LANGUAGE);
59 | }
60 | return true;
61 | }
62 |
63 | // Returns a language selector (select)
64 | public static function getLanguageSelector() {
65 | $html = '
66 | ';
72 | return $html;
73 | }
74 | }
75 |
--------------------------------------------------------------------------------
/library/MVC/Mail.php:
--------------------------------------------------------------------------------
1 | $attr = $val;
15 | }
16 |
17 | function send() {
18 | $passage_line = "\n";
19 | // We filter servers that encounter bugs.
20 | if (!preg_match("#^[a-z0-9._-]+@(hotmail|live|msn).[a-z]{2,4}$#", $this->_to)) {
21 | $passage_line = "\r\n";
22 | }
23 |
24 | // Message in txt format and in HTML format
25 | $message_txt = strip_tags(str_replace(['
','
','
'], $passage_line, $this->_message));
26 | $message_html = $this->_message;
27 |
28 | $mail = new \PHPMailer();
29 | //$mail->SMTPDebug = 3; // Debug
30 | $mail->isSMTP();
31 | $mail->Host = conf\confMail::smtp_host;
32 | $mail->SMTPAuth = true;
33 | $mail->Username = conf\confMail::user;
34 | $mail->Password = conf\confMail::password;
35 | $mail->SMTPSecure = conf\confMail::smtp_secure;
36 | $mail->Port = conf\confMail::port;
37 |
38 | $mail->setFrom(conf\confMail::user, conf\confMail::username);
39 | $mail->AddReplyTo(conf\confMail::user, conf\confMail::username);
40 | $mail->addAddress($this->_to);
41 | $mail->isHTML(true);
42 | $mail->CharSet = "utf-8";
43 | $mail->Subject = $this->_subject;
44 | $mail->Body = $message_html;
45 | $mail->AltBody = $message_txt;
46 |
47 | $mail->SMTPOptions = [
48 | 'ssl' => [
49 | 'verify_peer' => false,
50 | 'verify_peer_name' => false,
51 | 'allow_self_signed' => true
52 | ]
53 | ];
54 | $mail->send();
55 | }
56 | }
57 |
--------------------------------------------------------------------------------
/library/MVC/Model.php:
--------------------------------------------------------------------------------
1 | setAttribute(\PDO::ATTR_ERRMODE, \PDO::ERRMODE_EXCEPTION);
13 | self::$_sql->setAttribute(\PDO::ATTR_EMULATE_PREPARES, false);
14 | }
15 |
16 | public static function getInstance() {
17 | if (!isset(self::$_sql)) {
18 | $c = __CLASS__;
19 | self::$_sql = new $c;
20 | }
21 | return self::$_sql;
22 | }
23 |
24 | function getLastInsertedId() {
25 | return self::$_sql->lastInsertId();
26 | }
27 |
28 | protected function insert($table, $data) {
29 | if(!is_string($table) || !is_array($data) || count($data) < 1) return false;
30 | $keys = array_keys($data);
31 | $req = self::$_sql->prepare("INSERT INTO ".$table." (".implode(",", $keys).") VALUES (:".implode(",:", $keys).")");
32 | foreach($data as $k => $v) {
33 | $req->bindValue(':'.$k, $v);
34 | }
35 | return $req->execute();
36 | }
37 |
38 | public function __get($attr) {
39 | return $this->$attr;
40 | }
41 |
42 | public function __set($attr, $val) {
43 | $this->$attr = $val;
44 | }
45 | }
46 |
--------------------------------------------------------------------------------
/library/MVC/Routing.php:
--------------------------------------------------------------------------------
1 | clear_empty_value($arguments); // Remove useless "/"
23 | // Number of arguments
24 | $nb_args = count($arguments);
25 |
26 | if($nb_args == 0) { // No arguments, we'll display default page
27 | $_controller = DEFAULT_CONTROLLER;
28 | $_method = DEFAULT_FUNCTION;
29 | }
30 | else {
31 | if(substr($arguments[$nb_args-1], 0, 1) === '?') {
32 | // Query string support
33 | array_pop($arguments);
34 | $nb_args--;
35 | }
36 | // Controller is the first argument
37 | $_controller = $arguments[0];
38 |
39 | // More arguments ?
40 | if($nb_args > 1) {
41 | // Method is the second argument
42 | // We add "Action" suffix to tell that it's a method called in the url (to differentiate with other methods)
43 | $_method = $arguments[1].'Action';
44 | if($nb_args > 2) {
45 | // If there are more arguments, then these are the parameters
46 | for($i = 2; $i < $nb_args; $i++) {
47 | $params[$i-2] = $arguments[$i];
48 | }
49 | }
50 | }
51 | }
52 |
53 | if (!file_exists(DIR_CLASS.'/'.$_controller.'.php')) {
54 | // Error : Controller doesn't exists
55 | header('Location: '.MVC_ROOT.'/Error/Error/404');
56 | }
57 | else {
58 | require_once(DIR_CLASS.'/'.$_controller.'.php');
59 | }
60 | $c = '\application\controllers\\'.$_controller;
61 |
62 | if (!class_exists($c)) {
63 | // Error : Class doesn't exists
64 | header('Location: '.MVC_ROOT.'/Error/Error/404');
65 | }
66 | else {
67 | // Call the controller
68 | $_class = new $c();
69 |
70 | // Call a method ?
71 | if(!empty($_method)) {
72 | if(!method_exists($_class, $_method)) {
73 | // Error : Method doesn't exists
74 | header('Location: '.MVC_ROOT.'/Error/Error/404');
75 | }
76 | else {
77 | // Are there parameters ?
78 | if(!empty($params)) {
79 | $nb_params = count($params);
80 | $r = new \ReflectionMethod($_class, $_method);
81 |
82 | if($r->getNumberOfRequiredParameters() > $nb_params) {
83 | // Error : Not enough parameters for calling this method
84 | header('Location: '.MVC_ROOT.'/Error/Error/404');
85 | }
86 | else {
87 | call_user_func_array([$_class, $_method], $params);
88 | }
89 | }
90 | else {
91 | $r = new \ReflectionMethod($_class, $_method);
92 | if($r->getNumberOfRequiredParameters() > 0) {
93 | // Error : Not enough parameters for calling this method
94 | header('Location: '.MVC_ROOT.'/Error/Error/404');
95 | }
96 | else {
97 | $_class->$_method();
98 | }
99 | }
100 | }
101 | }
102 | else {
103 | // No method called
104 | // "DefaultAction" is the default method, if "DefaultAction" exists, we call it
105 | if(method_exists($_class, "DefaultAction")) {
106 | $_class->DefaultAction();
107 | }
108 | }
109 | }
110 |
111 | }
112 |
113 | // Allows to delete useless "/" in the url
114 | function clear_empty_value(&$array) {
115 | foreach ($array as $key => $value) {
116 | if(empty($value)) unset($array[$key]);
117 | }
118 | $array = array_values($array);
119 | }
120 | }
121 |
--------------------------------------------------------------------------------
/library/PHPMailer/class.phpmaileroauthgoogle.php:
--------------------------------------------------------------------------------
1 |
8 | * @author Jim Jagielski (jimjag)
9 | * @author Andy Prevost (codeworxtech)
10 | * @author Brent R. Matzelle (original founder)
11 | * @copyright 2012 - 2014 Marcus Bointon
12 | * @copyright 2010 - 2012 Jim Jagielski
13 | * @copyright 2004 - 2009 Andy Prevost
14 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
15 | * @note This program is distributed in the hope that it will be useful - WITHOUT
16 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 | * FITNESS FOR A PARTICULAR PURPOSE.
18 | */
19 |
20 | /**
21 | * PHPMailerOAuthGoogle - Wrapper for League OAuth2 Google provider.
22 | * @package PHPMailer
23 | * @author @sherryl4george
24 | * @author Marcus Bointon (@Synchro)
25 | * @link https://github.com/thephpleague/oauth2-client
26 | */
27 | class PHPMailerOAuthGoogle
28 | {
29 | private $oauthUserEmail = '';
30 | private $oauthRefreshToken = '';
31 | private $oauthClientId = '';
32 | private $oauthClientSecret = '';
33 |
34 | /**
35 | * @param string $UserEmail
36 | * @param string $ClientSecret
37 | * @param string $ClientId
38 | * @param string $RefreshToken
39 | */
40 | public function __construct(
41 | $UserEmail,
42 | $ClientSecret,
43 | $ClientId,
44 | $RefreshToken
45 | ) {
46 | $this->oauthClientId = $ClientId;
47 | $this->oauthClientSecret = $ClientSecret;
48 | $this->oauthRefreshToken = $RefreshToken;
49 | $this->oauthUserEmail = $UserEmail;
50 | }
51 |
52 | private function getProvider()
53 | {
54 | return new League\OAuth2\Client\Provider\Google([
55 | 'clientId' => $this->oauthClientId,
56 | 'clientSecret' => $this->oauthClientSecret
57 | ]);
58 | }
59 |
60 | private function getGrant()
61 | {
62 | return new \League\OAuth2\Client\Grant\RefreshToken();
63 | }
64 |
65 | private function getToken()
66 | {
67 | $provider = $this->getProvider();
68 | $grant = $this->getGrant();
69 | return $provider->getAccessToken($grant, ['refresh_token' => $this->oauthRefreshToken]);
70 | }
71 |
72 | public function getOauth64()
73 | {
74 | $token = $this->getToken();
75 | return base64_encode("user=" . $this->oauthUserEmail . "\001auth=Bearer " . $token . "\001\001");
76 | }
77 | }
78 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-am.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP -ի սխալ: չհաջողվեց ստուգել իսկությունը.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP -ի սխալ: չհաջողվեց կապ հաստատել SMTP սերվերի հետ.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP -ի սխալ: տվյալները ընդունված չեն.';
11 | $PHPMAILER_LANG['empty_message'] = 'Հաղորդագրությունը դատարկ է';
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['invalid_address'] = 'Հասցեն սխալ է: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' փոստային սերվերի հետ չի աշխատում.';
20 | $PHPMAILER_LANG['provide_address'] = 'Անհրաժեշտ է տրամադրել գոնե մեկ ստացողի e-mail հասցե.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP -ի սխալ: չի հաջողվել ուղարկել հետևյալ ստացողների հասցեներին: ';
22 | $PHPMAILER_LANG['signing'] = 'Ստորագրման սխալ: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP -ի connect() ֆունկցիան չի հաջողվել';
24 | $PHPMAILER_LANG['smtp_error'] = 'SMTP սերվերի սխալ: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Չի հաջողվում ստեղծել կամ վերափոխել փոփոխականը: ';
26 | $PHPMAILER_LANG['extension_missing'] = 'Հավելվածը բացակայում է: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-ar.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'خطأ SMTP : لا يمكن تأكيد الهوية.';
9 | $PHPMAILER_LANG['connect_host'] = 'خطأ SMTP: لا يمكن الاتصال بالخادم SMTP.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'خطأ SMTP: لم يتم قبول المعلومات .';
11 | $PHPMAILER_LANG['empty_message'] = 'نص الرسالة فارغ';
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'] = 'لا يمكن توفير خدمة البريد.';
18 | $PHPMAILER_LANG['invalid_address'] = 'الإرسال غير ممكن لأن عنوان البريد الإلكتروني غير صالح: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' برنامج الإرسال غير مدعوم.';
20 | $PHPMAILER_LANG['provide_address'] = 'يجب توفير عنوان البريد الإلكتروني لمستلم واحد على الأقل.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'خطأ SMTP: الأخطاء التالية ' .
22 | 'فشل في الارسال لكل من : ';
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'] = 'Extension missing: ';
28 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-az.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'Памылка SMTP: памылка ідэнтыфікацыі.';
9 | $PHPMAILER_LANG['connect_host'] = 'Памылка SMTP: нельга ўстанавіць сувязь з SMTP-серверам.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'Памылка SMTP: звесткі непрынятыя.';
11 | $PHPMAILER_LANG['empty_message'] = 'Пустое паведамленне.';
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['invalid_address'] = 'Нельга даслаць паведамленне, няправільны email атрымальніка: ';
19 | $PHPMAILER_LANG['provide_address'] = 'Запоўніце, калі ласка, правільны email атрымальніка.';
20 | $PHPMAILER_LANG['mailer_not_supported'] = ' - паштовы сервер не падтрымліваецца.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'Памылка SMTP: няправільныя атрымальнікі: ';
22 | $PHPMAILER_LANG['signing'] = 'Памылка подпісу паведамлення: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Памылка сувязі з SMTP-серверам.';
24 | $PHPMAILER_LANG['smtp_error'] = 'Памылка SMTP: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Нельга ўстанавіць або перамяніць значэнне пераменнай: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-bg.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP грешка: Не може да се удостовери пред сървъра.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP грешка: Не може да се свърже с SMTP хоста.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: данните не са приети.';
11 | $PHPMAILER_LANG['empty_message'] = 'Съдържанието на съобщението е празно';
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['invalid_address'] = 'Невалиден адрес: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' - пощенски сървър не се поддържа.';
20 | $PHPMAILER_LANG['provide_address'] = 'Трябва да предоставите поне един email адрес за получател.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: Следните адреси за Получател са невалидни: ';
22 | $PHPMAILER_LANG['signing'] = 'Грешка при подписване: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP провален connect().';
24 | $PHPMAILER_LANG['smtp_error'] = 'SMTP сървърна грешка: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Не може да се установи или възстанови променлива: ';
26 | $PHPMAILER_LANG['extension_missing'] = 'Липсва разширение: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-ca.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'Error SMTP: No s’ha pogut autenticar.';
9 | $PHPMAILER_LANG['connect_host'] = 'Error SMTP: No es pot connectar al servidor SMTP.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Dades no acceptades.';
11 | $PHPMAILER_LANG['empty_message'] = 'El cos del missatge està buit.';
12 | $PHPMAILER_LANG['encoding'] = 'Codificació desconeguda: ';
13 | $PHPMAILER_LANG['execute'] = 'No es pot executar: ';
14 | $PHPMAILER_LANG['file_access'] = 'No es pot accedir a l’arxiu: ';
15 | $PHPMAILER_LANG['file_open'] = 'Error d’Arxiu: No es pot obrir l’arxiu: ';
16 | $PHPMAILER_LANG['from_failed'] = 'La(s) següent(s) adreces de remitent han fallat: ';
17 | $PHPMAILER_LANG['instantiate'] = 'No s’ha pogut crear una instància de la funció Mail.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Adreça d’email invalida: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer no està suportat';
20 | $PHPMAILER_LANG['provide_address'] = 'S’ha de proveir almenys una adreça d’email com a destinatari.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Els següents destinataris han fallat: ';
22 | $PHPMAILER_LANG['signing'] = 'Error al signar: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Ha fallat el SMTP Connect().';
24 | $PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: ';
25 | $PHPMAILER_LANG['variable_set'] = 'No s’ha pogut establir o restablir la variable: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-ch.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP 错误:身份验证失败。';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP 错误: 不能连接SMTP主机。';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误: 数据不可接受。';
11 | //$PHPMAILER_LANG['empty_message'] = 'Message body empty';
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['invalid_address'] = 'Invalid address: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' 您所选择的发送邮件的方法并不支持。';
20 | $PHPMAILER_LANG['provide_address'] = '您必须提供至少一个 收信人的email地址。';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误: 下面的 收件人失败了: ';
22 | //$PHPMAILER_LANG['signing'] = 'Signing Error: ';
23 | //$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
24 | //$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
25 | //$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-cs.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP fejl: Kunne ikke logge på.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP fejl: Kunne ikke tilslutte SMTP serveren.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP fejl: Data kunne ikke accepteres.';
11 | //$PHPMAILER_LANG['empty_message'] = 'Message body empty';
12 | $PHPMAILER_LANG['encoding'] = 'Ukendt encode-format: ';
13 | $PHPMAILER_LANG['execute'] = 'Kunne ikke køre: ';
14 | $PHPMAILER_LANG['file_access'] = 'Ingen adgang til fil: ';
15 | $PHPMAILER_LANG['file_open'] = 'Fil fejl: Kunne ikke åbne filen: ';
16 | $PHPMAILER_LANG['from_failed'] = 'Følgende afsenderadresse er forkert: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Kunne ikke initialisere email funktionen.';
18 | //$PHPMAILER_LANG['invalid_address'] = 'Invalid address: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer understøttes ikke.';
20 | $PHPMAILER_LANG['provide_address'] = 'Du skal indtaste mindst en modtagers emailadresse.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP fejl: Følgende modtagere er forkerte: ';
22 | //$PHPMAILER_LANG['signing'] = 'Signing Error: ';
23 | //$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
24 | //$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
25 | //$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-de.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'Error SMTP: Imposible autentificar.';
9 | $PHPMAILER_LANG['connect_host'] = 'Error SMTP: Imposible conectar al servidor SMTP.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Datos no aceptados.';
11 | $PHPMAILER_LANG['empty_message'] = 'El cuerpo del mensaje está vacío';
12 | $PHPMAILER_LANG['encoding'] = 'Codificación desconocida: ';
13 | $PHPMAILER_LANG['execute'] = 'Imposible ejecutar: ';
14 | $PHPMAILER_LANG['file_access'] = 'Imposible acceder al archivo: ';
15 | $PHPMAILER_LANG['file_open'] = 'Error de Archivo: Imposible abrir el archivo: ';
16 | $PHPMAILER_LANG['from_failed'] = 'La(s) siguiente(s) direcciones de remitente fallaron: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Imposible crear una instancia de la función Mail.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Imposible enviar: dirección de email inválido: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer no está soportado.';
20 | $PHPMAILER_LANG['provide_address'] = 'Debe proporcionar al menos una dirección de email de destino.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Los siguientes destinos fallaron: ';
22 | $PHPMAILER_LANG['signing'] = 'Error al firmar: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falló.';
24 | $PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: ';
25 | $PHPMAILER_LANG['variable_set'] = 'No se pudo configurar la variable: ';
26 | $PHPMAILER_LANG['extension_missing'] = 'Extensión faltante: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-et.php:
--------------------------------------------------------------------------------
1 |
7 | */
8 |
9 | $PHPMAILER_LANG['authenticate'] = 'SMTP Viga: Autoriseerimise viga.';
10 | $PHPMAILER_LANG['connect_host'] = 'SMTP Viga: Ei õnnestunud luua ühendust SMTP serveriga.';
11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Viga: Vigased andmed.';
12 | $PHPMAILER_LANG['empty_message'] = 'Tühi kirja sisu';
13 | $PHPMAILER_LANG["encoding"] = 'Tundmatu kodeering: ';
14 | $PHPMAILER_LANG['execute'] = 'Tegevus ebaõnnestus: ';
15 | $PHPMAILER_LANG['file_access'] = 'Pole piisavalt õiguseid järgneva faili avamiseks: ';
16 | $PHPMAILER_LANG['file_open'] = 'Faili Viga: Faili avamine ebaõnnestus: ';
17 | $PHPMAILER_LANG['from_failed'] = 'Järgnev saatja e-posti aadress on vigane: ';
18 | $PHPMAILER_LANG['instantiate'] = 'mail funktiooni käivitamine ebaõnnestus.';
19 | $PHPMAILER_LANG['invalid_address'] = 'Saatmine peatatud, e-posti address vigane: ';
20 | $PHPMAILER_LANG['provide_address'] = 'Te peate määrama vähemalt ühe saaja e-posti aadressi.';
21 | $PHPMAILER_LANG['mailer_not_supported'] = ' maileri tugi puudub.';
22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Viga: Järgnevate saajate e-posti aadressid on vigased: ';
23 | $PHPMAILER_LANG["signing"] = 'Viga allkirjastamisel: ';
24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() ebaõnnestus.';
25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP serveri viga: ';
26 | $PHPMAILER_LANG['variable_set'] = 'Ei õnnestunud määrata või lähtestada muutujat: ';
27 | $PHPMAILER_LANG['extension_missing'] = 'Nõutud laiendus on puudu: ';
28 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-fa.php:
--------------------------------------------------------------------------------
1 |
6 | * @author Mohammad Hossein Mojtahedi
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'] = 'خطای File: امکان بازکردن فایل وجود ندارد: ';
17 | $PHPMAILER_LANG['from_failed'] = 'آدرس فرستنده اشتباه است: ';
18 | $PHPMAILER_LANG['instantiate'] = 'امکان معرفی تابع ایمیل وجود ندارد.';
19 | $PHPMAILER_LANG['invalid_address'] = 'آدرس ایمیل معتبر نیست: ';
20 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer پشتیبانی نمیشود.';
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 Server: ';
26 | $PHPMAILER_LANG['variable_set'] = 'امکان ارسال یا ارسال مجدد متغیرها وجود ندارد: ';
27 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
28 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-fi.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP feilur: Kundi ikki góðkenna.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP feilur: Data ikki góðkent.';
11 | //$PHPMAILER_LANG['empty_message'] = 'Message body empty';
12 | $PHPMAILER_LANG['encoding'] = 'Ókend encoding: ';
13 | $PHPMAILER_LANG['execute'] = 'Kundi ikki útføra: ';
14 | $PHPMAILER_LANG['file_access'] = 'Kundi ikki tilganga fílu: ';
15 | $PHPMAILER_LANG['file_open'] = 'Fílu feilur: Kundi ikki opna fílu: ';
16 | $PHPMAILER_LANG['from_failed'] = 'fylgjandi Frá/From adressa miseydnaðist: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Kuni ikki instantiera mail funktión.';
18 | //$PHPMAILER_LANG['invalid_address'] = 'Invalid address: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' er ikki supporterað.';
20 | $PHPMAILER_LANG['provide_address'] = 'Tú skal uppgeva minst móttakara-emailadressu(r).';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Feilur: Fylgjandi móttakarar miseydnaðust: ';
22 | //$PHPMAILER_LANG['signing'] = 'Signing Error: ';
23 | //$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
24 | //$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
25 | //$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-fr.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'Erro SMTP: Non puido ser autentificado.';
9 | $PHPMAILER_LANG['connect_host'] = 'Erro SMTP: Non puido conectar co servidor SMTP.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'Erro SMTP: Datos non aceptados.';
11 | $PHPMAILER_LANG['empty_message'] = 'Corpo da mensaxe vacía';
12 | $PHPMAILER_LANG['encoding'] = 'Codificación descoñecida: ';
13 | $PHPMAILER_LANG['execute'] = 'Non puido ser executado: ';
14 | $PHPMAILER_LANG['file_access'] = 'Nob puido acceder ó arquivo: ';
15 | $PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: No puido abrir o arquivo: ';
16 | $PHPMAILER_LANG['from_failed'] = 'A(s) seguinte(s) dirección(s) de remitente(s) deron erro: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Non puido crear unha instancia da función Mail.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Non puido envia-lo correo: dirección de email inválida: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer non está soportado.';
20 | $PHPMAILER_LANG['provide_address'] = 'Debe engadir polo menos unha dirección de email coma destino.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'Erro SMTP: Os seguintes destinos fallaron: ';
22 | $PHPMAILER_LANG['signing'] = 'Erro ó firmar: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallou.';
24 | $PHPMAILER_LANG['smtp_error'] = 'Erro do servidor SMTP: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Non puidemos axustar ou reaxustar a variábel: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-he.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'שגיאת SMTP: פעולת האימות נכשלה.';
9 | $PHPMAILER_LANG['connect_host'] = 'שגיאת SMTP: לא הצלחתי להתחבר לשרת SMTP.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'שגיאת SMTP: מידע לא התקבל.';
11 | $PHPMAILER_LANG['empty_message'] = 'גוף ההודעה ריק';
12 | $PHPMAILER_LANG['invalid_address'] = 'כתובת שגויה: ';
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['mailer_not_supported'] = ' אינה נתמכת.';
20 | $PHPMAILER_LANG['provide_address'] = 'חובה לספק לפחות כתובת אחת של מקבל המייל.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'שגיאת SMTP: הנמענים הבאים נכשלו: ';
22 | $PHPMAILER_LANG['signing'] = 'שגיאת חתימה: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
24 | $PHPMAILER_LANG['smtp_error'] = 'שגיאת שרת SMTP: ';
25 | $PHPMAILER_LANG['variable_set'] = 'לא ניתן לקבוע או לשנות את המשתנה: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-hr.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP Greška: Neuspjela autentikacija.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP Greška: Ne mogu se spojiti na SMTP poslužitelj.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Greška: Podatci nisu prihvaćeni.';
11 | $PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.';
12 | $PHPMAILER_LANG['encoding'] = 'Nepoznati encoding: ';
13 | $PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: ';
14 | $PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: ';
15 | $PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: ';
16 | $PHPMAILER_LANG['from_failed'] = 'SMTP Greška: Slanje s navedenih e-mail adresa nije uspjelo: ';
17 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Greška: Slanje na navedenih e-mail adresa nije uspjelo: ';
18 | $PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.';
19 | $PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: ';
20 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.';
21 | $PHPMAILER_LANG['provide_address'] = 'Definirajte barem jednu adresu primatelja.';
22 | $PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP poslužitelj nije uspjelo.';
24 | $PHPMAILER_LANG['smtp_error'] = 'Greška SMTP poslužitelja: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Ne mogu postaviti varijablu niti ju vratiti nazad: ';
26 | $PHPMAILER_LANG['extension_missing'] = 'Nedostaje proširenje: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-hu.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'Kesalahan SMTP: Tidak dapat mengautentikasi.';
9 | $PHPMAILER_LANG['connect_host'] = 'Kesalahan SMTP: Tidak dapat terhubung ke host SMTP.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'Kesalahan SMTP: Data tidak diterima peladen.';
11 | $PHPMAILER_LANG['empty_message'] = 'Isi pesan kosong';
12 | $PHPMAILER_LANG['encoding'] = 'Pengkodean karakter tidak dikenali: ';
13 | $PHPMAILER_LANG['execute'] = 'Tidak dapat menjalankan proses : ';
14 | $PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses berkas : ';
15 | $PHPMAILER_LANG['file_open'] = 'Kesalahan File: Berkas tidak bisa dibuka : ';
16 | $PHPMAILER_LANG['from_failed'] = 'Alamat pengirim berikut mengakibatkan error : ';
17 | $PHPMAILER_LANG['instantiate'] = 'Tidak dapat menginisialisasi fungsi email';
18 | $PHPMAILER_LANG['invalid_address'] = 'Gagal terkirim, alamat email tidak valid : ';
19 | $PHPMAILER_LANG['provide_address'] = 'Harus disediakan minimal satu alamat tujuan';
20 | $PHPMAILER_LANG['mailer_not_supported'] = 'Mailer tidak didukung';
21 | $PHPMAILER_LANG['recipients_failed'] = 'Kesalahan SMTP: Alamat tujuan berikut menghasilkan error : ';
22 | $PHPMAILER_LANG['signing'] = 'Kesalahan dalam tanda tangan : ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() gagal.';
24 | $PHPMAILER_LANG['smtp_error'] = 'Kesalahan peladen SMTP : ';
25 | $PHPMAILER_LANG['variable_set'] = 'Tidak berhasil mengatur atau mengatur ulang variable : ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-it.php:
--------------------------------------------------------------------------------
1 |
6 | * @author Stefano Sabatini
7 | */
8 |
9 | $PHPMAILER_LANG['authenticate'] = 'SMTP Error: Impossibile autenticarsi.';
10 | $PHPMAILER_LANG['connect_host'] = 'SMTP Error: Impossibile connettersi all\'host SMTP.';
11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dati non accettati dal server.';
12 | $PHPMAILER_LANG['empty_message'] = 'Il corpo del messaggio è vuoto';
13 | $PHPMAILER_LANG['encoding'] = 'Codifica dei caratteri sconosciuta: ';
14 | $PHPMAILER_LANG['execute'] = 'Impossibile eseguire l\'operazione: ';
15 | $PHPMAILER_LANG['file_access'] = 'Impossibile accedere al file: ';
16 | $PHPMAILER_LANG['file_open'] = 'File Error: Impossibile aprire il file: ';
17 | $PHPMAILER_LANG['from_failed'] = 'I seguenti indirizzi mittenti hanno generato errore: ';
18 | $PHPMAILER_LANG['instantiate'] = 'Impossibile istanziare la funzione mail';
19 | $PHPMAILER_LANG['invalid_address'] = 'Impossibile inviare, l\'indirizzo email non è valido: ';
20 | $PHPMAILER_LANG['provide_address'] = 'Deve essere fornito almeno un indirizzo ricevente';
21 | $PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato';
22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: I seguenti indirizzi destinatari hanno generato un errore: ';
23 | $PHPMAILER_LANG['signing'] = 'Errore nella firma: ';
24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallita.';
25 | $PHPMAILER_LANG['smtp_error'] = 'Errore del server SMTP: ';
26 | $PHPMAILER_LANG['variable_set'] = 'Impossibile impostare o resettare la variabile: ';
27 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
28 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-ja.php:
--------------------------------------------------------------------------------
1 |
6 | * @author Yoshi Sakai
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'] = 'Message body empty';
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'] = 'メール関数が正常に動作しませんでした。';
19 | //$PHPMAILER_LANG['invalid_address'] = 'Invalid address: ';
20 | $PHPMAILER_LANG['provide_address'] = '少なくとも1つメールアドレスを 指定する必要があります。';
21 | $PHPMAILER_LANG['mailer_not_supported'] = ' メーラーがサポートされていません。';
22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTPエラー: 次の受信者アドレスに 間違いがあります: ';
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 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-ka.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP შეცდომა: ავტორიზაცია შეუძლებელია.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP შეცდომა: SMTP სერვერთან დაკავშირება შეუძლებელია.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP შეცდომა: მონაცემები არ იქნა მიღებული.';
11 | $PHPMAILER_LANG['encoding'] = 'კოდირების უცნობი ტიპი: ';
12 | $PHPMAILER_LANG['execute'] = 'შეუძლებელია შემდეგი ბრძანების შესრულება: ';
13 | $PHPMAILER_LANG['file_access'] = 'შეუძლებელია წვდომა ფაილთან: ';
14 | $PHPMAILER_LANG['file_open'] = 'ფაილური სისტემის შეცდომა: არ იხსნება ფაილი: ';
15 | $PHPMAILER_LANG['from_failed'] = 'გამგზავნის არასწორი მისამართი: ';
16 | $PHPMAILER_LANG['instantiate'] = 'mail ფუნქციის გაშვება ვერ ხერხდება.';
17 | $PHPMAILER_LANG['provide_address'] = 'გთხოვთ მიუთითოთ ერთი ადრესატის e-mail მისამართი მაინც.';
18 | $PHPMAILER_LANG['mailer_not_supported'] = ' - საფოსტო სერვერის მხარდაჭერა არ არის.';
19 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP შეცდომა: შემდეგ მისამართებზე გაგზავნა ვერ მოხერხდა: ';
20 | $PHPMAILER_LANG['empty_message'] = 'შეტყობინება ცარიელია';
21 | $PHPMAILER_LANG['invalid_address'] = 'არ გაიგზავნა, e-mail მისამართის არასწორი ფორმატი: ';
22 | $PHPMAILER_LANG['signing'] = 'ხელმოწერის შეცდომა: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'შეცდომა SMTP სერვერთან დაკავშირებისას';
24 | $PHPMAILER_LANG['smtp_error'] = 'SMTP სერვერის შეცდომა: ';
25 | $PHPMAILER_LANG['variable_set'] = 'შეუძლებელია შემდეგი ცვლადის შექმნა ან შეცვლა: ';
26 | $PHPMAILER_LANG['extension_missing'] = 'ბიბლიოთეკა არ არსებობს: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-ko.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP 오류: 인증할 수 없습니다.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP 오류: SMTP 호스트에 접속할 수 없습니다.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP 오류: 데이터가 받아들여지지 않았습니다.';
11 | $PHPMAILER_LANG['empty_message'] = '메세지 내용이 없습니다';
12 | $PHPMAILER_LANG['encoding'] = '알 수 없는 인코딩: ';
13 | $PHPMAILER_LANG['execute'] = '실행 불가: ';
14 | $PHPMAILER_LANG['file_access'] = '파일 접근 불가: ';
15 | $PHPMAILER_LANG['file_open'] = '파일 오류: 파일을 열 수 없습니다: ';
16 | $PHPMAILER_LANG['from_failed'] = '다음 From 주소에서 오류가 발생했습니다: ';
17 | $PHPMAILER_LANG['instantiate'] = 'mail 함수를 인스턴스화할 수 없습니다';
18 | $PHPMAILER_LANG['invalid_address'] = '잘못된 주소: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' 메일러는 지원되지 않습니다.';
20 | $PHPMAILER_LANG['provide_address'] = '적어도 한 개 이상의 수신자 메일 주소를 제공해야 합니다.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP 오류: 다음 수신자에서 오류가 발생했습니다: ';
22 | $PHPMAILER_LANG['signing'] = '서명 오류: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP 연결을 실패하였습니다.';
24 | $PHPMAILER_LANG['smtp_error'] = 'SMTP 서버 오류: ';
25 | $PHPMAILER_LANG['variable_set'] = '변수 설정 및 초기화 불가: ';
26 | $PHPMAILER_LANG['extension_missing'] = '확장자 없음: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-lt.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP klaida: autentifikacija nepavyko.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP klaida: nepavyksta prisijungti prie SMTP stoties.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP klaida: duomenys nepriimti.';
11 | $PHPMAILER_LANG['empty_message'] = 'Laiško turinys tuščias';
12 | $PHPMAILER_LANG['encoding'] = 'Neatpažinta koduotė: ';
13 | $PHPMAILER_LANG['execute'] = 'Nepavyko įvykdyti komandos: ';
14 | $PHPMAILER_LANG['file_access'] = 'Byla nepasiekiama: ';
15 | $PHPMAILER_LANG['file_open'] = 'Bylos klaida: Nepavyksta atidaryti: ';
16 | $PHPMAILER_LANG['from_failed'] = 'Neteisingas siuntėjo adresas: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Nepavyko paleisti mail funkcijos.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Neteisingas adresas: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' pašto stotis nepalaikoma.';
20 | $PHPMAILER_LANG['provide_address'] = 'Nurodykite bent vieną gavėjo adresą.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP klaida: nepavyko išsiųsti šiems gavėjams: ';
22 | $PHPMAILER_LANG['signing'] = 'Prisijungimo klaida: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP susijungimo klaida';
24 | $PHPMAILER_LANG['smtp_error'] = 'SMTP stoties klaida: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Nepavyko priskirti reikšmės kintamajam: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-lv.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP kļūda: Autorizācija neizdevās.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP Kļūda: Nevar izveidot savienojumu ar SMTP serveri.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Kļūda: Nepieņem informāciju.';
11 | $PHPMAILER_LANG['empty_message'] = 'Ziņojuma teksts ir tukšs';
12 | $PHPMAILER_LANG['encoding'] = 'Neatpazīts kodējums: ';
13 | $PHPMAILER_LANG['execute'] = 'Neizdevās izpildīt komandu: ';
14 | $PHPMAILER_LANG['file_access'] = 'Fails nav pieejams: ';
15 | $PHPMAILER_LANG['file_open'] = 'Faila kļūda: Nevar atvērt failu: ';
16 | $PHPMAILER_LANG['from_failed'] = 'Nepareiza sūtītāja adrese: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Nevar palaist sūtīšanas funkciju.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Nepareiza adrese: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' sūtītājs netiek atbalstīts.';
20 | $PHPMAILER_LANG['provide_address'] = 'Lūdzu, norādiet vismaz vienu adresātu.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP kļūda: neizdevās nosūtīt šādiem saņēmējiem: ';
22 | $PHPMAILER_LANG['signing'] = 'Autorizācijas kļūda: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP savienojuma kļūda';
24 | $PHPMAILER_LANG['smtp_error'] = 'SMTP servera kļūda: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Nevar piešķirt mainīgā vērtību: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-ms.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'Ralat SMTP: Tidak dapat pengesahan.';
9 | $PHPMAILER_LANG['connect_host'] = 'Ralat SMTP: Tidak dapat menghubungi hos pelayan SMTP.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'Ralat SMTP: Data tidak diterima oleh pelayan.';
11 | $PHPMAILER_LANG['empty_message'] = 'Tiada isi untuk mesej';
12 | $PHPMAILER_LANG['encoding'] = 'Pengekodan tidak diketahui: ';
13 | $PHPMAILER_LANG['execute'] = 'Tidak dapat melaksanakan: ';
14 | $PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses fail: ';
15 | $PHPMAILER_LANG['file_open'] = 'Ralat Fail: Tidak dapat membuka fail: ';
16 | $PHPMAILER_LANG['from_failed'] = 'Berikut merupakan ralat dari alamat e-mel: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Tidak dapat memberi contoh fungsi e-mel.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Alamat emel tidak sah: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' jenis penghantar emel tidak disokong.';
20 | $PHPMAILER_LANG['provide_address'] = 'Anda perlu menyediakan sekurang-kurangnya satu alamat e-mel penerima.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'Ralat SMTP: Penerima e-mel berikut telah gagal: ';
22 | $PHPMAILER_LANG['signing'] = 'Ralat pada tanda tangan: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() telah gagal.';
24 | $PHPMAILER_LANG['smtp_error'] = 'Ralat pada pelayan SMTP: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Tidak boleh menetapkan atau menetapkan semula pembolehubah: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-nb.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP-fout: authenticatie mislukt.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP-fout: kon niet verbinden met SMTP-host.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP-fout: data niet geaccepteerd.';
11 | $PHPMAILER_LANG['empty_message'] = 'Berichttekst is leeg';
12 | $PHPMAILER_LANG['encoding'] = 'Onbekende codering: ';
13 | $PHPMAILER_LANG['execute'] = 'Kon niet uitvoeren: ';
14 | $PHPMAILER_LANG['file_access'] = 'Kreeg geen toegang tot bestand: ';
15 | $PHPMAILER_LANG['file_open'] = 'Bestandsfout: kon bestand niet openen: ';
16 | $PHPMAILER_LANG['from_failed'] = 'Het volgende afzendersadres is mislukt: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Kon mailfunctie niet initialiseren.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Ongeldig adres: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer wordt niet ondersteund.';
20 | $PHPMAILER_LANG['provide_address'] = 'Er moet minstens één ontvanger worden opgegeven.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP-fout: de volgende ontvangers zijn mislukt: ';
22 | $PHPMAILER_LANG['signing'] = 'Signeerfout: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Verbinding mislukt.';
24 | $PHPMAILER_LANG['smtp_error'] = 'SMTP-serverfout: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Kan de volgende variabele niet instellen of resetten: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-pl.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'Erro do SMTP: Não foi possível realizar a autenticação.';
9 | $PHPMAILER_LANG['connect_host'] = 'Erro do SMTP: Não foi possível realizar ligação com o servidor SMTP.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'Erro do SMTP: Os dados foram rejeitados.';
11 | $PHPMAILER_LANG['empty_message'] = 'A mensagem no e-mail está vazia.';
12 | $PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: ';
13 | $PHPMAILER_LANG['execute'] = 'Não foi possível executar: ';
14 | $PHPMAILER_LANG['file_access'] = 'Não foi possível aceder o ficheiro: ';
15 | $PHPMAILER_LANG['file_open'] = 'Abertura do ficheiro: Não foi possível abrir o ficheiro: ';
16 | $PHPMAILER_LANG['from_failed'] = 'Ocorreram falhas nos endereços dos seguintes remententes: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Não foi possível iniciar uma instância da função mail.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Não foi enviado nenhum e-mail para o endereço de e-mail inválido: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.';
20 | $PHPMAILER_LANG['provide_address'] = 'Tem de fornecer pelo menos um endereço como destinatário do e-mail.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'Erro do SMTP: O endereço do seguinte destinatário falhou: ';
22 | $PHPMAILER_LANG['signing'] = 'Erro ao assinar: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.';
24 | $PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: ';
26 | $PHPMAILER_LANG['extension_missing'] = 'Extensão em falta: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-pt_br.php:
--------------------------------------------------------------------------------
1 |
6 | * @author Lucas Guimarães
7 | * @author Phelipe Alves
8 | * @author Fabio Beneditto
9 | */
10 |
11 | $PHPMAILER_LANG['authenticate'] = 'Erro de SMTP: Não foi possível autenticar.';
12 | $PHPMAILER_LANG['connect_host'] = 'Erro de SMTP: Não foi possível conectar ao servidor SMTP.';
13 | $PHPMAILER_LANG['data_not_accepted'] = 'Erro de SMTP: Dados rejeitados.';
14 | $PHPMAILER_LANG['empty_message'] = 'Mensagem vazia';
15 | $PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: ';
16 | $PHPMAILER_LANG['execute'] = 'Não foi possível executar: ';
17 | $PHPMAILER_LANG['file_access'] = 'Não foi possível acessar o arquivo: ';
18 | $PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: Não foi possível abrir o arquivo: ';
19 | $PHPMAILER_LANG['from_failed'] = 'Os seguintes remetentes falharam: ';
20 | $PHPMAILER_LANG['instantiate'] = 'Não foi possível instanciar a função mail.';
21 | $PHPMAILER_LANG['invalid_address'] = 'Endereço de e-mail inválido: ';
22 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.';
23 | $PHPMAILER_LANG['provide_address'] = 'Você deve informar pelo menos um destinatário.';
24 | $PHPMAILER_LANG['recipients_failed'] = 'Erro de SMTP: Os seguintes destinatários falharam: ';
25 | $PHPMAILER_LANG['signing'] = 'Erro de Assinatura: ';
26 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.';
27 | $PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: ';
28 | $PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: ';
29 | $PHPMAILER_LANG['extension_missing'] = 'Extensão ausente: ';
30 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-ro.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'Eroare SMTP: Autentificarea a eșuat.';
9 | $PHPMAILER_LANG['connect_host'] = 'Eroare SMTP: Conectarea la serverul SMTP a eșuat.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'Eroare SMTP: Datele nu au fost acceptate.';
11 | $PHPMAILER_LANG['empty_message'] = 'Mesajul este gol.';
12 | $PHPMAILER_LANG['encoding'] = 'Encodare necunoscută: ';
13 | $PHPMAILER_LANG['execute'] = 'Nu se poate executa următoarea comandă: ';
14 | $PHPMAILER_LANG['file_access'] = 'Nu se poate accesa următorul fișier: ';
15 | $PHPMAILER_LANG['file_open'] = 'Eroare fișier: Nu se poate deschide următorul fișier: ';
16 | $PHPMAILER_LANG['from_failed'] = 'Următoarele adrese From au dat eroare: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Funcția mail nu a putut fi inițializată.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Adresa de email nu este validă: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer nu este suportat.';
20 | $PHPMAILER_LANG['provide_address'] = 'Trebuie să adăugați cel puțin o adresă de email.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'Eroare SMTP: Următoarele adrese de email au eșuat: ';
22 | $PHPMAILER_LANG['signing'] = 'A aparut o problemă la semnarea emailului. ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Conectarea la serverul SMTP a eșuat.';
24 | $PHPMAILER_LANG['smtp_error'] = 'Eroare server SMTP: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Nu se poate seta/reseta variabila. ';
26 | $PHPMAILER_LANG['extension_missing'] = 'Lipsește extensia: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-ru.php:
--------------------------------------------------------------------------------
1 |
6 | * @author Foster Snowhill
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'] = 'Не отослано, неправильный формат email адреса: ';
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 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-sk.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP Error: Chyba autentifikácie.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP Error: Nebolo možné nadviazať spojenie so SMTP serverom.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dáta neboli prijaté';
11 | $PHPMAILER_LANG['empty_message'] = 'Prázdne telo správy.';
12 | $PHPMAILER_LANG['encoding'] = 'Neznáme kódovanie: ';
13 | $PHPMAILER_LANG['execute'] = 'Nedá sa vykonať: ';
14 | $PHPMAILER_LANG['file_access'] = 'Súbor nebol nájdený: ';
15 | $PHPMAILER_LANG['file_open'] = 'File Error: Súbor sa otvoriť pre čítanie: ';
16 | $PHPMAILER_LANG['from_failed'] = 'Následujúca adresa From je nesprávna: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Nedá sa vytvoriť inštancia emailovej funkcie.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Neodoslané, emailová adresa je nesprávna: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' emailový klient nieje podporovaný.';
20 | $PHPMAILER_LANG['provide_address'] = 'Musíte zadať aspoň jednu emailovú adresu príjemcu.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Adresy príjemcov niesu správne ';
22 | $PHPMAILER_LANG['signing'] = 'Chyba prihlasovania: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() zlyhalo.';
24 | $PHPMAILER_LANG['smtp_error'] = 'SMTP chyba serveru: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Nemožno nastaviť alebo resetovať premennú: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-sl.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP napaka: Avtentikacija ni uspela.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP napaka: Ne morem vzpostaviti povezave s SMTP gostiteljem.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP napaka: Strežnik zavrača podatke.';
11 | $PHPMAILER_LANG['empty_message'] = 'E-poštno sporočilo nima vsebine.';
12 | $PHPMAILER_LANG['encoding'] = 'Nepoznan tip kodiranja: ';
13 | $PHPMAILER_LANG['execute'] = 'Operacija ni uspela: ';
14 | $PHPMAILER_LANG['file_access'] = 'Nimam dostopa do datoteke: ';
15 | $PHPMAILER_LANG['file_open'] = 'Ne morem odpreti datoteke: ';
16 | $PHPMAILER_LANG['from_failed'] = 'Neveljaven e-naslov pošiljatelja: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Ne morem inicializirati mail funkcije.';
18 | $PHPMAILER_LANG['invalid_address'] = 'E-poštno sporočilo ni bilo poslano. E-naslov je neveljaven: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer ni podprt.';
20 | $PHPMAILER_LANG['provide_address'] = 'Prosim vnesite vsaj enega naslovnika.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP napaka: Sledeči naslovniki so neveljavni: ';
22 | $PHPMAILER_LANG['signing'] = 'Napaka pri podpisovanju: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Ne morem vzpostaviti povezave s SMTP strežnikom.';
24 | $PHPMAILER_LANG['smtp_error'] = 'Napaka SMTP strežnika: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Ne morem nastaviti oz. ponastaviti spremenljivke: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-sr.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP грешка: аутентификација није успела.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP грешка: није могуће повезивање са SMTP сервером.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: подаци нису прихваћени.';
11 | $PHPMAILER_LANG['empty_message'] = 'Садржај поруке је празан.';
12 | $PHPMAILER_LANG['encoding'] = 'Непознато кодовање: ';
13 | $PHPMAILER_LANG['execute'] = 'Није могуће извршити наредбу: ';
14 | $PHPMAILER_LANG['file_access'] = 'Није могуће приступити датотеци: ';
15 | $PHPMAILER_LANG['file_open'] = 'Није могуће отворити датотеку: ';
16 | $PHPMAILER_LANG['from_failed'] = 'SMTP грешка: слање са следећих адреса није успело: ';
17 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: слање на следеће адресе није успело: ';
18 | $PHPMAILER_LANG['instantiate'] = 'Није могуће покренути mail функцију.';
19 | $PHPMAILER_LANG['invalid_address'] = 'Порука није послата због неисправне адресе: ';
20 | $PHPMAILER_LANG['mailer_not_supported'] = ' мејлер није подржан.';
21 | $PHPMAILER_LANG['provide_address'] = 'Потребно је задати најмање једну адресу.';
22 | $PHPMAILER_LANG['signing'] = 'Грешка приликом пријављивања: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Повезивање са SMTP сервером није успело.';
24 | $PHPMAILER_LANG['smtp_error'] = 'Грешка SMTP сервера: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Није могуће задати променљиву, нити је вратити уназад: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-sv.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'SMTP fel: Kunde inte autentisera.';
9 | $PHPMAILER_LANG['connect_host'] = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP fel: Data accepterades inte.';
11 | //$PHPMAILER_LANG['empty_message'] = 'Message body empty';
12 | $PHPMAILER_LANG['encoding'] = 'Okänt encode-format: ';
13 | $PHPMAILER_LANG['execute'] = 'Kunde inte köra: ';
14 | $PHPMAILER_LANG['file_access'] = 'Ingen åtkomst till fil: ';
15 | $PHPMAILER_LANG['file_open'] = 'Fil fel: Kunde inte öppna fil: ';
16 | $PHPMAILER_LANG['from_failed'] = 'Följande avsändaradress är felaktig: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Kunde inte initiera e-postfunktion.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Felaktig adress: ';
19 | $PHPMAILER_LANG['provide_address'] = 'Du måste ange minst en mottagares e-postadress.';
20 | $PHPMAILER_LANG['mailer_not_supported'] = ' mailer stöds inte.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP fel: Följande mottagare är felaktig: ';
22 | $PHPMAILER_LANG['signing'] = 'Signerings fel: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() misslyckades.';
24 | $PHPMAILER_LANG['smtp_error'] = 'SMTP server fel: ';
25 | $PHPMAILER_LANG['variable_set'] = 'Kunde inte definiera eller återställa variabel: ';
26 | $PHPMAILER_LANG['extension_missing'] = 'Tillägg ej tillgängligt: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-tr.php:
--------------------------------------------------------------------------------
1 |
6 | * @fixed by Boris Yurchenko
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'] = 'Extension missing: ';
28 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-vi.php:
--------------------------------------------------------------------------------
1 |
6 | */
7 |
8 | $PHPMAILER_LANG['authenticate'] = 'Lỗi SMTP: Không thể xác thực.';
9 | $PHPMAILER_LANG['connect_host'] = 'Lỗi SMTP: Không thể kết nối máy chủ SMTP.';
10 | $PHPMAILER_LANG['data_not_accepted'] = 'Lỗi SMTP: Dữ liệu không được chấp nhận.';
11 | $PHPMAILER_LANG['empty_message'] = 'Không có nội dung';
12 | $PHPMAILER_LANG['encoding'] = 'Mã hóa không xác định: ';
13 | $PHPMAILER_LANG['execute'] = 'Không thực hiện được: ';
14 | $PHPMAILER_LANG['file_access'] = 'Không thể truy cập tệp tin ';
15 | $PHPMAILER_LANG['file_open'] = 'Lỗi Tập tin: Không thể mở tệp tin: ';
16 | $PHPMAILER_LANG['from_failed'] = 'Lỗi địa chỉ gửi đi: ';
17 | $PHPMAILER_LANG['instantiate'] = 'Không dùng được các hàm gửi thư.';
18 | $PHPMAILER_LANG['invalid_address'] = 'Đại chỉ emai không đúng: ';
19 | $PHPMAILER_LANG['mailer_not_supported'] = ' trình gửi thư không được hỗ trợ.';
20 | $PHPMAILER_LANG['provide_address'] = 'Bạn phải cung cấp ít nhất một địa chỉ người nhận.';
21 | $PHPMAILER_LANG['recipients_failed'] = 'Lỗi SMTP: lỗi địa chỉ người nhận: ';
22 | $PHPMAILER_LANG['signing'] = 'Lỗi đăng nhập: ';
23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Lỗi kết nối với SMTP';
24 | $PHPMAILER_LANG['smtp_error'] = 'Lỗi máy chủ smtp ';
25 | $PHPMAILER_LANG['variable_set'] = 'Không thể thiết lập hoặc thiết lập lại biến: ';
26 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
27 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-zh.php:
--------------------------------------------------------------------------------
1 |
6 | * @author Peter Dave Hello <@PeterDaveHello/>
7 | * @author Jason Chiang
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'] = '發送地址錯誤:';
19 | $PHPMAILER_LANG['instantiate'] = '未知函數呼叫。';
20 | $PHPMAILER_LANG['invalid_address'] = '因為電子郵件地址無效,無法傳送: ';
21 | $PHPMAILER_LANG['mailer_not_supported'] = '不支援的發信客戶端。';
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 伺服器錯誤: ';
27 | $PHPMAILER_LANG['variable_set'] = '無法設定或重設變數: ';
28 | $PHPMAILER_LANG['extension_missing'] = '遺失模組 Extension: ';
29 |
--------------------------------------------------------------------------------
/library/PHPMailer/language/phpmailer.lang-zh_cn.php:
--------------------------------------------------------------------------------
1 |
6 | * @author young
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服务器连接失败。';
25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP服务器出错: ';
26 | $PHPMAILER_LANG['variable_set'] = '无法设置或重置变量:';
27 | //$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
28 |
--------------------------------------------------------------------------------
/public/css/2018/transfers.css:
--------------------------------------------------------------------------------
1 | #transfers {
2 | display: none;
3 | width: 100%; min-height: 20px;
4 | max-height: 60vh;
5 | position: fixed;
6 | bottom: 55px;
7 | overflow-x: hidden; overflow-y: auto;
8 | z-index: 4;
9 | }
10 |
11 | #transfers > .top {
12 | color: #fff;
13 | width: 100%; height: 42px; line-height: 42px;
14 | font-family: OpenSans; font-size: 18px; font-weight: bold;
15 | padding-left: 24px;
16 | text-transform: uppercase;
17 | }
18 | #transfers > .top > span {
19 | float: right;
20 | height: 100%;
21 | padding: 0 15px;
22 | display: block;
23 | cursor: pointer;
24 | }
25 | #transfers > .top > span > i { display: block; cursor: pointer; }
26 | #transfers > .top .fa-window-minimize { margin-top: 10px; font-size: 14px; }
27 | #transfers > .top .fa-times { margin-top: 12px; font-size: 16px; }
28 |
29 | #transfers > .toggle {
30 | width: 100%; height: 59px;
31 | font-family: OpenSans; font-size: 14px; font-weight: bold;
32 | text-transform: uppercase;
33 | position: relative; z-index: 1;
34 | }
35 | #transfers > .toggle ul, #transfers .toggle li { height: 100%; }
36 | #transfers > .toggle ul {
37 | white-space: nowrap;
38 | box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
39 | }
40 |
41 | #transfers > .toggle li {
42 | display: inline-block;
43 | width: 50%;
44 | cursor: pointer;
45 | text-align: center;
46 | padding-top: 26px;
47 | }
48 | #transfers > .toggle li.selected { border-bottom: 2px solid #3baeda; }
49 |
50 | #transfers .transfers_upload, #transfers .transfers_download { padding: 8px 10px; text-align: center; }
51 |
52 | #transfers .transfers_upload > div, #transfers .transfers_download > div {
53 | text-align: left;
54 | height: 73px;
55 | font-family: OpenSans; font-size: 15px; font-weight: bold;
56 | padding-top: 13px;
57 | }
58 | #transfers .transfers_upload { display: block; }
59 | #transfers .transfers_download { display: none; }
60 |
61 | #transfers .transfers_upload > div > div, #transfers .transfers_download > div > div { margin-right: 50px; }
62 |
63 | #transfers .transfers_upload img, #transfers .transfers_download img { vertical-align: middle; margin-right: 19px; }
64 |
65 | #transfers .fileinfo {
66 | display: inline-block;
67 | max-width: calc(100% - 56px);
68 | white-space: nowrap;
69 | overflow: hidden; text-overflow: ellipsis;
70 | }
71 | #transfers .pct { float: right; font-weight: 600; letter-spacing: .1px; }
72 | #transfers .btn-abort { float: right; font-size: 20px; padding-top: 10px; }
73 | #transfers .progress_bar { margin-top: 14px; width: 100%; }
74 | #transfers .progress_bar, #transfers .progress_bar .used { display: block; }
75 |
76 | @media screen and (min-width: 600px) {
77 | #transfers { width: 500px; right: 0; bottom: 0; border-radius: 10px 10px 0 0; }
78 | #transfers > .toggle { font-size: 16px; }
79 | }
80 |
81 | @media screen and (min-width: 800px) {
82 | #transfers > .toggle { font-size: 18px; }
83 | }
84 |
--------------------------------------------------------------------------------
/public/css/Interface/MessageBox.css:
--------------------------------------------------------------------------------
1 | .MessageBox {
2 | padding: 10px;
3 | position: fixed;
4 | z-index: 5;
5 | box-shadow: 0 8px 16px 0 rgba(82, 97, 115, 0.18);
6 | font-family: Roboto;
7 | width: 100%; max-width: 100%;
8 | -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
9 | bottom: 55px;
10 | display: none;
11 | cursor: default;
12 | }
13 |
14 | .MessageBox .MessageBoxTitle {
15 | font-family: RobotoMono; font-size: 15px; font-weight: bold;
16 | letter-spacing: .1px;
17 | margin: 10px 0;
18 | }
19 |
20 | .MessageBox .MessageBoxTxt { font-family: Roboto; font-size: 14px; }
21 | .MessageBox .MessageBoxTxt ul { margin-left: 20px; }
22 |
23 | .MessageBox .MessageBoxClose {
24 | position: absolute;
25 | font-size: 24px; font-weight: bold;
26 | color: #727272;
27 | top: 0; right: 5px;
28 | cursor: pointer;
29 | }
30 |
31 | .MessageBox .MessageBoxBtns { text-align: right; margin-top: 5px; }
32 | .MessageBox .MessageBoxBtns input, .MessageBox .MessageBoxBtns button { margin-left: 15px; }
33 |
34 | .MessageBox .MessageBoxToggle { margin: 10px 0; }
35 | .MessageBox .MessageBoxToggle > span {
36 | padding: 0 7px;
37 | position: relative;
38 | top: -7px;
39 | font-size: 16px;
40 | }
41 |
42 | .MessageBox .MessageBoxToggle .switch {
43 | position: relative;
44 | display: inline-block;
45 | width: 45px; height: 26px;
46 | }
47 | .MessageBox .MessageBoxToggle .switch input { display: none; }
48 |
49 | .MessageBox .MessageBoxToggle .slider {
50 | position: absolute;
51 | cursor: pointer;
52 | top: 0; left: 0; right: 0; bottom: 0;
53 | background-color: #ccc;
54 | -webkit-transition: .4s; transition: .4s;
55 | border-radius: 26px;
56 | }
57 |
58 | .MessageBox .MessageBoxToggle .slider::before {
59 | position: absolute;
60 | content: "";
61 | height: 20px; width: 20px;
62 | left: 3px; bottom: 3px;
63 | background-color: white;
64 | -webkit-transition: .4s; transition: .4s;
65 | border-radius: 50%;
66 | }
67 |
68 | .MessageBox .MessageBoxToggle input:checked + .slider {
69 | background-color: #16c1f3;
70 | }
71 |
72 | .MessageBox .MessageBoxToggle input:focus + .slider {
73 | box-shadow: 0 0 1px #16c1f3;
74 | }
75 |
76 | .MessageBox .MessageBoxToggle input:checked + .slider::before {
77 | -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);
78 | }
79 |
80 | @media screen and (max-width: 599px) {
81 | .MessageBox {
82 | left: auto !important; top: auto !important;
83 | width: 100% !important;
84 | }
85 | }
86 |
87 | @media screen and (min-width: 600px) {
88 | .MessageBox {
89 | min-width: 20%;
90 | width: auto;
91 | bottom: auto; left: 50%; top: 50%;
92 | transform: translate(-50%, -50%);
93 | cursor: move;
94 | }
95 |
96 | .MessageBox .MessageBoxClose { font-size: 18px; }
97 | }
98 |
--------------------------------------------------------------------------------
/public/css/Interface/box.css:
--------------------------------------------------------------------------------
1 | #box {
2 | position: absolute;
3 | max-width: 100%;
4 | padding: 0px;
5 | z-index: 3;
6 | border-radius: 3px;
7 | -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
8 | box-shadow: 0 8px 16px 0 rgba(82, 97, 115, 0.18);
9 | }
10 |
11 | #box p {
12 | margin: 0; padding: 10px;
13 | font-size: 15px;
14 | }
15 |
16 | #box p, #box p * { cursor: pointer; }
17 |
18 | #box ul {
19 | list-style-type: none;
20 | padding: 10px;
21 | }
22 | #box .details ul { padding: 20px 0; }
23 |
24 | #box .fa { width: 24px; padding-right: 5px; }
25 |
26 | #box .icon {
27 | height: 18px;
28 | margin-left: -5px;
29 | }
30 |
31 | #box hr { margin: 0; }
32 |
33 | #box .details { padding: 10px; font-family: Roboto; font-weight: 500; }
34 | #box .details li { word-wrap: break-word; }
35 | #box .details strong { font-family: RobotoMono; font-size: 15px; letter-spacing: .1px; }
36 | #box .label { font-family: RobotoMono; font-weight: 500; margin-right: 8px; }
37 |
38 | #box .close {
39 | position: absolute;
40 | font-size: 24px; font-weight: bold;
41 | color: #727272;
42 | top: 0; right: 5px;
43 | cursor: pointer;
44 | }
45 |
46 | #box .details input.copy_url {
47 | margin-top: 10px;
48 | width: 100%; height: 32px;
49 | padding-left: 10px;
50 | border-width: 0 0 2px 0; border-style: solid;
51 | background-color: transparent;
52 | outline: none;
53 | font-family: RobotoMono; font-size: 11px;
54 | }
55 |
56 | @media screen and (max-width: 599px) {
57 | #box {
58 | position: fixed;
59 | top: 45px !important; left: 0 !important; right: 0 !important; bottom: auto !important;
60 | min-height: 200px;
61 | z-index: 5;
62 | }
63 | }
64 |
65 | @media screen and (min-width: 600px) {
66 | #box {
67 | min-width: 150px;
68 | top: 50%; left: 50%;
69 | transform: translate(-50%, -50%);
70 | }
71 | #box .close { font-size: 18px; }
72 | }
73 |
--------------------------------------------------------------------------------
/public/css/Interface/progress_bar.css:
--------------------------------------------------------------------------------
1 | .quota {
2 | display: flex; display: -ms-flexbox;
3 | flex-direction: row; -ms-flex-direction: row;
4 | flex-wrap: nowrap; -ms-flex-wrap: nowrap;
5 | align-items: center;
6 | }
7 |
8 | .progress_bar {
9 | margin-bottom: 10px;
10 | flex-grow: 1; -ms-flex-positive: 1;
11 | height: 6px;
12 | border-radius: 3px;
13 | }
14 |
15 | .progress_bar .used {
16 | height: 6px;
17 | border-radius: 3px;
18 | transition: 0.4s linear;
19 | transition-property: width;
20 | }
21 |
--------------------------------------------------------------------------------
/public/css/font-awesome/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/font-awesome/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/public/css/font-awesome/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/font-awesome/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/public/css/font-awesome/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/font-awesome/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/public/css/font-awesome/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/font-awesome/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/public/css/font-awesome/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/font-awesome/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/public/css/fonts/OpenSans.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'OpenSans';
3 | font-style: normal;
4 | font-weight: 300;
5 | src: local('Open Sans Light'), local('OpenSans-Light'), url(src/OpenSans-Light.ttf);
6 | }
7 |
8 | @font-face {
9 | font-family: 'OpenSans';
10 | font-style: italic;
11 | font-weight: 300;
12 | src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(src/OpenSans-LightItalic.ttf);
13 | }
14 |
15 | @font-face {
16 | font-family: 'OpenSans';
17 | font-style: normal;
18 | font-weight: 400;
19 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(src/OpenSans-Regular.ttf);
20 | }
21 |
22 | @font-face {
23 | font-family: 'OpenSans';
24 | font-style: normal;
25 | font-weight: 600;
26 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(src/OpenSans-SemiBold.ttf);
27 | }
28 |
29 | @font-face {
30 | font-family: 'OpenSans';
31 | font-style: italic;
32 | font-weight: 600;
33 | src: local('Open Sans SemiBoldItalic'), local('OpenSans-SemiBoldItalic'), url(src/OpenSans-SemiBoldItalic.ttf);
34 | }
35 |
36 | @font-face {
37 | font-family: 'OpenSans';
38 | font-style: normal;
39 | font-weight: 700;
40 | src: local('Open Sans Bold'), local('OpenSans-Bold'), url(src/OpenSans-Bold.ttf);
41 | }
42 |
43 | @font-face {
44 | font-family: 'OpenSans';
45 | font-style: normal;
46 | font-weight: 800;
47 | src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(src/OpenSans-ExtraBold.ttf);
48 | }
49 |
50 | @font-face {
51 | font-family: 'OpenSans';
52 | font-style: normal;
53 | font-weight: 800;
54 | src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(src/OpenSans-ExtraBoldItalic.ttf);
55 | }
56 |
57 | @font-face {
58 | font-family: 'OpenSans';
59 | font-style: italic;
60 | font-weight: 400;
61 | src: local('Open Sans Italic'), local('OpenSans-Italic'), url(src/OpenSans-Italic.ttf);
62 | }
63 |
64 | @font-face {
65 | font-family: 'OpenSans';
66 | font-style: italic;
67 | font-weight: 700;
68 | src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(src/OpenSans-BoldItalic.ttf);
69 | }
70 |
--------------------------------------------------------------------------------
/public/css/fonts/Roboto.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Roboto';
3 | font-style: normal;
4 | font-weight: 100;
5 | src: local('Roboto Thin'), local('Roboto-Thin'), url(src/Roboto-Thin.ttf);
6 | }
7 |
8 | @font-face {
9 | font-family: 'Roboto';
10 | font-style: normal;
11 | font-weight: 300;
12 | src: local('Roboto Light'), local('Roboto-Light'), url(src/Roboto-Light.ttf);
13 | }
14 |
15 | @font-face {
16 | font-family: 'Roboto';
17 | font-style: normal;
18 | font-weight: 400;
19 | src: local('Roboto'), local('Roboto-Regular'), url(src/Roboto-Regular.ttf);
20 | }
21 |
22 | @font-face {
23 | font-family: 'Roboto';
24 | font-style: normal;
25 | font-weight: 500;
26 | src: local('Roboto Medium'), local('Roboto-Medium'), url(src/Roboto-Medium.ttf);
27 | }
28 |
29 | @font-face {
30 | font-family: 'Roboto';
31 | font-style: normal;
32 | font-weight: 700;
33 | src: local('Roboto Bold'), local('Roboto-Bold'), url(src/Roboto-Bold.ttf);
34 | }
35 |
36 | @font-face {
37 | font-family: 'Roboto';
38 | font-style: normal;
39 | font-weight: 900;
40 | src: local('Roboto Black'), local('Roboto-Black'), url(src/Roboto-Black.ttf);
41 | }
42 |
43 | @font-face {
44 | font-family: 'Roboto';
45 | font-style: italic;
46 | font-weight: 400;
47 | src: local('Roboto Italic'), local('Roboto-Italic'), url(src/Roboto-Italic.ttf);
48 | }
49 |
50 | @font-face {
51 | font-family: 'Roboto';
52 | font-style: italic;
53 | font-weight: 700;
54 | src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(src/Roboto-BoldItalic.ttf);
55 | }
56 |
--------------------------------------------------------------------------------
/public/css/fonts/RobotoMono.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'RobotoMono';
3 | font-style: normal;
4 | font-weight: 100;
5 | src: local('RobotoMono Thin'), local('RobotoMono-Thin'), url(src/RobotoMono-Thin.ttf);
6 | }
7 |
8 | @font-face {
9 | font-family: 'RobotoMono';
10 | font-style: normal;
11 | font-weight: 300;
12 | src: local('RobotoMono Light'), local('RobotoMono-Light'), url(src/RobotoMono-Light.ttf);
13 | }
14 |
15 | @font-face {
16 | font-family: 'RobotoMono';
17 | font-style: normal;
18 | font-weight: 400;
19 | src: local('RobotoMono'), local('RobotoMono-Regular'), url(src/RobotoMono-Regular.ttf);
20 | }
21 |
22 | @font-face {
23 | font-family: 'RobotoMono';
24 | font-style: normal;
25 | font-weight: 500;
26 | src: local('RobotoMono Medium'), local('RobotoMono-Medium'), url(src/RobotoMono-Medium.ttf);
27 | }
28 |
29 | @font-face {
30 | font-family: 'RobotoMono';
31 | font-style: normal;
32 | font-weight: 700;
33 | src: local('RobotoMono Bold'), local('RobotoMono-Bold'), url(src/RobotoMono-Bold.ttf);
34 | }
35 |
36 | @font-face {
37 | font-family: 'RobotoMono';
38 | font-style: italic;
39 | font-weight: 400;
40 | src: local('RobotoMono Italic'), local('RobotoMono-Italic'), url(src/RobotoMono-Italic.ttf);
41 | }
42 |
43 | @font-face {
44 | font-family: 'RobotoMono';
45 | font-style: italic;
46 | font-weight: 700;
47 | src: local('RobotoMono Bold Italic'), local('RobotoMono-BoldItalic'), url(src/RobotoMono-BoldItalic.ttf);
48 | }
49 |
--------------------------------------------------------------------------------
/public/css/fonts/roboto.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Roboto';
3 | font-style: normal;
4 | font-weight: 100;
5 | src: local('Roboto Thin'), local('Roboto-Thin'), url(src/Roboto-Thin.ttf);
6 | }
7 |
8 | @font-face {
9 | font-family: 'Roboto';
10 | font-style: normal;
11 | font-weight: 300;
12 | src: local('Roboto Light'), local('Roboto-Light'), url(src/Roboto-Light.ttf);
13 | }
14 |
15 | @font-face {
16 | font-family: 'Roboto';
17 | font-style: normal;
18 | font-weight: 400;
19 | src: local('Roboto'), local('Roboto-Regular'), url(src/Roboto-Regular.ttf);
20 | }
21 |
22 | @font-face {
23 | font-family: 'Roboto';
24 | font-style: normal;
25 | font-weight: 500;
26 | src: local('Roboto Medium'), local('Roboto-Medium'), url(src/Roboto-Medium.ttf);
27 | }
28 |
29 | @font-face {
30 | font-family: 'Roboto';
31 | font-style: normal;
32 | font-weight: 700;
33 | src: local('Roboto Bold'), local('Roboto-Bold'), url(src/Roboto-Bold.ttf);
34 | }
35 |
36 | @font-face {
37 | font-family: 'Roboto';
38 | font-style: normal;
39 | font-weight: 900;
40 | src: local('Roboto Black'), local('Roboto-Black'), url(src/Roboto-Black.ttf);
41 | }
42 |
43 | @font-face {
44 | font-family: 'Roboto';
45 | font-style: italic;
46 | font-weight: 400;
47 | src: local('Roboto Italic'), local('Roboto-Italic'), url(src/Roboto-Italic.ttf);
48 | }
49 |
50 | @font-face {
51 | font-family: 'Roboto';
52 | font-style: italic;
53 | font-weight: 700;
54 | src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(src/Roboto-BoldItalic.ttf);
55 | }
56 |
--------------------------------------------------------------------------------
/public/css/fonts/src/OpenSans-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/OpenSans-Bold.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/OpenSans-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/OpenSans-BoldItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/OpenSans-ExtraBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/OpenSans-ExtraBold.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/OpenSans-ExtraBoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/OpenSans-ExtraBoldItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/OpenSans-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/OpenSans-Italic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/OpenSans-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/OpenSans-Light.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/OpenSans-LightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/OpenSans-LightItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/OpenSans-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/OpenSans-Regular.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/OpenSans-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/OpenSans-SemiBold.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/OpenSans-SemiBoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/OpenSans-SemiBoldItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-Black.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-Black.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-BlackItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-BlackItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-Bold.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-BoldItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-Italic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-Light.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-LightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-LightItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-Medium.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-MediumItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-MediumItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-Regular.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-Thin.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/Roboto-ThinItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/Roboto-ThinItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/RobotoMono-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/RobotoMono-Bold.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/RobotoMono-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/RobotoMono-BoldItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/RobotoMono-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/RobotoMono-Italic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/RobotoMono-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/RobotoMono-Light.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/RobotoMono-LightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/RobotoMono-LightItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/RobotoMono-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/RobotoMono-Medium.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/RobotoMono-MediumItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/RobotoMono-MediumItalic.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/RobotoMono-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/RobotoMono-Regular.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/RobotoMono-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/RobotoMono-Thin.ttf
--------------------------------------------------------------------------------
/public/css/fonts/src/RobotoMono-ThinItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/css/fonts/src/RobotoMono-ThinItalic.ttf
--------------------------------------------------------------------------------
/public/js/Bug.js:
--------------------------------------------------------------------------------
1 | $(document).ready(function () {
2 | var userAgent = navigator.userAgent;
3 | var platform = navigator.platform;
4 | if (userAgent.indexOf('Edge') > -1){
5 | $("#browser").val('Edge');
6 | }else if (userAgent.indexOf('Chrome') > -1){
7 | $("#browser").val('Chrome');
8 | }else if (userAgent.indexOf('Firefox') > -1){
9 | $("#browser").val('Firefox');
10 | }else if (userAgent.indexOf('Safari') > -1){
11 | $("#browser").val('Safari');
12 | }else if (userAgent.indexOf('Opera') > -1){
13 | $("#browser").val('Opera');
14 | }else if (userAgent.indexOf('MSIE') > -1){
15 | $("#browser").val('Explorer');
16 | }
17 | if (platform.indexOf('Linux') > -1){
18 | if(platform.indexOf('arm') > -1 || platform.indexOf('Android') > -1){
19 | $("#os").val('Android');
20 | }else{
21 | $("#os").val('Linux');
22 | }
23 | }else if (platform.indexOf('Win') > -1){
24 | $("#os").val('Win');
25 | }else if (platform.indexOf('Mac') > -1){
26 | $("#os").val('Mac');
27 | }else if (platform.match(/(iPhone|iPod|iPad)/i)){
28 | $("#os").val('iOS');
29 | }
30 | });
--------------------------------------------------------------------------------
/public/js/Dl.js:
--------------------------------------------------------------------------------
1 | /* JS used on download page */
2 |
3 | // require Decryption.js, Transfers.js
4 |
5 | if(txt === undefined) {
6 | getJSON();
7 | }
8 | Decryption = Decryption();
9 | ExtIcons = ExtIcons();
10 | Files = Files();
11 | Time = Time();
12 | Transfers = Transfers();
13 |
14 | var f_dec = [];
15 | var i = 0;
16 |
17 | $(document).ready(function() {
18 | $('#password').focus();
19 |
20 | $('#dl').click(function() {
21 | var fname = $(this).data('fname'),
22 | fid = $(this).data('fid'),
23 | uid = $(this).data('uid');
24 | var err = false;
25 | var fek;
26 | var p = $('#password').val();
27 | var packet = $(this).data('dk');
28 | var c = packet.split(':');
29 | var enc_fek = sjcl.codec.base64.toBits(c[0]);
30 | var salt = sjcl.codec.base64.toBits(c[1]);
31 | var aDATA= sjcl.codec.base64.toBits(c[2]);
32 | var iv = sjcl.codec.base64.toBits(c[3]);
33 |
34 | var dk = sjcl.misc.pbkdf2(p, salt, 7000, 256);
35 | var enc = new sjcl.cipher.aes(dk);
36 | try {
37 | fek = sjcl.mode.gcm.decrypt(enc, enc_fek, iv, aDATA, 128);
38 | } catch(e) {
39 | err = true;
40 | $('#msg').html(txt.User.badPass);
41 | }
42 |
43 | if(!err) {
44 | $('#msg').html('');
45 |
46 | var ficon = ExtIcons.set(fname);
47 |
48 | $('.transfers_download').contents().filter(function() {
49 | return (this.nodeType == 3);
50 | }).remove();
51 | $('.transfers_download').append(''+
52 | '
'+
53 | '
'+
54 | '
'+ ficon + fname +''+
55 | '
0%' +
56 | '
'+
57 | '
'+
58 | '
');
59 |
60 | Transfers.open();
61 | Transfers.showDl();
62 |
63 | f_dec[i] = new Decryption(fname, fid, i, uid, fek); // Call Decryption.js with 2 more parameters : uid and fek
64 | $('#div_download'+i+' .btn-abort').on('click', function() {
65 | var j = $(this).attr('data-id');
66 | f_dec[j].abort();
67 | });
68 | i++;
69 | }
70 | });
71 |
72 | $('body').on('keydown', function(event) {
73 | if(event.keyCode === 13) {
74 | $('#dl').click();
75 | event.preventDefault();
76 | }
77 | });
78 | });
79 |
--------------------------------------------------------------------------------
/public/js/Interface/Request.js:
--------------------------------------------------------------------------------
1 | // Request.js
2 | // modulesLoaded : Modules in interface.js
3 |
4 | // Thank you Martin Wantke for the code below (addEventListener & removeEventListener)
5 | EventTarget.prototype.addEventListenerBase = EventTarget.prototype.addEventListener;
6 | EventTarget.prototype.addEventListener = function(type, listener) {
7 | if(!this.EventList) { this.EventList = []; }
8 | this.addEventListenerBase.apply(this, arguments);
9 | if(!this.EventList[type]) { this.EventList[type] = []; }
10 | var list = this.EventList[type];
11 | for(var index = 0; index != list.length; index++) {
12 | if(list[index] === listener) { return; }
13 | }
14 | list.push(listener);
15 | };
16 |
17 | EventTarget.prototype.removeEventListenerBase = EventTarget.prototype.removeEventListener;
18 | EventTarget.prototype.removeEventListener = function(type, listener) {
19 | if(!this.EventList) { this.EventList = []; }
20 | if(listener instanceof Function) { this.removeEventListenerBase.apply(this, arguments); }
21 | if(!this.EventList[type]) { return; }
22 | var list = this.EventList[type];
23 | for(var index = 0; index != list.length;) {
24 | var item = list[index];
25 | if(!listener) {
26 | this.removeEventListenerBase(type, item);
27 | list.splice(index, 1); continue;
28 | } else if(item === listener) {
29 | list.splice(index, 1); break;
30 | }
31 | index++;
32 | }
33 | if(list.length == 0) { delete this.EventList[type]; }
34 | };
35 |
36 | //
37 |
38 | var Request = {
39 | modulesLoaded: false,
40 | load : function(controller, action) {
41 | var url = controller+'/'+action;
42 | if(action === 'DefaultAction' || action === undefined) {
43 | url = controller;
44 | }
45 | console.log("Loading "+url);
46 |
47 | if(url.length > 0) {
48 | // Load page
49 | xhr = new XMLHttpRequest();
50 | xhr.open("GET", url, true);
51 | xhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
52 | xhr.onreadystatechange = function() {
53 | if(xhr.status == 200 && xhr.readyState == 4) {
54 | history.pushState({ path: this.path }, '', url);
55 | document.documentElement.innerHTML = xhr.responseText;
56 |
57 | switch(url) {
58 | case "User":
59 | // Call loader from interface.js to load "User" page features
60 | UserLoader(Folders.id);
61 | break;
62 | case "Favorites":
63 | // Remove all keydown events from interface.js
64 | window.removeEventListener("keydown");
65 | break;
66 | }
67 | }
68 | }
69 | xhr.send(null);
70 | }
71 | }
72 | } || {};
73 |
--------------------------------------------------------------------------------
/public/js/Interface/modules/Arrows.js:
--------------------------------------------------------------------------------
1 | // Arrows module. Loaded in window.onload()
2 | var Arrows = (function() {
3 | // Private
4 | var lastSelected = '';
5 | var tree = null;
6 | var row = null;
7 | var max = 0;
8 | var i = 0;
9 | var init = false;
10 |
11 | // Public
12 | return {
13 | init : function() {
14 | tree = $('#tree');
15 | if($(tree).length === 0) return false;
16 | row = $(tree).find('tr:not(#tree_head):not(.break)');
17 | if($(row).length === 0) return false;
18 | max = $(row).length-1;
19 | i = 0;
20 | lastSelected = '';
21 | init = true;
22 | },
23 |
24 | up : function(ctrl = null) {
25 | if(!init) return false;
26 | if(Selection.Files.length === 0 && Selection.Folders.length === 0 && lastSelected === '') {
27 | i = max; // last element
28 | } else if(i <= 0) {
29 | i = max;
30 | } else {
31 | i--;
32 | }
33 | lastSelected = $(row)[i].id;
34 |
35 | if(ctrl === null) { // remove previous selected element(s)
36 | Selection.remove();
37 | }
38 | Selection.add(lastSelected, ctrl);
39 |
40 | Arrows.scroll($(row)[i]);
41 | },
42 |
43 | down : function(ctrl = null) {
44 | if(!init) return false;
45 | if(Selection.Files.length === 0 && Selection.Folders.length === 0 && lastSelected === '') {
46 | i = 0; // first element
47 | } else if(i >= max) {
48 | i = 0;
49 | } else {
50 | i++;
51 | }
52 | lastSelected = $(row)[i].id;
53 |
54 | if(ctrl === undefined) { // remove previous selected element(s)
55 | Selection.remove();
56 | }
57 | Selection.add(lastSelected, ctrl);
58 |
59 | Arrows.scroll($(row)[i]);
60 | },
61 |
62 | scroll : function(el) {
63 | // Autoscroll
64 | var sy = el.offsetTop - document.querySelector('#tree_head').offsetTop - 130; // Diff with tree head because FF doesn't use relative offset
65 | var max_sy = document.body.scrollHeight - document.body.clientHeight;
66 | sy = sy > max_sy ? max_sy : sy;
67 | document.documentElement.scrollTop = sy;
68 | document.body.scrollTop = sy;
69 | }
70 | }
71 | });
72 |
--------------------------------------------------------------------------------
/public/js/Interface/modules/ExtIcons.js:
--------------------------------------------------------------------------------
1 | var ExtIcons = (function() {
2 | // Private
3 | var ext = '';
4 | var pos = -1;
5 | var icon;
6 |
7 | // Types of files
8 | var types = {
9 | archive : ['zip', 'tar', 'gz', 'bz', 'bz2', 'xz', 'rar', 'jar', '7z', 'lzma'],
10 | code : ['php', 'html', 'htm', 'php3', 'php4', 'php5', 'java', 'css', 'scss', 'xml', 'svg', 'sql', 'c', 'cpp', 'cs', 'js', 'au3', 'asm', 'h',
11 | 'ini', 'jav', 'p', 'pl', 'rb', 'sh', 'bat', 'py'],
12 | image : ['jpg', 'jpeg', 'png', 'bmp', 'gif', 'tiff'],
13 | doc : ['docx', 'odt', 'doc', 'odp'],
14 | pdf : ['pdf'],
15 | sound : ['mp3', 'ogg', 'flac', 'wav', 'aac', 'm4a'],
16 | video : ['mp4', 'avi', 'wmv', 'mpeg', 'mov', 'mkv', 'mka', 'mks', 'flv']
17 | };
18 |
19 | var getIcon = function(filename) {
20 | icon = 'text';
21 | pos = filename.lastIndexOf('.');
22 | if(pos !== -1) {
23 | ext = filename.substr(pos+1).toLowerCase();
24 | $.each(types, function(i,v) {
25 | if(v.indexOf(ext) !== -1) {
26 | icon = i;
27 | return false;
28 | }
29 | });
30 | }
31 | return icon;
32 | };
33 |
34 | // Public
35 | return {
36 | set : function(filename) {
37 | if(filename !== undefined) { // filename is specified when you want the icon for only one file (return the image)
38 | icon = getIcon(filename);
39 | return '
';
40 | }
41 | else {
42 | $('.file').each(function() {
43 | filename = $(this).attr('data-title');
44 | icon = filename !== null && filename !== undefined ? getIcon(filename) : 'text';
45 | $(this).children('td:nth-child(2)').html('
');
46 | });
47 | }
48 | }
49 | }
50 | });
51 |
--------------------------------------------------------------------------------
/public/js/Interface/modules/Favorites.js:
--------------------------------------------------------------------------------
1 | var Favorites = (function() {
2 | return {}
3 | });
4 |
--------------------------------------------------------------------------------
/public/js/Interface/modules/Time.js:
--------------------------------------------------------------------------------
1 | // Time module. Loaded in window.onload()
2 | // Used for tests, not necessary otherwise
3 | var Time = (function() {
4 | // Private
5 | var s = 0, e = 0;
6 |
7 | // Constructor
8 | function Time() {
9 | this.start();
10 | };
11 |
12 | // Public
13 | Time.prototype.start = function() {
14 | s = new Date().getTime();
15 | };
16 |
17 | Time.prototype.stop = function() {
18 | e = new Date().getTime();
19 | };
20 |
21 | Time.prototype.elapsed = function(unit) {
22 | var diff = e-s;
23 | switch(unit) {
24 | case 'ms':
25 | return diff;
26 | case 'cs':
27 | return diff/10;
28 | case 'ds':
29 | return diff/100;
30 | case 's':
31 | return diff/1000;
32 | default:
33 | return diff;
34 | }
35 | };
36 |
37 | return Time;
38 | });
39 |
--------------------------------------------------------------------------------
/public/js/Interface/modules/Transfers.js:
--------------------------------------------------------------------------------
1 | // Transfers module. Loaded in window.onload()
2 | var Transfers = (function() {
3 | // Private
4 | var minimized = false;
5 |
6 | // Public
7 | return {
8 | number : 0,
9 | numberUp : 0,
10 | numberDl : 0,
11 |
12 | toggle : function() {
13 | if($("#transfers").css('display') === 'block') {
14 | Transfers.close();
15 | } else {
16 | Transfers.open();
17 | }
18 | },
19 |
20 | open : function() {
21 | $('#transfers').fadeIn(400);
22 | },
23 |
24 | close : function() {
25 | $('#transfers').fadeOut('fast');
26 | $('.sidebar li > a').removeClass('selected');
27 | if(typeof Trash !== 'undefined' && Trash.state === 1) {
28 | $('.sidebar li > a[href="User#trash"]').addClass('selected');
29 | } else {
30 | $('.sidebar li > a[href="User"]').addClass('selected');
31 | }
32 | },
33 |
34 | isOpened : function() {
35 | return $('#transfers').css('display') === 'block' ? true : false;
36 | },
37 |
38 | minimize : function() {
39 | if(minimized) {
40 | $("#transfers .toggle, #transfers .content").show();
41 | } else {
42 | $("#transfers .toggle, #transfers .content").hide();
43 | }
44 | minimized = !minimized;
45 | },
46 |
47 | showUp : function() {
48 | $("#transfers .toggle ul > li:first-child").addClass('selected');
49 | $("#transfers .toggle ul > li:last-child").removeClass('selected');
50 | $("#transfers .content > .transfers_upload").show();
51 | $("#transfers .content > .transfers_download").hide();
52 | },
53 |
54 | showDl : function() {
55 | $("#transfers .toggle ul > li:first-child").removeClass('selected');
56 | $("#transfers .toggle ul > li:last-child").addClass('selected');
57 | $("#transfers .content > .transfers_upload").hide();
58 | $("#transfers .content > .transfers_download").show();
59 | }
60 | }
61 | });
62 |
--------------------------------------------------------------------------------
/public/js/Interface/modules/Trash.js:
--------------------------------------------------------------------------------
1 | var Trash = (function() {
2 | // If State = 0, set State to 1 and load contents from trash.
3 | // If State = 1, set State to 0 and load other contents.
4 | return {
5 | state : 0,
6 | switch : function() {
7 | Trash.state = Math.abs(Trash.state-1);
8 | Folders.open(0);
9 | },
10 |
11 | open : function() {
12 | Trash.state = 1;
13 | Folders.open(0);
14 | },
15 |
16 | close : function() {
17 | Trash.state = 0;
18 | Folders.open(0);
19 | }
20 | }
21 | });
22 |
--------------------------------------------------------------------------------
/public/js/Interface/modules/Upload.js:
--------------------------------------------------------------------------------
1 | // Upload module. Loaded in window.onload()
2 | var Upload = (function() {
3 | // Private
4 | var f_enc = [];
5 | var f_files;
6 |
7 | // Public
8 | return {
9 | dialog : function(e) {
10 | if(typeof e === 'object' && e !== null) e.preventDefault();
11 | $('#upFilesInput').trigger('click');
12 | },
13 |
14 | abort : function() {
15 | var i = this.getAttribute('data-id');
16 | console.log("Aborting "+i);
17 | f_enc[i].abort();
18 | },
19 |
20 | read : function(i, chkNb = 0) {
21 | f_enc[i].read(chkNb);
22 | },
23 |
24 | upFile : function(file_id) {
25 | console.log("Uploading file "+file_id+"/"+(f_files.length-1));
26 | var fname = f_files[file_id].name !== undefined ? f_files[file_id].name : '';
27 | var ficon = ExtIcons.set(fname);
28 |
29 | $('.transfers_upload').contents().filter(function() {
30 | return (this.nodeType == 3);
31 | }).remove();
32 | $('.transfers_upload').append(''+
33 | '
'+
34 | '
'+
35 | '
'+ ficon + fname +''+
36 | '
0%' +
37 | '
'+
38 | '
'+
39 | '
');
40 |
41 | $('#div_upload'+file_id+' .btn-abort').on('click', Upload.abort);
42 |
43 | if(file_id == f_files.length-1) {
44 | f_enc[file_id] = new Encryption(f_files[file_id], Folders.id, file_id, null);
45 | }
46 | else {
47 | f_enc[file_id] = new Encryption(f_files[file_id], Folders.id, file_id, function() {
48 | Upload.upFile(file_id + 1);
49 | });
50 | }
51 | },
52 |
53 | upFiles : function(files) {
54 | f_files = files;
55 | $('.transfers_upload').html(' ');
56 | $('.sidebar li > a').removeClass('selected');
57 | $('.sidebar li > a[href="User#transfers"]').addClass('selected');
58 | Transfers.open();
59 | Transfers.showUp();
60 | Upload.yesReplaceAll = false;
61 | Upload.yesCompleteAll = false;
62 | Upload.noAll = false;
63 | Upload.upFile(0);
64 | },
65 |
66 | yesReplaceAll: false,
67 | yesCompleteAll: false,
68 | noAll: false
69 | }
70 | });
71 |
--------------------------------------------------------------------------------
/public/js/Login/log_connect.js:
--------------------------------------------------------------------------------
1 | /* log_connect.js */
2 |
3 | /* sendConnectionRequest()
4 | Send username + password + base64encoded encrypted CEK to the server and log in the user if all is good
5 | */
6 |
7 | window.onload = function() {
8 | // Get txt from user's language json (language.js)
9 | getJSON();
10 | sessionStorage.clear();
11 |
12 | window.addEventListener("keydown", function(e) {
13 | if(e.keyCode === 13) { // enter
14 | sendConnectionRequest(e);
15 | }
16 | });
17 | }
18 |
19 | var sendConnectionRequest = function(e) {
20 | e.preventDefault();
21 | var field_username = document.querySelector("#field_username").value;
22 | var field_password = document.querySelector("#field_password").value;
23 | var field_passphrase = document.querySelector("#field_passphrase").value;
24 |
25 | var returnArea = document.querySelector("#return");
26 |
27 | returnArea.innerHTML = '
';
28 |
29 | if(field_password.length < 6 || field_passphrase.length < 1 || field_username.length < 3) {
30 | returnArea.innerHTML = txt.Register.form;
31 | }
32 | else {
33 | var xhr = new XMLHttpRequest();
34 | xhr.open("POST", "Login/Connection", true);
35 | xhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
36 |
37 | xhr.onreadystatechange = function() {
38 | if(xhr.status == 200 && xhr.readyState == 4) {
39 | if(xhr.responseText.length > 2) {
40 | // success message
41 | var rep = xhr.responseText;
42 | //the responseText have to be: ok@$cek or val@$cek, where $cek is the urlencoded encrypted cek
43 | var z = rep.split("@");
44 | console.log(z[0]);
45 | if(z[0] === 'ok') {
46 | var cek = z[1];
47 | try { //we try to decrypt the CEK with the passphrase
48 | var cek = decodeURIComponent(cek);
49 | var cek = base64.decode(cek); //the CEK is base64encoded in the database, then we decode it
50 | var cek = sjcl.decrypt(field_passphrase, cek); //the CEK is now a JSON, we decrypt it
51 | sessionStorage.setItem("kek", field_passphrase); //we store locally the passphrase
52 | sessionStorage.setItem("cek", cek); //we store locally the CEK
53 | window.location.href = ROOT+"Home"; //it's okay, all is good -> redirect the user to the desktop
54 | } catch (e) { //the passphrase is wrong
55 | console.log(e.message);
56 | returnArea.innerHTML = txt.Login.badPassphrase;
57 | }
58 | return false;
59 | }
60 | else if(z[0] === 'va') {
61 | window.location.href = ROOT+"Validate";
62 | return false;
63 | }
64 | else {
65 | // error
66 | returnArea.innerHTML = xhr.responseText;
67 | }
68 | }
69 | }
70 | }
71 |
72 | xhr.send("username="+encodeURIComponent(field_username)+"&pass="+mui_hash(field_password));
73 | }
74 | }
75 |
--------------------------------------------------------------------------------
/public/js/LostPass/lostpass.js:
--------------------------------------------------------------------------------
1 | /* lostpass.js */
2 |
3 | window.onload = function() {
4 |
5 | // Get txt from user's language json (language.js)
6 | getJSON();
7 |
8 | window.addEventListener("keydown", function(event) {
9 | switch(event.keyCode) {
10 | case 13:
11 | // enter
12 | changePass();
13 | break;
14 | }
15 | });
16 | }
17 |
18 | var changePass = function() {
19 | var new_pwd = document.querySelector("#pwd").value;
20 | var pwd_confirm = document.querySelector("#pwd_confirm").value;
21 | //var new_pp = document.querySelector("#pp").value;
22 | //var pp_confirm = document.querySelector("#pp_confirm").value;
23 | var new_pp = '', pp_confirm = '';
24 |
25 | var returnArea = document.querySelector("#returnArea");
26 |
27 | if(new_pp.length > 0 || new_pwd.length > 0) {
28 |
29 | if((new_pwd.length < 6 && new_pp.length < 6) || (new_pp.length < 6 && new_pp.length > 0) || (new_pwd.length < 6 && new_pwd.length > 0)) {
30 | returnArea.innerHTML = txt.Register.passLength;
31 | return false;
32 | }
33 |
34 | returnArea.innerHTML = "";
35 |
36 | if(new_pwd.length >= 6) {
37 | if(pwd_confirm != new_pwd) {
38 | returnArea.innerHTML = txt.Register.badPassConfirm;
39 | return false;
40 | }
41 | new_pwd = mui_hash(new_pwd);
42 | }
43 | else
44 | new_pwd = '';
45 |
46 | if(new_pp.length >= 6) {
47 | if(pp_confirm != new_pp) {
48 | returnArea.innerHTML = txt.Register.badPassphraseConfirm;
49 | return false;
50 | }
51 | //new_pp = mui_hash(new_pp);
52 | new_pp = encodeURIComponent(new_pp);
53 | }
54 | else
55 | new_pp = '';
56 |
57 | var xhr = new XMLHttpRequest();
58 | xhr.open("POST", "LostPass/ResetPass", true);
59 | xhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
60 |
61 | xhr.onreadystatechange = function()
62 | {
63 | if(xhr.status == 200 && xhr.readyState == 4)
64 | {
65 | console.log(xhr.responseText);
66 | if(xhr.responseText.length > 2)
67 | {
68 | // success message
69 | if(xhr.responseText.substr(0, 3) == "ok@") {
70 | window.location.href=ROOT+"Login";
71 | return false;
72 | }
73 | else {
74 | // error
75 | returnArea.innerHTML = xhr.responseText;
76 | }
77 | }
78 | }
79 | }
80 |
81 | xhr.send("pwd="+new_pwd+"&pp="+new_pp);
82 | }
83 | }
84 |
--------------------------------------------------------------------------------
/public/js/check.js:
--------------------------------------------------------------------------------
1 | var cek = sessionStorage.getItem("cek");
2 | var kek = sessionStorage.getItem("kek");
3 | if (cek == null || kek == null) {
4 | sessionStorage.clear();
5 | window.location.href = ROOT+"Logout";
6 | }
7 |
--------------------------------------------------------------------------------
/public/js/mui_hash.js:
--------------------------------------------------------------------------------
1 | var hex2chars = function(input) {
2 | var output = '';
3 | input = input.replace(/^(0x)?/g, '');
4 | input = input.replace(/[^A-Fa-f0-9]/g, '');
5 | input = input.split('');
6 | for(var i = 0; i < input.length; i+=2) {
7 | output += String.fromCharCode(parseInt(input[i]+''+input[i+1], 16));
8 | }
9 | return output;
10 | }
11 |
12 | var mui_hash = function(input) {
13 | // Hash a string in sha384 thanks to sha512.js, convert it in base64 thanks to base64.js and urlencode it
14 | return encodeURIComponent(base64.encode(hex2chars(sha384(input)), true));
15 | }
16 |
--------------------------------------------------------------------------------
/public/pictures/desktop/arrow.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/pictures/desktop/extensions/archive.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/pictures/desktop/extensions/code.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/pictures/desktop/extensions/doc.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/pictures/desktop/extensions/folder.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/pictures/desktop/extensions/image.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/pictures/desktop/extensions/pdf.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/pictures/desktop/extensions/sound.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/pictures/desktop/extensions/text.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/pictures/desktop/extensions/video.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/pictures/desktop/ic-no-trash-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/desktop/ic-no-trash-dark.png
--------------------------------------------------------------------------------
/public/pictures/desktop/ic-no-trash-light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/desktop/ic-no-trash-light.png
--------------------------------------------------------------------------------
/public/pictures/desktop/ic-no-uploads.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/desktop/ic-no-uploads.png
--------------------------------------------------------------------------------
/public/pictures/favicon_small.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/favicon_small.ico
--------------------------------------------------------------------------------
/public/pictures/favicon_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/favicon_small.png
--------------------------------------------------------------------------------
/public/pictures/index/loader.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/public/pictures/logos/muonium2_b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium2_b.jpg
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_H_00.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_H_00.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_H_01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_H_01.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_H_02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_H_02.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_H_03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_H_03.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_H_04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_H_04.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_H_05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_H_05.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_H_06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_H_06.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_V_00.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_V_00.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_V_01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_V_01.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_V_02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_V_02.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_V_03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_V_03.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_V_04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_V_04.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_V_05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_V_05.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_V_06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_V_06.png
--------------------------------------------------------------------------------
/public/pictures/logos/muonium_b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/muonium/core/9c1797b695067563c4187ac2ba9a2436deadc310/public/pictures/logos/muonium_b.jpg
--------------------------------------------------------------------------------
/robots.txt:
--------------------------------------------------------------------------------
1 | User-agent: *
2 | Disallow:
3 |
--------------------------------------------------------------------------------
/tmp/.htaccess:
--------------------------------------------------------------------------------
1 | Require all denied
--------------------------------------------------------------------------------