
coryb12
Members-
Posts
94 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by coryb12
-
Working on one right now, but could definitely use a tutorial.
-
Sorry, I didn't say what I wanted. I want it to say the total hours, including transfer hours, on the profile page, just like on the roster.
-
Hours logged with the VA - 4.43 hours Transfer hours - 232 hours Shows the correct rank of Senior Captain, says I have only 4.43 hours on my Profile page, but says I have 236.43 hours under the hours column in the roster.
-
Yes, something is wrong with it because it uses the transfer hours in the rank, but not in total hours
-
Man, can't beleive I didn't think of that! It does show the proper rank, but on my profile page, it shows only the hours I've logged with my va, not transfer hours.
-
already there
-
Hi. I noticed in the 2.0 release that even though "USE TRANSFER HOURS IN RANK CALCULATION" is true, it is not using my transfer hours in the rank calculation. Thanks!
-
Tried this with the phpVMS 2.0 release and get this error in the admin section of this: Notice: The template file "D:Hosting5046672html/admin/templatesfrontpage_main.tpl" doesn't exist in D:Hosting5046672htmlcoreclassesTemplateSet.class.php on line 227
-
Ok, thanks Nabeel. I'll give it a shot and see what I can do! ;D
-
Hi all! I am coding a custom ACARS program in C# for my va. The pilot login function will have the pilot enter their ID and password, then it will need to query a different Login.php (will be in the same folder, but named Login2.php). The different Login.php will need to simply take to ID and Password that is sent to it form the ACARS program, and send back to the program as true or false (basically, does the ID and password match up in the database, and does the pilot ID exsist). I need some help on what the new Login.php would need, as I have no experience with php. Can anyone post the php needed to perform a function like this? Also, if anyone knows what code is needed for C# to hit a php file and listen for a response, that would be very helpful, too, as I am learning more advanced C# as I code this. Thanks!
-
oh yes, looks like it doesn't work with IE8, but it does work with Google Chrome, watching them now
-
hmmm...I do have that code in, not sure why it isn't working.... and Nabeel, just a heads up, all 3 of the skinning tutorials are not showing up when I click on the links, looks like the videos are not there anymore or something
-
Well, I'm not really trying to modify code to work, I just want to know what code I need for it toretreive the latest news, pireps, and pilots. Thanks!
-
Ok, I am currently making a new skin for my VA, but I have almost no experience with php ect., and am wondering if anyone can give me a little breakdown of exactly how the php and js files are plugging in info like Recent Pireps ect. I have the php code on the homepage of the skin for plugging in the info, and Dreamweaver recognizes it and puts a php symbol where info from the php code will be plugged in, but haven't yet found out how to get that to work after a while of testing. Any help would be appreciated! Thanks!
-
Would you mind sending me that video too? I am also working on a custom ACARS program, but am kinda clueless on how to get it to send a pirep and report to the live map.
-
alright no problem. thanks so much for your continued help!!!!!!
-
I would like to beta test it also, if possible
-
Ok, when checking database connection during install, I get this error: Fatal error: Cannot redeclare class ezDB_mysql in D:Hosting5046672htmltestphpvms.betacoreclassesezDB_MySQL.class.php on line 316
-
Ok, here is the link to the exportes test schedules: http://hawaiianairva.org/schedules.csv
-
sorry hang on a couple minutes I will update that post with the link.
-
Yes it is a fresh install, just uploaded the package to a seperate directory and installed it. I do remember it couldn't connect to the database server, so I had to give it a direct IP to the server....I will try re-installing it.
-
What do you mean? This is on a test directory on my website, but I reuploaded the whole package each time you updated it.
-
Ok here is a link to the exported test routes: By the way, another thing (sorry to give you so many errors) it won't let me edit the schedules either. It says there was an error editing the schedule.
-
No problem about the issues, I'm just trying to help you find them, because the beta will never be released unless someone finds all of the errors ;D . The routes are enabled. I am using FSACARS, but in the config options, in has a checkbox to report heading, so there might be a way. Thanks!
-
Ok, this probably sounds like a simple question, but I don't have much experience with javascript. I noticed the majority of va's have it so when you roll over one of the buttons in the navbar, it changes color and a submenu drops down from it. Could anyone give me a program to use to do this or base javascript to work with? Thanks in advance!