Hi all..!!! Im new to your site.... I started a blog using blogger, plz help me to put the SEO-CONSOLE code in my blog. How can i put it? Its in php, but my site support for html. plz help. General principles * All your websites should deploy the same code (see the code setup details below). * If your website has been just added to the system, please wait for the moderator approval and setup our system code only when the website is set to the 'Registered' state. When setup is completed, you can submit the website for indexing. * In case, if you update previosly installed code, please remove the old file backlinks.dat and make sure that your folder '845d9634b0e844538f93bd6c53180969' has the access rights 777. The same holds when you transfer your website to another hosting. Recommendations * The system shows one backlink per php-code-mark. This is done to avoid blocks of backlinks, and ensures high security of your website against identifying the paid-links from the SEs side. * Try placing the php-code-marks on a webpage code as far as possible from each other. * We recommend you placing one (maximum two) php-code-mark per webpage. * Maximum 5 php-code-marks per webpage are read and validated by the system. Code setup for static HTML-based websites residing on hosting with PHP support * If your website uses only static html pages, add to your .htaccess file one the following line (depending on the version of the PHP engine used on your hosting): AddHandler application/x-httpd-php5 .php .htm .html or AddHandler application/x-httpd-php4 .php .htm .html or just AddHandler application/x-httpd-php .php .htm .html * After this, follow the instructions for 'Code setup for PHP-based websites' presented below. Code setup for PHP-based websites (Setup on blogs) Website code setup. Step 1 * Download the archive file: 845d9634b0e844538f93bd6c53180969.zip * Unpack the archive. Inside the archive you get a folder 845d9634b0e844538f93bd6c53180969 * Copy this folder to the root directory of your website * Set the access rights to this folder as 777, in order to enable our crawler to store there the backlinks that you have already sold Webpage code setup. Step 2 * Important: The platform code that you put on your webpages are not visible for search engine robots and your visitors. The php-code-mark only shows purchased backlinks, if any. If no backlinks were purchased on a webpage, then the code replaces himself with an empty space. * Firstly, put the php-code given below on each webpage where you want to sell backlinks (the best location for the code is right after the <BODY> tag): <?php if (!defined('_LTS_USER_ID')){ define('_LTS_USER_ID', '845d9634b0e844538f93bd6c53180969'); } require_once($_SERVER['DOCUMENT_ROOT'].'/'._LTS_USER_ID.'/lts.php'); $lts = new LTS_client(); ?> * Secondly, put the following php-code-mark at the exact location on the webpage where you would like a backlink to appear. <? echo $lts->get_html_dgst(); ?> * Note 1: The system shows one backlink per php-code-mark. If you want to sell more than one backlink on a webpage, put the php-code-marks as far from each other as possible. In total, you can put up to 5 php-code-marks, thereby, selling maximum 5 backlinks per webpage (the 6-th php-code-mark will be neglected by the system). Examples of platform code setup * Assume that you plan to show 3 backlinks per page, distributed in 3 blocks: 1 backlink under the horizontal menu, 1 backlink under the left menu and 1 backlink under the right menu. In this case, you should make the following 3 insertions of the php-code-mark: <? echo $lts->get_html_dgst(); ?> - under horizontal menu; <? echo $lts->get_html_dgst(); ?> - under left menu; <? echo $lts->get_html_dgst(); ?> - under right menu; * To make the overall presentation of backlinks on your webpages smooth and appealing, put this php-code-mark inside a <DIV> tag, and assign an appropriate CSS style for this DIV. * To define the internal presentation of DBA backlinks, use the 'DBA representation styles' option in the 'Configure website' section. * In case, if you want to sell only one backlink place on a webpage, you can use a monolithic php-code (see below). This code should be put at the exact webpage location, where you would like the backlink to appear. <?php if (!defined('_LTS_USER_ID')){ define('_LTS_USER_ID', '845d9634b0e844538f93bd6c53180969'); } require_once($_SERVER['DOCUMENT_ROOT'].'/'._LTS_USER_ID.'/lts.php'); $lts = new LTS_client(); echo $lts->get_html_dgst(); ?> Specifics of code setup on wordpress blogs * In Step 2, always use monolythic code for blogs. * For this, insert the following code into one of your templates, e.g. sidebar.php: <?php if (!defined('_LTS_USER_ID')){ define('_LTS_USER_ID', '845d9634b0e844538f93bd6c53180969'); } require_once($_SERVER['DOCUMENT_ROOT'].'/'._LTS_USER_ID.'/lts.php'); $lts = new LTS_client(); ?> <? echo $lts->get_html_dgst(); ?> <? echo $lts->get_html_dgst(); ?> <? echo $lts->get_html_dgst(); ?> HTML: I started a blog using blogger, plz help me to put the SEO-CONSOLE code in my blog. How can i put it? Its in php, but my site support for html. plz help.
For your information, blogger is not a php platform so you can't deploy PHP codes into Blogger blogs. Blogger has its own API and syntaxes. That's why when you try to put any of these codes, it will not work. You will have to choose either free wordpress.com for your blog or have an independent hosting with blogging software like wordpress on it. Then only this is possible.