Jump to content

TAV1702

Members
  • Posts

    1954
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by TAV1702

  1. Well, apparently, I am a total dumb arse! I can not figure it out to save my life. I have hit frustrated level and am loosing ground fast. If anyone even has a clue, please point me in the right direction. I don't need file edits, simply the file. The only thing I did skin wise was adjust my styles.css I did not edit any other css files at all so I am not sure why this does not work for me.
  2. Is it safe to say that one needs or should just use winmerge to update their custom skin? I used it for a few files so far and it has worked out nice.
  3. If there is enough interest, I can get us an mIRC channel. I happen to have acces to a IRC server and am on it almost every single day.
  4. Roger that on the snow storm. My aunt lives in kansas and she said it was a major fiasco much like missouri and illinois.
  5. Yeah I forgot about good ol firebug. DOH! Thx again Nabeel
  6. Somehow when I created my half assed skin, I somehow made the google bubble not show any info. If I put my mouse in the baloon and left click drag, it shows all info high lighted. Where in the scc file would I go to look and see how to fix this? I didnt think I did anything that would effect that at all.
  7. it is important to remember that anything php is hackable. For every fix found, a new hack is figured out. Script kiddies suck ass plain and simple. The only sure way I have found through years in the forum business is using index files in EVERY folder as well as .hta files in every folder as well. Now if someone has ftp access there is nothing you are going to do about it besides create a new user and password and ditch the old ftp user excluding the main account that is. I have some good .hta examples if anyone is interested. I used .hta for my Integramod install and there was a wave of hacked sites for 3 months and mine was un harmed. Once I shared my method, most hacking stopped. I am waiting to hear about the new release tonight. After that, I will be free to share info on how to use my methods.
  8. Ok here is the error I get while using the default link Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/XXXXXX/public_html/test/core/templates/mail_check.tpl on line 10 X's are me doing for security The code now looks like this <center> <?php if ($items > 0) { echo '<a href="http://mweva.com/test/index.php/Mail"><img src="'.SITE_URL.'/mailimages/new_mail.gif" border="0" /></a><br />Click image to review mail<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1" height="1"><param name=movie value="../postsounds/newmail.swf"><param name=quality value=high><embed src="../postsounds/newmail.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1" height="1"></embed></object>'; echo ''; } else { echo 'You have no new mail<br />Click <a href="<?php echo url('/Mail'); ?>">HERE</a> to create or check mail'; } ?> </center> Now if I get rid of the link in the You have no new mail section and hard code the link in, error goes away and works just fine. Goes right to the mail center. I know I am cunfusing as hell at times when I explain stuff. If you would like to see it in action how I have it working, let me know and I can give you some test user login info to my dev site. P.S. One key piece of info I forgot to include. To make the sound not come up twice, I had to modify the mail_inbox file to get rid of the mail check function. I thought it was kind of redundant to have that there anyhow. You can visually see if you have new messages or not without a image telling me so. ;D That is only my personal preference though. As is out of the box, it is a great script.
  9. Well I moved the image from nav to profile main. Seems more appropriate that way beings how they get redirected to that page on login. I got the sound to work using the following code by modifying the check_mail.tpl file <center> <?php if ($items > 0) { echo '<img src="'.SITE_URL.'/mailimages/new_mail.gif" border="0" /><br /><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1" height="1"><param name=movie value="../postsounds/newmail.swf"><param name=quality value=high><embed src="../postsounds/newmail.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1" height="1"></embed></object>'; echo ''; } else { echo 'You have no new mail'; } ?> </center> Now I wanted to make the image a link to the AirMail so I would not have to add another link in my nav. So ai modified the code even further to the following <center> <?php if ($items > 0) { echo '<a href="http://mweva.com/test/index.php/Mail"><img src="'.SITE_URL.'/mailimages/new_mail.gif" border="0" /></a><br />Click image to review mail<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1" height="1"><param name=movie value="../postsounds/newmail.swf"><param name=quality value=high><embed src="../postsounds/newmail.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1" height="1"></embed></object>'; echo ''; } else { echo 'You have no new mail'; } ?> </center> I could not make it work using the link that works in core nav. I kept getting an error that I forgot to copy so I could let you know. Now I am going to make a link from the one that says You have no new mail incase someone wants to send a mail out. or simply for email addicts who must check even though they have nothing.
  10. Hi Simpilot. I have modified the mail image and added it to my nav. So it displays the you have no new mail correctly and when there is mail, it shows the mail box as should with a twist. I have added a sound file to it to audibly alert the user that they have mail much like AOHELL does. Works great! However, is there a way I can make it so that it checks and if the notify sound has been played once, to not do it again? It notifies on login, then when clicking airmail, it plays it again. I am going to take a wild stab at this and say that I should NOT include it in the nav, but simply in the pilot center so when they click the image to go to the airmail, it will not play it again.
  11. Dev Site Install, NOT a live site phpVMS Virtual Airline Administration Software Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /install/checkinstall.php did not match, possibly corrupt or out of date [Checksum failed] /install/checkdb.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/SchedulesData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/LogData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/XML/XML.php did not match, possibly corrupt or out of date [Error] ../unit_test.php doesn't exist [Error] ../incversion.php doesn't exist [Error] /install/update_628.sql doesn't exist -- Checked 210 files, found 8 errors
  12. Ok great! I have a few things I will play with and see if I can make them work out or not. I will try as hard as I can to NOT modify any of the core at all but making simple tpl adjustments for now. I don't really want to mess with core until it is a RC version in the future. And yeah, Beta is exactly what it says. I try arguing the beta topic with my girlfriend all the dam time on facebook when she is nagging about apps not working. ;D
  13. Ok I'm glad I did read the post right. I was not trying to act like a know it all. I am a admin on a forum that builds a CMS for phpBB and we have thousands of users and they all want html and that is the reason we gave them. It simply is insecure and not a wise idea. I am glad to see that you are looking ahead at possible security issues and addressing them before hand. Makes me want to use this on a live VA site more and more once it is done. Thanks for doing a wonderful job. I feel compelled to customize it already, but I have not. It is as you gave it to me. I hate to modify it then come back and report an error. That would kind of make me look bad saying something is broke that I modded. Speaking of mods, are you open to people coming up with mods to your Forum like they do on other forums?
  14. Yeah, I ran the update.php This is my Dev site so I can tinker with it without any issues. I'll go ahead and give it a go again in the morn. Won't have time tonight. It is almost beer thirty!
  15. I didn't see it, but I will go look again. I'm willing to bet the farm that that is my fuel issue. I am going to a buddies house tonight to pop open a couple of my home brews and play some Wii for a while. I'll get back on this in the morn...... If I don't feel to rough that is. Happy New Year! Ray
  16. nope not the latest. My dev site is but my live site is not. It is still beta build 22. I was going to upgrade but saw so many posts of this and that don't work, So I was kind of going to make the choice and upgrade tonight or wait and see what happens as far as release goes. It did upload all my hours and pireps just fine.
  17. Ok I'm back on this again. I read the manual to ACARS and I do not find anywhere to set the fuel to pounds or anything else. I found everything but. Oh well, I will get it hashed out in the long run I'm sure.
  18. http://downloads.phpvms.net/phpvms.beta.zip That is the latest beta available. I keep all copies of my phpVMS downloads just incase of a situation like this, and as luck would have it, I am still on beta 22 and my dev site is the newest one. I never got 23 build.
  19. I just now set my config file to use live pricing. It is necessary to go back and edit every single airport fuel cost to 0 so it will use live fuel cost even though it is set to true in the config file?
  20. I dont find it anywhere at all. And I have done a few things in the admin panel too so it should show something right?
  21. Not sure if this has been brought up or not, but I joined tonight and exported my pireps successfully, then went to do my schedules and it said 1 schedule exported. That is kind of false right off the get go. I have many more than 1 schedule in my DB. Then I went back to VAC and it says I have no schedules.
  22. TAV1702

    Signatures

    if you uploaded a custom pic and named it background.png, be sure to delete the image out of the sig folder when updating or it will over write your sig banner every time. I learned my lesson and did not name my sig banners the same as default one.
  23. On my dev site when clicking on Admin Activity in Site & Settings I get the following at the top of the activities page Warning: Invalid argument supplied for foreach() in /home/xxxxxxx/public_html/test/admin/templates/logs_index.tpl on line 14 I'm sure it is not so much a bug as a quick fix. The page shows up fine. But it has that error at the very top of it.
×
×
  • Create New...