Login and get information

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Henrik

    Login and get information

    Hi!

    I would like to make a script that can log in to another webpage, and
    enter a second page, and then get the HTML there, and then save it to a
    DB/file.

    The login script is like this:

    <FORM METHOD="POST" NAME="nmLoggInn 2" ACTION="logginn .php">

    <SPAN STYLE="color: #555555; text-transform: uppercase;"><B> LOGG
    INN</B></SPAN><BR>

    <TABLE BORDER="0" STYLE="margin-left: 5px;"><TR><TD>

    <SPAN STYLE="color: #777777; letter-spacing:
    -1px;">Brukernav n:</SPAN><BR>
    <INPUT TYPE="text" NAME="brukernav n" id="brukernavn " SIZE="18"
    maxlength="38">
    <BR>
    <SPAN STYLE="color: #777777; letter-spacing: -1px;">Passord:</SPAN><BR>
    <INPUT TYPE="password" NAME="passord" id="passord" SIZE="18"
    maxlength="50">
    <br>
    <!--<SPAN STYLE="color: #777777; letter-spacing:
    -1px;">Anti-bot:</SPAN><BR>
    <img src="sik-bilde.php?width =80" border="1" width="144" height="30"
    alt="Anti-bot bilde" />
    <BR>
    <SPAN STYLE="color: #777777; letter-spacing: -1px;">Anti-bot
    gjenta:</SPAN><BR>
    <INPUT TYPE="text" NAME="antbot" id="antbot" SIZE="18" maxlength="30">
    <BR><br>-->
    <input type="submit" name="submit" value="Logg Inn">
    </TD></TR></TABLE>
    <BR>
    <A HREF="blimedlem .php" onMouseOver="wi ndow.status='Re gistrer - Bli
    medlem i Nordicmafia!'; return true" onMouseOut="win dow.status='';
    return true" STYLE="letter-spacing: -1px;">Bli Medlem!</A>
    <BR>
    <A HREF="glemtpass .php" onMouseOver="wi ndow.status='Gl emt Passord?';
    return true" onMouseOut="win dow.status=''; return true"
    STYLE="letter-spacing: -1px;">Glemt passord?</A><BR><BR><BR>
    <INPUT TYPE="hidden" NAME="kqwe" VALUE="FFGGGLNL FLMN">
    </FORM>

    The other page has the adress


Working...