Jump to content

dil_bert

Members
  • Posts

    939
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by dil_bert

  1. hello after doing some research i found out the possible options... well it is a wordpress-site i am talking about... here some musings on the issues the database is corrupted. some things could cause issues in the WordPress database to become corrupted, - eg. from uploading a bad plugin - the server which hosts the database may be down for some reasons. the database’s server may be down due to some issues or problems or errors Thirdly - some extra errors may cause the issues. login credentials for the database are wrong. eg possiblie the database uses separate login credentials (username and password). will have a closer look and come back and report all the findings
  2. hello dear experts, got troubles with a wordpress- site after having a site down for quite a long time i opened the the server by setting the permissions on the folder of the site_;: then requested it via browsesr and got back Error establishing a database connection what may have happened here!? love to hear from you
  3. update: Changing the WordPress email “from” address without a plugin probably this may help me: WordPress relies on a function called wp_mail() to send email. chad Butler has tought me some ways to fix the malfunction of the wp_mail() he has created a function: This function is essentially a wrapper for the phpmailer class. if wp_mail default email “from” address cannot be configured via the WordPress admin panel there is a solution. this function and its related functions are both pluggable and can be filtered. Chad has creted a simple filter. wp_mail() relies on some other outside information, some of which is wp_mail_from (an email address) and wp_mail_from_name (the real name given to the email address). Chad: Since cheap levitra that is all we want to change, we are just going to filter those. Filtering the email address Add a filter for the email address using ‘add_filter’: add_filter( 'wp_mail_from', 'my_mail_from' ); function my_mail_from( $email ) { return "change-this-to-your-email-address"; } Filtering the email name Now add a filter for the name of the email address: add_filter( 'wp_mail_from_name', 'my_mail_from_name' ); function my_mail_from_name( $name ) { return "My Name"; } The functions.php file chad advices to add these two filters and their accompanying functions to the theme’s functions.php file. he states: - go to the Appearance > Editor menu in the WP Admin Panel, - then find ‘functions.php’ in the list of theme files on the right. - Add these filters and you are done see more infos at: http://www.butlerblog.com/2011/07/08/change-wordpress-email-from-address-without-a-plugin/ probably this may help me: i will try this out
  4. hello dear PHP-Freaks update: these data below – i have taken out of the configuration on the php are there more Essentials and configuration-details that have to be met on the SERVER in other words – do i have to take care for ___more___ configuration-details on the server!? which are the important SERVER-Parameters for EMail? when i get all right then i have to a. take care that the preliminary configurations are met on the Server – and then b. i go to the Backend of WP and have a look at the Konfigurationens for the mailing…+ is this correct!? love to hear from you yours dil_bert
  5. hello dear experts note: there are some options to run a smtp-mail-plugin i have found one: https://www.siteground.com/tutorials/wordpress/use-smtp/ By default, WordPress uses the PHP Mail function to send its emails. However it is better to use SMTP as it handles sending messages better and you can also use it to send emails from a third party mailing service.To begin, first you need to install a plugin named WP Mail SMTP by following the instructions in our tutorial on how to install WordPress plugins. Once the plugin is installed and activated, a new menu will show up under the Settings section called Email. You will need to navigate to it in order to configure WordPress to work with SMTP. well – with this smtp-plugin i can do alot: Here’s a list of all of them and what do they configure: Once you configure those parameters, simply click the Save button at the bottom of the page. but wait: i want to know if it is possible to run with the basic e-mail-settings… how to check them!? What to do to get to know if the e-mail settings correct…. but - above all; i think that - in general we need to have PHPMail up and working. if we want to do this with SMTP we need the following basic parameter, well i need to chek if the basic settings are well - so that mails can be sent guess that i can do this with a view on the info-php settings , can´t i!?
  6. i run a plugin called participant-databaae ( https://wordpress.org/plugins/participants-database/ ) with this plugin i have the option to send mails to users. but this does not work: i saw a page - email troubleshooting https://xnau.com/work/wordpress-plugins/participants-database/participants-database-email-troubleshooting/ question: what is needed to make sure that the e-mail-settings are well and up and running in other words: how to make sure that the e-mail prerequisites are all met and fully work well i need to know what is needed to have all e-mail-settings in wordpress up. love to hear from you regards
  7. hello dear experts, strange but true: trying to import settings (that i ported from other machine ) fails since no xml-file will be recognized but if i open the key i have a real file there... what goes wrong here?
  8. g day today ive got a calc question how to come from this date formate 23.01.2017 23.01.2017 to this 09 Tue
  9. hi there - i have no additional code in the css. but i will have a closer look later the day... meanwhile i hve added a screenshot - notthing harmful hmm - i try t o figure out what happens - and how i can customize the headings. - in other words - put the seize a bit smaller...
  10. hello dear ginerjm many thanks for the quick reply. it appears on the page: http://www.literaturen.org i have tried some thing but i did not succed there on the page the headings oft the postings are some of the following.. (written in capitals) etc. etx. love to hear from you any and all help is greatly appreciated greetings
  11. hello dear experts, guess i have messed up the stylesheet of my page a bit. i need to customize the size of the characers in the theme. How do that. note – i run the code below – i plugin called custom-css. this plugin is very very helpful – i tried alot but atm i am not able to customize the size of the title in postings. love to hear from you /* Enter Your Custom CSS Here */ .home .post-228 .entry-header { display: none; } .entry-meta .byline, .entry-meta .cat-links { display: none; } .entry-content { font-family: Georgia, serif; font-size: 10px; } body, .site-header { width: 95%; } body { margin: 0 auto; } #cff { width: 100% !important; padding: 0 !important; } .hentry { margin: 0 auto 18px !important; } (margin-bottom is 17px now,) .entry-title {font: 22px Georgia} /* Inhalte sind nur Beispiele */ .slider_container { margin: 5px auto; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .su-column-inner #scrapeazon-iframe:hover { height: 400px; position: absolute; width: 800px; background: #fff; z-index: 9999; padding: 25px; border: 1px solid #cdcdcd !important; } .su-column-inner #scrapeazon-iframe { -webkit-transition: .2s ease-out; -moz-transition: .2s ease-out; transition: .2s ease-out; } .su-column-inner #advanced_iframe:hover { height: 200px; position: absolute; width: 500px; background: #fff; z-index: 9999; padding: 25px; border: 1px solid #cdcdcd !important; } .su-column-inner #advanced_iframe { -webkit-transition: .2s ease-out; -moz-transition: .2s ease-out; transition: .2s ease-out; } .list-view .site-content .hentry { border-top: none; padding-top: 8px; } hopy you can help here
  12. I have also inserted a few URL's, Usernames and Passwords. Now with these entries I could go to my collection of URL/Username/Password and launch that URL from that list. Upon opening, my forums which i visit all days . they used to log me in to that website. I can't seem to find this feature in Keepass ? I have found the command whereby I can launch the URL but it will not log me in automatically. Am I missing something here or is this feature not part of the great keepass.for Windows and linux? i am a bit confused now! If I am missing something, can someone, PLEASE, tell me how to make it work ? Thanking you all in advance.
  13. are we able to run Filezilla with console extension!?
  14. dear linux-community, i want to do a data-backup of a old notebook i need to do that with knoppix on commandline: no : i do not want to do this with dolphin - since i have to copy all the data. Therefore i have to use the comandline: step 1.. knoppix - instert the dvd and boot step 2 : mounting the drives step 3.....
  15. hello dear experts, pretty new to keepass - i ve added entries to keepass - but login to pages not possible - why
  16. helllo loginprotocoll:_see sessionprotocol for Details): Unable to use key file "E:\_data__export\filezilla_\filezilla_pass_file" (unable to open file) Verwende Benutzername "vhost". the problem is - probably i have to do more setup
  17. hello dear linux-experts, how to find out the location where the key files are located background: i have ported over WinSCP from one computer to another... i ve installed the winscp newest version on the new notebook - according to this manual https://winscp.net/eng/docs/config#transfer and ported over the ini-data as adviced... but all i get is an error... loginprotocoll:_see sessionprotocol for Details): Unable to use key file "E:\_data__export\filezilla_\filezilla_pass_file" (unable to open file) Verwende Benutzername "vhost". well - i have to copy the key files too. but where are they located!? love to hear from you
  18. hello php experts hello dear freaks well i am trying to port over the winscp - secure-shell-ftp-client from one notebook to another. `well that is very very funny... note: i am trying to port over the winscp app from one to another computer installed the winscp newest version on the new notebook - and ported over the ini-data as adviced... but all i get is an error... loginprotocoll:_see sessionprotocol for Details): Unable to use key file "E:\_data__export\filezilla_\filezilla_pass_file" (unable to open file) Verwende Benutzername "vhost". what can i do now
  19. dear community, how export- tbird & enigmail-profile data & passwd [moving to new pc ] how to export - that - tbird & enigmail-profile data & password - filezilla - profile & key data out of this applications in order to move from one computer to another? Love to hear from you greetings
  20. hello dear experts, Reading the system log. journalctl is your interface into the machine's journal/l question: i need to save / store the content of the journalctl how to do that!?
  21. hello dear experts how to prevent tbird from fetching all the mails from server note: i get overwhelmed by the amount of mails. what can i do`??
  22. hello want to do a recursive copy of my home drive to a external drive and i want to use pv - to have an overview on the progress. why does this fail pv -p -e -r -b r martin/* > /run/media/martin/HDDRIVE2GO/medion/medion2017/ this command fails - questions : - do i use too much parameter within the above mentioned pv-command? - besides this: how would i write this command with rsync - would i have an overview - in rsync too: there is such an option: showing-total-progress-in-rsync-is-it-possible how would i write this command with rsync #> ./rsync -a --info=progress2 /usr . 305,002,533 80% 65.69MB/s 0:00:01 xfr#1653, ir-chk=1593/3594)
  23. hello dear experts, i have some issue - with the starting of ubuntu on my HP-notebook. i need to know how to set the Kernelparameters "clocksource=acpi_pm" and the Parameter "acpi=noirq" how to do that? Love to hear from you. Greetings
  24. update - solved this : i switched from Letter to formate A 4 - now all works fine!
  25. hello dear php-experts first of all - hope that you are all right and all goes well across the atlantic. have a great new year - a happy one. today i have a question regarding the formating of a calc-sheet. i have downloaded the following one: Template 10: Weekly calendar 2016 for Excel, portrait, 53 pages, days arranged vertically, great for a weekly diary http://www.calendarpedia.com/weekly-calendar-2016-excel-templates.html see here: http://www.calendarpedia.com/download/weekly-calendar/weekly-calendar-2016-portrait-days-vertically.xls i wonder about the side-numbers in excel-template (weekly): Question: how to correct this? How can i arrange the "line"-break - from page to page - with my own ideas of pagination. note: each saturday has it own pages - why is this so? Can i correct this. love to hear from
×
×
  • 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.