Jump to content

skymx

Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by skymx

  1. 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. Well... there are priorities in our lives, we must take care of, good luck in your new proyects! SK
  4. It Would be nice if you show a screenshot or a demo page. SK
  5. Hewlett-Packard Compaq Intel Pentium Dual CPU E2180 @2.00 GHZ Processor Memory (RAM) 2.00 GB 400 GB HDD Windows 7 Home Premium (x86) 32 Bits ZOTAC GeForce 9500 1 GB GDDR2 MS Flight Simulator X / MS Flight Simulator 2004 It gives me well over 40 fps.
  6. 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
  7. There is an additional option to protect your contents, is a simple application and it´s FREE!!! (For Personal Use!) take a peek as it might be what you´re looking for to "extra" protect your site, code and images (with some limitations on the personal edition.) ohh yes, the link to grab it. it´s here! Enjoy! http://www.protware.com/download.htm SK
  8. Most everything is posible, but I did not know about this one, cool!
  9. Is there a direct link to download? or I have to go thru the registration process in your board? to download... 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
  10. 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! SK
  11. It Works! Perfect... that is the solution. SK
  12. uhh.. I was the one who found this insecurity! (((its not a flaw is a feature?)))
  13. It takes TIME... I am certain they want stability, know the airline is going to be there today and tomorrow! SK
  14. It seems like a database permissions issue. (unknown) check if you have permission to write in you database, try phpmyadmin.
  15. 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
  16. Thanks for the addon. I will install later on today.
  17. skymx

    admin templates

    There is a Dark and a light templates included in your admin templates, I switched to the dark one time ago. check there... SK
  18. 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
  19. Yes.... I remember the name now From utr:online (which I use on my site) and the blackbox flight logger, hmmmm great apps! !thumbs up! SK
  20. Great! it looks real good! SK
  21. 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
  22. 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
  23. 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!
  24. 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!
×
×
  • Create New...