Jump to content

piper338

Members
  • Posts

    152
  • Joined

  • Last visited

Everything posted by piper338

  1. Who are you flying on? I see you're in VA and US Air just started non stops from clt-hnl but there is no WIFI yet it is coming though.
  2. Try something like this <img src="<?php echo SITE_URL?>/lib/skins/Your_skin_folder/images/header_<?php echo(rand(1,4)); ?>.jpg"
  3. There are several ways to go about this... Flash Java or PHP I'm using this on my new site http://www.progressivered.com/cu3er/ My old site I just used simple php <img src="<?php echo SITE_URL?>/lib/skins/valujet2/images/header_<?php echo(rand(1,3)); ?>.png" Then in the image folder I had header_1.png header_2.png ect.
  4. I use to use that then I realized not everyone has there FS installed in the same spot... I noticed other installers can find the main FS folder no matter where it is at.
  5. Hey guys, I'm trying to use install creator to install our planes.. It says you can use the registry to find the fs9 location on the pilots PC? I was wondering if anyone could help me out it isn't working for me.
  6. Would it be possible to display a table only for a certain aircraft? I would like to separate the different aircraft in different tables. -- http://flyvva.org/dev/index.php/fleet Here is a mock-up of what I am trying to do... each blue dive is where a table for that aircraft will be. Thanks, Chad C.
  7. Time to get that ATP written done...

  8. I've been trying but I think the reason I am having issues is I think Flightaware is just using NOAA info from http://aviationweather.gov now... but an example.. http://vox.flightaware.com/resources/wx/mets_ALL.gif?<?php echo time();?> That seems to work is that the correct way?
  9. I ended up getting the Ultimate version only because there was some things on the Professional I wanted and Ultimate is only $20 more and Best Buy owed me some money so. I did only get the upgrade version because I heard you can do a clean install. Chad C.
  10. For those of you that run Windows 7 is it worth the money for Ultimate? I'm not seeing why anyone would spend the extra money on it. I also don't see why anyone would buy anything other than the upgrade. Opinions?
  11. As an airline employee I think they all suck now... at least in the states. I grew up on Delta though so if I had to pick it would be DAL.
  12. Well I bit the bullet and purchased all the parts for my new PC should be here in a few days. Going to run FSX with no problems Here She Is:
  13. Hey guys, I am thinking about building a new computer and just wondering what would be some good stuff to get CPU/Video Cards ect. maybe where to get them from. It's been a long time since I've built a computer and a lot has changed since then so what do I need to get a system that will run FSX well and can take a beating? Thanks, Chad C.
  14. Hey guys, Im trying to have some kind of a document center in my pilot center, So I created a category in the downloads called Documents, Now I want to display only that Category in the Profile_main.tpl I used <?php MainController::Run('Downloads', 'index'); ?> and it displays all the downloads. How would I accomplish this could I use an IF statement? Thanks, Chad C.
  15. No not entering a route I was just trying to get enough info in there to test some of the stuff I am working on, I cant dupe it on the main site which is the important part but on my local machine its not working not sure why, I ended up adding them in mysql just for the purpose of working on my design.
  16. I checked the php.ini and found that extension=php_curl.dll was not enabled. I enabled it and restarted the server. No more errors on the install check but I still get the error when trying to add a schedule There was an error adding the schedule, already exists DB error: Incorrect integer value: '' for column 'maxload' at row 1 Install Check Checking PHP version [OK] PHP version is 5.3.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files -- Checked 167 files, found 0 errors I should point out that the problem is on the Local Server not the actual websites server, I am updating to 907 on the actual server now to see if it is an issue there.
  17. Still not working it must be something unique to my system not sure why, the error is a bit different with 907 There was an error adding the schedule, already exists DB error: Incorrect integer value: '' for column 'maxload' at row 1 Install Check Checking PHP version [OK] PHP version is 5.3.x Checking connectivity... Notice: Use of undefined constant CURLOPT_FOLLOWLOCATION - assumed 'CURLOPT_FOLLOWLOCATION' in C:\xampp\htdocs\dev\install\checkinstall.php on line 77 Notice: Use of undefined constant CURLOPT_RETURNTRANSFER - assumed 'CURLOPT_RETURNTRANSFER' in C:\xampp\htdocs\dev\install\checkinstall.php on line 77 Notice: Use of undefined constant CURLOPT_AUTOREFERER - assumed 'CURLOPT_AUTOREFERER' in C:\xampp\htdocs\dev\install\checkinstall.php on line 77 Notice: Use of undefined constant CURLOPT_CONNECTTIMEOUT - assumed 'CURLOPT_CONNECTTIMEOUT' in C:\xampp\htdocs\dev\install\checkinstall.php on line 77 Notice: Use of undefined constant CURLOPT_HEADER - assumed 'CURLOPT_HEADER' in C:\xampp\htdocs\dev\install\checkinstall.php on line 77 [Connection failed] Could not connect to remote server - error is "cURL not installed or initialized!" Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files -- Checked 167 files, found 0 errors Maybe something there is the reason? IDK
  18. When adding, I haven't tried editing, but now I cant its on the local machine I deleted the 1 and only schedule I had and now I cant add a new one
  19. When I try to add a new flight I get There was an error adding the schedule, already exists DB error: Field 'route_details' doesn't have a default value The flight doesn't exist already either and route_details default value = NONE
×
×
  • Create New...