Δ | Τ | Τ | Π | Π | Σ | Κ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
Block Radio Host
- Alma Linux 8 (1)
- Centos (7)
- CentOS 7 (1)
- CentOS 8 (1)
- cPanel (6)
- Debian (3)
- Domain Name (4)
- Drupal (1)
- Facebook (2)
- HTML Code (1)
- Internet (1)
- iPhone/iPad (1)
- Joomla (5)
- Linux (9)
- OpenCart (2)
- PC (1)
- Plesk (6)
- Radio & Video Streaming (1)
- SEO (Search Engine Optimization) (1)
- Server (8)
- SHOUTcast (3)
- Social Manager (1)
- Softaculous (1)
- SSH (16)
- Ubuntu (2)
- Web Application Security (1)
- Web Radio (10)
- Centova Cast (5)
- IceCast (1)
- SAM Broadcaster (1)
- SHOUTcast (1)
- WHMSonic (2)
- Web Site (2)
- WHM – CPANEL (28)
- WHM – CPANEL – SECURITY (8)
- WHMCS (6)
- Wordpress (15)
- Βάση Συχνών Ερωτήσεων (28)
- Γενικά θέματα (1)
I’ve changed the permissions for WP Statistics access and now I’ve lost access to it myself, how to I fix it?
Άλλαξα τα δικαιώματα πρόσβασης στα Στατιστικά WP και τώρα έχασα την πρόσβαση σε αυτό ο ίδιος, πώς μπορώ να το διορθώσω; If you have access to phpMyAdmin (or similar tool) you can query the wp_options table: SELECT * FROM wp_options WHERE option_name = ‘wp_statistics’; Then edit the value, inside the string will be something […]
Continue ReadingΠοια είναι η έκδοση του WordPress μου και που μπορώ να την βρω?
Πολλές φορές θέλετε να ξέρετε την έκδοση της WordPress εγκατάστασης σας, ίσως γιατί θέλετε να κάνετε κάποια ενημέρωση ή για να ελέγξετε αν κάποιο σφάλμα που έχει ανακαλυφθεί αφορά και την δική σας εγκατάσταση. Για να το κάνετε αυτό υπάρχουν διάφοροι τρόποι, απλοί και περίπλοκοι. Ο ευκολότερος τρόπος είναι να συνδεθείτε στην διαχειριστική περιοχή της […]
Continue ReadingHow to Increase Maximum Upload File Size in WordPress
How to Increase Maximum Upload File Size in WordPress Πώς να αυξήσετε το μέγιστο μέγεθος αποστολής αρχείου στο WordPress While trying to list downloadable files in WordPress, I realized that the maximum upload file size was set at 8MB and my MP4 was 13MB in size. To fix this, I created a php.ini file in my wp-admin directory and […]
Continue ReadingDenying access to all files except index.html apache
Denying access to all files except index.html apache Could someone help me with apache .htaccess file to deny access to all files and sub directories except for index.html on the documentroot for an apache server? Order allow,deny Deny from all <FilesMatch index\.html> Allow from all </FilesMatch>
Continue ReadingΚάντε το WordPress ταχύτερο σε 7 βήματα
1) Χρησιμοποιήστε Caching Το caching αναλαμβάνει να “απομνημονεύσει” τις σελίδες του WP σαν στατικές, μειώνοντας σημαντικά το χρόνο απόκρισης του server και πιο γρήγορη την διαδικασία φόρτωσης τους. Αρχίζοντας, εγκαταστήσετε ένα Caching plugin στο WordPress σας, σαν τα: W3 Total Cache: πολύ δυνατό, επιτρέπει πολλές ρυθμίσεις & μεγαλύτερο έλεγχο στο caching, αλλά χρειάζεται τεχνικές γνώσεις για […]
Continue ReadingHow to Fix the WordPress White Screen of Death
If you have been using WordPress for a few years, then you have encountered the white screen of death at least once. The WordPress white screen of death is one of those extremely annoying problems like error establishing a database connection. The reason why this issue is frustrating for users is because it locks you out […]
Continue ReadingHow to Deactivate All Plugins When Not Able to Access WP-Admin
Often times during troubleshooting, many sites will recommend deactivate all plugins and activate them one by one. What’s worst is sometimes you get locked out of your WordPress admin panel, so you can’t even deactivate the plugins in an easy way. If you have ever faced the white screen of death, then you know exactly […]
Continue ReadingNextGen Gallery Titles Under Each Thumbnail
NextGen Gallery Titles Under Each Thumbnail 1. Go to wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modulesnextgen_basic_gallery/templates/thumbnails/index.php 2. Look for: <!– Thumbnails –> <?php foreach ( $images as $image ) : ?> <div id=”ngg-image-<?php echo $image->pid ?>” <?php echo $image->style ?> > <div > <a href=”<?php echo $image->imageURL ?>” title=”<?php echo $image->description ?>” <?php echo $image->thumbcode ?> > <?php if ( […]
Continue ReadingMod_security Blocking My IP When Editing Post In WordPress
Editing post in WordPress editor, after a few minutes, my IP will be blocked by mod_security automatically, put it in the firewall denied access list, and the log is showing security concern “5 in the last 300 secs“. lfd: (mod_security) mod_security triggered by xx.xx.xx.xx (MY/Malaysia/-): 5 in the last 300 secs To quickly fix it, […]
Continue ReadingHow to Fix the Error Establishing a Database Connection in WordPress
If you have been surfing the web for a while, you have at least seen this error a few times. Error Establishing a Database Connection is one of those curses that could be caused by many reasons. As a WordPress beginner, this could be awfully frustrating specially when it happened on its own without you […]
Continue Reading