EastCoastHops Posted October 30, 2013 Report Posted October 30, 2013 Hello, Recently I have had issues with people making fake pilot accounts so they can have the Recent Pilots List and Pilot Roster say profane names and spam other entities. How do I make it so registered pilots don't show up until they are accepted? Thanks! --Brendan Quote
Administrators simpilot Posted October 30, 2013 Administrators Report Posted October 30, 2013 Within the foreach of both lists just use something like; if($pilot->confirmed == '0'){continue;} Quote
YusufBudi Posted November 4, 2013 Report Posted November 4, 2013 if($pilot->confirmed == '0'){continue;} where i have to put that code? i am new to phpvms... Quote
YusufBudi Posted November 14, 2013 Report Posted November 14, 2013 if($pilot->confirmed == '0'){continue;} Where i should put that code? Regards 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.