Jump to content

ADD PILOTS VIA ADMIN PANEL HOW?


FiveStar

Recommended Posts

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 by Asmara Kamran
Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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.   Restore formatting

  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.

Loading...
×
×
  • Create New...