turkseed: add captcha info about case sensitive

This commit is contained in:
Garfield69 2020-05-16 08:37:25 +12:00
parent 048ed65f09
commit f21ffd9449
1 changed files with 13 additions and 9 deletions

View File

@ -67,22 +67,26 @@ settings:
options: options:
"desc": "desc" "desc": "desc"
"asc": "asc" "asc": "asc"
- name: info_captcha
type: info
label: Captcha Text Note
default: The <i>Captcha Text</i> code is <b>case sensitive</b>.
login: login:
path: login.php path: login.php
method: form method: form
form: form[action="takelogin.php"] form: form[action$="takelogin.php"]
captcha:
type: image
selector: img#regimage
input: imagestring
inputs: inputs:
username: "{{ .Config.username }}" username: "{{ .Config.username }}"
password: "{{ .Config.password }}" password: "{{ .Config.password }}"
logout: "" logout: ""
captcha:
type: image
selector: img#regimage
input: imagestring
error: error:
- selector: table:contains("HATA")
- selector: table:contains("Hata") - selector: table:contains("Hata")
- selector: table:contains("Login Giriş Kilitlendi!")
test: test:
path: index.php path: index.php
selector: a[href*="/logout.php?logouthash="] selector: a[href*="/logout.php?logouthash="]
@ -153,11 +157,11 @@ search:
selector: td:nth-last-child(2) selector: td:nth-last-child(2)
downloadvolumefactor: downloadvolumefactor:
case: case:
img[src$="_flags/freedownload.gif"]: 0 img[src$="/freedownload.gif"]: 0
img[src$="_flags/silverdownload.gif"]: 0.5 img[src$="/silverdownload.gif"]: 0.5
"*": 1 "*": 1
uploadvolumefactor: uploadvolumefactor:
case: case:
img[src$="_flags/x2.gif"]: 2 img[src$="/x2.gif"]: 2
"*": 1 "*": 1
# TS Special Edition v.7.5 # TS Special Edition v.7.5