RouterControl with Linksys WRT54G DD-WRT v24 RC4

Fragen, Tipps & Tricks zu Freeware-Programmen 0190 Warner, Alle meine Passworte, SuperSpamKiller Standard usw.

Moderatoren: Ralf, mirko

Antworten
remoto
Beiträge: 1
Registriert: 21.11.2007, 14:33

Beitrag von remoto »

Is it possible to include this DD-WRT version in RouterControl?

I\'ve tried to do it using RouterControl Editor but I couldn\'t because I don\'t understand German and even though I\'ve used an online-translator I\'ve lost it somewhere in the http headers issue.

I\'m using NetCat to Disconnect/Connect so I already have the html code that you have to send to the browser in order to achieve that, but using RouterControl is far more elegant :)

Is it possible to get a RCEditor in english? If its text based like RouterControl I can traslate it to Spanish, also I dont want to bother you again when DD-WRT releases a v25 :)

Thanks in advance!

PS: Just in case you have the time to do that here is the html Im using, perhaps you can make a new Linksys entry based on this (In \"Authorization\" user and password are Base64 encoded)

--- This works for Linksys WRT54G using DD-WRT v24 RC4
POST /apply.cgi HTTP/1.1
Host: 192.168.1.1
User-Agent: NetCat
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Connection: keep-alive
Referer: http://192.168.1.1/Management.asp
Authorization: Basic xxxxxxxxxxxxxxxxxxxxxx==
Content-Type: application/x-www-form-urlencoded
Content-Length: 143

submit_button=Ping&action=ApplyTake&submit_type=start&change_action=gozila_cgi&ping_times=1&next_page=Diagnostics.asp&ping_ip=killall+-HUP+pppd
---
Antworten