how change emil welcome msg

hello its me agian i got everything shorted out now i just need one more thing and that is how can i change the welcome message i ment to say email

Go into core/templates and find any templates which start with email_xxx.php and then edit those ones.

Copy them to your skin folder before editing as well.

thanks and what code can i use to add a picture of that mail and what code can i use so phpvms will go via the datbase to get the airliner code he needs to login with ?

Hey,

You can update email_registrationaccepted.php. The code to show the pilot id is this:

<?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?>

Regarding the image code, you can use html on this file. The exact format for the image is this:

<img src="wrongname.gif" alt="HTML5 Icon" />

There are many html tags you can use. http://www.w3schools.com/html/