-
Posts
1307 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Posts posted by Jeff
-
-
Mainly the following files.
/public_html/core/modules/ACARS/ACARS.php/public_html/core/common/ACARSData.class.php/public_html/core/templates/acarsmap.tplThose are all the files that operate the Acars Map.
-
This is the second time I found other people's stuff on your website. The last time I helped you, I found a lot of images, scripts, even full HTML pages in your cPanel from flyaka.com
I do believe it is time to stop, or find somewhere else to go. This is only wasting everyone's time trying to help someone who will not even help themselves.
-
Why do you have the following in your layout.tpl?
<script src="http://www.britishairwaysvirtual.net/lib/skins/2012/js/scripts.js" type="text/javascript">
This is not going to get you any further support until you decide to do things on your own, and using your own work.
-
It looks to me that you installed it in root/phpvms/phpvms
It should just go in your root/
If you need help installing, PM me.
-
It depends on what and how much you want. http://www.simpilotgroup.com
-
Searching first.
-
Make sure you do not have automatic approvals turned on. Also, see if they show up in the pilots list.
-
Yep, there sure is. Here's the link
-
No! You will need to create it as either a news item, or create a page to display it. If you create a page for it, link to it by placing this in your menu somewhere.
<a href="http://www.yoursite.com.index.php/pages/pagename">Staff Vacancies</a>
-
Nice fleet. That sure is a lot of airplanes for one airline. I does give a variety though.
On your pre-registration page it says "Applicants must be thirteen (13) years of age, no exceptions."
I guess there are no adults allowed?
-
let's see how you have your code, so I can figure out how you went wrong.
-
That is why we have Forums that have a topic of "Administration Announcements" or "General Announcements" that you can show everyone that you have made changes to your operations and/or file updates.
-
If you're planning on making all your flights "Daily", then how would having a search option for a certain day pertain to you? That would result in all flights in your database being shown, in turn making the "Days of Operation" search obsolete.
-
No problem, If you need any help scheduling just ask. I'm currently scheduling 10 airlines at the moment for my site.
-
What I did was rename the file folder, just in case you want to change something, you have it already uploaded.
-
1
-
-
I have one that will actually show the airlines' logo on it. You can find it here.
-
If not, it is very easy to implement.
-
just the SQL
-
With no image to go by, maybe using this might help
<table width="100%">
Or if you know how wide you want it, you can also use
<table width="755px">
Change 755px to the number of the width you want.
-
I use www.flightaware.com or the real airlines' website schedules to get all information needed.
-
Inside the Install folder you will see a cab file that says navdata.sql
-
Upload the SQL file (located in the phpVMS folder) to your database using phpMyAdmin. That should install the required tables.
-
//core/templates/frontpage_main.tpl...LINE 10
<div id="sidebar"> <h3>Recent Reports</h3> <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?> <h3>Newest Pilots</h3> <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?> <h3>Users Online</h3> <p><i>There have been <?php echo count($usersonline)?> user(s), and <?php echo count($guestsonline);?> guest(s) online in the past <?php echo Config::Get('USERS_ONLINE_TIME')?> minutes.</i></p> <?php /* $usersonline also has the list of users - really simple example Or if you're not on the frontpage: $usersonline = StatsData::UsersOnline(); foreach($usersonline as $pilot) { echo "{$pilot->firstname} {$pilot->lastname}<br />"; } */ ?> </div>
-
1
-
-
Actually, that was meant for the Moderators.
Thanks for the files.
CSS Style Help
in Skinning
Posted
Give this a go Vans. This might just be what you are looking for.