FiveStar Posted April 15, 2011 Report Share Posted April 15, 2011 (edited) Hi I just want to know how we can put Add Pilot option in Admin Panel any suggestions or code? Explanation: i wanted to Add pilots manually Through Our Admin Pilot so how to creat module for it if anybody can Help please. This Would be the SQL Query to execute the code? NEED FULLY WORKING CODE.......... INSERT INTO `Asmara_Pilots`.`phpvms_pilots` (`pilotid`, `firstname`, `lastname`, `email`, `code`, `location`, `hub`, `password`, `salt`, `bgimage`, `lastlogin`, `totalflights`, `totalhours`, `totalpay`, `transferhours`, `rankid`, `rank`, `ranklevel`, `confirmed`, `retired`, `joindate`, `lastpirep`, `lastip`) VALUES ('2', 'Anil', 'Jabbar Memon', 'aniljabbar84@yahoo.com', 'VMS', 'VM', 'EDDS', '', '', 'background2.png', '0000-00-00', '211', '943', '33', '0', '12', 'Commander', '12', '1', '0', '2005-05-05 00:00:00', '0000-00-00 00:00:00', ''); Edited April 15, 2011 by Asmara Kamran Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 15, 2011 Administrators Report Share Posted April 15, 2011 You can't add them manually. There are several tables which are populated. Use the registration form. Quote Link to comment Share on other sites More sharing options...
mynameiskhan Posted April 15, 2011 Report Share Posted April 15, 2011 OH NO Nabeel there is no way to do it? because i was looking for samething for my VA as i have 200 pilots and it was very difficult for me to Add them All manually. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted April 15, 2011 Moderators Report Share Posted April 15, 2011 I remember having this conversation before with someone else on here, just create a form on your existing website for your pilots to click the button and they are transferred to the new sites registration page, you can post from your existing site values in to the new registration form on the new site, that way you can ensure that registrations are correctly handled. All they have to do then is confirm their details are correct and enter the captcha details, job done. Quote Link to comment Share on other sites More sharing options...
mynameiskhan Posted April 15, 2011 Report Share Posted April 15, 2011 Thanks Mark for your reply---- really appreciate it if you wont mind can you please help me in this also Pagination Problem Quote Link to comment Share on other sites More sharing options...
FiveStar Posted April 15, 2011 Author Report Share Posted April 15, 2011 got it thanx mark and nabeel........... 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.