php poker

Discussion in 'PHP' started by camero713, Dec 21, 2010.

  1. #1
    http://www.warrenlocals.com/gp/garagepoker/index.php

    this is the site for a poker game ... pls check it out and let me know what you think of it
     
    camero713, Dec 21, 2010 IP
  2. underground-stockholm

    underground-stockholm Guest

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Quite nice.

    Fix the XSS bug in the Create Player page :)
     
    underground-stockholm, Dec 21, 2010 IP
  3. camero713

    camero713 Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    the xss bug? i just tried it and i didnt get a error or bug.. what is it doing when you log on?
     
    camero713, Dec 21, 2010 IP
  4. underground-stockholm

    underground-stockholm Guest

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <html>
    <body>
    <form method="post" action="http://www.warrenlocals.com/gp/garagepoker/create.php">
    <input type="text" name="user" value="&quot;&gt;&lt;script&gt;alert(1096);&lt;/script&gt;">
    <input type="submit">
    </form>
    </body>
    </html>
    PHP:
     
    underground-stockholm, Dec 21, 2010 IP
  5. andrewterrol

    andrewterrol Well-Known Member

    Messages:
    343
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #5
    I think you should offer some screen shots of the game, so people could see for what are they registering. Because when a new visitor comes to your site, he doesn't understand that he can play poker there. You need to offer some screen shots of the game or some kind of demo to the game.
     
    andrewterrol, Dec 21, 2010 IP
  6. camero713

    camero713 Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    im not posting the site for all to play.. just wanted input on how to make it better. im trying to make the site from the phppoker1.9 so that me and my friends can play for money.. if you'd like a copy of the script, just let me know and ill get you a copy.. ty for checking out my poker site, all imput on how to make it better is greatfully appreciated..
     
    camero713, Dec 22, 2010 IP