Jump to content

vJet2

Members
  • Posts

    372
  • Joined

  • Last visited

Everything posted by vJet2

  1. You could use Parko's Flight Booking System and take the Jumpseat option away http://forum.phpvms.net/topic/8315-flightbookingsystem-v10/
  2. Its up to you but probably the frontpage_maiin so as your members and visitors can see if staff are online
  3. This will show Admins that are logged onto the website but not necessarily the admin panel <?php $shown = array(); $staff = StatsData::UsersOnline(); foreach($staff as $pilot) { if(PilotGroups::group_has_perm(PilotGroups::getUserGroups($pilot->pilotid), ACCESS_ADMIN)) { if(in_array($pilot->pilotid, $shown)) continue; else $shown[] = $pilot->pilotid; ?> <a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid). ' ' .$pilot->firstname . ' ' . $pilot->lastname?></a><br />
  4. From looking at this you have </div> missing
  5. Hi all, I have released a pilot center with a sliding door effect. If you would like this there is a small charge of £10 and it can be downloaded from https://ajcwebservic...php?_url=/login You will have to register if not registered. Registration is free and payment for the Pilot centre is via paypal Unzip the folder and copy the css into your style.css file. Place the profile_main.php in your active skin folder Enjoy
  6. I have seen this before also with Go Daddy. Servetas is correct you do not use localhost. Unfortunately I cant remember what you use. Also Go Daddy do not allow remote connections to your database
  7. What is your URL
  8. New PM sent
  9. Pm sent
  10. No worries. Just let me know if you want me to do it.
  11. If you are really stuck I will do it for you
  12. If you are serious about attracting pilots I would advise you to customise the skin of your website. Using the default crystal skin won't really attract members. There are plenty of free skins on this forum
  13. Will PM you
  14. It is in your core folder. This will not fix the time error. I am still thinking about that one
  15. You put it in the local.config file
  16. Did you put the key in the correct place. Please check http://forum.phpvms.net/topic/21986-nocaptcha-recaptcha-for-phpvms/#entry117745
  17. You need to get a key from google. Is this on free hosting. What is your URL
  18. If this is not your problem something tells me that Go Daddy doesnt let you connect to the database remotely. This could be your problem. Something else just occurred to me also. I don't think you use localhost with Go Daddy. I may be wrong but I did have a someone speak to me about this before
  19. Hi all, I have decided offer hosting and domain registration. I have some skins already converted for free but can offer skins and new VA construction for reasonable prices. Please visit ajcwebservices.com for more information
  20. You could try downloading Simpilots latest PHPVMS
  21. I dont think it is that as you have more than one pilot registered. I have noticed that your footer on your reg page is not in the correct place. That says to me that something has been deleted from the registration files and maybe that is your problem
  22. It could be that the table is not there in your database
  23. vJet2

    Banbridge Skin

    I will look into this David. Thanks
  24. vJet2

    Banbridge Skin

    Solved as you need to register at AJC Webservices
  25. From experience I have tried to do websites for people using free hosting and PHPVMS but have always run into problems. https://members.000webhost.com/login was the one I had most success with but then again they kept suspending the account saying that I had used excessive email, which I hadn't. Paid hosting is not that expensive I would suggest you go that way
×
×
  • Create New...