Jump to content
MakeWebGames

Mizzion

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Mizzion

  1. Thank you for your input Spudinski. As for the cookie issue, I shouldn't run into that since I prefer to code my own mods and/or add on's. As for the logging and checking of the Sessions that is a good idea, thank you. Also about the unique ID per user/visitor, this is also a good idea and I will work on that while I'm in the files securing the variables and inputs. Onto the queries I agree, they are pretty messy and are being worked on as I go along. Once again thanks to everyone who has replied with input/suggestions.
  2. Thanks for the link. I've actually looked at that, but I would rather code it myself. This way I can get more familiar with the structuring.
  3. Thanks for the quick reply. I didn't think it would be a problem, but as the saying goes, "Better safe than sorry" :) Thanks once again.
  4. Hello, I recently downloaded the Lite version of MCC, and figured I would start by securing the scripts and then moving on from there. My question is, should I also secure the $_SESSION variables? I'm pretty sure I've read somewhere that it's possible to use plug-ins to hijack sessions, so I just want to make sure that while I'm securing, I get as much secured as possible (Plus it will be a learning experience :) ).   Thanks for any help provided
  5. Re: I NEED HELP QUICLY Your welcome.
  6. Re: I NEED HELP QUICLY It means just as it says, the folder isn't writable, change the CMOD to 777 so the installer can configure the game as it needs to be. Right click the folder you have your game uploaded in, choose properties, and set the properties to 777. Remember to reset it back to 755 when your done. This should fix your problems.
  7. Re: Honor Awards If you have the honor awards mod and follow these instructions. open header.php Find: [b]Crystals:[/b] {$ir['crystals']}   Add right below the crystals:   [b]Honors:[/b] {$ir['honors']}   When you refresh your page, it should show honors right above where the "Emergency Logout" is.
×
×
  • Create New...