Jump to content

TAV1702

Members
  • Posts

    1954
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by TAV1702

  1. TAV1702

    VAForum 2

    I sure am glad I am in school trying to learn all this stuff so I can understand what the hell you guys are talking about. Starting Visual basic tomorrow. Good times eh? And any how, thanks for the work guys. Please do know that it is much appreciated! Ray
  2. TAV1702

    Obsess Blue Help

    I am sure it will work if he has paid hosting. Free hosts disable MUCH of their features. Sure you can run a site (not phpVMS) but it will be a very basic site. They do this to get one to upgrade to a paid hosting package. Sure security can be some of it, but mainly it is to get people to upgrade. Once you get on a paid, host, let us know if you have any more issues. I am sure the issues can be worked out. But please note, as long as you are on a free host, no one at all will be able to do anything to help.
  3. I think you could search and post in the skinning threads. That template has been discussed at great lengths in the past as well as the present.
  4. Pilots can be deleted without jacking anything up in the system? I thought that was a no no so to speak.
  5. TAV1702

    Obsess Blue Help

    I am really hoping one of the pros will chime in on this so I don't give bad advice or anything, but that error is server side related I believe. It is a safety measure some hosts use. You could ask them to fix it for your install but most won't. Are you on a free host or are you paying for a host? If it is free, then good luck. phpVMS will not run like it should. Please refer to this thread for more info. It has been discusses already in the past. http://forum.phpvms.net/topic/3162-help-with-my-va-im-noob-using-phpvms/
  6. TAV1702

    Obsess Blue Help

    Hi. Check this out. http://www.mydigitallife.info/2007/03/15/php-scripts-open_basedir-restriction-in-effect-error/
  7. TAV1702

    VAForum 2

    Another thing I was thinking of as well. If you have Simpilot's Events module installed you know that he integrated it into the admin panel. I'm thinking it would be cool if the forum had controls in the ACP. That would leave only a link to the moderator control panel like a phpBB or any other forum.
  8. Hi guys. I am way behind the times it seems. I am still on version .943 is it really a big thing to update to the latest beta? I am curious if there is any bug fixes that were a major thing from 943 to 946? I suppose I could update but if it is not really necessary I will hold off. Everything on my site is ok as far as I can tell. I guess I am just more curious then anything. I used to update everytime a new one got released. I guess I been lazy lately.
  9. Sorry everyone. I forgot I posted in this thread. The code I am using is the code that Simpilot gave us all. The only thing I have changed is some css stuff. You will nee to find where I edited it and redo it to fit your site. Other then that, like I said it is IDENTICAL to what Simpilot released. I have not altered any php or sql. <?php $query = "SELECT * FROM phpvms_schedules ORDER BY arrtime + 0 ASC"; $list = DB::get_results($query); echo '<center><h3>Upcoming Arrivals - Current Time is '.date('G:i').'</h3></center>'; echo '<table width="98%" cellpadding="3" cellspacing="1" border="0">'; echo '<tr><th>Departure</th><th>Arrival</th><th>Arrival Time</th><th>Aircraft</th><th>Status</th></tr>'; $count = 0; foreach($list as $flight) { if(($flight->arrtime + 0) > date('G:i')) { if($count < 5) { $aircraft = OperationsData::getAircraftInfo($flight->aircraft); echo '<tr><td><center>'.$flight->depicao.'</center></td><td><center>'.$flight->arricao.'</td></center><td><center>'.$flight->arrtime.'</td></center><td><center>'.$aircraft->fullname.'</td></center>'; echo '<td><center>'; if(($flight->arrtime - date('G:i')) <= 1) { echo 'Arriving Soon'; } else { echo 'In Flight'; } echo '</td></center></tr>'; $count++; } } } echo '</table>'; ?> <br />
  10. Let us know if it works out for you. I had no problems with it at all. I had to rework a bit of css too. I failed to mention that to you. In the end, it looked much better then the default look. As I said, there are a few things you should omit from the code though such as editing files and all that. If you have any issues, I could probably pastebin my code for you. Well, Nabeel's code that I simply copied and pasted.
  11. I have installed phpVMS on the same DB as phpBB 2.x as well as phpBB 3.x, SMF, and a couple other forums and no tables ever get over written. Unless you rename a bunch of tables and coincidentally they match names EXACTLY, you would have no issues at all installing on the same DB.
  12. Happy New Year from Illinois!
  13. I actually liked the look of the downloads list in the admin section so I jacked that code and used it for my downloads list that the pilots see. I have to remove a bit of code such as editing the files and such, but it worked out good. So if you like the list in the admin section, copy the structure from there and use it.
  14. You can't create categories. All you can do is create awards. Admin Center/Pilots & Groups/Awards
  15. TAV1702

    VAForum 2

    Sounds great. And I added divs until I was blue in the face and got no where real fast with no such luck. I'm not real slick with all the div stuff yet. I'm still old school with tables and all. Bad habbit I am trying to get away from.
  16. TAV1702

    VAForum 2

    Latest Post Info like a regular forum would be sweet for starters. Can you do a generic skin that brings it all together in one solid forum? Right now from default it looks ok, but maybe if it had a border around the entire thing to bring it all together as 1 unit. I have begun working ont hat but have been met with difficulties. Why I am not sure that procedure should be cut and dry but that is another topic all of it's own. Maybe sub forums somewhere down the road. Keep up the great work on this. I thank you for all the time and effort thus far. Ray
  17. TAV1702

    Pireps

    Yeah if you want to file non scheduled flights as a manual pirep, there is the answer posted in the FAQ forum for this very situation. Many a VA's have been using it almost since phpVMS has been in dev for.
  18. TAV1702

    VAForum 2

    Oh the list could be endless. If I could think of a couple few things that could easily be done I will come back and post. Rest assured.
  19. I'm sure he will attach it here when it is ready. He always has in the past. I stand to be corrected if I am wrong.
  20. TAV1702

    Welcome to our site

    Link to site maybe so we can see an example? That description is a little vague to be honest.
  21. Hi guys. There are so many instructions and add this and take a way that's going around here, I find it a bit confusing. Is there a how to guide that can be made or given out to say this is exactly how you do this? Just curious. Thanks in advance either way. Ray
  22. Glad you got it sorted out. I forgot that skin got updated to the new template way of doing things. My site still runs on the old OB template.
  23. I believe he wants to show the news front while on the home page but not on any other page. There is some code somewhere on here that I have referred to quite often. A quick search will reveal the answer. I can not think of where the thread is now. If all else fails, use me as a wild card in your search and view my posts until you find it. It has been some ago since I posted about it though.
  24. I have been in that predicament before. The problem is with VAs that have time restrictions like you have to fly X amount of flights per month or so many hours per month or week. It gets hard to split time up between VAs when they have those rules. Personally, I think those kind of rules are ignorant but hey you know what they say about opinions. Other then that, helping other VAs out would be great.
×
×
  • Create New...