Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Sorry that was debugging stuff, its basically a ceiling and floor for a graph on the routes, but not supposed to be there hehe
  2. Do you have a screenshot? What page?
  3. Nabeel

    Forms

    sitepoint.com is where I would start. Also just a general search of "php tutorials" will give you some good results
  4. Who is your host? If it's a free-host, then that's to be expected. That timeout error indicated an over-loaded server
  5. Nabeel

    Forms

    Using CSS target the form tag or add a class or something to the form/elements/buttons and style using that
  6. Deleting pages will be fixed in the next update Adding another airline? Is there an error or something? Don't add directly into the database
  7. Or you can just call: <?php Template::Show('acarsmap.tpl'); ?> Inside the template you want it to show up in
  8. Rev 687 - Bid remove fixes15 April 2009, 9:56 amRev 687 - nabeel (2 file(s) modified)Bid remove fixes~ /trunk/core/common/SchedulesData.class.php~ /trunk/core/templates/schedule_results.tplSource: phpVMSDownload from http://downloads.phpvms.net
  9. Rev 686 - Option to block schedule on bid15 April 2009, 8:02 amRev 686 - nabeel (7 file(s) modified)Option to block schedule on bid~ /trunk/core/app.config.php~ /trunk/core/common/SchedulesData.class.php~ /trunk/core/modules/PIREPS/PIREPS.php~ /trunk/core/modules/Schedules/Schedules.php~ /trunk/core/templates/schedule_results.tpl~ /trunk/install/install.sql~ /trunk/install/update.sqlSource: phpVMSDownload from http://downloads.phpvms.net
  10. Rev 685 - Public field error fix15 April 2009, 7:10 amRev 685 - nabeel (2 file(s) modified)Public field error fix~ /trunk/admin/lib/phpvmsadmin.js~ /trunk/core/common/PilotData.class.phpSource: phpVMSDownload from http://downloads.phpvms.net
  11. Forgot about this, it's fixed in the latest beta
  12. Hey there, welcome What version of IE?
  13. Nabeel

    Ranks

    There's an option in the local.config (or copy it into there from the app.config) which will use the transfer hours to account for ranks
  14. Did you do a print_r($report) inside the loop to see what variables are avail/
  15. Don't just reinstall, delete it completely (including the folder). It gets backlogged. Then re-install, it should work fine
  16. Nabeel

    phpVMS API Key?

    Don't worry about it
  17. Nabeel

    Pages

    what you can do is edit the html file directly (in core/pages), download the page, edit it, and upload it back, skipping the inline editor. that may simplify it a bit
  18. Nabeel

    Pages

    The filename it's trying to create is that entire path up top, which is why it's failing. What's your page title? Make it one word, that's it. Then paste stuff into the editor
  19. Nabeel

    Pages

    The "title" can only be plain text, no html spaces or anything in it. just a title
  20. There would be an iphone specific stylesheet http://www.google.com/search?q=iphone+stylesheet&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
  21. Nabeel

    Pages

    You have to ask your host about that, the open_basedir restriction, that's a host setting
  22. Hey, You'd just have to make a skin for it
  23. A email is sent to the admin right now in both of those cases, but not to the group
  24. All of the logged in user's info is under Auth::$userinfo Do a print_r on it, <?php print_r(Auth::$userinfo); echo Auth::$userinfo->firstname; echo Auth::$userinfo->totalhours; echo Auth::$userinfo->totalflights; ?> There's an API function for putting the latest pireps for a pilot. Your getpilotcode() code is correct
  25. I highly recommend site5 for web hosting - it's completely compatible with phpVMS, and they have excellent customer support. I still use them for client sites. Uptil the 1.0 release, phpVMS was developed on site5. Click here to goto site5 Note: The above link is a referral/affiliate link, so if you sign up using the link above, site5 will give me $25 for every sign up, which goes a long way in hosting!
×
×
  • Create New...