Jump to content
MakeWebGames

sniko

Members
  • Posts

    2,210
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by sniko

  1. Reminds me a little of Peter's work. Nevertheless, pretty good template, But, i would re-position the "Game Name".
  2. sniko

    Auctions

    As it returns a 0, make sure; The item ID exists in the items table You own the item $_GET['ID'] has an actual value   and reply with results please. Thanks, -sniko
  3. sniko

    Auctions

    Simple test. Add this to line 145; echo $db->num_rows($Data);   If it returns above 0, it's something to do with the $_GET. So change ctype_digit (line 146) to is_numeric -sniko
  4. sniko

    Auctions

    remove the space between "i" and "d" in the query :) Line 144 - Auction.php -sniko
  5. sniko

    For Fun :D

    Awesome! well done!
  6. Ah! Um, well, improve more? C'mon they were only asking for help.
  7. sniko

    etroPaL design

    Excellent!
  8. Awesome! Thanks for putting me on the list!
  9. What ever happend to your pledge danny boy?
  10. What's the error?
  11. function username() { global $ir; if($ir['user_level'] == 2) //Admin value, i believe return "<font color='blue'>{$ir['username']}</font>"; else return $ir['username']; }   Put that function in global_func.php and then replace the following throughout all the files; with Hope that helps -sniko
  12. Maybe install the template onto nerfbattles.co.uk? P.S - Nice template
  13. Or; - Look into LIKE - Scan the database for LIKE records from a user input - If not found, ask the user if they want to send it to be answered by staff - Create a staff section to display requested questions to be answered - If multiple records are found, show them paginated with answers (or show the questions, and they click on the question to view the answer)
  14. Ah Well. Seems to have fixed itself.
  15. Yea i did - i'm running it as i always have done
  16. Hey, I have an issue with wamp. The icon wont go green and i get the following error when i go to localhost/127.0.0.1 Bad Request (Invalid Hostname). I've configured the host file in the driver/ect directory so it only has 127.0.0.1 Localhost, and well, i need help to fix it. Thank you in advance -sniko
  17. Amazing!! That's really good
  18. I agree with Peter here. Sure, Facebook is a social networking site bla bla bla, but the players joined that group to most probably get information for that specific game.
  19. It's actually a really nice IDE to work with. Thanks for mentioning it :) -sniko
  20. @Dominion; To be honest, I have no idea what their involvement did apart from spread the word of the issues, especially Operation Manning.
  21. I see 4 people voted against Anonymous, but have you looked at; - Operation Manning - Operation Food Not Bombs - The Greece Revolution - The Chile Thing - Poor and Hungry
  22. Just downloaded it, and i need to get used to it. I'm used to just an editor with syntax highlighting and i can't get used to the auto tabbing
  23. I did - Thank you for sorting it :) -sniko
  24. That's understandable, but for future reference, try not to disrespect others. Again, I hope all goes well for you in your dispute. -sniko
  25. True. I don't support the hacking but the stories on their blogspot and the motive behind what they do in their press releases kind of makes me think they are bending the rules to do something that is right? Take Food not bombs story for example.
×
×
  • Create New...