Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Everything posted by Kyle

  1. Just perfect!! The install went okay, no errors at all.
  2. Got the error on top of the installer......... Warning: file_get_contents(www\phpvms_revs\977\install/major) [function.file-get-contents]: failed to open stream: No such file or directory in www\phpvms_revs\977\install\install.php on line 24
  3. Will give it a run. Will report back soon
  4. Still having problems? Try that code because you said the name isn't showing. <?php echo $pilot->firstname.' '.$pilot->lastname ?>
  5. Yeah, they are the same thing. When you delete them, it removes it from the DB.
  6. I agree with you Jeff. Since I want to keep records of pilots in the database. Even with my phpVMS, if I reject a pilot, it does not delete them, it changes the status to rejected and they will never be able to log in or anything. That just creates all of rejected and inactive pilots in total, think active should be only counted.
  7. Ok, Who is your hosting?
  8. Hey, You go to phpMyAdmin and then go to your phpvms database and on the top, click on import and then elect the zip file that you downloaded and let it run it will take a while But one thing, it could be restricted by your hosting but it s a wroth a try.
  9. Umm, Not quite where we going? They probably changed it their self?
  10. It's so weird, I think your server isn't supporting it. Like I mean that we been through many fixes and it doesn't seem to work at all.
  11. That's what I was thinking about Nabeel. I helped him with everything and I did everything to tell him and it doesn't suddenly work.
  12. You know what... Instead of deleteing them. I think Nabeel should put the enable or the disable airport option into phpVMS.
  13. Yep it does work now. Thanks for your help Tom, I had a mistake in the coding, so i now understand. Thanks!
  14. Is this your looking for. I ripped it off my porfile.php.... class Profile extends CodonModule { public function index() { if(!Auth::LoggedIn()) { $this->set('message', 'You must be logged in to access this feature!'); $this->render('core_error.tpl'); return; } /* * This is from /profile/editprofile */ if(isset($this->post->action)) { if($this->post->action == 'saveprofile') { $this->save_profile_post
  15. Thanks airmermaid, I'll give a run and see.
  16. Honsely, I have no idea what is jacking up when it generates siggys. But can you run the install check at /install/checkinstall.php and post the output of it.
  17. Anyone help me please!
  18. Nope didn't work, Not sure why.
  19. :lol joeri
  20. Kyle

    Cargo charter

    Not in Canada! lol But I'm not sure why you are offering ILLEGAL stuff in your VA? That really faces to whatever something darkside........... But it's your VA and chances it could be bad, but not my fault..... And as I don't know about kACARS has that feature but Cargo Charter sounds pretty dam sweet.
  21. No Problem Nabeel, Glad to help out this weekend!
  22. Oh, Mine's the same. It's does work with no problems. # main page of the site DirectoryIndex index.php # prevent viewing of a specific file <FilesMatch "\.(htaccess|htpasswd|ini|phps|fla|psd|log|sh|tpl)$"> Order Allow,Deny Deny from all </FilesMatch> # prevent viewing of index Options -Indexes #Can give without index.php for the modules RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L]
  23. Ok, Will return shortly
  24. Yep, now it does work. Good Job Nabeel.
  25. I got the error interal server error again.
×
×
  • Create New...