Jump to content

goldenairways

Members
  • Posts

    139
  • Joined

  • Last visited

Everything posted by goldenairways

  1. It turned out that because my domains was bought and on Heart Internet's site, I had to have my domain on name servers or somthing. But while my domain is being resolved it was an ip address type url, and I thought it would be ****/install/install.php. But it was infact for some reason ****/~goldenair/install/install.php. But I have a few more questions. First of all when I was on the database page at the end it asked about website url. I left what was in there origially, when my domain resolves to goldenairways.co.uk will it be the index page. Secondly, with the virtual finance system can I add what ever money I want at the start so my VA can start off with a healthy amount of money and can I change currency or make it so that users can choose from a drop down menu what currency they want or anything like that. And is there an easier way to add in airports and routes I have 30 airport, one hub starting with and I am only up to my 6th airport and I am sick of finding lat and long for all the airports. lol
  2. Its sorted now. I spent about 3 hours though figuring it out. I am currently installing it onto the system. It was hard to do though, it was put in a different directry. Thanks Though.
  3. I have redownloaded it from the website, and its the same still.
  4. I have changed these all to 777: * core/cache * core/pages * lib/rss * core/local.config.php (create it, if it does not exist) Which I got of this website but now its comming up with this: [dbpass] => [dbuser] => [dbtype] => mysql [tableprefix] => phpvms_ [siteurl] => www.phpvms.net/test/ [action] => submitdb [ if($_POST['DBASE_NAME'] == '' || $_POST['DBASE_USER'] == '' || $_POST['DBASE_TYPE'] == '' || $_POST['DBASE_SERVER'] == '' || $_POST['SITE_URL'] == '') { Template::Set('message', 'You must fill out all the required fields'); } else { if(!Installer::AddTables()) { Template::Set('message', Installer::$error); } else { if(!Installer::WriteConfig()) { Template::Set('message', Installer::$error); } else { header("Location: install.php?page=sitesetup"); } } } } Template::Show('header.tpl'); echo ' phpVMS Installer '; // Controller switch($_GET['page']) { case 'dbsetup': case '': if(!Installer::CheckServer()) { Template::Show('s0_config_check.tpl'); } else { Template::Show('s1_db_setup.tpl'); } break; case 'sitesetup': Template::Show('s2_site_setup.tpl'); break; case 'complete': if($_POST['action'] == 'submitsetup') { if($_POST['SITE_NAME'] == '' || $_POST['firstname'] == '' || $_POST['lastname'] == '' || $_POST['email'] == '' || $_POST['password'] == '' || $_POST['vaname'] == '' || $_POST['vacode'] == '') { Template::Set('message', 'You must fill out all of the fields'); Template::Show('s2_site_setup.tpl'); break; } if(!Installer::SiteSetup()) { Template::Set('message', Installer::$error); Template::Show('s2_site_setup.tpl'); } else { Installer::RegisterInstall(INSTALLER_VERSION); echo ' Your site is all setup! You can login to the admin panel here '; } } break; } Template::Show('footer.tpl'); ?> I am not sure what it means or whats wrong. I have so far tried installing it in the public.html or something like that, my domain folder and the index like. I am not technically minded at all. Thanks.
  5. I have found a hosting company and have been talking to the CEO who is an aviation fan himself, so I now have free hosting for 3 months for the VA and then if I have enough traffic after 3 months funding will hopefully continue and my VA will be a partner with this web hosting company, well a different company owned by the same man I think. But I have watched all the skinning tutorials and have some graphic software but neither dreamweaver or virtual studio/basic or what ever software the admin was using. And have no CSS or coding skills really. I wondered it somebody could kindly make one for me, I have no idea on how they work so I will post some things up if anybody could help me. If possible, a gold background then a rectangle streaching through the body which is a light blue and has rounded corners, and the header+footer to be the bottom/top of a rounded corner. The menu will be on the top and there will the the same menu just above the footer text at the bottom. I probibly havn't explained it well but I have made a quick sketch it can be improvised. I might look a bit lazy not doing it but I have no idea and no software to do it with. If you want to ask any questions e-mail me at goldenairwaysvirtual[at]googlemail[dot]com and I should be able to contact you as soon as possible, but you can still contact me in this thread or PM even. Thanks and I would be really greatful.
  6. I am exacly the same. I am also wanting to make a custom template but I don't have any of the software in either tutorials to do it with, neither the experiance. Then I am not sure how much coding this is going to need. I just hope its either no coding after that part about making it writable or the template or not too much coding. lol I have hit a brick wall so far. At least I have another un-sucessful, stuipid project I am trying. lol
  7. The only two issues that I have with site5 is its more expensive and does that come with a domain name included? And I am a bit sick of signing up for free hosting, I have signed up with about 10 atleast in the last few days trying them.
  8. How is this website, do you think this package would run pspVMS ok? Or is it missing things. To me it looks like all the things you need, don't know if it is missing somthing or not. http://www.justhost.com/hosting-features
  9. Well, I am planning that if my VA gets more popular as time goes on then with donations I will have a cheap paid for website, and I am using Filezilla at the moment, or at least trying it. and yesterday I didn't really think about checking up, I will next time, its just I am very enthusiastic and I have a free week to make a website and va so I took the chance to.
  10. Thanks. And he found out that it wasn't being made writable because they had put it on safe mode the hosters, you would of needed to pay if you would of had it taken off. BUt I have joined another one and just waiting for them to approve it. But I can't wait to be past that writable part. And can't want to start typing my name of VA and stuff in. Just one or two more things, is there any templates we can use for the va site and also can phpVMS run the whole website from home page to contact? Thanks.
  11. I have a friend helping me now, we think it might be the hosting provider or somthing. Thanks for the help though.
  12. Would that be located in phpMyAdmin, because I have been in all the options and I can't find it. It says on the hosters page that there is full ftp support so I am guessing its there. In file management there is a line of tick boxes with random characters, I know they are not random, just to me. I have put a screenshot of them in an attachment.
  13. I have been ok using your system for installation easyier than I thought I would, but I am now having trouble making the files writable. It says in the phpVMS Installer that core/local.config.php is writable! but 5 are not. I am using a free hosting provider called http://www.freehost10.com/, and they are easy to use but I am not sure how to go about making them writable. Thanks.
×
×
  • Create New...