Jump to content

levicosta201

Members
  • Posts

    186
  • Joined

  • Last visited

Posts posted by levicosta201

  1. I agree, and tell us what it does. By the looks of things, you're just putting all routes on a map using php. It would be easier to parse a JSON object for this type of project rather than echo-ing PHP in almost every line.

    You are free to modify the code as you like, friend! :)

  2. I highly recommend everyone not to use the code, as it contains major security issues. Just a quick look shows that form POST data is not being escaped. That's just on top of the code being a major mess.

    @Levicosta

    A friendly suggestion is to learn, practice and code as much as you can, but please be careful when posting code. Else, there can be problems for people who are not that tech oriented, and who try and use your code.

    I know very well program friend! This is just an old code, use whoever you want, there is no security flaws in it, for esste type of code there is a great necessedidade of encasing the 'POST' if you know that a good programmer. I guarantee that this code will not have any problems with people, if you do not want to use my code only respects those who want!

  3. Hello friends, for some time I've been working with my team in a skin for phpVMS administration panel, and we are completing our work, we have created a new view for phpVMS, completely modified from the initial paginal to the administration panel is a complete package, the whole site is based on the material design, available in the new models of Android version. We have not decided whether we will sell the skin, or if we will make available to the public, or whether we will negotiate with the creator of phpVMS to leave as the default skin for phpVMS, all this is still decided and let everyone know soon, because as everyone knows there a lot of work involved in developing beautiful skin. We have almost 90% of all the completed site, it looks pretty but we all know that phpVMS contains hundreds of .tpl pages to be edited. Let us know opnion of all, please be constructive criticism, praise and comments are also welcome! Now we leave out some pictures for you to appreciate our work. ;)

    post-3530-0-72167000-1439408906_thumb.jpg

    post-3530-0-21537600-1439408913_thumb.jpg

    post-3530-0-29749200-1439408915_thumb.jpg

    post-3530-0-52878400-1439408917_thumb.jpg

    • Like 1
  4. if(!Auth::LoggedIn())
     {
      $this->set('message', 'You must be logged in to access this feature!');
      $this->render('core_error.tpl');
      return;
     }
    

    Use the above code to allow only users logged

    if(Auth::LoggedIn())
     {
      $this->set('message', 'You be logged');
      $this->render('core_succes.tpl');
      return;
     }
    

    And this code to allow users not logged

  5. Hello friends, maybe some here already know my modules, I stopped a while to develop modules because I started work on a game development project, I am here again to return to my work, and I would deichar here also some modules that I'veI had done, so that you can enjoy or buy. For those who first buy will be selling at a cheap price because I need a certain amount of money to re-start my shop, and who can colcaborar me I thank you.

    Below the list of modules, those who wish to buy, please send inbox to negotiate. :)

    DATA ROUTES -> http://goo.gl/38K8au (This module displays all available routes in your Virtual Airline from the desired airport!);

    BADGE ON/OFF PILOT -> http://goo.gl/jIxHXQ ( This module will automatically change the badge of your driver if it is online or offline, as well as other statistics );

    Route Generator -> http://goo.gl/102K4F ( This module generates random routes and insert in your database, enter all the data: days of the week, time, money, distance, etc! )

    These are one of the main modules I developed, promotional price for the first who purchase, and soon will be developing more modules and also I will go back to doing layouts for the admin panel! Please apoim me;

    PS.: Sorry for my bad English :( !

  6. personaly i would love an app that would allow pilots to log one and book a flight / look at news and those normal things but iff you have admin rights you can accept pilots an pireps that would be one hell of an app

    You mean I should put the administrator rights on the application?

  7. Hello friends, I've gone a bit due to my work which is very intense. Some time ago I had made a poll to see if it was worth it or not a mobile app, the results were not very favorable, even so I decided to develop an app for my virtual Aera line, is not yet fully complete, but I'll post here first impressions to users wishing one mobile app for your virtual airline can give tips / suggestions that I need to put in the app. As I go forward in my work I will also be putting here the layout of yours.

    Please, I ask to constructive criticism, and not Child ATV criticism, such as "bad design", "I'd do better", "I'm wanting to protect the community", etc. Because I will not answer this kind of childishness.

    Also do not answer support via PM. If there is any doubt, ask on the topic so that everyone benefits, your question might be doubt of others!

    This app contains the following features:

    • Live map flight;
    • List of pilots in flight progress;

    Because I'm time-poor, and how this project started today, still no many features, however, will soon add the following features:

    • Top Pilots;
    • Pilots Onlie;
    • Pilot Profile;
    • Airline Data;
    • Message from pilots;
    • Settings;

    And still other features that I did not think. My intention is to develop this app for free, but those who wish should make the request in advance. For those who wish to have your application published on google play will have to pay a fee of $ 29 so I can upload, or if you want you can do on your own.

    Below are some pictures of the project:

    post-3530-0-04831200-1410452761_thumb.jpg

    post-3530-0-74524700-1410452764_thumb.jpg

    post-3530-0-63233600-1410452766_thumb.jpg

    post-3530-0-04933600-1410452768_thumb.jpg

    Added details of the pilot:

    rs4ns0.jpg

  8. ->

    BUY HERE <-

    Hello everyone, LBXstore launches another module that has the following function:

    Detect the location of the user who accesses your site and redirects it to a specific page, for example, a User accesses the Brazil seite, then the module identifies and redirects you to a page in Portuguese (http://www. yourva.com/pt). If a user accesses your site Japan, he will be redirected to the page in Japanese (http://www.yourva.com/jp).

    Buy here: http://goo.gl/lY3fku

    Demo here: http://www.voemercosul.com

    PS.:my site does not offer all countries, but the module will with all countries

×
×
  • Create New...