Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. there is one problem with that servetas, it will run off the same settings in the db, so if you change the skin in the subdomain, it will cause problems on the main domain as it will go looking for those skin files and not find them.
  2. Sorry but the hosting is not at fault, it would be a security breach in the module itself that is at fault.
  3. Another damn chair broke on me! Ended up on me arse this time.

  4. Strider

    HubStats Class

    have a look in the error_log and see if any error shows up there. It may tell you why you are getting a blank.
  5. Got the new FB layout, kinda odd looking, but I kinda like it

  6. It accepts an xml file the acars program sends the site, and it reads the data in the xml file, and turns it into code php can read and sends that code to the db. That is what I think it does anyway.
  7. try adding the following in: <dt>reCaptcha</dt> <dd> <?php echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); ?> </dd>
  8. Damn chair broke

  9. There is an easier way, open your local.config file, and find: # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', false); Change it to: # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', true); phpvms will use the transfer hours in its calculation on ranks.
  10. Why is there a big black rectangle on the homepage? Also the 737 in a single class layout can only take 189 passengers, not 215 as you claim it does. Your policies pdf has a few grammatical errors in it. Also the 757 in a single class layout can only take 228 passengers, not 239 as you state. I got those facts from Boeing's website. You are free to check them. TBH you should have fixed all those errors before releasing the new site, as they are not small errors.
  11. At a mma competition not a participant. A first aider at it

  12. Dont ya hate that feeling when you flush the toilet and the bowl starts to fill and you get scared of it over flowing?

  13. Because the view all reports is not where you go to approve them, that shows all the reports that have been filed, unapproved and approved. It will be yellow for unapproved and white for approved. So that error is coming from there being no pirep to approve. Also that 1nm from destination is probably because the scenery you are using which is most likely default is not in the right location, and thus you are probably 1nm from its actual location.
  14. It usually says who the ads are by. Who are the ads by?
  15. Probably a bad cache file, try cleaning the cache on your browser and within phpvms. Then run the reset hours and pireps.
  16. Found it. I had it in another folder on my pc
  17. This has been fixed thanks to a clearing of the cache, which tells me it may have been a corrupted cache file that caused the problem.
  18. Bloody Jehovah witnesses! stop pushing your religion on others! You can believe in what you want, but don't push it on others, everyone has the right to choose what they believe in.

  19. If no errors show on the page, try looking at the error_log file it will give you any error that was encountered.
  20. To get it working in the nav bar use the following code: <?php $hubs = HubData::get_hub(); foreach($hubs as $hub) { ?> <li><a href="<?php echo url('/Hub/HubView/');?><?php echo $hub->id;?>"><?php echo $hub->icao .' - '. $hub->name;?></a></li> <?php }?>
  21. Ok it is not fixed, it should work the right way now.
  22. Found the problem, I had not put some code into php tags I have uploaded the fix to my github. so It should work. About it not getting all your hubs, make sure you have hub selected in the airports table, it should be noted with a 1.
×
×
  • Create New...