Jump to content

simpilot

Administrators
  • Posts

    2773
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by simpilot

  1. EDIT - Download removed This function is now included in version 2.0. You can just use a sql select to gather the data out of the pireps table and then sort and display as you would like. 1. Download the attached package 2. unzip and place the files in the paths as defined in the package 3. use the landing_stats.sql file to create the two new columns in your database using phpmyadmin or similar. 4. file a pirep, manual or automated, it does not mattter, even if it is a test and you will delete it later. This will populate the DB for the first time. After the initial run of the module it will re-run each time a pirep is filed and update the listings. 5. Place the following code where you want the table to display. <?php MainController::Run('Landingstats', 'display_landingstats', '8'); ?> 6. Done This should produce something like this ->
  2. Hi folks, I am in need of some graphics work, no css or html coding, just the graphic creation for a major re-release of New England Virtual. Graphics talent is something I do not have. I would be willing to trade a custom built module to your specifications for the graphics work. Basic shopping list of my graphic needs, New Logo New Header Banner New Footer Banner Appx 6 different buttons Let me know if anyone might be interested.
  3. You can change the $ sign in the tpl files that exam center uses. I did not build the signs into the active data of the module, good idea though.
  4. put your pilot id in the login box put your password in the password box click on login......... :
  5. try -> <?php MainController::Run('News', 'ShowNewsFront', 5); ?>
  6. Looking at the source from your page all I see in what should be the news is <p></p> - without you posting any of the code from the page I would guess that there is something around the news call that has been changed, maybe inadvertently. maybe even the (5) to (0), or a missing php tag in the news template that holds the news layout. I think I would start looking in the news template first as it looks like the call is being made due to the fact you are getting the open and close paragraph tags.
  7. Can you post the code that you are using to call the news on that page.
  8. Topic Locked Gentleman, it is time to take your disputes elsewhere. This forum board is not going to host any flame wars which is the only place I can see this going.
  9. Something like newest posts? - I can build that in, just need to know what we really want to show, newest posts, or topics.... most popular, idk...
  10. The only requirement that really has anything to do with phpVMS is to have a logo on your frontpage, which can be accomplished when you skin your site, just include one of the supplied Vatsim logos on your frontpage with a link to their site. Everything else is things you must achieve as a group, not anything the management system would really do.
  11. Here is a straight forward chat script you could intergrate into phpvms -> http://www.peachydandy.com/scripts.php and here is a pretty good shoutbox -> http://www.gerd-tentler.de/tools/shoutbox/
  12. What are you trying to integrate from Vatsim, their system runs on their own servers as far as the flight operations.
  13. hmmm - all other pages work correctly? - Can you paste your frontpage_mail.tpl to pastebin and give us the link.
  14. I think you are looking for the text settings in acarsmap.js in the lib/js folder. Look through that, I beleive the table setup for the bubble and font style and such is in there.
  15. Are you trying to voice chat or just text? - There are good freeware apps for both.
  16. Tell your site to Straighten Up! Could you post the error you are getting or maybe explain "something funny" a little more. 8)
  17. simpilot

    Encryption

    hmmm.... can you put your page code up at pastebin and post the link here
  18. simpilot

    Encryption

    You could use something like this -> $password = md5(your_user_input_password. your_user_salt_from_db); if($password == your_user_password_from_db) { do stuff }
  19. Currently, the pilot id is based off of the pilot id in the database plus the offset out of your local config file. There is no good way of changing id's at this point, you could add a field to the pilots table and use it to create an alias of each pilots id to display but all the functionality of the system ties into the db id which is automatically generated when a pilot signs up.
  20. simpilot

    Encryption

    It uses a standard md5 hash plus a random salt string to further encrypt user passwords. Both the md5 string and the user specific salt string are saved in the _pilots table in the db. Hope this helps.
  21. I would like to do that, on a number of addons I have done/am doing but photoshop I am not very good at, well, I do not even own a copy, I use Gimp and not very well. : If anyone would like to help out and create some button images for the addon I would be glad to use them. I have searched around the net but have never found a set that I really wanted to use that were the same size etc....
  22. Of course! To me that is what the open source community is all about, helping one another and making projects better! Quite frankly I do not have much time for folks that constantly point out issues and problems yet offer no ideas of a solution. Just remember that BETA means just that, a work in progress.
  23. It looks like you are missing a closing php tag somewhere in the tpl file you are trying to access. If you could let us know when you are getting the error, ie - what page you are trying to view, it would be easier to try and help out.
  24. TAV - you hit on the main reason that I did not include the editor in the release, it is one thing to use it in the news center when only a select few will have access to it, but another whole world when you install the editor in an open forum system that all your pilots have access to. My intent is to have a bbcode table in the database to use and try to escape many of the issues you have descirbed as well as dis-allow html in the posts.
×
×
  • Create New...