-
Posts
2773 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by simpilot
-
When I made my post the links were still down, as of this morning they are up again, at least for the moment from the looks of the posts in the Vatsim developers forum. You should have no issue at this point, if you do, then I would look at what you have changed on your install that would make the file not save to your server. Permissions, IP blocks, changed folder structure, etc...
-
Please use the support ticket system for payware support -> http://forum.phpvms....module-support/ Thank You
-
The issue is explained in the posts above yours. I do not know when the data feeds will return.
-
Looks like it is a good case for Murphy's Law by the looks of their post -> http://forums.vatsim.net/viewtopic.php?f=1&t=61952
-
[Solved] Local copy of phpVMS run with Xampp 1.8.2 - problems
simpilot replied to Marmus's topic in Support Forum
Anything past 5.3.x is going to throw these errors. There are a number of fixes that have been posted, some seem to work on some platforms and not others but it may be worth a try for you, or just set your xammp install to use an older version of php. http://forum.phpvms.net/topic/9085-phpvms-with-very-many-errors/page__hl__%2Bstrict+%2Berror http://forum.phpvms.net/topic/8375-installation-errors/page__hl__%2Bstrict+%2Berror http://forum.phpvms.net/topic/8286-strict-standards-errors/page__hl__%2Bstrict+%2Berror -
The link for the kACARS site (Jeff Kobus) is in my last post.
-
The map has to be custom coded or you can use the kACARS custom addon feature (your best/easiest way) to display nav points and track. http://fs-products.net/index.php/kacars-custom/kavarscustom-information
-
# ACARS options # Minutes, flights to show on the ACARS # Default is 720 minutes (12 hours) Config::Set('ACARS_LIVE_TIME', 720); as it states right in the file the setting is in minutes, 30 = 1/2 hour
-
The script is setup to grab the actual whazzup file from one of four servers that are independent of the main vatsim server. Unfortunatly all these locations get their data from the Vatsim server. I chacked http://info.vroute.net/vatsim-data.txt and http://fsproshop.com/servinfo/vatsim-data.txt and neither of them have data so I am guessing you are stuck until Vatsim comes back up. The status file for available data locations is also down. http://status.vatsim.net
-
No, you will need to loop through the data and echo that out, what you have there will not do much. To see what data is coming back that you can use you can do: var_dump($topflights);
-
It seems to me that you have no aircraft in the search field available, which would lead me to believe that you have no schedules as you need to have an aircraft to assign to it, or things are quite a mess in your database.
-
If you mean the code that Vanity is refering to, it would be most preferable to assign it in your controller - $this->set('topflights', TopPilotData::top_pilot_flights($month, $year, 5)); Then in your template the data would be available in the $topflights variable. You could also put it in your template and assign it to a variable there, which kind of defeats the MVC concept but - $topflights = TopPilotData::top_pilot_flights('08', '2013', '5'); Then use it in your template just as above.
-
It is an interesting concept, might be worth trying if Nabeel would like to add it. I would be curious how many hits a day your forum is getting though compared to this one.
-
Been down that road, the spammers just will go to the next board untill they find one they can post in. The announcements board is locked for general posts, that is why they land in off-topic now, if we lock that then it will just end up in the five-dev hosting board.
-
You will have to contact Nabeel to be added as a moderator, none of us have the permissions to add anyone to the moderators list. Any help I am sure would be appreciated by the forum members.
-
Nabeel has the only access to the security setings. There is also a large percentage that are coming from people that are paid to set up as many of these accounts as they can.
-
Are the $month and $year variables being assigned prior to the call? If so, is there data in the table for the time period you are calling? This also only returns data, so you will want to assign it to a variable. To see what is there you can use var_dump(TopPilotData::top_pilot_flights('08', '2013', '5'));
-
Moving to support forum. btw - I think what he is refering to is all the CAPS and puncuation (!!!!!!!, ?????. !?!?!?!) used in your requests, it makes all your issues seem like demands rather than requests and it also is viewed as virtually screaming at everyone.
-
The database is setup with constraints so when one field is updated it is also updated in another table that uses the same field. From the error it looks like you are trying to delete an airline that has schedules in the database, ie deleteing "DAL" when you have schedules using "DAL" as the code still in the database. You will need to delete/change all the "DAL" schedules before you can delete the airline.
-
I believe the template you are working with is -> https://github.com/DavidJClark/phpVMS-Event-Booking/blob/master/core/templates/events/events_event.tpl and all the widths are set to percentages. You will have to work on the css for your site layout and intergrate the module with it to stop the table from breaking out.
-
You are probably looking for mail_new.tpl
-
REALScheduleLite beta 1.0 [DEPRECATED]
simpilot replied to simpilot's topic in Simpilot Group Addons
By the looks of the top of your screenshot you have added the config line for the module somewhere other than inside of the local.config.php file which will disrupt the system. -
There are a number of css options folks have come up with to address the pagination styling. The most basic is here -> http://forum.phpvms.net/topic/3289-screenshotcenter-20/page__st__160#entry58052
-
Pretty sure it was MagicFlyer aka Ryan Rinaldi - try zumeweb.com, I think that is his site.
- 1 reply
-
- 1
-
There have been a number of comments in the shoutbox regarding the delayed approval of posts and comments from new users. Unfortunately, the forum's spam blocker has expired and the forum is being overcome by the spam posts and new spam members. The only way that we could combat this at first was to lock all new members down to have to have their first 5 posts approved by a moderator prior to allowing all the posts to be automatically visible. This was a valid solution for a while but at this point it is very time consuming to dig through all the new posts and comments that need approval, especially when the topic titles are not on point. I have attached a few images to show what I am speaking of, cap1 is the first page of unapproved new topics, and cap2 is the last page of unapproved new topics. Yes, it is currently 379 pages long, which is just over the last two weeks. (379 pages x 10 per page = 3,790 items that need to be moderated) I can not speak for other moderators, but I do not have the time, or patience for that matter, to dig through these posts to find what is legit and what is not. I will offer that if you have a post that needs approval and can email me a link to the post directly, I will approve the post for you when I can. This may take a little while as I do not spend all my time patrolling this forum. DO NOT send me a PM here in the forum. I receive many every day including from spam users and have quit reading and responding to them quite some time ago. email: david <at> simpilotgroup <dot> com