Jump to content

skymx

Members
  • Posts

    54
  • Joined

  • Last visited

Posts posted by skymx

  1. I believe you have to set the timezone in local.config.php

    Probably near the top

    I havent seen a place where this information goes in local.config.php, but I will take a closer look, thanks a lot!

    PD. The funny part is: I do not have this problem with the main site, it is just in my test PC, in my local system,

    which I use to experiment with phpvms and when thing looks right, just move contents to the permanent site.

    SOLVED!!! It has nothing to do with PhPvms, is with the server I am using, I had to add the time zone in the php.ini file. Ex...

    [Date]

    ; Defines the default timezone used by the date functions

    ; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone

    date.timezone = America/Mexico_City

  2. This is the error message I am getting, have this problem in local machine, not on the server the airline actually is.

    Where to set the timezone info?

    Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CST/-6.0/no DST' instead in /var/www/html/phpvms/core/classes/CodonCache.class.php on line 201

    Thanks a lot for any tip.

    Sergio Korlowsky

  3. I have replaced my files with your and have the following problem.

    drop_down.jpg

    How can help me?

    Ok, first let´s make this clear, this skin is NOT mine, just corrected a few issues and re-uploaded it.

    now, tell me what is wrong, i still do not understand what is not wrong, could you explain in detail or provide a link to your place to take a look?

    (I speak spanish in case you need it.)

    http://skymex.eu5.org

  4. Is there a direct link to download?

    or I have to go thru the registration process in your board? to download... :unsure:

    Thanks!

    SK

    Not Found

    The requested URL /downloads/phpvmstemplate_surrealv11.zip was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 Server at www.la92.com Port 80

  5. When I found this "insecurity" or (mis_configuration on the server side) that allows directory browsing

    I tried several things to protect our contents, here they are:

    One was to drop an empty index page on each directory I wanted to protect,

    could be php or html, that itself blocks the listing of the directory.

    then, later on I added some info on that "empty" page that reads like this:

    <center><h1>You Are <span style="color:red">NOT </span> Authorized to acces this Area!</h1><br>

    <h1>Usted <span style="color:red"> NO </span>esta autorizado a acceder esta Area!</h1><br><br><hr>

    <center><div class="post"><h1>YOUR IP ADDRESS IS: <span style="color:red"><?php echo $_SERVER['REMOTE_ADDR']; ?></span></h1></center><br>

    <h1><strong>And it has been logged!</h1></strong></h1></center><br><br>

    As you can see is in english and spanish languajes, and displays the IP of the "visitors" of this area.

    Is entirelly up to you if you want to log the IPs or not.

    Other measure was to add a java script to disable mouse rigth click, so it makes difficult to copy your images.

    Nabeel says, it annoys users, but helps. Also blocks seeing the page´s source_code.

    But there exists other means to see the source code for the page.

    Let´s keep phpvms "secure" and our contents too! :rolleyes:

    SK

  6. Hey there

    It´s an old question, you got your Airline, your Page and everything but how do you get new Pilots. There are some Airlines with 100 or 300 Pilots flying and of course you also want that much, so how do you get them?

    We did some texture work, and of course optimized our google metakeywords and everything, maybe even some googleadwords adds. So what worked for your airline?

    It takes TIME... I am certain they want stability, know the airline is going to be there today and tomorrow!

    SK

  7. Guys thank you so much for replying now the thing is Tom i am not using that Print Commands i have changed my menu that was old one what i am trying to ask you guys is this is my new menu

    code

    <div class="urbangreymenu">
    
    <h3 class="headerbar">Pilot Center</h3>
    <ul
    <li><a href='ATR42.php'><b>ATR42 Schedules</a></li></b>
    
    <li><a href='skedatr.php'><b>ATR42F Schedules</a></li></b>
    
    <li><a href='b737.php'><b>B737 Schedules</a></li></b>
    
    <li><a href='a310.php'><b>A310 Schedules</a></li></b>
    
    <li><a href='b767.php'><b>A300 Schedules</a></li></b>
    
    <li><a href='b777.php'><b>B777 Schedules</a></li></b>
    
    <li><a href='b747.php'><b>B747 Schedules</a></li></b>
    
    <li><a href='logbook.php'><b>My logbook</a></li></b>
    
    <li><a href='download.php'><b>Download Section</a></li></b>
    
    <li><a href='help.php'><b>Pilot's Manual</a></li></b>
    
    
    <li><a href='rankings.php'><b>Rankings</a></li></b>
    
    <li><a href='pilotroster.php'><b>Pilot hours</a></li></b>
    
    <li><a href='flights.php?map=karachi' target='_blank'><b>Flight Movements</a></li></b>
    </ul>
    </div>
    
    

    now juts tell me how i can hide only this pilot center menu and pilots can only see this menu after login example would be gr8 for me waiting for your reply asap.

    Regards

    Is this what you need?:

    <?php

    /*

    Quick example of how to see if they're logged in or not

    Only show this login form if they're logged in */

    if(Auth::LoggedIn() == false)

    { ?>

    SK

  8. i am trying to port over a skin that i downloaded from:justdreamweaver.com

    and it appears that my css is not working(at least thats what i think) here is my site: http://transamericacargo.co.cc/index.php

    can any one help me?

    edit: i just changed something and now i get images and stuff but don't know where to go from here

    Kevin, the problems I see are NOT related to the css file, but a database problem.

    Fix that and I will explain to you how to make the skin work in your site.

    BTW the template looks great.

    metamorph_watersplash

    Design by Metamorphosis Design

    SK

    post-496-039134300 1278627528_thumb.jpg

  9. @Tom

    Thanks!

    Yeah the IPS logs flights flown on IVAO, VATSIM or both at the same time.

    @skymx

    You can setup the IPS to log as many callsigns as you want, seperated by : (so if you want to log e.g. KLM and TRA, you would put TRA:KLM).

    And yeah, the scripts are free, but the script which handles the communication between the IPS and phpVMS is not included in the free package ;)

    So you can install this free package, but it won't connect to phpVMS.

    But for your 12 airlines, you must have loads of members, so I think this system will be ideal for your situation :)

    Greetings,

    Jasper

    Yes.... I remember the name now :rolleyes:

    From utr:online (which I use on my site) and the blackbox flight logger, hmmmm great apps!

    !thumbs up!

    SK

  10. I figured out the image. I opened it with Gimp, and it is showing that the top portion (that is showing the white) is transparent. So I opened the image in paint and just removed the top part completely. Then I placed it back into Gimp and re-sized it back to 1 x 48 px and now it is looking like it should be. Click my signature to see it.

    Great! it looks real good!

    SK

  11. Aparently this works based on a callsign tracking system, how about us, that we manage 12 airlines, we use 12 different callsings, hmmmm...

    if I understod right, the set of php scripts are free, they charge for the implementation of it. Nice! if you do not plan doing the job yourself.

    I will check this item further on, it seems interesting enough.

    SK

  12. I was one who had a hard time trying to figure out how the skinning of phpvms worked,

    but after so many tries and errors I finally see the light at the end of the tunnel.

    Forget about the header - footer combination and work directly with the full layout.tpl file,

    its all in there. in one file.

    Is not that hard to figure out how it works, just as Nabeel says, start small... as you gain experience

    you would be able to accomplish more complicated tasks.

    SK

  13. which line of the css do you see that, because I can't find it?

    you don´t need to touch a line of code this time, just change the size on the menu-bg graphic and that fixes it, (/images/menu-bg.gif)

    it closes the gap. But! if you increse from 1x43px to 1x48px it shows pixels of diferent color that degrades the graphic,

    open it with paint and fix those pixels that shows different color to the original and is fixed!

  14. There is a dirty trick to fix the gap between the header and navigation bar...

    Just increase the size on the graphic menu-bg from 1x43 to 1x48 and that closes the gap.

    is probably not the right way to do it, but it works!

    an image is included.

    Correction.... since the graphic increses the size from 1x43 to 1x48 it shows pixelization, so I open paint,

    and fix the graphic to make it look good again. all fixed!

  15. Nice Sergio. There are a couple of things I'd like to add here.

    First: That gap between the Header and Nav Bar, Is there a way to close it, so that it is flush?

    Second: I was able to get the footer text to center, instead of being pushed up against the right side. I just changed it in the styles.css (on line 58 to)

    #footer { width: 970px; background: url(images/bottombg.jpg) repeat-x 0 0 #ffffff; height: 148px; margin: 0 auto; padding: 10px 0 0 0; clear: both; text-align: center; border-left: none; border-right: none; }

    hmmm let me see if there is a way to close de gap or even use a smaller header pic.

    did not change anything on the header part, most I did was fixing the menu and adding the header picture.

×
×
  • Create New...