Skip to content
Home > Programming > how to get info from website, like paltalk profile

how to get info from website, like paltalk profile

Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #189587
    Hackwood
    Member

    yeah that was me lol

    #189586
    Departure
    Member

    im looking at the source for the login at paltalk and hopfully that will give me clues how the login works
    document.frmLogin.Nickname.value = trim(document.frmLogin.Nickname.value);
    document.frmLogin.Password.value = trim(document.frmLogin.Password.value);
    document.frmLogin.action=”/mpt/ControllerServlet?RequestId=MyPalTalk.Login”;
    document.frmLogin.submit();

    #189585
    Hackwood
    Member

    Once you get the login down, your also going to have to find out how to get around there ban 🙂

Viewing 3 posts - 31 through 33 (of 33 total)
  • You must be logged in to reply to this topic.