Jump to content

Virtualei

Members
  • Posts

    367
  • Joined

  • Last visited

Everything posted by Virtualei

  1. Hi Keith, I had a look at that also but i am unsure how to create the database. I am still learning i know you have to do it through phpadmin but thats it
  2. Hi all, Has anyone got any advice on which forum to use. I have tried using SMF webinstall but with no luck Cheers
  3. hi fsx i am sorry i am not quite sure what is CHMOD. in my permissions in admin i have 0755. some of mine say 2755 but i can only change the 755
  4. all my folder permissions seem ok.
  5. please help . i must have changed something by mistake. when i try to go to my admin centre i get this Forbidden You don't have permission to access /admin/ on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
  6. I will try that keith . many thanks
  7. yep it started fine then i got this SMF Installer Your FTP connection information This web installer needs your FTP information in order to automate the installation for you. Please note that none of this information is saved in your installation, it is just used to setup SMF. ! Before you proceed, please note that the contents of the directory this file is in may be overwritten. This installer will check to make sure that the path you specify points to where this file is, but please be careful not to overwrite anything important! Server: Port: The address (often localhost) and port for your FTP server. Username: The username to login with. This will not be saved anywhere. Password: The password to login with. This will not be saved anywhere. Install Path: This is the relative path you use in your FTP client (more help). i put my path as public_html/core/modules/webinstall
  8. as far as i can see they all are mark. I owe you big time. by the way i managed to add airmail to my website all on my own
  9. Hi can anyone help with this SMF Installer The installer couldn't find any way to write files to your server. Please contact your server administrator or check your settings. Click here to try this step again.
  10. Please ignore i got it sorted. I am getting the hang of this now............lol Please help i am getting this when i click on my nav bar AIRMail Menu•New message Folders•AIRmail Inbox •Sent Messages Folder Options•New Folder •Delete A Folder It doesnt seem to be in a table and when i click on on one of the options nothing happens
  11. Mark you are a star. Thank you very much again
  12. Is this it Mark <li><a href="<?php echo url('/'); ?>">home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/login'); ?>">Login</a></li> <li><a href="<?php echo url('/registration'); ?>">Register</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo url('/profile'); ?>">Pilot Center</a></li> <?php } ?> <li><a href="<?php echo url('/pilots'); ?>">Pilots</a></li> <li><a href="<?php echo url('/acars') ?>">Live Map</a></li> <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>'; } ?> <li><a href="<?php echo url('/logout'); ?>">Log Out</a></li> <?php } ?>
  13. This is what i am trying to show when a pilot clcks on the book flight page http://www.caalair.com/index.php/randomflights
  14. Sorry mark its slow me again. I only have a core_navigation.tpl in my template folder. I use the brilliance skin and i cant see core_navigation.tpl in it anywhere. When i do find it what way would i code it . Thank you
  15. Hi all , Can anyone tell me how to make a link in my menu. I created a page using my control panel but i need to link it to go to my flight booking module. Thanks
  16. hi all I am using the brilliance skin and i have put a welcome not in the layout.tpl I only want it on the home page . Can anyone tell me where to put the code please
  17. wish i had seen all this before starting up my va. If i purchased a new domain of my own away from real world airlines would i have to start from scratch or could i just move my cpanel and files etc to the different domain.
  18. Can anyone tell me what to do here. I am setting up my custom kacars. I am a beginner at this. thanks A new table must be created to allow the chat to work. The table needs to be named with the same table prefix as all other phpvms tables. If the standard tableprefix was used (phpvms_) then the table needs to be named phpvms_acarschat. If the table prefix is different than name accordingly.
  19. all sorted .............thanks to everyone who helped........it was a spelling errror and simpilot found it
  20. Hi jeff thats all the files i got in the download. Does anyone know where i could get the missing file??? thanks
  21. hope this works it should be screen shots
×
×
  • Create New...