Mafia Game Script doesn't work?

Discussion in 'PHP' started by yyyk9, Sep 21, 2007.

  1. #1
    Hi, I have a site at: here

    My question is, do some scripts not work because maybe my host doesn't have everything or what?

    Who can help fix everything for money?
     
    yyyk9, Sep 21, 2007 IP
  2. yyyk9

    yyyk9 Peon

    Messages:
    670
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    0
    #2
    mysql_query("UPDATE rps SET max='$max' WHERE owner='$username' AND location='$fetch->location'");

    Can someone explain this to me and reasons why it might not work? (submit the query)
     
    yyyk9, Sep 21, 2007 IP
  3. yyyk9

    yyyk9 Peon

    Messages:
    670
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Anyone? I need some help.
     
    yyyk9, Sep 22, 2007 IP
  4. CuBz

    CuBz Peon

    Messages:
    117
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    i own my own game (amafialife.com) and i am a coder so i could help you script but it isnt going to be free

    Add me on msn -

    or email me on the same email ;)
     
    CuBz, Sep 22, 2007 IP
  5. ziya

    ziya Well-Known Member

    Messages:
    1,971
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    140
    #5
    What fields do you have in your table : rps

    Try this :
    mysql_query("UPDATE rps SET max='".$max."' WHERE owner='".$username."' AND location='".$fetch->location."'");

    Let me know if it didnt help
     
    ziya, Sep 22, 2007 IP
  6. yyyk9

    yyyk9 Peon

    Messages:
    670
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    0
    #6
    let me try that
     
    yyyk9, Sep 22, 2007 IP