-
Posts
2222 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by joeri
-
if you ar heving trouble translating i can help you speak german a bid
-
with version are you at themoment
-
this made the award go down(break) but not let the text disapear look here http://www.tnt-virtual.be/index.php/profile/view/1 what i actualy was trying to show was the dot and the award but not the award name. gr joeri
-
yes they where and then i added them manual
-
ah sorry Nabeel here it is <div id="mainbox"> <h3>Pilot Center</h3> <div class="indent"> <p><strong>Welcome back <?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?>!</strong></p> <table> <tr> <td valign="top" align="center"> <img src="<?php echo PilotData::getPilotAvatar($pilotcode); ?>" /> <br /><br /> <img src="<?php echo RanksData::GetRankImage($userinfo->rank) ?>" /> </td> <td valign="top"> <ul style="margin-top: 0px;"> <li><strong>Your Pilot ID: </strong> <?php echo $pilotcode; ?></li> <li><strong>Your Rank: </strong><?php echo $userinfo->rank;?></li> <?php if($report) { ?> <li><strong>Latest Flight: </strong><a href="<?php echo url('pireps/view/'.$report->pirepid); ?>"> <?php echo $report->code . $report->flightnum; ?></a> </li> <?php } ?> <li><strong>Total Flights: </strong><?php echo $userinfo->totalflights?></li> <li><strong>Total Hours: </strong><?php echo $userinfo->totalhours; ?></li> <li><strong>Total Transfer Hours: </strong><?php echo $userinfo->transferhours?></li> <li><strong>Total Money: </strong><?php echo FinanceData::FormatMoney($userinfo->totalpay) ?></li> <?php if($nextrank) { ?> <p>You have <?php echo ($nextrank->minhours - $pilot_hours)?> hours left until your promotion to <?php echo $nextrank->rank?></p> <?php } ?> </ul> </td> </tr> </table> <table> <tr> <td valign="top" nowrap> <p> <strong>Profile Options</strong> <ul> <li><a href="<?php echo url('/profile/editprofile'); ?>">Edit My Profile, Email and Avatar</a></li> <li><a href="<?php echo url('/profile/changepassword'); ?>">Change my Password</a></li> <li><a href="<?php echo SITE_URL.SIGNATURE_PATH.'/'.$pilotcode.'.png' ?>">View my Badge</a></li> <li><a href="<?php echo url('/downloads'); ?>">View Downloads</a></li> </ul> </p> <p> <strong>Flight Operations</strong> <ul> <li><a href="<?php echo url('/pireps/mine');?>">View my PIREPs</a></li> <li><a href="<?php echo url('/pireps/routesmap');?>">View a map of all my flights</a></li> <li><a href="<?php echo url('/pireps/filepirep');?>">File a Pilot Report</a></li> <li><a href="<?php echo url('/schedules/view');?>">View Flight Schedules</a></li> <li><a href="<?php echo url('/schedules/bids');?>">View my flight bids</a></li> <li><a href="<?php echo url('/finances');?>">View VA Finances</a></li> </ul> </p> <p> <strong>Awards</strong> <?php if(is_array($allawards)) { ?> <ul> <?php foreach($allawards as $award) { /* To show the image:*/?> <li><?php echo $award->name ?> <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /></li> <?php } ?> </ul> <?php } ?> </p> <p> <strong>ACARS Config</strong> <ul> <li><a href="<?php echo actionurl('/acars/fsacarsconfig');?>">Download FSACARS Config</a></li> <li><a href="<?php echo actionurl('/acars/fspaxconfig');?>">Download FSPax Config</a></li> <li><a href="<?php echo actionurl('/acars/xacarsconfig');?>">Download XAcars Config</a></li> <li><strong>For FSFK, you need the following (Place in Documents/FS Flight Keeper/Templates): </strong></li> <li><a href="<?php echo actionurl('/fsfk/vaconfig_template');?>">VA-Template.txt</a></li> </ul> </p> </td> <td valign="top"> <?php StatsData::PilotAircraftFlownGraph($userinfo->pilotid); ?> </td> </tr></table> </div> </div> <br /> the same is on the public side you can view here http://www.tnt-virtual.be/index.php/profile/view/1 gr joeri
-
hello gents a bid stuck here i have some awards to show but i can't get the award name infront away http://www.tnt-virtual.be/index.php/profile i just want to show the award can somebody point me in the correct direction gr joeri and a merry Xmass to you all
-
at this point that is not working made a few charters with airports not in the database but they weren't added. gr joeri
-
the database is in you controll pannel and there you use phpmyadmin or something simular look in your database there u will find a table schedulles there you can delete them normaly it schould not give anny errors if Nabeel has made the coding correct how to make inactive: you go in to your admin section/airlineoperations/schedulles there you can change them to inactive this has to be don 1by1. hope this is the info you need gr joeri
-
my turn to all off you a merry Xmass and a happy New Year
-
i am still verry interrested in this
-
firts you upload it to your server then you create a database then you type in the following in your brouwser www.myurl.com/install/install.php just follow the instructions on you screen gr joeri
-
phpVMS Virtual Airline Administration Software Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /install/checkinstall.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PIREPData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PilotData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/classes/ezDB.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/XML/XML.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/Profile/Profile.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/ACARS/xacars.php did not match, possibly corrupt or out of date [Error] ../unit_test.php doesn't exist [Checksum failed] /admin/modules/Maintenance/Maintenance.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/PIREPAdmin/PIREPAdmin.php did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pireps_addcomment.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_liveacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/registration_autoconfirm.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_log_flightdata.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/xacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_pirep_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /install/install.sql did not match, possibly corrupt or out of date -- Checked 205 files, found 18 errors
-
update on my live the flags off the last registers are also gone
-
is it disapeared foor all the pilots or only 1
-
here it ste chechinstall phpVMS Virtual Airline Administration Software Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /install/checkinstall.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PIREPData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/Schedules/Schedules.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/XML/XML.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/Profile/Profile.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/Registration/Registration.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/RouteMap/RouteMap.php did not match, possibly corrupt or out of date [Error] ../unit_test.php doesn't exist [Checksum failed] /admin/modules/Maintenance/Maintenance.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/PIREPAdmin/PIREPAdmin.php did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pireps_addcomment.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_liveacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/registration_autoconfirm.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_log_flightdata.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/xacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_pirep_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /install/install.sql did not match, possibly corrupt or out of date -- Checked 205 files, found 18 errors
-
it is hardcode when someone joins if you alter the pilot number you will get errors later on i know it had it . gr joeri
-
found a small error/bug i think using mass mail option getting this Fatal error: Class 'PHPMailer' not found in /home/tntvirtua/domains/tnt-virtual.be/public_html/admin/modules/MassMailer/MassMailer.php on line 55 ticket #118
-
did the to many hits to the head let you jump out off perfectly good airplanes ;D we normaly wait until the plane is on the blocks and the stairs are connected ;D ;D
-
here is mine phpVMS Virtual Airline Administration Software Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /install/checkinstall.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PIREPData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/classes/ezDB.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/XML/XML.php did not match, possibly corrupt or out of date [Error] ../unit_test.php doesn't exist [Checksum failed] /admin/modules/Maintenance/Maintenance.php did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pireps_addcomment.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_liveacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/registration_autoconfirm.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_log_flightdata.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/xacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_pirep_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /install/install.sql did not match, possibly corrupt or out of date -- Checked 205 files, found 14 errors
-
you need to code all off this using the pilotdata class. gr joeri
-
i think you should leave thease request in the accourding toppic. thane Nabeel can look if he wants to implement them. gr joeri
-
indeed in the admin/pilots,groups/ilotgroups you do a add group there you need to give him the second from the bottom acc admin then it will work gr joeri
-
you cna give access via the admin page where you did the modarate pireps
-
here it is ;D phpVMS Virtual Airline Administration Software Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking file hashes for corrupt or mismatched files [Checksum failed] /install/checkinstall.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PIREPData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PilotGroups.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/UserGroups.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PilotData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/XML/XML.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/FrontBids/FrontBids.php did not match, possibly corrupt or out of date [Error] ../unit_test.php doesn't exist [Checksum failed] /admin/modules/PilotAdmin/PilotAdmin.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/Maintenance/Maintenance.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/PIREPAdmin/PIREPAdmin.php did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pireps_addcomment.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_liveacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/registration_autoconfirm.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_log_flightdata.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/xacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_pirep_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/ops_schedules.tpl did not match, possibly corrupt or out of date [Checksum failed] /install/install.sql did not match, possibly corrupt or out of date -- Checked 204 files, found 20 errors gr joeri