View Single Post
  #60  
Old 14.02.2013, 18:03
GfK-Michael
Guest
 
Posts: n/a
Default

D-Link DIR-100 V1.13 DE:

Download Curl to the path of your batchfiles (settings in JD)

Code:
curl "**External links are only visible to Support Staff** -d "authen_username=xxxxx&authen_password=yyyyy" -c "cookies.txt"
curl "**External links are only visible to Support Staff** -b "cookies.txt"
curl "**External links are only visible to Support Staff** -b "cookies.txt"

if exist cookies.txt del cookies.txt

aaa.aaa.a.a=Url of your Router (in most cases 192.168.0.1)

xxxxx=Username

yyyyy=Password (if there is any problem, you must install "Live HTTP headers" to your Firefox, activate it and Loggin to your router. Then copy the password from there to the JD-script - itīs in hex-format)


Last edited by GfK-Michael; 15.02.2013 at 13:20.
Reply With Quote