PHP and WOW

Discussion in 'PHP' started by mnymkr, May 8, 2008.

  1. #1
    I am helping out on a World of Warcraft drupal module with my neighbor, most of it is fairly simple since their "Armory" is in XML


    one problem I am having is that to access their "Guild bank" you have to login with a world of warcraft login

    How can I pass a login from my script to theirs in order to view items in the guild bank.
     
    mnymkr, May 8, 2008 IP
  2. danzor

    danzor Peon

    Messages:
    208
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could try using Curl to post your account name and pass to the login script.
     
    danzor, May 8, 2008 IP
  3. mnymkr

    mnymkr Well-Known Member

    Messages:
    2,328
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    120
    #3
    i have used curl for Ebay scripts but how can curl post to login to somone else's script...thanks for the answer just dont know enough
     
    mnymkr, May 8, 2008 IP
  4. gavaryus

    gavaryus Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Curl does that you want. Try to find a library that you will help you.
     
    gavaryus, May 8, 2008 IP
  5. mnymkr

    mnymkr Well-Known Member

    Messages:
    2,328
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    120
    #5
    how do you know what values the curl login requires if there is no api
     
    mnymkr, May 8, 2008 IP