Help for this page

Select Code to Download


  1. or download this
    ....
    <form method="post" action="login.lp" name="authform" id="authform">
            <input type="hidden" name="rn" value="-1383135969">
    
  2. or download this
    $message =~ /\"rn\"\s+value\=+"([^"]+)"/ ;
    $rn= $1;
    
  3. or download this
    $message =~ /^action.*\"rn\"\s+value\=+"([^"]+)"/