honestly, i did not use for long time so maybe i would get some issues.
but it could be a good starting point I guess or another way to grab those datas
Yep, good intentions I guess this thread can be everything about pulling flightdata for free for import to phpvms
That is from the first if command, how can you not have that? Did you download the code from my github or did you copy paste? Make sure to include the html code in the top of the document, otherwise the $_POST will return an index error
this error is because on two lines after <? missing php
line 66 and 148
Hate to shatter your dreams but that’s not why… You can close and open multiple times in a php file (otherwise I wouldn’t be able to print the data into the table ).
That issue should not be existing if you properly copied and pasted and made sure that all the syntax is included in the new file.
I also have to state that this should not be run on the server, don’t paste this anywhere on the website.
I am also curious which php version people whom are getting this error are running.
I know the issue, you’re using windows server right? Well, for some reason they can’t accept short tags and therefore don’t see the <?. I’ll push a commit later fixing this
I have signed up for a API key but i cant pull anything and i dont no how to do this
It’s not finished yet, and you should at least be able to pull some flight data if you’re on linux I need a bit of time to port it over to windows (I know what the issue is, it’s my fault for doing the shortcut way :p)
I fixed the issue where it errored out due to premature closing tags and whatnot, it was due to most of you not having the short opening tags enabled but I replaced them with the full opening tags.
I fixed the issue where it errored out due to premature closing tags and whatnot, it was due to most of you not having the short opening tags enabled but I replaced them with the full opening tags.
no im on windows and i am unable to pull anything from there
I am having trouble knowing what to do because I am not really a coder. If you could help me out that would be great!
I already changed the two inputs for the Airline Code at the top to QTR and have inputted my FlightAware info into the $apiUserID and $apiKey but I don’t know what to do next.
I am having trouble knowing what to do because I am not really a coder. If you could help me out that would be great!
I already changed the two inputs for the Airline Code at the top to QTR and have inputted my FlightAware info into the $apiUserID and $apiKey but I don’t know what to do next.
Thanks,
Brent
Hey, this project is not finished, so currently it only pulls the data and stores them into a csv file (you can make a cron job to run it). The end project is finished, I have it running right now collecting flight info and saving them in a database, but I need to fully test it for about a week before I release it into the open
Hey, this project is not finished, so currently it only pulls the data and stores them into a csv file (you can make a cron job to run it). The end project is finished, I have it running right now collecting flight info and saving them in a database, but I need to fully test it for about a week before I release it into the open
So how would you make a cron job to run it? Sorry just not experienced in coding. Also, how long would you think this would be released as a finished product?
So how would you make a cron job to run it? Sorry just not experienced in coding. Also, how long would you think this would be released as a finished product?
Once the whole thing has been tested and rewritten (I mean, have you seen the code? It is the definition of spaghetti), I will announce on how to install it and documentation
Once the whole thing has been tested and rewritten (I mean, have you seen the code? It is the definition of spaghetti), I will announce on how to install it and documentation