EastCoastHops Posted October 30, 2013 Report Share 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 Link to comment Share on other sites More sharing options...
Administrators simpilot Posted October 30, 2013 Administrators Report Share Posted October 30, 2013 Within the foreach of both lists just use something like; if($pilot->confirmed == '0'){continue;} Quote Link to comment Share on other sites More sharing options...
YusufBudi Posted November 4, 2013 Report Share Posted November 4, 2013 if($pilot->confirmed == '0'){continue;} where i have to put that code? i am new to phpvms... Quote Link to comment Share on other sites More sharing options...
YusufBudi Posted November 14, 2013 Report Share Posted November 14, 2013 if($pilot->confirmed == '0'){continue;} Where i should put that code? Regards Quote Link to comment Share on other sites More sharing options...
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.