Reliance Broadband 1250 Thunder Plan in Gurgaon (4mbps unlimited)

  • Thread starter Thread starter Sushubh
  • Start date Start date
  • Replies Replies 281
  • Views Views 33,244
Yep. Chat support works. Not that it is helpful in any way :D
 
Yes router config looks fine. if the reliance page opens slow. try to block all the flash ad. i have blocked all the imges on portal page. Just login and password box appears.
Yes reliance portal tends to get slow in day time. Looks like single server handling all India customers.
Also you can setup Optware on your DD-WRT and then install libcurl package which will handle the login.
This is the script.
Code:
curl -A "User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6 (.NET CLR 3.5.30729)" --referer "http://www.reliancebroadband.co.in/reliance/login.do" --cookie-jar /tmp/mnt/FLASH/tomato/reliance/relcookie "http://www.reliancebroadband.co.in/reliance/login.do" --connect-timeout 15 --max-time 20 --retry 2 --retry-delay 5curl -A "User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6 (.NET CLR 3.5.30729)" --referer "http://www.reliancebroadband.co.in/reliance/login.do" --cookie /tmp/mnt/FLASH/tomato/reliance/relcookie --data "userId=3432432444&password=paswd" "http://www.reliancebroadband.co.in/reliance/login.do?action=doLoginSubmit" --connect-timeout 15 --max-time 20 --retry 2 --retry-delay 5
 
Router is probably going to stay connected on Broadband. Can I get a batch file that logs me in to Reliance? :D
 
There's a Python auto login script in Reliance Broadband section. Works properly.
 


I have to disable and enable my adapter every time to get the login page working. FUCKING FREAKS.
 
Looks like I have managed to get the python script working. Developer did not even bother to tell that you need to install Python for Windows. I mean I guess it was obvious but. PS: Does it really need Python for Windows because it did not work until I installed Python for Windows. :D
 
Happens sometime. Stale dns cache. Flush it next time.
Indeed web login is irritating. You will get used to it. :D
 

Back