smoughan

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by smoughan

  1. I picked it up myself but as I fail at aiming with a controller, I have it on the PC... I've only played the multiplayer bit so far as I have some other games in the line before I get onto the single player... having said that, MP is awesome! Being a Counter Strike player for so long, and putting up with the bugs etc... I guarentee you if they came out with dedi servers for it, it would blow CS:S out of the market... Did you not hear about MW3? Its already in development, you can see the news release http://www.theonion.com/content/video/ultra_realistic_modern_warfare?utm_source=videoembed (Possibly NSFW)
  2. You could use the PHP session variables to do it, ie. when the form is submitted to page C, it starts a session and saves the values. When page B is loaded, it can read those values from the users PHP session and authenticate. The easier way to to it is pass the details straight to page B and let it do the login, using a piece of javascript on page B you can check to see if a frame is present, and if not, redirect. As the user should already have a session at this point, it should work fine.