Hello, I was wondering how could I make (C# prefered or C++ program), to login to website and make some action, and then log off.
So I found following lines in website I need:
type: "POST",
url: "index.php?a=login",
data: "pw="+$('#lpw').val()+"&un="+$('#lun').val(),
when I try doing that manually in my broswer: [Only registered and activated users can see links. Click Here To Register...]
nothing happens, website just reloads its homepage... is there something wrong that I'm doing with this url or whut o.O?
Regards...
So I found following lines in website I need:
type: "POST",
url: "index.php?a=login",
data: "pw="+$('#lpw').val()+"&un="+$('#lun').val(),
when I try doing that manually in my broswer: [Only registered and activated users can see links. Click Here To Register...]
nothing happens, website just reloads its homepage... is there something wrong that I'm doing with this url or whut o.O?
Regards...