Results 1 to 16 of 16

Thread: Auto login program for Reliance

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    8

    Lightbulb Auto login program for Reliance

    Hi,

    I've just made a program to automatically login to reliance. It can remember your credentials, auto start and auto login after disconnection. Kindly give it a try and let me know the feedbacks.

    Oh yeah and one more thing. It requires .NET Framework 4.0 Client Profile at least (which I've already included in the second file).

    Thanks and let me know the feedback.

    Links:
    1. Standard Setup (without .NET setup) www[dot]mediafire[dot]com/?akcwqw9v9cdsm4l

    2. Full Setup (with .NET setup) www[dot]mediafire[dot]com/?ah2s2oqt6yfgr8p

    Regards,
    Shantanu Thatte

  2. #2
    Junior Member
    Join Date
    Jan 2011
    Liked
    0 times
    Posts
    39

    Default

    Quote Originally Posted by shantanuthatte View Post
    Hi,

    I've just made a program to automatically login to reliance. It can remember your credentials, auto start and auto login after disconnection. Kindly give it a try and let me know the feedbacks.

    Oh yeah and one more thing. It requires .NET Framework 4.0 Client Profile at least (which I've already included in the second file).

    Thanks and let me know the feedback.

    Links:
    1. Standard Setup (without .NET setup) www[dot]mediafire[dot]com/?akcwqw9v9cdsm4l

    2. Full Setup (with .NET setup) www[dot]mediafire[dot]com/?ah2s2oqt6yfgr8p

    Regards,
    Shantanu Thatte

    check ur face in mirror or may be you are dreaming that you had made this tool

    this person is fooling everyone as he is saying he had made this tool


    this tool is a property of reliance communication under name r-key which can be downloaded by reliance broadband customers from there login page under tab utilities .

  3. #3
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    8

    Default

    Quote Originally Posted by saurav1987sonu View Post
    check ur face in mirror or may be you are dreaming that you had made this tool

    this person is fooling everyone as he is saying he had made this tool


    this tool is a property of reliance communication under name r-key which can be downloaded by reliance broadband customers from there login page under tab utilities .
    No This is not R-Key... I have made this and the source code is available with me. It pings yahoo.com and checks if it is accessible or not. If not then it attempts to login into reliance by checking if it is already logged in. It uses "220.224.142.229" so that even if yo have your own custom DNS servers, it will still work.

    Download and check for yourself. This is not R-Key

  4. #4
    Junior Member
    Join Date
    Mar 2010
    Liked
    0 times
    Posts
    23

    Smile Trust

    Well i dont think anyone will like to download and run some tool from somebody else, who knows what it actually does. However, if you can release it openly, just like SuperSify - Client for Sify Broadband i think it can gain good acceptance.

    NOTE: Firefox users can use the iMacros extension to auto login, and advanced users can use wget/curl to write a login script.

  5. #5
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    8

    Default

    Thanks... I'll release the code soon...

  6. #6
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    5

    Default

    Quote Originally Posted by shantanuthatte View Post
    Hi,

    I've just made a program to automatically login to reliance. It can remember your credentials, auto start and auto login after disconnection. Kindly give it a try and let me know the feedbacks.

    Oh yeah and one more thing. It requires .NET Framework 4.0 Client Profile at least (which I've already included in the second file).

    Thanks and let me know the feedback.

    Links:
    1. Standard Setup (without .NET setup) www[dot]mediafire[dot]com/?akcwqw9v9cdsm4l

    2. Full Setup (with .NET setup) www[dot]mediafire[dot]com/?ah2s2oqt6yfgr8p

    Regards,
    Shantanu Thatte
    Hi Shantanu,

    I've been using your program for sometime now, seems good enough but has some bugs in it.

    It keeps showing me a logged out / logged in balloon notification from the system tray every now and then, so far the interval seems to be random but when it does start it happens for 10 to 15 mins.
    How often are you pinging yahoo to check logged in status?
    It could be related to that.

    Also add features like:
    • user configurable timer to ping test connection
    • field to add your own server to ping not just yahoo
    • Option to turn off balloon notifications

    Regards,
    KD

  7. #7
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    8

    Default

    Quote Originally Posted by Karan_D View Post
    Hi Shantanu,

    I've been using your program for sometime now, seems good enough but has some bugs in it.

    It keeps showing me a logged out / logged in balloon notification from the system tray every now and then, so far the interval seems to be random but when it does start it happens for 10 to 15 mins.
    How often are you pinging yahoo to check logged in status?
    It could be related to that.

    Also add features like:
    • user configurable timer to ping test connection
    • field to add your own server to ping not just yahoo
    • Option to turn off balloon notifications

    Regards,
    KD
    Thanks for the feedback. Yeah even I noticed that it shows Logged Out. Right now the interval is 10 seconds, and as soon as the ping fails it shows Logged Out. For default ping server I'll br putting up an array to go through and yeah user configured servers too. There is also a bug where in case the net is disconnected or is jittery a javascript error also occurs.

    Will release v1.1 Soon.....

    Thanks again for the feedback.

    Regards,
    Shantanu Thatte

  8. #8
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    5

    Default

    Quote Originally Posted by shantanuthatte View Post
    Right now the interval is 10 seconds
    I think this is a bit too high, something closer to 5 mins should work fine. Just imagine if more than few people start using your program, yahoo will be pinged constantly.

    Quote Originally Posted by shantanuthatte View Post
    There is also a bug where in case the net is disconnected or is jittery a javascript error also occurs.
    Yeah this happens to me as well

  9. #9
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    8

    Default

    Well I've kept it that high coz Download Managers generally give up after that time. So If I had kept it lower my downloads would have been stopeed and then I would have been logged in, but any ways if we keep a list there wont be a lot many pings on a single server. Or better I'll try for alternate ways to check if internet is on.

  10. #10
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    5

    Default

    Quote Originally Posted by shantanuthatte View Post
    Well I've kept it that high coz Download Managers generally give up after that time. So If I had kept it lower my downloads would have been stopeed
    Hmm.. some download managers can tend to do that.

    In this case have the default set to that (10 seconds) with an array of servers, but also have an option for the user to configure the timer.

    Quote Originally Posted by shantanuthatte View Post
    Or better I'll try for alternate ways to check if internet is on.
    I'm pretty sure there are ways to check this from the OS, but not sure if it might work with the way reliance has set things up. Although I'm not familiar with network protocols etc. so don't take my word for it.

    You could release your source on a site like sourceforge.net and possibly get some more people to look at it to help you out.
    It would also put to rest the doubts in some peoples minds about the authenticity of your program if they could have a look at the code.

    Another thing you could also use the Google public dns, I think its 8.8.8.8 for IPv4, just in case reliance decides to play around with their dns servers.

  11. #11
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    8

    Default

    Well i'm using openDNS on my router thats why reliancebroadband.co.in dosent work and i have to use the ip address of it directly. Pinging is the simplest way to check even if other services are down. Also there is a need for update feature so as to notify in case of an update.

    Well I'll be releasing the code on Google Code with v1.1
    Last edited by shantanuthatte; 09-30-11 at 04:25 AM. Reason: Automerged Doublepost

  12. #12
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    5

    Default

    Cool, about the source.

  13. #13
    Junior Member
    Join Date
    Oct 2011
    Liked
    0 times
    Posts
    1

    Default

    wow
    goood work...works like a charm for me

  14. #14
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    8

    Default

    Thanks.. I'm releasing v1.1 in 4-5 days....

  15. #15
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    5

    Default

    Where is my 1.1 ?

  16. #16
    Junior Member
    Join Date
    Nov 2011
    Liked
    0 times
    Posts
    4

    Default

    how this program is usefull...because i have also reliance broadband....will you please elaborate the procedure and working of this software???????

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auto Login Script for WRT54G
    By rajaka in forum Reliance Broadband
    Replies: 5
    Last Post: 09-06-11, 04:39 PM
  2. Asianet Automatic Login and Logout
    By btgeorge in forum DSL Broadband Service Providers
    Replies: 0
    Last Post: 02-07-11, 09:23 AM
  3. Asianet Auto Login and Auto Logout
    By btgeorge in forum Other Cable Internet Services
    Replies: 0
    Last Post: 02-07-11, 09:15 AM
  4. Asianet Auto Login and Auto Logout Freeware
    By btgeorge in forum Other DSL Broadband Services
    Replies: 0
    Last Post: 02-07-11, 09:11 AM
  5. Program and Compile your projects online | CodePad | IDEone
    By itsmemad in forum Computer technology
    Replies: 0
    Last Post: 02-17-10, 10:19 AM