Results 1 to 3 of 3

Thread: PostHTTPPageEx help needed

  1. #1
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default PostHTTPPageEx help needed

    SCAR Code:
    program httpStoof;
    var
      readings: string;
      clntNum: integer;

    begin
      clntNum := InitializeHTTPClient(true, false);
      AddPostVariable(clntNum, 'password', 'passwordhere');
      readings := PostHTTPPageEx(clntNum, 'http://jessedstein.com/anakin.edit');
      Writeln(readings);
    end.

    should this work if i have the correct password in?
    it doesn't seem to post the password correctly as it returns the same thing it would before. thanks,

    PS it doesn't seem to even post the var :?

  2. #2
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    i'd kinda like quick help ?? cause im attempting to do somthing.
    so please try to help?

  3. #3
    Join Date
    Feb 2007
    Location
    Access Violation at 0x00000000
    Posts
    2,865
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    It should work, looking at the code.
    Are you sure that the website is working correctly?
    Ce ne sont que des gueux


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. eek. A little help needed:
    By malotthouse in forum OSR Help
    Replies: 4
    Last Post: 02-18-2008, 06:01 PM
  2. A lil help needed
    By anime1161 in forum OSR Help
    Replies: 10
    Last Post: 02-02-2008, 05:59 AM
  3. Help needed
    By faster789 in forum OSR Help
    Replies: 3
    Last Post: 08-23-2007, 06:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •