Jump to content

piper338

Members
  • Posts

    152
  • Joined

  • Last visited

Posts posted by piper338

  1. What was the inflight wi-fi service provider? I am flying to Hawaii next week on United, I am wondering if they will offer the service?

    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. Hello, i request any php now

    well i have more one images, and i put 3,4 or more images in my header logo, bat i need a rotate code to make this. Similar a flash.

    Where is cod of my header logo

    i want put more one images rotate in this part.

    Thanks :D

    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.

  3. I know:

    %Program Files%/Microsoft Games/Microsoft Flight Simulator... Etc

    Not sure about program specific though

    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.

  4. 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.

  5. 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.

  6. If you know the category ID, you can do this in the template:

    Template::Set('allcategories', array(DownloadData::getAsset($id)));
    Template::Show('downloads_list.tpl');
    

    OR the category name:

    Template::Set('allcategories', array(DownloadData::findCategory($categoryname)));
    Template::Show('downloads_list.tpl');
    

    And it'll show that list. Just change the ID or the category name

    Thanks

  7. 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.

  8. What are you entering in the schedule form, I can't dupe it. Are you entering a route?

    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.

  9. do you have php5-curl installed

    ?

    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.

  10. 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

×
×
  • Create New...