Jump to content

bass

Members
  • Posts

    240
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by bass

  1. Yes. The pilot made the flight and threw in comments Flight file KLM Google Earth I thought to establish such a link on the page pirep_view
  2. Tell me how to make so that the pilot could download the KML files to the site, and then draw conclusions link to it?
  3. Tell me how to do that in this field could add a KML file (google earth), and then display it in a report about the flight instead of the map?
  4. Hello again! Visit the website with the established pattern to it. For the test, I created a public account http://air-laguna.pe.hu/index.php/login Demo@demo.ru 123456789 If someone is interested in my template in a personal email! I'll give it a very expensive or not to change to something.
  5. Thank you. He made another update.I do not know will enjoy interest or not. This module "membership fee". The pilot can make money monthly fee ($ 2). All collected money will be collected in the "Bank of the company" and 60 days paid the entire fund collected money top pilots of our company. This is done to encourage drivers to make more flights and
  6. I should WINDOWS XP and not running the program, do not run the installation. .NET Framework 4.5 I do not set either as ((( -----Prerequisite check for system component Microsoft .NET Framework 4.5 (x86 and x64) failed with the following error message: "Installation of the Microsoft .NET Framework 4.5 is not supported on this operating system. Contact your application vendor."
  7. Hello everyone, today I finished work on my first pattern. Some design ideas, I sank to other templates (Thanks to all of them). Template fully working. Create a design for the modules: -Hub -Airportinfo -vFleetTracker -Fleet -Events It is possible to connect on the main page phpvms_booking_1_0 There is the possibility of quick change of color decoration design. Includes 3 style. Also, you can optionally fit the style of any additional module. Demo photos pages.
  8. Questions. How can I do to be seen on the map in terms of the route?
  9. How to make so that the page output profile as a news event?
  10. Thanks to all! I figured out what the problem was. It seems that there was a conflict between the two libraries. Now everything works fine!
  11. I have tried so many things that now do not understand anything in my code ... Everything is messed up. We'll have to do everything from the beginning (((
  12. script type="text/javascript"> var baseurl = "http://air-laguna.pe.hu"; var geourl = "http://ws.geonames.org"; </script> <link rel="stylesheet" media="all" type="text/css" href="http://air-laguna.pe.hu/lib/css/phpvms.css" /> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> <script type="text/javascript" src="http://air-laguna.pe.hu/lib/js/jquery.form.js"></script> <script type="text/javascript" src="http://air-laguna.pe.hu/lib/js/phpvms.js"></script> I deleted, did not help(((
  13. <!DOCTYPE html> <html lang="en" dir="ltr"> <!-- START head --> <head> <!-- Site meta charset --> <meta charset="UTF-8"> <!-- title --> <title>Welcome - Air Laguna</title> <!-- meta description --> <meta name="description" content="YOUR META DESCRIPTION GOES HERE" /> <!-- meta keywords --> <meta name="keywords" content="YOUR META KEYWORDS GOES HERE" /> <!-- meta viewport --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <!-- favicon --> <link rel="icon" href="favicon.html" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.html" type="image/x-icon" /> <!-- bootstrap 3 stylesheets --> <link href="http://air-laguna.pe.hu/lib/skins/travel/bs3/css/bootstrap.css" rel="stylesheet" media="all" /> <link href="http://air-laguna.pe.hu/lib/skins/travel/ocean.css" rel="stylesheet" media="all" /> <!-- template stylesheet --> <link href="http://air-laguna.pe.hu/lib/skins/travel/css/styles.css" rel="stylesheet" media="all" /> <link href="http://air-laguna.pe.hu/lib/skins/travel/css/flexslider.css" rel="stylesheet" media="all" /> <!-- SLIDER REVOLUTION 4.x CSS SETTINGS --> <link href="http://air-laguna.pe.hu/lib/skins/travel/js/rs-plugin/css/settings.css" rel="stylesheet" media="all" /> <!-- responsive stylesheet --> <link href="http://air-laguna.pe.hu/lib/skins/travel/js/rs-plugin/css/responsive.css" rel="stylesheet" media="all" /> <!-- color scheme --> <link href="http://air-laguna.pe.hu/lib/skins/travel/css/colors/color1.css" rel="stylesheet" media="all" /> <link href="http://air-laguna.pe.hu/lib/skins/travel/css/colors/color2.css" rel="stylesheet" media="all" /> <link href="http://air-laguna.pe.hu/lib/skins/travel/css/colors/color3.css" rel="stylesheet" media="all" /> <link href="http://air-laguna.pe.hu/lib/skins/travel/css/colors/color4.css" rel="stylesheet" media="all" /> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> <!--[if lt IE 9]> <script type="text/javascript" src="http://air-laguna.pe.hu/lib/skins/laguna/js/html5.js"></script> <style type="text/css">.main, .tabs ul.nav a, .content, .button1, .box1, .top { behavior:url("../js/PIE.htc")}</style> <![endif]--> <!--<link rel="stylesheet" media="all" type="text/css" href="http://air-laguna.pe.hu/lib/skins/crystal/styles.css" />--> <link rel="stylesheet" href="http://air-laguna.pe.hu/lib/skins/ocean_blue/styles/style.responsive.css" type="text/css" title="Ocean Blue" media="screen" /> <!--[if lte IE 7]><link rel="stylesheet" href="http://air-laguna.pe.hu/lib/skins/ocean_blue/styles/style.ie7.css" media="screen" /><![endif]--> <script type="text/javascript"> var baseurl = "http://air-laguna.pe.hu"; var geourl = "http://ws.geonames.org"; </script> <link rel="stylesheet" media="all" type="text/css" href="http://air-laguna.pe.hu/lib/css/phpvms.css" /> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> <script type="text/javascript" src="http://air-laguna.pe.hu/lib/js/jquery.form.js"></script> <script type="text/javascript" src="http://air-laguna.pe.hu/lib/js/phpvms.js"></script> <!-- Load Fonts via Google Fonts API --> </head> <!-- END head --> <!-- START body --> <body> <body class="noJS"> <div class="jqmWindow" id="jqmdialog"></div><script type="text/javascript"> var bodyTag = document.getElementsByTagName("body")[0]; bodyTag.className = bodyTag.className.replace("noJS", "hasJS"); </script> <!-- START #wrapper --> <div id="wrapper"> <!-- START header --> <header>
  14. Tell me how to fix the error. I made a new template for the layout of others, but has ceased to operate the flight booking. Gives an error message "No route passed" I read the other posts, but it did not help. Can anyone suggest something? http://air-laguna.pe.hu/ Now this template
  15. bass

    New skins free

    Create a template for an example of a hurry and posted for free use. You can download it here As an example to do in haste, repaint site elements in Photoshop to fit your needs and change the links to register and login. And links to third party websites remove. If you want to view all the modules fit under the design of the site, then write to me in PM. Download
  16. Here are just a 15 minutes I made a template, fully working. Whip up in Photoshop repainted style elements of the site and everything. Remove all third-party links, and no problems will not Copy
  17. It is, but it completely changes everything, there remains only the balance of html site elements on the page, so it's hard to be something to show.
  18. I created a tutorial for creating, editing and setting the template for the site. Word Format Detailed description on the living example. Photos of each stage and the necessary codes The only minus is written in Russian, translating into another language all through the Google translator, can lose a lot of useful information.
  19. Ðа Ñамом деле ничего Ñложного нет. Можно Ñделать буквально за 1 Ñ‡Ð°Ñ Ð»ÑŽÐ±Ð¾Ð¹ шаблон, любой ÑложноÑти. Лично Ñ ÑпециализируюÑÑŒ на Ñоздании полной копии Ñайта реальной авиакомпании, Ð´Ð»Ñ Ð±Ð¾Ð»ÑŒÑˆÐµÐ¹ реалиÑтичноÑти. Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтоб Ñоздать копию любого Ñайта необходимы минимальные Ð·Ð½Ð°Ð½Ð¸Ñ ÑÑ‚Ñ€Ð¾ÐµÐ½Ð¸Ñ Ñайта. Могу Ñоздать Ð´Ð»Ñ Ð²Ð°Ñ ÑƒÑ‡ÐµÐ±Ð½Ð¸Ðº, но только на РуÑÑком Ñзыке(((... так как пиÑать нужно много, а других Ñзыков к Ñожалению Ñ Ð½Ðµ знаю. In fact, nothing complicated. You can make just 1 hour any pattern of any complexity. Personally, I specialize in creating a complete copy of the actual airline's website for more realism. To create a copy of any site requires a minimum knowledge of the structure of the site. Can you create a tutorial, but in Russian only (((... since you need to write a lot, but other languages unfortunately I do not know.
  20. Hopefully that will be useful to someone that animation. Demo Download
  21. bass

    My work (templates)

    Slightly altered appearance of the page (Profile)
  22. Hello, looking for examples of sites of other participants in the forum decided to make a template for military subjects. This is only the beginning of my work, when everything is ready, I will lay out the template in the theme "Releases". It is now ready to key parts of the site. Below is a screen template.
  23. Good day. Time to introduce you my new template for a virtual airline. Template made quickly, more gentle finish. The main idea is the site-as a video greeting for all the background of the site. Website template for free. If you want to arrange a beautiful style of the whole site its modules, please PM. Demo pages Download
×
×
  • Create New...