
EricThePanic
Members-
Posts
52 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by EricThePanic
-
Hey everyone, Sorry for bumping this post but I've been working on my issue regarding my VA account and still can't get this to work properly. My page correctly shows the last events, but the stats (pilot count, hours, etc) are not being updated. I made all the appropriate CentralDATA updates. I'm using the 5.x version of phpVms. Thanks!
-
Too bad, that system was working great... Looking forward to see a new system then!
-
Yeah I did that. It helped integrating the landing rates. But it stopped the pilot count from updating...
-
Hi everyone, Can someone tell me why my VA's pilot count on VACentral did not update since January 26th? Thanks!
-
Found something... When I go in phpMyAdmin, and I Alter table order, some waypoints show up in the route parse. It's like if the DB is too big and it has difficulty searching in it. Altering the order make it easier to find certain waypoints by briging them at the beginning of the table. Is there a way to ensure that the website searches through ALL the DB before showing the result? So we make sure it doesn't ignore one waypoint?
-
It's the same problem in the Admin>Schedule Map and in my pilot's briefing page. So I'm starting to think the problem comes from the Navdata.class file...
-
I juste made other tests this morning, I also got some waypoints like PIKIL and SOVED that don't appear. They also are in the database.
-
The waypoint is in my database, so it's not a database issue. As I said, sometimes if I have, let's say, 4 coordinates waypoints in my route, one of those 4 doesn't show in the route parse and on the map. Sometimes it's an other... Sometimes they all show...
-
Hello all, I'm making tests to include Natracks in my flight planning. For now, I'm only checking if the route parse will be done well by copy-pasting the complete IFR route including Natrack in the "Route" field, like this one between CYUL and EGLL: AGLUK CEFOU PORTI 4750N 5040N 5230N 5220N LIMRI XETBO NIBOG UN551 BEL UL10 WAL UY53 NUGRA BNN1B Look at the Natracks points: 4750N 5040N 5230N 5220N The route parse, including the route map, ignores the 5230N waypoint. If I change it for another waypoint, like 5330N instead, it's ok, 5230N shows. If I simply delete another waypoint in the list, for example 5220N, it's also ok, 5230N shows. It find it weird that sometimes it shows, sometimes not.... why THIS waypoint? Any idea? Thanks!
-
lol I don't! But maybe some people do... so I want them to be able to view my website!
-
lol Solved it! Don't ask why, but by removing "charset=UTF-8" in the link tag, which was there by default I think, it went back to normal...
-
Hello all! Can someone go check my website with Internet Explorer, and compare with any other browser like Chrome or Firefox, and tell me what's going on with the display of IE? http://www.transquebec.org/index.php Thank!
-
Hello there! I've made my website fresh new due to issues with the new version of php, using the dev_5.4. Everything runs well, except for ACARS. I use a custom kACARS, and now data seems to barely make it to my website... The ACARS page is almost always empty. Sometimes a flight shows up, and if you refresh the page, it disappears. It's the first time I have issued with ACARS in many years of operation. Any idea? Should I get a new kACARS.php updated file from FS-Products?
-
Sure! Done.
-
Zach, thanks a lot, that's exactly what I needed, and it works well! Thank you very much for your great help!
-
Hello all! Quick question... in my flight briefing, how can I show the departure and arrival countries? I tought something like <?php echo $depinfo->country;?> would show it directly, but it doesn't do so! I went over this forum and tried different ways, any idea? Thanks!
-
Thank you! Problem solved
-
Hello all, Little issue here... If I create a custom profile textarea field, no matter what new members write in it, it only keeps the first 24 characters in their profile. So I can't read what they wrote, except for the first 24 characters... Any idea? Thanks!
-
All right! Easy Thank you so much!
-
Hello everyone, Is there a way to use the default skin for most of the pages, and use another skin for some specific pages? Let's say I want to make a kind of "Printed" look of my flight briefings, no header, no nav bar, no colors, juste black on white... how can I proceed to do that on only a few pages without changing the look of my entire site? Thanks!
-
Solved! I changed the last line of my news_newsitem.tpl from: <p><?php echo html_entity_decode($body);?></p> To: <p><?php echo ($body);?></p> Thanks for your help guys!
-
I finally solved my problem by encoding my templates in "UTF-8-No Marks" instead of "UTF-8"... But the problem remains at one place... In the news list on the frontpage! When I look in my DB, the news still encode in ISO. lol Why? It's the only place... Any idea? Thanks!
-
Custom pages are showing characters correctly, the problems are only with the text contained in .tpl files and in database...
-
Ok thanks, it's done! But still the same problem...
-
lol Where can I make that change? The change I made was in local.config but hehe I don't know what file to modify to change that line! Oops, i'm not a programming chief loll Thanks a lot