Jump to content

dil_bert

Members
  • Posts

    939
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by dil_bert

  1. hello dear requinix

     

    youre right - the firefox stores the passwd

     

     

    well i will try to not Firefox for storing any part of my authentification: i will try to avoid to use it myself as even though they are stored in an encrypted format in Firefox, doing so could give someone access to my accounts if they got hold of my computer.

    besides fireFox.

     

    i want to learn something new:  I  try to store my passwords using keepassx as my password manager and log in / out as needed.
    we can use keeppassx in different modes: The way I want to set up keepassx requires a key file and a master password to be allowed in. I keep the key on a USB key and backed up on another one.

    An auto-generated keepassx (160 bit) password looks like this gJLMsn+~>1Vepl0/3!'K/hk/jolly_feedback|

     

    How do you like this: so they are very, very strong. So strong that i feel safe with it and the best thing of all: You don't have to type it, just use the copy password menu item and paste it in the appropriate field.

    What do you think!?

  2. hello dear php-experts

    is it a good Way to Manage the  Passwords in cookies?

    well for some sensible accounts i have made up my mind and created some very very difficult passwds

    in the past i stored some of these critical  passwds in cookies
    so that i did not need to retype this.

    BUT wait: is this a secure way to do so?`

    note: i run opensuse-linux but i think that this is no guarantee that all is safe.

    so what do you suggest:

    a. create a passwd that i can remember and do not need to story in the cookie
    b. create a very very hard passwd that i cannot remmeber at any time and store it in the coookie.

    love to hear from you

    greetings

  3. hello dear cyber-robot.

     

    many many thanks for the quick reply. GREAT advices that i will follow.

     

    i will add the child-theme.

     

    question: what would you add to the child-theme. besides the code that is shown in the link you have given - this following

    
    /*
     Theme Name:   Twenty Fifteen Child
     Theme URI:    http://example.com/twenty-fifteen-child/
     Description:  Twenty Fifteen Child Theme
     Author:       John Doe
     Author URI:   http://example.com
     Template:     twentyfifteen
     Version:      1.0.0
     License:      GNU General Public License v2 or later
     License URI:  http://www.gnu.org/licenses/gpl-2.0.html
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  twenty-fifteen-child
    */

    would you add:  - this ....

    <?php
        if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
            // Include the featured content template.
            get_template_part( 'featured-content' );
        }
    ?>

    dear cyberrobot. i love to hear from  you

     

    regards dilbert

  4. hello dear phpfreaks

     

    this is a question regarding a wordpress-thing. I run  wp with the theme twentyfourteen

    can i put the "featured-images" in the theme 2014 to another position.

    see the example-page http://www.ex-libri.org
    note: it is beta-beta at the moment

    they are at the top of the postings. can i put these images to another position - let me say to the mid of the page.
    in other words - put them down is this possible.?

    guess that we can go like so;

    The code that controls the Featured Content is found in a file called "page.php" in the main directory of the theme. It contains the following lines:

     

    <?php
        if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
            // Include the featured content template.
            get_template_part( 'featured-content' );
        }
    ?>
    

    In theory we  should be able to copy that bit of code and put it anywhere we like.

    If we put it somewhere other than the homepage then we need to delete the characters

    "is_front_page() &&"
    

    because that line is checking to see if the homepage is being displayed, and that we have chosen to display featured posts.
     

     
    What do   you think about this....

  5. hello dear community,

    i need this for adding to a calc /(or excel-sheet)
     

    01.01.2015
    02.01.2015
    03.01.2015
    04.01.2015
    05.01.2015
    06.01.2015
    07.01.2015
    08.01.2015
    09.01.2015
    10.01.2015
    11.01.2015
    12.01.2015
    13.01.2015
    14.01.2015
    15.01.2015
    16.01.2015
    17.01.2015
    18.01.2015
    19.01.2015
    20.01.2015
    21.01.2015
    22.01.2015
    23.01.2015

    and so forth
     

    q: how to generate this in calc?

  6. which is the best tool to test the win `?

    background: in office my (windows) machine is so slow - this stops me allmost from workin

    see the data:

    Prozessor Pentium® Dual-Core CPU E5300 @ 2.60GHz

    Memory 2,00 GB RAM
    Systemtyp 64 Bit-Operating system
    number of Prozessorkernels 2

    graphic: Intel® G33/G31 Express Chipset Family

    memory
    Harddrive 149 GB
    Partition (C has 102 GB free from (149 GB alltogether)


    what can i do?

    run some performance tests?

    add more memory? -


    love to hear from you

  7. hey there - again me

     


    finally found this one - it is written in php and under sustainable development

    gardez

    http://www.question2answer.org/
    http://www.question2answer.org/sites.php

    Download Question2Answer 1.7, then read how to install. Version 1.7 was released on January 7, 2015. Also on GitHub.
    Question2Answer (Q2A) is a popular open source Q&A platform for
    PHP/MySQL, currently running on 16,069 sites in 40 languages.

    What does Q2A need?

        PHP 5.2 or later, with the MySQLi extension.
        MySQL 4.1 or later, MySQL 5.x for best performance.
     

  8. dear community,

    i plan to run a q and answer - engine that is similar to stack-engine

    question: which one is the best one

    cf : http://meta.stackexchange.com/questions/16054/is-the-stack-exchange-engine-available

    Is the Stack Exchange engine available? - Meta Stack Exchange

    note: a engine in php would be nice - since this is running on my server
    i prefer one that is running on many many sites and that has got many features..

    any guess?

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.