Jump to content

Strider

Members
  • Posts

    1823
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. Have a look at fivedev too, the maker of phpvms runs it, and has tailored it to phpvms hosting, so maybe that would work, but by all means get a VPS, as I love having the VPS I have, I like having full control over my server.
  2. That has nothing to do with the size of the database, it is to do with the allowed MD a script can take up during a process. Contact your host and see if they can give you more space for the script to run, otherwise you have outgrown that host, and need to find a new one, or buy a VPS which I did, which will give you more power to make changes.
  3. It has happened me before, usually after the host upgraded the cpanel or phpmyadmin. It can cause havoc with tables. revert back to the most recent backup you made, and all should be fine.
  4. You could do an if else statement, to see what their chosen airline was at registration, then only show the schedules for that airline.
  5. the code works great
  6. I would like this, but I dont have the £10 right now, how about you offer it for free, but with limited support? As a lot of people would like this, but not want to spend money on it, as they either dont have enough, or they can only pay for their hosting.
  7. Why don't you just use the additional fields in the admin panel? You can create them in the admin panel, and they will show up in the reg form.
  8. May I know why I am getting 403 forbidden error on your site Jacob?
  9. I have noticed some html problems, you have a lot of <ul>'s that are not doing anything, there are <p> tages where <li>'s should be. and you have an <li><li>. I know they don't break the page, but it is sloppy code. You should try and fix those. But looks nice, but the colors don't seem to work well to me. Try making the colors resemble the colors Monarch use. If I am not mistaken, that is the Obsess Blue skin, you have just changed the colors, and added some things to it.
  10. Sorry, I run a VA already, and dont have the time to manage another VA site.
  11. You are restricting who can join, by making the site soley in Italian. Especially for an Airline based in Germany. What maybe you should do is make the site in english, but use google translate on the site, so people from different countries can translate it into their mother tongue.
  12. That is why you need to either find a way of making your VA different then all the rest. It is hard to do that with Delta Airlines, as there already is so many with up to date schedules.
  13. simpilot has an internal email system made specifically for phpvms, search airmail, in the forums, and you will come up with it.
  14. Well if you look properly, you will see that most if not all other MVA's are part of groups. And most of them have outdated schedules, my VA, has the most up to date schedules, and is one of the biggest VA's in Malaysia. Also the most active out of them all, with 339 pireps last month, with a 98% using kacars.
  15. I am just curious, why make another Delta Virtual? There are hundreds of them out there. The biggest http://www.deltava.org I wish people actually made an effort to be more original, you have just jumped on the band wagon of a Delta VA. You could have tried to find another airline that has no VA version of it, and made that. The site is nice, but I don't think it will do that well, mainly because there are so many Delta VA's out there already. On your fleet page, some pictures are huge, you should resize them to the same dimensions, to keep the continuity going.
  16. Just becareful with what parkho said, as the tables for VABASE and PHPVMS are different, it may cause funny things to happen. My best suggestion is to download the tables that are required in a CSV format so you can open them in exel, then try and fill in the parts needed and reupload.
  17. Yes I just get an error now. Nothing to do with html, it is to do with php.
  18. Need more info then that.
  19. It may work, but is not good practice.
  20. You don't have to go to your host, it is the pilots personnel email that is marking it as spam. Get your pilots to add the email address the emails come from to their trusted emails, and all should be well.
  21. You have also closed the body and html tags before the footer tag is even opened. Also just out of curiosity, why is the <body id="page2"> then <body id="page1"> ?
  22. What are you trying to do? What is the use of this module going to be for? You creating a rival to vacentral? Or just being lazy and using other peoples schedules and pireps to use for yourself?
  23. I doubt though declaring the doctype twice on the same page is going to do it any good, or having two head sections.
  24. I like the site, but when I looked at the code, I found a few errors, you have <header> in the code, what is that for?? It should be <div class="header"> you could have it as id if you want both will work. Also you have the top part of a normal html page twice. The code needs a lot of cleaning up to make it look better. Search the forums about drop downs, they have been covered, the search part of this forum is a real treat, use it and find out.
  25. You would do that in the CSS.
×
×
  • Create New...