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