-
Posts
2773 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by simpilot
-
It should be something like -> number_format($yourvariable, 2) More info on php number_format can be found here -> http://php.net/manual/en/function.number-format.php
-
It should be in the server root, not just your account root. Most of the time it is in the php folder for the server or on the server config folder. Again, what type of hosting are you on? It does not seem that you have root access to the server.
-
It must be something in the function calls in the module then. I will look through and see if I can find it.
-
If you have root access to your server, I don't know what you are on for hosting, you can open up php.ini and find this line asp_tags = On and change it to asp_tags = Off It should be in the language options section. If you do not have root access to the server you will have to contact your host as most do not allow custom php.ini files on sub-accounts.
-
I have not seen it before Ray. Is the airmail sent twice in the database? If it is I would guess something in the module has gotten altered. If it is only sent once and the table is displayed twice I would lean to the templates more.
-
Replace your install folder on your site, then run -> www.yoursite.com/install/checkinstall.php It will give you all the parameters that phpVMS needs and if they are configured correctly. Also, what type of hosting are you on?
-
If you haven't already done so, refresh the signatures from the admin panel. If you have already done that make sure the folder and files are able to be written to.
-
Works for me but it is forwarding to http://www.oneworldvs.net/ - My guess this has something to do with this post -> http://forum.phpvms.net/topic/3575-need-to-reach-nabeel-asap/ - And isn't OWV Jeff's site?
-
Hmmmm.... Gap in the market? - What about fivedev hosting built by the developer of phpVMS specifically for phpVMS? It continues to amaze me the lack of respect that some folks have for the man that has developed such a full featured and dynamic va management system for us, all at no charge. He has costs for maintaining the website and tries to cover a small, and I mean small, portion of it by providing hosting specifically built for phpvms. I hope, and believe, that most here will see this and continue to support Nabeel.
-
I did this for jet2virtual.org when it was in operation. It is a bit cumbersome and could be refined but serves the purpose. You will have to change the image links. http://pastebin.com/Ka5MEtaZ It will produce something like this -> http://www.simpilotgroup.com/skins/index.php/Schedules Be sure to have the skin set to jet2org.....
-
There is a fix for it here -> http://forum.phpvms.net/topic/1954-pilotshop-releases-tracking/page__view__findpost__p__14816
-
That is not what I was getting at - That code was shared with you just as it was shared with me. I am not looking for credit for it, I just think you need to understand that when you claim somethng is yours, you are making a very clear statement that "you wrote this". It is very similar to the folks that strip the Powered by phpVMS links off their sites in my mind.
-
Yourself...... boy you have a loose definition of coding from scratch...
-
I can only say I feel for you Mark, been a victim myself.... Locking topic.
-
There are very few templates that work exactly the same in both browsers. Your best bet is to create a secondary css file for ie users and lin to it in the header using the html IF method. An example would be for an ie6 user -> <!--[if IE 6]> Special instructions for IE 6 here and link to specific css file for ie6. <![endif]--> You can use this same command in your header for the other versions of ie as well. ([if IE7]) etc...
-
I will have to adjust the way that the module is looking at the current time. Thanks for the heads up.
-
There is currently no function within the module to require pilots to take exams. My suggestion would be to set your ranks to manual and not promote a pilot till they take the exam you require of them.
-
Double or tripple bids - how to restrict?
simpilot replied to CEO North Air's topic in Support Forum
I did not build any flight restrictions into RealSchedule. You could apply the same if and else commands to the RealSchedule templates to achive what you are requestsing. Take a look at the native functions of phpvms in regards to the schedules and aircraft, namly the schedule_results.tpl file and use some of those logical operators within the templates for RealSchedule. -
An error stating that headers have already been sent is 99% of the time white space after a closing php tag in one of your data class files or a module controller. I would look at any of those that you have modified. It is good practice to just leave the ending php tag off of these files.
-
If you look at your registration page there is a ?> showing right after your register button. You have erased some code you should not have or not erased what you should have in your modification of the template. The error is within the form and that is probably why no one can register.
-
You are going to need to give folks a little more information to help you. ie - is it a template available here on the site, a custom template, maybe a link to the site with the error so we can see it and look at the source and css.
-
All the files should have been loaded into your site structure just as they were structured in the download. The ExamCenter admin panel is a stand alone module and has nothing to do with the phpvms admin panel.
-
The fix is only to close a security exploit recently found. As far as I know there has been no change to the pilots pay during recalculation fromt eh native phpvms code. I started to recode this module but kind of shoved it aside for aother things. If I start it up again I will include a fix for the pay issue.
-
I do not see any error on your site... If it is in the admin side my guess is that you have left a piece of your modification in the files in that section. Try reloading the admin folder to your site and see if that clears it. If it is the error of "file_exisits" as described a few posts ago, that is a server config error I believe. As far as menu's, that is a skinning issue. I am sure if you post in the skinning forum someone will help you build a menu.