Zelal Hossain
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: after hacked htaccess file automatically rewrite.Hi,
Please take a full backup of your site (including database).
Now reinstall your WordPress and delete .htaccess file.
Delete all the unwanted file if you see.
I hope you will have fresh site then.Tips: How to reinstall WordPress
Delete all of the file except wp-configue.php, wp-content folder
Download WordPress and upload all the file except wp-content folder.I hope it will help you
Thank youForum: Fixing WordPress
In reply to: Accidentally deleted my blogHi,
There are many way to get your password back. using ftp is one of them. Let me explain one moreManual Password Reset
Fisrt way
You can send forgot password request from login panel, a link will send to your mail to reset pass. You will find this option from
yoursite/wp-admin (see forgot password option)Second way
1. Log into cPanel.
2. Under Databases, click phpMyAdmin. (You will redirected to database table)
3. Click wp_users from the left panel list.
4. Under the user_pass column, clear the value on the far right and replace with what you would like the password to be.
5. In the Function drop-down menu, select MD5.
6. At the bottom of the page, click GO.Now you can login with password you set.
How to do with FTP ?
FTP is the File Transfer Protocol. you can find your ftp acees from cpanel. So download filezilla (search on google) and after download connect by logged in .follow the step in previous answer
Your directory/wp-content/themes/your theme name and inside here you will find functions.php fileForum: Fixing WordPress
In reply to: Accidentally deleted my blogHi,
Can you please specified more. Did you deleted blog site from cpanel or you just deleted blog post from wordpress admin ?Have you deleted your blog site (whole site)? then you have to look up in cpanel if you have backup in your hosting. You might have to contact with your hosting provider
If you just deleted your blog post from wordpress panel then you can still restore but you must login.
There is also an easy way to reset your password via FTP, if you’re using the admin user.1. Login to your site via FTP and download your active theme’s functions.php file.
2. Edit the file and add this code to it, right at the beginning, after the first <?php:
wp_set_password( ‘password’, 1 );
Put in your own new password for the main admin user. The “1” is the user ID number in the wp_users table.3. Upload the modified file back to your site.
4. After you then are able to login, make sure to go back and remove that code. It will reset your password on every page load until you do.
Forum: Installing WordPress
In reply to: Install WordPress problem?Hello, Which hosting copmany you are using? Most of the hosting company has 1 click wordpress installation application. So you can do it simply
Note for one click WordPress Installation: Go to your cpanel , find out WordPress icon tool, click on wordpress icon and fololow the proccess like fillup user name, site title, passsword etc and you will done.
Lets me know if you have any questions.
ThanksForum: Plugins
In reply to: [Contact Form 7] “Message sent”, not email receivingDid you check your spam folder?