How to find wordpress blog admin email

August 4th, 2016

Hello,
I would like to find the admin email address of the following wordpress free blog. I have found the PHP script but don’t know how and where to use it.
http://www.anatomictherapy.wordpress.com
<?php  echo bloginfo('admin_email');
 // admin email
?>

I would appreciate if anyone could help me to Thanks
ppu

Answer #1
It appears to me that the blog has not yet been created, meaning the person has not yet added his own information, including contact details.
Answer #2
But the wordpress blog is not available to create newly. Even i had that question. But one cannot obtain a wordpress domain name without entering his / her email id.
Answer #3
Beats me, then. Maybe he removed it?
Answer #4
You query isn’t very clear. WordPress website has very clear tutorials on how to upload, change and operate a wordpress site. https://codex.wordpress.org/Installing_WordPress
or here is a beginners site:
http://www.wpbeginner.com/how-to-install-wordpress/
As for the php and email, are you referring to an mail form on the website or the php script for uploading the website (wp-config.php). What server software are you using? If you are using cPanel, most if not all cPanel interfaces have installers like “Fantastico” or the newer “Softalicious” that will install most scripts like wordpress, phpbb, calendar software etc for you. Uploading a wordpress site only needs an email if you need to be informed that the site install is complete and in some cases for access. For this reason as far as I know the email can be fake or changed after install.
Editing/creating the php config script

    One of the most important files in your WordPress installation is the wp-config.php file. This file is located in the root of your WordPress file directory and contains your website's base configuration details, such as database connection information.
    When you first download WordPress, the wp-config.php file isn’t included. The WordPress setup process will create a wp-config.php file for you based on the information you provide.
    You can manually create a wp-config.php file by locating the sample file named "wp-config-sample.php" (located in the root install-directory), editing it as required, and then saving it as wp-config.php.

Tutorial:
https://premium.wpmudev.org/manuals/wpmu-manual-2/creating-and-editing-your-wp-config-php-file
However, if you are trying to get an email address from a site that is already established, that you don’t own, by reading someones secure php file, then you’re out of luck because we don’t do things like that here, this isn’t a hackers forum.
Answer #5
You query isn't very clear. WordPress website has very clear tutorials on how to upload, change and operate a wordpress site. https://codex.wordpress.org/Installing_WordPress
or here is a beginners site:
http://www.wpbeginner.com/how-to-install-wordpress/
As for the php and email, are you referring to a mail form on the website or the php script for uploading the website. What server software are you using? If you are using cPanel, most if not all cPanel interfaces have installers like "Fantastico" or the newer "Softalicious" that will install most scripts like wordpress, phpbb, calendar software etc for you. Uploading a wordpress site only needs an email if you need to be informed that the site install is complete and in some cases for access. For this reason as far as I know the email can be fake or changed after install.
Editing/creating the php config script

    One of the most important files in your WordPress installation is the wp-config.php file. This file is located in the root of your WordPress file directory and contains your website's base configuration details, such as database connection information.
    When you first download WordPress, the wp-config.php file isn’t included. The WordPress setup process will create a wp-config.php file for you based on the information you provide.
    You can manually create a wp-config.php file by locating the sample file named "wp-config-sample.php" (located in the root install-directory), editing it as required, and then saving it as wp-config.php.

Tutorial:
https://premium.wpmudev.org/manuals/wpmu-manual-2/creating-and-editing-your-wp-config-php-file
However, if you are trying to get an email address from a site that is already established, that you don't own, by reading someones secure php file, then you're out of luck because we don't do things like that here, this isn't a hackers forum.

hello , long time how are you doing. The above mentioned wordpress is mine only i have created long time ago and have forgot the email id which i have used. I have tried all my current email ids but none of them are working so i believe that I must have used a unique email id to create the above blog. I hope i made myself clear now.
Answer #6
Hi mate Doing ok thanks, apparently upsetting people, causing Butthurt.
and have forgot the email id which i have used
This is a problem.
If you have access to the database through something like phpmyadmin you could reset it. You still have access to the server you installed wordpress on?
http://codex.wordpress.org/Resetting_Your_Password
Scroll down to “Through phpMyAdmin
Hope that helps.
EDIT:
You could always try downloading the site with a site grabber or IDM which can retrieve files, depending on the permissions. Do you want to private message me the address and see if I can help?

 

| Sitemap |