Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. [b]Warning[/b]: date() [[url="http://malaysiava.org/function.date"]function.date[/url]]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Dublin' for 'IST/1.0/DST' instead in [b]/home/globalai/public_html/malaysiava.org/core/modules/PopUpNews/PopUpNews.php[/b] on line [b]40[/b] Why has the suddenly started showing? I did recently move to a Virtual Private Server.
  2. Strider

    footer

    You have most likely an unclosed div tag, also try putting clear:both in the styles for the footer
  3. simpilot, that will just repeat the image accross all <th>'s. You can only really put a solid color as a bg in a certain area of a table. Unless you create an image that is the exact width of your table, and align it with the top of the table, and make the bottom part of the image the same color as the bg of the page, or what ever is the color of the bg of the table. You would have to set that to the background of the entire table, not just the <th>'s
  4. The picture of the A380 as your banner picture, is stretched too much, and looks horrible. The design needs a lot of work. You need to purchase a proper domain and hosting, phpvms has known problems with freehosts, because they often have out dated php, or some required features turned off.
  5. Just so you know a break tag is <br />, not </br>. You seem to have a lot of closing tags that are not open, you have a few </strong> but not <strong>, an </li> with no <li> or even <ul>.
  6. The admin is the also the admin of these forums, if you look at the bottom there is a dedicated forum for vacentral. Also why so many posts about the same thing??
  7. What is the point in leasing an aircraft, in a virtual world? It isn't like you give an actual payment to anyone, and you can just download a paintkit online and slap your VA's livery on it. Yes I know you want to be realistic, but it is a bit far fetched to try and lease aircraft when it is only a fictional airline and you just download the paintkit anyway. If you want to be realistic, dont lease an MD80 anyway, they are not fuel efficient anymore, and the 738 is a lot more fuel efficient and so is the A320.
  8. You need more security in your skin folder, as I can get into it. you need to put a blank index.htm file in there, so people cant see the file structure, and they can download the tpl files. You have to think more security, if people can get into the file structure then you are just asking to have your skin stolen. Also quit posting it here, you just look like a child yourself, saying Waa someone stole my skin, this has got to stop. If you know who it is email them or pm them if they are a member of this forum, and leave it at that.
  9. How is anyone supposed to understand that???
  10. Run the checkinstall and checkdb and post the results, I have a feeling you may have some corrupt files. It shouldn't matter if he uses an IP, as long as in the local.config file it has the url it was set to.
  11. I wasn't refering to the first topic, as that has been fixed.
  12. There is an addon to phpvms someone made, that is a forum that is soley for pilots of a VA, not sure what it is called.
  13. This is why you dont use a beta release as your main site, only use beta's to test, and use the full stable release for your main site.
  14. Not to say that it isn't an achievement, but 100hours isn't the biggest, 1000 hours is a better one to get excited about. Site looks nice too.
  15. Strider

    Pages

    <?php class HubStats extends CodonModule { public function index() { Template::Show('hubstats.tpl'); } } To create the page, the module has to have a similar name. The php file has to have the same name as the folder. Also the class. just change the class name and the tpl name and you are ready to go.
  16. Strider

    Pages

    You have to create a module, there is simple code on the forums somewhere on how to do it. you create the module, and the tpl file, and you will get the index.php/whatever
  17. You will need to download and upload the corresponding module for kacars, also reupload the files that were corrupted, and you should be fine.
  18. Ed, try putting .mytable, as I think the hash is for class not for an ID. Also put the piece of JS below the php part, as it may be getting confused.
  19. add text-align in the CSS, under the styles for tablesorter, and that should do the trick, if it doesn't work, use .tablesorter tr td{ text-align:whatever;}
  20. Just copy the styles from the default phpvms.css file, into the css file of your template, as those styles will over rule the styles in the default one, and just use photoshop or another picture manipulation software to get the hex code of the color you want, and the width, you can use percentage,em, or pixels.
  21. The css style for the tablesorter, is located in the default phpvms.css file.
  22. I dont see anything wrong. Maybe it was just a small glitch or time delay, those twelve unknown were most likely the two pilots, the server just had a time delay accidently and caused acars to show the pilots multiple times, just not the names. Just the show the reporting positions.
  23. That sounds more like permissions or a problem with the login code, then the links. As the links are not hard coded, they take whatever address is located in the local.config file and just add /index.php/whatever. Make sure the pilots are actually being logged in. If they are not, then you may have a problem with your login code.
  24. I cant get onto the vabase web site. I have never heard anything good about vabase. I find it insulting that they think they are the leader in VA automated scripts. If they insult people, refuse to give support, then they are not the leaders in anything, except in being rude. And as joeri said, if you paid via paypal, file a complaint against them with paypal, or file acomplaint with your bank or visa/master card, you will get your money back fairly quickly.
  25. It is usually a piece of JS in the wrong place that causes that.
×
×
  • Create New...