Jump to content

Heritage1

Members
  • Posts

    194
  • Joined

  • Last visited

  • Days Won

    8

Heritage1 last won the day on December 28 2020

Heritage1 had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    Mars
  • Interests
    to many to list here

Recent Profile Visitors

6906 profile views

Heritage1's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In Rare

Recent Badges

19

Reputation

  1. I'm so glad it did, "GREAT" News , glad I could help you. Jim
  2. Sorry, I'm bad, you need to replace this; <td align="center"><?php echo Config::Get('MONEY_UNIT').$rank->payrate.'/hr'; ?></td> with This, in the pilot_main.php file; <td align="center"><?php echo Config::Get('MONEY_UNIT').$pilot->payrate.'/hr'; ?></td> I am using this and of course rearrange to your skin etc. This does work well. Sorry about the Error, dizzy Day LOL Jim
  3. Be careful with this next line of script, and on another note Pay Adjustment will Not bare any per/hr payrate, the only place to get this is in the Control Panel , Admin section of phpvms. However here is a script that should work for you, edit as you desire of course, the basic script is; <td align="center"><?php echo Config::Get('MONEY_UNIT').$rank->payrate.'/hr'; ?></td> This script is pulled from the yoursite.net/admin/templates/ranks_allranks.php , as mentioned this is the only place this lives in phpvms, hope this helps.
  4. I'll get that ready for you, give me a day or 2, thanks. @Quitz
  5. YW, sorry couldn't be more help to ya, keep the faith !!
  6. Looks right to me, actually it looks perfect. Screenshots that is, simple question, do You have the cACARS Module in the right area ?? If not, then this would explain why it can't find it. Should look something like this example; http://myserver.com/core/modules/cACARS_Free/cACARS_Free.php check to see if the actual Module is in the right place along with the actual file of course. If thats not there, then that is your issue. Your screen shot is exactly right, you have the back slash also, as mentioned before, without it it will not work. Hope this helps, I use cACARS faithfully and enjoy it very much. both phpvms 5.5.2 and phpvms 5.5.2.72. works flawlessly.
  7. Yeh sorry, wrong area, I'm bad !! LOL. Thanks proavia. Have some great news by the way @ProAvia AirMail me, you know where to. And Merry Christmas by the way to "ALL" , hope your Holidays are Super, and everyone is Safe ! All my best wishes for everyone !! Jimbo !!!
  8. Hmmm, can't seem to get the simBrief to work or fly on my site for some strange reason. Any ideas @ProAvia ? Will try again, maybe I missed something. Used it many times elsewhere, not sure what I did wrong, @Heritage1 <---slapping forhead with cement block............Thanks in advance.
  9. Your very welcome, what I do as mentioned, is rely on the Charter OPS, Executive OPS, and other modules that have a set of tables all on their own, hence not relying on strictly the phpvms tables for airports. As mentioned by others also, you can create different sets of phpvms airports also which will allow you to mix and match on an import and export of sets of "example"; Major airports, small airports, and / or both mixed. This is very versatile and allows me each set of aiports "7000" MAX, to mix and match either each month or as I so desire. Allowing of course a variety of different avenues. There is really no easy way of doing this, it does take a lot of work, but in the long run it at least frees up the Database. Do remember that anytime you change your airports, and mix them up, just remember your Schedules that are already assigned in your phpvms schedules systems. I am working on figuring out a way to duplicate the main phpvms airport structures, thus allowing duplications of schedules without having to reload everything again and again. I also have created what we call at Heritage, a Pilot Route Request Form, which allows me first and foremost to give the Members the chance to get what they like into our system. The form is in PHP, and allows them in Order, to enter the Departure Airport and the Matching Arrival Airport they want, with a 20 Entry Level Limit. In layman terms, 20 sets of Routes. This has for sure helped us out in a Major way. Let me know if you would like to see a Demo, I can give you one quickly to give you some idea. Hope this helps you, and again your Welcome. Jim "Heritage1"
  10. Seen this years ago, and hate to say it, but any and all phpvms systems is extremely limited on Airports, "UNLESS"..... your not on a Shared Hosting Company rather a dedicated Server with no limits on the Server for Ram per/say. However, over the years long story short, PHPVMS has a limit of airports , an extreme limit. I've seen this so many times with others, your Limit is only "6000" Airports, unless your running something like the Charter OPS Module, or the Cargo OPS module which has its own Tables. Trust me, anything over 6000 airports things "WILL" start to drastically slow way down. The good news is, if your running a Good Server , then install a second PHPVMS under a different Airline name, I am running 3 at the moment, each has its own specific format. (just an option). If you have the option on your server, (not for the faint hearted), then go to phpmyadmin, and flush some of the Airports out, this takes time, but can be done. This is the safest way for sure. @Dougjuk and of course our fearless leader, @ProAvia they are Both Exactly right for sure !!! Hope this helps,
  11. You need to include the below line of script somewhere on your Front Page, most include it in this; frontpage_main.php. This should be easy as I see your using HTML5 and Bootstrap, which of course will allow you to use some powerful scripting according to your Web Master's knowledge. The code is this. <?php MainController::Run('Acars', 'index'); ?> This will instantly call the ACARS Map and embed it to the front page. Be sure if using Google Maps, you have a script line also for your API Key or the map will not work for Google. This is why most of us have switched to Leaflet Maps. Your Google API script should be in 2 places if using bootstrap, the <head> and the <body>.
  12. Definately a javascript conflict somewhere on the custom skin, totally right @Strider as mentioned usually in the <head> or if using bootsrap 4.xx or higher, in the body, just before the closing </body> either or it is usually also pertaining to a call from Google script, this one is Famous for it, we all have done it one time or another, any of the script calls that look like this will usually conflict with phpvms, (see below), hope this helps. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> Well know for conflicts, this one is.
  13. Yep , I KNEW IT, I was right @ProAvia I knew I saw that theme somewhere, that "Is" a payware Web Site Template !!! Period !!! I have known of this vendor from years past, nothing is "Free" on his site ! The license also clearly states that you agree Not to offer, sell, or in anyway shape or form other then for your own use, to absolutely NO ONE ! I also have skyped in full the full HTML script and crawled inside of it, you are totally out of your realm by taking apart any paid template, and uploading it to your server and offering it as Freeware , Unless you have made arrangements for a Commercial License from the original Vendor of course. thanks for that info @Highskies There is a hek of lot more laws in violation with this here, and I won't even get into copyright infringements.
  14. Looks exactly like the Admin LTE Skin on the boostrap web site, hmmmm, interesting.
  15. @shakamonkey88 Wasn't meant for that at all, he just needs to get his site up and running, and lately all posts I have made, have been interupted for sure, but thats ok, I understand that you continue on a certain path . Well noted, we do have an issue here.
×
×
  • Create New...