Search:

Type: Posts; User: tboy

Search: Search took 0.00 seconds.

  1. Thread: Login Program

    by tboy
    Replies
    2
    Views
    4,193

    eBay Login Program

    Hi,
    well what I am trying to achieve, is to develope a program that can
    log into my eBay account.

    I was sure that they would use some weird ways to pass the login names and so on, but I didn't...
  2. Replies
    10
    Views
    1,727

    Thanks, your approach was far superior than mine.

    Thanks, your approach was far superior than mine.
  3. Replies
    10
    Views
    1,727

    Well I am after what is between the two   so...

    Well I am after what is between the two   so your code
    should work with other characters like letters?
  4. Replies
    10
    Views
    1,727

    Yes that is what I am trying to do. I will try...

    Yes that is what I am trying to do.

    I will try to move that into the loop.

    ------------------------
    Edit
    ------------------------

    it works now, thanks.
  5. Replies
    10
    Views
    1,727

    I tried this but I doesn't seem to repeat ...

    I tried this but I doesn't seem to repeat



    while (fgets(c, sizeof(c), file)!= NULL && strstr(c, "p;")!= NULL){
    if (d <= 7){
    d++;
    }
    ...
  6. Replies
    10
    Views
    1,727

    Ok thanks for pointing that out. One more, can...

    Ok thanks for pointing that out.

    One more, can anyone tell me how to I can get my code to repeat itself?



    if (fgets(c, sizeof(c), file)!= NULL && strstr(c, "p;")!= NULL){

    ...
  7. Replies
    10
    Views
    1,727

    Copying part of a textline

    Hi,

    I have been struggling with this problem for some hours now.
    I want to copy a certain part of a textline.

    I have tried a few approches and at the moment I am using strtok to split the text...
  8. Replies
    5
    Views
    1,101

    Well yes thanks for pointing out that mistake....

    Well yes thanks for pointing out that mistake.
    But it still doesn't show up the first found entry.
  9. Replies
    5
    Views
    1,101

    opps let me change that...it was just a mistake...

    opps let me change that...it was just a mistake which I forgot to change.
  10. Replies
    5
    Views
    1,101

    Problem with Search function

    Hi, I can't seem to be able to figure out why this code:




    char c[100];
    char buf[32];

    ...
  11. Replies
    3
    Views
    3,194

    Thanks! Well they want to fetch the emails...

    Thanks!

    Well they want to fetch the emails from the ebay page, so that they can inform the people that order goods from them over ebay about the status oft their order.
  12. Replies
    2
    Views
    1,380

    Read source from a HTML online

    I hope the title of my thread was appropriate, I will try to explain my problem a bit more detailed.

    What I want to achieve is to scan/read the source of a html which is on a server.
    My question...
Results 1 to 12 of 12