Prashant
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error 1046 when importing SQL DAtabaseHi,
You first need to select a database and then run the query.
e.g Check this image
It has database listed on left hand side. You should have something listed over there. First select required database and then try running the query.
If still doesn’t work, Post a link to screenshot where you are getting this error.
Forum: Fixing WordPress
In reply to: Lots of adsI think you have installed a plugin which is causing this problem.
You can try disabling plugins one by one and check whether ads are still visible?
Forum: Fixing WordPress
In reply to: I can't login to my blog admin page!Your blog address?
Forum: Fixing WordPress
In reply to: Unable to log in to WPHi,
Can you try updating functions.php file in wp-includes directory of your website.
You can download latest version of wordpress from here:
https://wordpress.org/download/.
After that extract functions.php and replace with the file on your server.
Forum: Fixing WordPress
In reply to: Website Not AvailableLog into cPanel
Go to file manager and then go to your wordpress theme folder
Rename your theme folderyoo_vox_wpto something else or delete theyoo_vox_wpfolder.The try again. There is something wrong with your theme.
Forum: Fixing WordPress
In reply to: Is my site hacked?I understand that but try the above solution once. It works most of the time.
If there are any WP core files which are corrupted , they will be restored back to original files without affecting your data, If you re-install using the Re-Install option.
Forum: Fixing WordPress
In reply to: Is my site hacked?Reinstalling wordpress from
Dashboard -> Updateswon’t delete anything.You can try, doing it without any worries.
Forum: Fixing WordPress
In reply to: Website Not AvailableHi,
Do what WPyogi told to do. Try accessing your site from a proxy server also.
Use OpenDNS or Google DNS to quickly resolve your domain name.
Forum: Fixing WordPress
In reply to: cannot update any postsHi,
Try re-installing wordpress as shown in last part of this post here:
[Moderated – Please link to a Codex article]Forum: Fixing WordPress
In reply to: Website Code Gone, After UpdateHi,
Check out this post here:
https://wordpress.org/support/topic/an-excellent-plug-in-one-problem-though?replies=6
Forum: Fixing WordPress
In reply to: Website Not AvailableHi
I just checked your site. Everything is working fine.Your website URL: http://mvprop.com/
Your cPanel: http://mvprop.com/cpanel or http://mvprop.com:2082
Your WordPress admin Login: http://mvprop.com/wp-admin/Forum: Fixing WordPress
In reply to: Is my site hacked?If you are using Linux environment for hosting your website and have root access you can install clamscan AV and check for infected files.
Also In wordfence settings check scan for plugins, themes and outside wordpress directory.
Also consider re-installing wordpress [Moderated]Forum: Fixing WordPress
In reply to: Images not showingThere is no other way to do this.
The server where your image files are stored prevent hotlinking to their images.
You can request the admin ofhttp://media.phuketgazette.net/to provide hotlinking access to your domain nameForum: Fixing WordPress
In reply to: Images not showingYou should do this on
http://media.phuketgazette.net/.htaccess fileForum: Fixing WordPress
In reply to: Images not showingIn which domain you are adding this? In phuketcrime or phuketgazette?
Try modifying .htaccess of phuketgazette.net to this
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?http://phuketcrime.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?http://media.phuketgazette.net/ [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L]