Angfel Air,
Down load the 1606 sql....Empty current table and then Import ".sql" file with database editor... (phpmyadmin, Navicat, Sqlite Lite, etc)....
you can also run the parse from a browser with file tree as
SITE FILE STRUCTURE:
your_site_root/navdata/fsbuild/required_fsbuild_.txt_files_here (See original airhaul post in this forum topic)
RUN FROM BROWSER:
http://site_url_here/navdata/fsbuildpharse.php
tpl is not supported for 5.5.x
but you can rename the .tpl files to .php and most of them will work with 5.5.x
And make sure your server php version matches the version of phpvms that you are using
Cannot use Phpvms 5.1.12
on a php 5.6.12 server
VAC Account Name: Dan McMahan
I deleted 3 previous old airlines from my profile.
Attached 1
Now I cannot add 3 new airlines to my profile...
"You may only add a maximum of three airlines"
Attached 2
Thx in advance for your help in resolving this issue...
Thx,
But I used my own images:
Pilot Roster Demo
<td><center><?php
if($pilot->retired == '1')
{echo '<img src="'.SITE_URL.'/lib/skins/skinfoldername/images/no.png" alt="warning" style="max-height: 14px;"/>';}
else
{echo '<img src="'.SITE_URL.'/lib/skins/skinfoldername/images/yes.png" alt="warning" style="max-height: 14px;"/>';}
?></center></td>