03laceys Posted March 13, 2008 Posted March 13, 2008 Hello, I was wondering how would i be able to stop my new mail system be signed up to by non members of my game? Quote
_stoner_ Posted March 15, 2008 Posted March 15, 2008 Re: New mail system, New game, HELP!!! What do you mean? :? Quote
03laceys Posted March 15, 2008 Author Posted March 15, 2008 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. Quote
Haunted Dawg Posted March 16, 2008 Posted March 16, 2008 Re: New mail system, New game, HELP!!! So then make it check your users database for there user make them login and if login let them create an account Quote
gawduranidiot Posted March 16, 2008 Posted March 16, 2008 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? Quote
Haunted Dawg Posted March 16, 2008 Posted March 16, 2008 Re: New mail system, New game, HELP!!! That wont work since every session has its own link. for example: If i own www.killah-city.com and i add a session as a logged in like my game now it will stay available for 15 minutes inactive time. If i own www.killah-city.com/main/index.php then it wont because there are dif links. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.