Something wrong here?
public void SendMessage(String username, String Subject, String Message)
{
Html = Wrapper.get("http://www.gaiaonline.com/profile/privmsg.php?mode=post");
Html = Wrapper.post("http://www.gaiaonline.com/profile/privmsg.php", "username=" + username + "&subject=" + Subject + "&message=" + Message + "&area_code=&pn1=&pn2=&selected_options=post&btn_send=true&preview=&post=&mode=post&src=&folder=inbox&id=");
if (Html.Contains("Your Private Message has been sent"))
{
MessageBox.Show("Your message has been sent to : " + username);
}
else
{
MessageBox.Show("Message sending failed");
}
}Okay, look at that code. All day I have been trying to figure out why my messages wont send, or why daily chance wont work. Or why anything wont work for that matter.
The only thing that works is the login. After that nothing works >.>
Im really hoping a fellow programmer on the team can help me, im posting because most neglect to help me.
Im using chris' wrapper.
It als
nt let me use the data on my browser, when I try all it does is refresh the page...