Jump to content
MakeWebGames

Recommended Posts

Posted

Re: New mail system, New game, HELP!!!

Ok so i have a mail system like www.zitmail.com (telling you this site as i dont want users sigining up to mine unless they are a member),

and i have a mccode v2 based game,

i was after making it so if you sign up for my game you can sign up to my mail system but only if you sign up for my game so like they can only sign up if they are logged in,

or making so that when you sign up for my game you automaticaly sign up for my mail system.

Thank you for the reply.

Posted

Re: New mail system, New game, HELP!!!

im not very good at coding yet but wouldnt you be able to add something like this to the top of the mail singup page?

if($_SESSION['loggedin']==0) { header("Location: login.php");exit; }

 

i know there is probably more to it than that but would that work?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...