-
Posts
1954 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by TAV1702
-
I believe the date lines come from the tpl file that someone uploaded on the last page to show previous month and next month as well as current month.
-
I think I used a very old version. None the less, I now got the static thing fixed as well as the date ordeal. Took me a minute to figure it out. :-) I'll go grab that one from Git to make sure I got an up to date version. Thanks!
-
This is working on Simpilot's version of phpVMS 5.5?
-
I have had this issue for a long time now and never figured it out. If I use a carriage return I get this \r\n in my news posts if I post event as news. at times I do get \r\n\r\n\r\n Do I need to use something like $buffer = str_replace(array("\r", "\n"), '', $buffer); or something like preg_replace( "/\r|\n/", "", $yourString ); Now I make that sound good but in all actuality, I do not know how or where to either of those two options. I read it on stackoverflow and cant make heads or tails of it. And notice in my screenshot it is adding a slash in the word chicago\'s? I take it I am going to need to use strip slashes as well? Ironically enough, I was able to post a link to a phony website Ray.com It didn't destroy that at all oddly enough. (the Link is not in this attached screenshot. This shot is from a previous news post) The admin panel and the actual event page works flawless, it is only if I post event as news. I appreciate any help I can get. Ray
-
Ok so is anyone else getting the calling static error now days? I know this is old news but I have been away from coding for some time and I am out of touch. How did everyone fix this issue? Notice: Undefined index: month in /home/xxxxxx/public_html/xxxxxxx/core/templates/TourCalendar.php on line 24 Notice: Undefined index: year in /home/xxxxxxx/public_html/xxxxxx/core/templates/TourCalendar.php on line 25 Strict Standards: Non-static method EventsData::get_upcoming_events_dates() should not be called statically in /home/xxxxx/public_html/xxxxxx/core/templates/TourCalendar.php on line 83 **EDIT** I fixed the lines 24 and 25 error by using a $month = (int) (!empty($_GET['month']) ? $_GET['month'] : date('m')); $year = (int) (!empty($_GET['year']) ? $_GET['year'] : date('Y')); instead of the supplied $month = (int) ($_GET['month'] ? $_GET['month'] : date('m')); $year = (int) ($_GET['year'] ? $_GET['year'] : date('Y')); I still have the static error going on **EDIT** All fixed
-
Now I know this post is old as hell but , this old code has quit working due to mysql_connect() being deprecated. I have tried mysqli_connect() and PDO and it is a no go all the way around. Any one still pulling posts on their site?
-
Hey chief, love this template. One thing, I am integrating a forum in to match my site as close to 100% as I can. The blue bars that I thought were images are not (the ones with the top yellow borders). Can you point me in the right spot css wise to figure out how to use that on my forum? In the mean time I am going to keep digging. I love to help my self when I can and hate asking. Take care man and thanks for the share. Great job on a awesome template. Ray **EDIT** Well by gumpus it is an image. Nicely done!
-
Hi guys. Using Simpilot's version 5.5.2, I added a drop down box in my registration form and have 3 choices in there to make. I logged out of the site and went and looked and the drop down works like a charm. The issue is when a candidate makes a selection via drop down and submits, it reverts back to choice number 1. Anyone ever had this issue? apache server php version : 5.6.25 MySQL : 5.7.14
-
Thanks for chiming in there parkho. Much appreciated chief. I have a gentleman with X-Plane and another with P3D that is going to do some testing for me today. Got them lined up and ready to roll. I got thinking about P3d last night after I posted here and all it is is a glorified FSX version so it should be good to go.
-
Hi guys and thanks for all the replies. I'll definitely look into the various ACARS tonight before bed. I got the guy on TS now who is wanting me to build his site and we are going over options. I truly do appreciate the replies thus far.
-
figured it out. Google cant access my api key as it is a local host server. If I could go back a map version i would. This is just plain stupid. **EDIT** I just moved the site over from WAMP to my live production server and all is well. Map works fine now.
-
Hours later and I still have no map. I do have a valid API key in place. I opened my Java console and I have 2 warnings. "Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys"util.js:208:33 "Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required"util.js:208:33 "Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error" The code I used is the code right above this post that Mark graciously reposted for me. **EDIT** I just inspected the element and the google api key dont even appear. it just says oops. Sorry
-
Hi Keith thanks for the reply. I really appreciate it. So would that be the custom ACARS that one has to pay for to make it work? So far I am guessing the choices I am left to choose from are going to be the kACARS custom and smartCARS.
-
Just curious, Do you all have support for ALL versions of flight simulators such as X-plane , Prepar3D and FSX Steam on your ACRS devices? And if so, what ACARS devices do you use on your site so not to exclude any simmers? I ask because I am in charge of building a new airline and Im not sure which way to go. I know one ACARS in particular only supports FSX and FS9. That is certainly a no go as far as I am concerned. SmartCars? Kinda of hard for a start up VA to pay that much for a script when not knowing if their airline is ever going to take off or not. And Im not sure if SmartCars supports all those Simulators anyhow (??). **EDIT** Ok I went and looked and it does support all but at $70. My post is to not bash or belittle anyone's products or services but just to get a general idea if you can support all those simulators and if so how. SIMACARS (see below) but that leaves me with VAM only as an option for the airline. And really as I sit, that is not a viable option at this time. it is to new and lacks way to much. I appreciate your time today. Ray P.S. SIMACARS A free ACARS for FS2004, FSX, Prepar3D and X-Plane Too bad he won't code it or has any plans to make it work with phpVMS.
-
Just a quick question as I am trying to figure out which way to go with the airline I am charged to work on. Do you ever plan on making this compatible with Prepar3D or X-Plane and will it work with FSX Steam?
-
Thanks bud. Appreciate it. And long time no talk chief. Hope all is well on your end.
-
Mark is there any way you can put this in to a code box? can't copy it due to the website destroying what you put in the post.
-
Man that code is really old and version php 5.3 is to. Has anyone tried this on php5.5 or 5.6? I am pretty sure it won't work in php 7. Never know though I guess.
-
Yes it would be real nice if a small group of people can keep it going. It is a very powerful CMS for VA. The issue is now days everyone wants paid for it. I remember back in the day when phpVMS was young and fresh and everyone helped each other fro free. Now it's pay up or bug off. I know time is not free and I respect that, it just kind of ruined what was once a very good thing here. Annnnnnd GO! :-}
-
I was just over there at simpilot group looking at screenshots and all reading about SAMS. That is looking and sounding choice! I ctually have a group of guys wanting to put together something similar to the old airhaul before it got shut down this year. SAMS might be the go to option. That is pure excitement! If your bootstrap works you'll be golden! I feel now days with everything and everyone going mobile, essentially things need to be bootstrap or equivalent.
-
Ah ok thats cool. I wait anxiously. Thanks for the info everyone.
-
Any cost on it yet?
-
As long as we can keep up with the php changes we are in good shape. I still firmly believe it needs to be bootstrap though. It's the new wave. No way around it.
-
Yeah, VAM. I do not agree with their "Superior to phpVMS" claim. I believe it has some finer points than phpVMS but it still has a long way to go. I got it working really well, but it has a lot to be desired such as people to develop templates and modules. It does have the NOTAMS module but no actual news module, the flight system is pretty awesome, the jump system is cool but needs tweaked, and the fleet types manager is pretty awesome and the built in tour manager. I think once it gets more dev done, it will be awesome for a while until people start charging for modules but that leads in to a whole new story for a whole new day.
-
Easily done and sent!