This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file contains error messages which are shown to user, when http/https | |
# login is used. | |
# These messages can be changed to make user interface more friendly, including | |
# translations to different languages. | |
# | |
# Various variables can be used here as well. Most frequently used ones are: | |
# $(error-orig) - original error message from hotspot | |
# $(ip) - ip address of a client | |
# $(username) - username of client trying to log in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>PRIDEX hotspot logout</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8""> | |
<meta http-equiv="pragma" content="no-cache"> | |
<meta http-equiv="expires" content="-1"> | |
<style type="text/css"> | |
<!-- | |
textarea,input,select { | |
background-color: #FDFBFB; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html> | |
<head> | |
<title>PRIDEX hotspot login</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta http-equiv="pragma" content="no-cache" /> | |
<meta http-equiv="expires" content="-1" /> | |
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/> | |
<style type="text/css"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
COLOR_RED="\033[1;31m" | |
COLOR_GREEN="\033[1;32m" | |
COLOR_YELLOW="\033[1;33m" | |
COLOR_LESS="\033[0m" | |
BACKTITLE="ASDA.RU LTDA - me (985)135-32-52 | [email protected]" | |
TITLE="MAKE RAID 1" | |
NULL=/dev/null |