Jump to content

Shotgun

Member
  • Posts

    457
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Puerto Rico

Posts posted by Shotgun

  1. cinema

    wide screen or normal (flatpanel display)

    @simonsays: Check post #180... you jumped on me and I did not break the rules either that time! I did not use commas and gave TWO options... holiday OR season. Nice, bend the rules and not being called upon for doing so ahh? :P

  2. @prathapml: in Opera just open the cache folder and all swf (flash) files will be there for the "catching". If you have Macromedia Flash installed, you can even make an EXE (projector) of each swf. Take note, some flash files are made to run by connecting to specific websites and requesting other flash files to continue the animation. Not all are stand-alone.

  3. a) A quick fix would be to rename './data/index.php' into './data' and

    then use a ForceType directype to effectively call

    http://myserver.com/data

    Hint:

    <Location "/data">

    ForceType application/x-httpd-php

    </Location>

    B) Alternatively you may also try SetHandler or AddHandler (this depends on your setup) and use a PHP-driven front controller.

    Hint:

    Alias /php-bin /usr/local/www/.../php-bin

    <Location /php-bin>

    AllowOverride None

    Options Includes

    </Location>

    w/

    <Location "/data">

    Action php-script /php-bin/handler.php

    SetHandler php-script

    DirectoryIndex ./test.foo

    </Location>

    or

    <Location "/data">

    Action php-script /php-bin/handler.php

    AddHandler php-script .foo

    DirectoryIndex ./test.foo

    </Location>

    Have a look at:

    <http://httpd.apache.org/docs-2.0/mod/core.html#forcetype>

    <http://httpd.apache.org/docs-2.0/mod/mod_mime.html>

    <http://httpd.apache.org/docs-2.0/mod/core.html#sethandler>

    <http://www.onlamp.com/lpt/a/4987>

  4. i use 12 characters, in which the words are in the dictionary. and no hackingas of yet.  :)

    You've just been lucky. I work in a university, and I can't indulge myself into that luxury.

    There's always some "smartie" who tries everything to get at the admin password or restricted areas. You name it: software keyloggers, HW keyloggers, cellphone cameras (taking video while someone is writing their pw or entering an access code in a keypad), the ol' looking over the shoulder trick, etc. Of course, most of those hackers-wannabe's are either suspended from the university, or dropped off after applying disciplinary action.

    I use a biometric HW key for really critical things, and if I ever need to write a password @ a public use computer at the university, I change the pw immediately a few seconds afterwards. I've had my share on too many hacking attempts.

×
×
  • Create New...