
AUZ
Members-
Posts
74 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by AUZ
-
Hi again, I'm pretty sure if you try the code we have provided it will do exactly what your asking, which is; When a pilot bids on a flight, it will show the bidded scheduled flight in any area you put the code. <?php MainController::Run('FrontBids', 'RecentFrontPage', 100); ?> As you can see in Bold, the controller is fetching Bids and placing them in the frontpage tpl. If not, then sorry I don't fully understand your request.
-
I think this is maybe what your looking for <?php MainController::Run('FrontBids', 'RecentFrontPage', 5); ?> This will show 5 scheduled flights that your pilots have bidded. Hope it helps
-
I too would like to know how this could be done. If anyone is willing to share the code, I would be most appreciated. Thanks in advance Adam
-
Yes, Pirep was accepted and I fly everyday almost, I could understand it saying maybe 3-4 days ago but no 15235 days ago lol I can't really see why its not working correctly
-
Will give it a try, thanks. I don't remeber which one I tried and Im not at the computer at the moment. Will let you know how I go. Thanks again Adam
-
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'liveflights::map' was given in /......../vms/core/classes/MainController.class.php on line 218 Any suggestions ?
-
Sorry, but I keep getting this displayed; Your last flight was 15235 day(s) ago Even after I submitted a manual pirep. Any ideas ? and thanks for the code, looks great! Just wish I could get it to work.
-
Not that I want the same layout as the two previous mentioned websites, but if I was to use the CSS and Nifty links that saapilot quoted earlier in the thread, is anyone going to complain ? Would rather check before the s*** hits the fan once again .... Or is someone willing to assist in fixing / updating my existing CSS which I think looks like crap ? Cheers Adam AUZ
-
Hi Gianluca, It is compatible with the IVAO Newtork as I fly online using kACARS every day. Is that what your asking ? Regards Adam AUZ
-
Your site would have to be the cleanest I've seen in a long time Simpilot, no wonder people are stealing it lol... If I was to ask nicely, can I have the same design implemented ? lol
-
Ok Jeff will do, thanks again Adam AUZ
-
Thanks Jeff, We hope to get Mario up and running real soon Adam AUZ
-
Yes I have the same problem, Usally when I pilot first uses kACARS, each and every report sent to the server is duplicated in the Flights Listing for some reason. It usually fixes itself after the first completed flight of each pilot. Not annoying, just looks wierd thats all. lol
-
Thanks Guys, It took a bit but I got it all working, Thanks for the mods and the original Idea and links to how it all goes together. Most appreciated. Adam AUZ
-
Thanks so much Jeff, Your continued efforts are mostly appreciated. Regards Adam AUZ
-
Thanks, Will also give it a go Cheers Adam AUZ
-
Hi Jeff, No problems with the new version. Is there by any chance you can have kACARS check and edit the DEP/ARR field of Charter flights to show UPPERCASE letters only ? I have some lazy pilots who use lowercasing for everything and it looks bad on the Current Flights List on the home page... Could this be a possibility ? Thanks in advance. Adam AUZ
-
Thanks Simpilot, Makes a great addidtion to a great program! Regards Adam AUZ
-
Thanks Nabeel, That worked, Most appreciated Regards Adam AUZ
-
Hello, I was hoping someone could help with changing this code so the pilots dont need to use the dropdown box just to select our Airline which is the only one listed there anyway.. I am looking at the PIREP.php and pirep_new.tpl files pirep_new.tpl at line 11 Is there any way I can customise this code to give no option to select and have my Airline preselected instead ? Any help would be mostly appreciated. Regards Adam
-
This happened to me after setting up the Automatic Maintenance using a Cron Job on the server, After it ran, it put all my schedules from 0123456 to 1 lol Exported them all, edited them in excel and imported them. The Cron Job runs every morning and it hasn't happened again.
-
Hi EMil, Mine does the same, I assume its becuase all our pilots are Active. I'm under the assumption that the Status Filter is to separate Active to In-Active pilots. Cheers
-
Not that I know much about coding but here's my 2c if I may, From what I see, the database for deptime and arrtime are singular entires only, from the code you provided, it appears that both HH MM have the same "arrtime" value when infact HH should be "arrtimehh" and MM should be "arrtimemm" if and only if the database had those two additional entries available, as it stands, the MM will override the HH as a single value. Not that I advise it, but maybe if you enter arrtimehh and arrtimemm into the database and add the values to whichever dataclass.php the form refers to, it may just work. Also, you may need to add the : in the HH to make it correctly formated; <option>01:</option> plus <option>05</option> equals 01:05 I maybe totally off the mark and apologise if so, just can't sleep at the moment and may just something I have said has triggered a thought and got you back to the drawboard with new ideas Regards
-
Ok Mitchell, thanks very much Waiting patiently Regards Adam AUZ
-
Ok thanks Nabeel, Have tried that but to no avail ... Will try and ask simpilot seeing though it is his coding, he may have a quick fix for me. Thanks anyway and please keep up the great work. Regards Adam AUZ