Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. https://github.com/DavidJClark
  2. Delete the pirep from phpMyAdmin (your database). phpvms_pireps
  3. That's never going to happen since the TD Stats shows the best landings of All Time. pilot1 -57 ---> Best landing ever pilot3 -59 ---> 2nd best landing pilot2 -125 --->3rd best landing pilot1 -132 --->4th best landing pilot3 -138 --->5th best landing pilot2 -148 --->6th best landing It doesn't matter who the pilot is, it only matters what the best landing is, so that's what it is going to show.
  4. #1 http://forum.phpvms....dpost__p__40247
  5. I don't know what's going on. It seems like the longer you look at it, it grows on you, and looks good. I still think your site is still among the best thought out and prepared. Keep it up.
  6. Not sure how to do it by hub. I haven't worked on it in a while.
  7. http://forum.phpvms.net/topic/6289-can-someone-make-me-a-flight-board/page__view__findpost__p__42159
  8. You made your point. Drop it, and TAKE IT TO PM.
  9. Jeff

    Banned

    RewriteEngine on order allow,deny deny from xxx.xxx.xxx <---IP Address here.
  10. I made a custom one if you still want it.
  11. Not to drag this on and on, but I started using phpVMS back in mid 2010 knowing only basic HTML, and no other coding what-so-ever. There is a lot that goes on just to operate a VA with all kinds of different types of scripts. I never thought in a million years that I would ever learn this crap. I learned most of what I know now by reading and studying what lorathon (Jeff Kobus), simpilot (Dave), Mark, Nabeel, Ray and TAV were contributing in the forums, and it just clicked like clock-work. It's not really as hard as it may seem. I know from past experiences that you can easily be eager to have the best site by taking someone else's work without permission, then it ALWAYS comes back to bite you in the end (maybe not right away, but eventually). There are many, many free HTML, CSS, PHP websites out there that show you exactly what you need to change how your website looks. It just takes a few presses on the keyboard to find just what you are looking for, and GOOGLE is always right there to show you (open 24-7-365).
  12. It's also good to see you back, as it has been a while Touy.
  13. Another reason I don't advertise my VA in these forums too often. I am always coming up with new ideas on what to put on my site every day. If I cannot find a way to do it, I ask in the forums or search Google for the answer. I, too have learned my lesson, and learned to do things myself. It not only makes you look good, but also lets you understand how things are done so you can help others with their problems.
  14. It's better to change that to reed0427[at]hotmail.com to prevent spammers e-mailing you. Bots patrol these forums daily.
  15. http://lmgtfy.com/?q=borders+css
  16. Jeff

    Pages

    I have been working on this all day, and cannot seem to get it to link correctly. Any ideas on what I might be doing wrong, or what I might need to change?
  17. It's a great start. There are some pages that need a little tweaking with some </div>'s but that is an easy fix. The left side menu can get a little frustrating as it switches with mouseover (maybe place faded images in there as well instead of left-to-right transitions). Other than that I think it is yet another great starter skin that can be heavily modified for users preferences. Nice job Scott!
  18. Jeff

    Pages

    I am a little stuck with this. I am trying to add Hub pages. This is how I have it: <?php class Hubs extends CodonModule { function index() { $this->show('hubs'); } function atl() { $this->show('atl'); } function phx() { $this->show('phx'); } } How do I create it without it linking like www.mysite.com/index.php/hubs/atl/phx because this is exactly what it is doing. I want to be able to link it like this: www.mysite.com/index.php/hubs/atl and www.mysite.com/index.php/hubs/phx
  19. Outstanding Kyle. Is that something you might consider releasing to the public, or just for your own use? Keep expanding, I love your site.
  20. Check if the flight is scheduled to run on that day. The Randon Flight module does not work for people who aren't logged in, so there is no way to check out your problem.
  21. If you add a new airport from the Admin Center, there is a line to add your own price for that specific airport. If you leave it blank, it is going to use the default price you have in your app.config.php If you want to change a price from a specific airport that is already added, just click the Edit button.
  22. Jeff

    Artisteer

    For starters, you do not have the script.js or the style.css files linked to the location you have them on your site. They should be: <script type="text/javascript" src="http://www.mysite.com/jslocation/script.js"></script> <link rel="stylesheet" href="http://www.mysite.com/csslocation/style.css" type="text/css" media="screen" />
  23. What are you using? I couldn't find much out there that I liked, and Dafsim definitely was a bad decision I made as their support wasn't very good. Nor was their service.
×
×
  • Create New...