Jump to content

TAV1702

Members
  • Posts

    1954
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by TAV1702

  1. Yeah I had the same issue long ago. I did find a fix for that problem in this thread. Read all the posts in this particular thread and you should find your answer. I don't recall off the top of my head what we had to do to get it right.
  2. Many times free hosts block sources on their servers that are needed to run most websites that are not simple html. This is a way to get people to upgrade to paid hosting. Most of the time that phpVMS is run on a free host, it does not run at all or has many errors. That does not mean Nabeel's script is bad by any means at all. It simply means the host is blocking needed features. If you have a friend that has a paid hosting service, try uploading to his or her site and do a simple test install to see if you have the same issue. If you do not, then we know what the problem is. I am about 99% sure that is the problem right now with your site.
  3. Hi. If you look here, http://forum.phpvms.net/page/index.html?category=2 , you will find a good list of things to do to administrate your installation pf phpVMS. It is very easy to add a hub. When you add airports in the admin control panel, at the bottom of the page of the airport that you are adding is a bux that says "Hub". Tick that box and you are set. But please do read all of the documentation that you can on the documents page of the website. There is some very valuable information in there that people put their valuable time in to making for us. Have a great day!
  4. TAV1702

    VAForum 2

    Ok cool. I'll look into it. Thanks for that. And you doing some schooling to are ya? I don't have any major exams coming up for about 7 more weeks. Going for an associates in IT.
  5. TAV1702

    VAForum 2

    I firmly believe with that tweak to the permissions and being able to have the admin side moved in to the ACP, between Simpilots and your work, this forum would be a well rounded add-on for phpVMS. I think it simply amazing with what you guys have done with it thus far. AS always, thanks for all the hard work you guys do. On a side note, I wonder if we could sneak some code from the forum and add it to the airmail module to add breaks in the lines so it actually has a paragraph structure. That is the one thing that airmail lacks and I can not find in the forums what makes that possible.
  6. I like the looks of it. Great job!
  7. Yes it is tricky for sure with the JS stuff. I still get the route not passed error when bidding on a flight, but the bid now goes through. I think I just have to keep moving things around. I added the header of my layout.tpl file but never got a solid reply back on it. Keep at it fellas. You will get it in the end I am sure.
  8. Hi ya Dave. Long time no chit chat man. Hope all is well your way. I really need to fire up MSN one of these days and say hello. Anyhow, was just curious how 2.0 was looking in the future? I know it has been some time since you posted about it. I figure a few months was time enough to allow a friendly bump on the topic. Anyway, like I said, I was just curious is all. Thanks for all the hard work you have done and do Dave. Much appreciated. Ray
  9. TAV1702

    VAForum 2

    Can Moderators see the admin only forums? Not so sure moderators need to be behind the scenes that much, but would be cool if they had forums NOT public so they could discuss users posts etc etc. If it does this already, my apologies as I must have missed something. User groups would be awesome so we can create forums for moderators, admins, hub managers, etc etc. I can only imagine how much of a headache that would be after reading Simpilots post on permission issues he had.
  10. Yeah lesson learned. I learned it the hard way. When things get rough and you are tired, go to bed. It will be there when you are nice and awake and refreshed. I worked on a site for days once only to end up deleting a bunch of files by mistake one night when I was tired. I was deleting an old sub domain from my site and low and behold, I clicked delete on the wrong stuff. It just isn't worth it when you are tired unless you do a backup for every move you make.
  11. Hi Graham. I messed with that until I was blue in the face a a few fist fulls less of hair and never got it solved. I moved code around and could make 1 thing work and it broke another. either way I went, it never worked right. I hope you can find a answer to the problem.
  12. And I am guessing the hack would have been server side. I have never heard of anyones phpVMS getting hacked other then that forum deal a bit back. But even then it wasnt phpVMS. It was a script I added to the forum.
  13. I checked your site out and you are out of disc space on your hosting package. That's what all them errors on your site are. As far as the hacking part goes, I am not sure.
  14. Ok I'm marking this one solved. I went ahead and ran another query that went like this ALTER TABLE phpvms_news ADD subject VARCHAR(50) AFTER email It added my subject line back and updated my subject line to 50 characters instead of 30. Hard lesson to learn but I got it fixed.
  15. Would it be this per chance? ALTER TABLE `phpvms_news` CHANGE `subject` `email` VARCHAR( 50 ) NOT NULL The vchar is currently 30. I am not real good at sql but am learning. I just took a wild stab at that one. **EDIT** Ok I tried that and it and it deleted my subject line. Now I need to figure out how to readd it and then update the char to 50 instead of 30
  16. Sorry if this has been brought up before and I have searched and searched most of the day and have came up empty handed on every attempt. I need to know if there is a sql query I can run in phpmyadmin to make the News titles a bit longer. Now it chops words off right in the middle. I think it has something to do with vchar or something like that. Anyone show me the way? Thanks in advance either way. Ray
  17. TAV1702

    VAForum 2

    Yeah that would be kind of cool. In profile settings where you adjust password and such. Have it there for forum signature.
  18. Ok fellas. I have read every single post. Tried every single fix. I went into the skinning docs and followed to a T and still I get this problem of no routes passed. I know it is definitely a skin issue. If I add the <?php Template::Show('core_htmlhead.tpl'); ?> right before the </head> it works perfect but it gets rid of the java slider. And when I place it above the slider script in the head section, the bids fail, but the slider works. Kind of odd. I have checked the error console and came up with the same ajax error everyone else posted. I give up. And for the record, it is on the Brilliance V1 template. It is not a live site so is no biggie to me. Was just mainly trying to figure out how to problem solve this issue. It seems as though my problem solving skills suck with this one. **EDIT** So as it sits now, I am getting the error but it actually adds the bid. Here is how I got it situated <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?php echo $page_title; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="all" /> <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/brilliancev1/css/style.css" type="text/css" media="screen" /> <?php echo $page_htmlhead; ?> <!-- PNG FIX for IE6 --> <!-- http://24ways.org/2007/supersleight-transparent-png-in-ie6 --> <!--[if lte IE 6]> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/brilliancev1/js/pngfix/supersleight-min.js"></script> <![endif]--> <!-- jQuery - the core --> <script src="<?php echo SITE_URL?>/lib/skins/brilliancev1/js/jquery.js" type="text/javascript"></script> <script src="<?php echo SITE_URL?>/lib/skins/brilliancev1/js/jquery-1.3.2.min.js" type="text/javascript"></script> <!-- Sliding effect --> <script src="<?php echo SITE_URL?>/lib/skins/brilliancev1/js/slide.js" type="text/javascript"></script> <!-- Header Images Sliding effect --> <script src="<?php echo SITE_URL?>/lib/skins/brilliancev1/js/s3Slider.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { $('#s3slider').s3Slider({ timeOut: 9000 }); }); </script> </head> <body> <?php $page_htmlreq; ?>
  19. TAV1702

    Obsess Blue Help

    Well, I am glad we got down to the bottom of it for you. Good luck on the host search. I think you will be real happy once you get on with a good quality host.
  20. Well, I am at a loss. I have been having this issue all day. Adding airports works fine on my live site and is a PITA on my test site. In IE8 and Firefox both. Not sure what the deal is.
  21. TAV1702

    VAForum 2

    I guess in the long run what that is going to do is clean up the footer of the forum a bit and put all controls admin side. I would say it is more of a aesthetics reason above all else. Not that I am king of having a clean looking site , but every little bit helps.
  22. In order to bid on a flight, you need to click View Schedules. On the page that opens, you can sort the routes the way you wish to view them. Once you find the flight that you wish to do, look over to the right hand side of the page. There are a few links. One of which is Add to bid. Click that and that flight has been bid on.
  23. Messing around with a test install v.934. The only extra thing added is VA Forum 2. Having issues adding airports today. Can add one then instead of clicking the link to add another, I have to literally click on add new airports then click add airport. If not, then when I go to look up info it sticks and fetches no airport info what so ever. Not a bug I am quite sure so am posting here just a general inquiry if anyone else is having issues today.
  24. TAV1702

    VAForum 2

    If I read correctly, and I have been known to be wrong once or twice in my life , Simpilot stated that he tied into the existing permissions for the events module to work. If I recall correctly, we did not have to edit any core files at all to get events module to work. I do understand where you are coming from though.
  25. It is the VA-Template file right below what you have circled. That is the file you need for FSFK.
×
×
  • Create New...