Ehy, I can't get it...

Discussion in 'Code Snippets and Tutorials' started by ricky92, Jan 30, 2007.

  1. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    ok, I'm making a dice-a-roo autoplayer but I can't understand a little thing. If I write this code:
    Code (Text):
    1. wrap.PostWrapper("http://neopets.com/games/play_dicearoo.phtml", "type=start", "http://neopets.com/games/dicearoo.phtml")
    I can only get a page saying "Something bad happened", without tables, dices, or other dice-a-roo game elements...
    I use HTTPWrapper and the and the format code is (Url,Datastring,Refer)
     
  2. moose

    moose Level IV

    Joined:
    Jan 20, 2007
    Messages:
    934
    Likes Received:
    0
    your forgetting that you need to press the click to play the 2nd time
    if i helped +rep plzz
     
  3. expon

    expon Administrator
    Staff Member

    Joined:
    Oct 30, 2006
    Messages:
    1,393
    Likes Received:
    56
    Location:
    UK
    hmm maybe try just using a (URL,Referrer) function
    and do

    wrap.PostWrapper("http://neopets.com/games/play_dicearoo.phtml?type=start", "http://neopets.com/games/dicearoo.phtml")


    btw, did you finish that other daily doer program/browser you were making? :)
     
  4. meepyou

    meepyou Level I

    Joined:
    Jan 18, 2007
    Messages:
    149
    Likes Received:
    0
    Location:
    England
    Just looking at the code, and forgive me if i'm wrong, but do you need a ? on the end of play_dicearoo.phtml


    Otherwise surely it's trying to take you to /play_dicearoo.phtmltype=start


    Which would give you the wrong address.

    Just an idea :shock: