Automated script to connect to a web site and change the Password

Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default Automated script to connect to a web site and change the Password

    Dear Friends,

    I need to write a Perl CGI script that connects to
    a website (like Yahoo) and change the Password for
    my user. I don't want to do it manually. It should
    be handled by the script.

    Please suggest any idea/code available.

    Thanks in advance,
    Mallik.
    Mallik Guest

  2. Similar Questions and Discussions

    1. Cannot Connect, asks for password
      I just installed contribute 4, I had 3 installed previously. Well on my first load of it it asks me for a password? I never had to use one for...
    2. How do you change the password?
      Hello, I am having trouble logging into the administrator account. I'm new at this program and I'm not sure how to open the program up at all! I've...
    3. Connect to database using encrypted password
      I'm needing to connect to a database manually (not using cfquery). However I'm not wanting to hardcode the password into the file. I have a...
    4. Can't change password?
      Heya; I have PostGreSQL 7.3.4 on Mandrake Linux 9.2. For some reason Webmin, when I tell it to change the password of a pgsql user, acts like it's...
    5. change password
      How can I change the password of a user from a "C" program
  3. #2

    Default RE: Automated script to connect to a web site and change the Password

    Dear Friends,

    I need to write a Perl CGI script that connects to
    a website (like Yahoo) and change the Password for
    my user. I don't want to do it manually. It should
    be handled by the script.

    Please suggest any idea/code available.

    Thanks in advance,
    Mallik.
    Mallik Guest

  4. #3

    Default RE: Automated script to connect to a web site and change the Password

    Dear Friends,

    I need to write a Perl CGI script that connects to
    a website (like Yahoo) and change the Password for
    my user. I don't want to do it manually. It should
    be handled by the script.

    Please suggest any idea/code available.

    Thanks in advance,
    Mallik.
    Mallik Guest

  5. #4

    Default RE: Automated script to connect to a web site and change the Password

    > Dear Friends,
    >
    > I need to write a Perl CGI script that connects to
    > a website (like Yahoo) and change the Password for
    > my user. I don't want to do it manually. It should
    > be handled by the script.
    >
    I've done similar thigns using LWP::UserAgent to log in and
    submit forms with certain data.
    That's where I'd look first.

    HTH

    DMuey
    > Please suggest any idea/code available.
    >
    > Thanks in advance,
    > Mallik.
    >
    > --
    > To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
    > For additional commands, e-mail: [email]beginners-help@perl.org[/email]
    <http://learn.perl.org/> <http://learn.perl.org/first-response>


    Dan Muey Guest

  6. #5

    Default RE: Automated script to connect to a web site and change the Password

    Mallik <mallikarjunk@softima.com> posted this reply:
    :
    : : -----Original Message-----
    : : From: Mallik [mailto:mallikarjunk@softima.com]
    : : Sent: Tuesday, January 27, 2004 5:26 AM
    : : To: Perl Beginners
    : : Subject: Automated script to connect to a web site and change
    : : the Password
    : :
    : : Dear Friends,
    : :
    : : I need to write a Perl CGI script that connects to
    : : a website (like Yahoo) and change the Password for
    : : my user. I don't want to do it manually. It should
    : : be handled by the script.
    : :
    : : Please suggest any idea/code available.
    :
    :
    : Dear Friends,
    :
    : I need to write a Perl CGI script that connects to
    : a website (like Yahoo) and change the Password for
    : my user. I don't want to do it manually. It should
    : be handled by the script.
    :
    : Please suggest any idea/code available.
    :
    : Thanks in advance,
    : Mallik.


    You emailed three messages to two email newsgroups asking the
    same question and then you replied with the same exact message
    again to each of those messages. In all there are six messages
    cross posted to two email newsgroups (that I know of) to ask one
    question.

    What are thinking???

    Charles K. Clarkson
    --
    Head Bottle Washer,
    Clarkson Energy Homes, Inc.
    Mobile Home Specialists
    254 968-8328

    Charles K. Clarkson Guest

  7. #6

    Default Re: Automated script to connect to a web site and change the Password

    In article <NHBBLNCADDJDFAFMNFMMEEDKCFAA.mallikarjunk@softima .com>,
    [email]mallikarjunk@softima.com[/email] (Mallik) writes:
    >Dear Friends,
    >
    >I need to write a Perl CGI script that connects to
    >a website (like Yahoo) and change the Password for
    >my user. I don't want to do it manually. It should
    >be handled by the script.
    >
    >Please suggest any idea/code available.
    [url]http://search.cpan.org[/url]
    Mail::Webmail::Yahoo
    WWW::Mechanize

    --
    Peter Scott
    [url]http://www.perldebugged.com/[/url]
    *** NEW *** http//www.perlmedic.com/
    Peter Scott Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139