Here is the script
Code:
$username="yumiyao0926"; $password="yumiyao0926"; $url="http://www.hotfile.com/login.php"; $cookie="cookie.txt";
$username="yumiyao0926"; $password="yumiyao0926"; $url="http://www.hotfile.com/login.php"; $cookie="cookie.txt";
private void lblClose_LinkClicked(object sender, LinkLabelLinkClickedEventArgs
Function hasLabel(ByRef ctl As Control) As Boolean Dim tempstr As String On Error GoTo err_handler tempstr = ctl.Controls(0).Name hasLabel = True Exit Function err_handler: