Jump to content

CoreDestroyer

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by CoreDestroyer

  1. I'm creating games specific to the theme of my site, but problem is, how do I upload them to my site easily? Using an FTP would always be a hassle, considering the fact that it's a whole team of staff that will be making the games. If anyone has any suggestions, they'd be greatly appreciated. Thanks!
  2. if(empty($logintimevariablething) >= 86400){ //stuff here }
  3. I have a problem where people can change something in the Inspect Element thingy in most browsers that can allow them to cheat on it. I'm wondering, is it possible to hide the <a href=""> from people in Inspect Element?
  4. Hi, I recently posted here in this forum and liked some of the responses, so I came back with another question. Anyway, I'm making an "account" page, where a user can change their account details through textbox's. I'm wondering though, is it possible to get the text from their previously entered text and display it so they can edit it? Thanks in advance!
  5. Ok, well, I know there is. Sheesh. Can someone help me with it then?
  6. I'm making a "members" page and I was wondering if it were possible to grab the username and profile picture (which, atm, is just a default one that no one could customize,) and make it display on a page. Then, when you click it, find their ID and have it go to their profile. Is it possible?
  7. Well thank you very much! One last thing, does this count for spaces? I want to remove that from usernames as well.
  8. I'm guessing I just put that in my code and it'll automatically clean it up?
  9. I have this textarea, well, registration to be exact. I was wondering if there is a way to filter certain words from getting into the database when signing up. Things such as spaces and inappropriate/bad words. I only have 3 fields at the moment, which are $username $password $email Is there any way to filter those? Thanks in advance.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.