Jump to content

kbohme

Members
  • Posts

    136
  • Joined

  • Last visited

Everything posted by kbohme

  1. Thanks yet again sir. I appreciate the help.
  2. its the same file that is attached to reply number 5. I am using micrpsoft excel to edit it, saving it as a comma delimited, and using that. I have tried to edit it in notepad but it is just too confusing. Is there perhaps a different program that I should use edit it ?
  3. I have been experimenting with the changes, and nothing happens. I have tried changing the flight cost, days, times, even flight number. I can add new things to blank fields ( like routes etc. ), but it doesn't seem to want to make changes to existing information ( for example changing a flight cost from 250 to 600 dollars ) Since joining vabase I nedd to reevaluate my flight fees as I am loosing money hand over fist
  4. it was writable. it seems that everytime I try the import I get fewer flights. Its gone from 108 to 99 today. I can add new flights, I just cant seem to make changes to existing ones. Is there an easy way to delete all flights from the site so I can just import from scratch ?
  5. tried that, there is absolutely nothing in the log.txt or the errors.txt files
  6. i changed it to what is below and it seemed to have worked..for the pilot profile page. <?php $lastreport = PIREPData::getLastReports($userinfo->pilotid, 1, PIREP_ACCEPTED);; if(!$lastreport) { $location = $userinfo->hub; } else { $location = $lastreport->arricao; } ?> <?php $airport_info = OperationsData::GetAirportInfo($location); $airportname = $airport_info->name; ?> <li><strong>Current Location: </strong><?php echo $location; ?> - <?php echo $airportname; ?></li>
  7. What is confusing me is that it seems to work...just no changes actually show up. I can add a new flight, i just can't seem to change the existing ones... here is the status window i get
  8. i did an export. changed some things using excel, and then imported that file. here is the file: I had to zip it for this forum. schedules.zip
  9. well it turns out that nothing is updating. When I import the schedules I get what seems like great status updates, but when I look again, nothing has actually changed. Do I need to empty the database first before I import a the new changed schedules ?
  10. GREAT JOB on the latest version BTW. I am just wondering, I exported, changed, and them imported my scedules. It would seem that the update works, however none of the fees have changed. Does the import not include the cost of the flight updates ? Thanks again !
  11. thanks, that fixed it.
  12. First of all....Great look for the new site. I think it looks really professional. i uploaded and installed the 7 update. I am having trouble with the boarding pass. When I click the link all I get is a blank page. I have tried it in FF and IE with the same results. I can't seem to track down the source of the problem. I also cant seem to find the Pilot briefing page
  13. Actually I had to write a new class for that one, as well as for total aircraft and top pilot. In fact I think I had to write a new module for the top pilot.... I can't remember off the top of my head. Since I am a php newbie there was ALOT of trial and error going on there. for the number of schedules the class code was: public static function TotalSchedules() { $sql = 'SELECT COUNT(*) AS total FROM '.TABLE_PREFIX.'schedules'; $res = DB::get_row($sql); return $res->total; } and then I just called the class into the sidebar.
  14. After much tweaking I think I got it... Comments are welcome and requested. Thanks www.pakakadventures.com
  15. yep, tried that...a couple of times. i will try it again this weekend, as well as a fresh install of phpvms and see if that helps at all.
  16. ok... I've searched and searched and found some info, but nothing helpful. I'm wondering if someone can point me in the right direction..... Here's my issue. FSPax, although it says it has sent the pirep info, it doesn't show up on the website. FSACARS does....but.... When I hit send log, I get the error ( that I ignore ), and it sends the info fine.... HOWEVER after the next flight, its sends the first one again....and again...and again.... It doesn't seem to know that it has sent. I can only seem to send the first flight over and over again. I have re-installed FSACARS fresh a few times now, and found a post talking about a print® or something like that, that my php does not have. could someone please point me at the correct forum post to fix my problem. I just can't seem to find one. Thanks in advance.
  17. kbohme

    Pages

    HAHA ! Figured it out ! since my css centres cell content, I can't add the centre information again in the code ! i guess that you can't use inline formating that matches or conflicts with the css. At least I think so...I removed all the center tags and it seems to have worked. UPDATE: I removed all inline formating from the pages and it seems to have worked. Thanks for your help. I know you are a busy busy man and I appreciate it.
  18. kbohme

    Pages

    just a thought..... could it possibly be related to my css ?
  19. kbohme

    Pages

    Been doing that. The page title was awards I have been making the title, then pasting in the html code ( again, mostly using tables ) I have now changed the awards page to an iframe which seems to work fine. if i modify the rank page now though, i will get the error... Would you like me to do that ?
  20. kbohme

    Pages

    that has been the case. I can add pages fine, as long as i avoid tables. As soon as I add a table I get that error. If you look at my site: www.pakakadventures.com you can see that the awards and ranks pages work fine, but the active aircraft page I have had to Iframe as the table caused the page error. I will be trying it with DIV eventually, but haven't got around to it yet. I've been sidetracked trying to get FSACARS and FSPAX working again. HOLY CRAP just looked at the awards page....got the error....didn't have it last night....very odd....
  21. kbohme

    Pages

    thanks I will. funny it only happens when I try to use tables... I will ask.
  22. kbohme

    Pages

    Whenever I try to submit a new page I get this error now: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home2/pakakad/public_html/vms//core/templates/Pakak Painters started this airline. For that reason you can expect to see a Pakak Adventures paint scheme on every aircraft that we will fly. <br> Since we are new, we are presently limited to only 3 aircraft. There will be more soon. Once the site and the virtual airline details are up we will be adding more aircraft. Also once our partner airline comes online you can expect to see more international long haul aircraft.<br> Here are the aircraft that are presently flying with Pakak Adventures.<br><br><br><table border="0" width="95%"> <tbody><tr> <th scope="col" width="33%"><a href="http://s134.photobucket.com/albums/q1 in /home2/pakakad/public_html/vms/core/classes/TemplateSet.class.php on line 95 It only seems to happen when I try to use a table. Are there any work arounds for this ? I am presently using iframes....but that is a pain in the butt ! thanks in advance. It has become very frustrating.
  23. mine as well.... The navigation "code" no longer seems to be updating the old pages or any new ones. They are there as I can manually add the links to the new pages to my site. The nav is just not showing them any longer. ( old or newly created pages )
  24. I had to add the image code to the public profile template myself. It was not there by default on mine.
  25. ok.... there are miltiple airlines all using phpvms. is it possible to pull information from all the airlines databases onto a single website. there would be no entries made to databases, simply a list of information. I was just wondering, before I pull my hair out trying to figure it out if it is even possible ?
×
×
  • Create New...