PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Fix Hosterplugin load.to



hardy
26.04.2017, 09:07
Moin Leute,

brauche noch einmal eure Hilfe, eventuell wurde dies bereits schonmal von jemandem gelöst?!
Das Hosterplugin load.to funzt nicht beim Upload. Es erscheint der Fehler "Protokollfeld ist leer".

Hier einmal das aktuelle plugin:


[config]
EMail (optional):=%email%
Kommentar (optional):=%comment%

[serverformfields]

[settings]
name=load.to
filepostfield=upfile_0
maxfilesize=1024000000

[srvadress]
mode=1
method=GET
url=http://www.load.to/
regexp=<form name="form_upload" method="post" enctype="multipart/form-data" action="([^"]+)">
server=%REGEX1%

[formfields]
imbedded_progress_bar=0
upload_range=1
submit=Value
email=%email%
filecomment=%comment%

[link]
mode=2
url=
regexp=<td><a href="http://www.load.to/([^/]+)/([^"]+)" class="link">
link=http://www.load.to/%REGEX1%/%REGEX2%

[requestsettings]
useragent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1"

Bin für jede Hilfe dankbar!

fluffyxz
26.04.2017, 20:14
[config]
EMail (optional):=%email%
Kommentar (optional):=%comment%

[serverformfields]

[settings]
name=load.to
filepostfield=upfile_0
maxfilesize=1024000000

[srvadress]
mode=1
method=GET
url=https://www.load.to/
regexp=<form name="form_upload" method="post" enctype="multipart/form-data" action="([^"]+)">
server=https:%REGEX1%

[formfields]
imbedded_progress_bar=0
upload_range=1
submit=Value
email=%email%
filecomment=%comment%

[link]
mode=2
url=
regexp=<td><a href="https://www.load.to/([^/]+)/([^"]+)" class="link">
link=https://www.load.to/%REGEX1%/%REGEX2%

[requestsettings]
useragent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1"

geändert wurde
[srvadress]
url=https://www.load.to/
server=https:%REGEX1%

[link]
regexp=<td><a href="https://www.load.to/([^/]+)/([^"]+)" class="link">
link=https://www.load.to/

hardy
26.04.2017, 20:21
...einer der sein handwerk versteht, also noch einmal much thx!!! :emoji41: