Tuesday, January 13th, 2009
Copy this code and save as your file .php
<?php
require_once(”pagerank.php”);
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″ />
<title>Pagerank lib test page</title>
</head>
<body>
<form id=”form1″ name=”form1″ method=”get” action=”pagerank_lib.example.php”>
URL :
<input name=”url” type=”text” id=”url” value=”<?php echo $_REQUEST['url']; ?>” />
<input type=”submit” name=”Submit” value=”Submit” />
</form>
<?php
if ((isset($_REQUEST['Submit'])) && ($_REQUEST['url']!=”)) {
?>
<fieldset>
<legend>Query result</legend>
<?php
$url=$_REQUEST['url'];
echo “Technorati rank = “.get_technorati_rank($url, “ee470f3fa8571bc7bc83eddaa35ae153″).”<br />”;
echo “Technorati inblogs(authority) = [...]
Posted in Google, How to, SEO - SEM, Webmaster | 3 Comments »
Tuesday, January 13th, 2009
Here’s where I figure out what happened
Basically someone got access to my WordPress theme files. In footer.php the following line of code was added:
include(’sample.php‘);
Then a file called sample.php was created that contained the following PHP code:
<?
$bots=array(’googlebot’, ‘yahoo’, ‘live’, ‘msn’);
$y=0; for($i=0; $i<sizeof ($bots); $i++) if(strstr(strtolower($_SERVER["HTTP_USER_AGENT"]), strtolower($bots[$i]))) $y=1;
if($y){
include(’bot_visited.txt’);
}
?>
This means that if the user agent (e.g. web browser, [...]
Posted in Google, How to, Webmaster | No Comments »
Friday, January 9th, 2009
Well, it depends. On which DC (data centre). During an amend it takes time for Google to cycle out Page Rank. Thats why i adopt to use an online apparatus that will concern assorted DC at the aforementioned time.
Google Page Rank FAQs:
The fast way to lose PR is to aboveboard advertise links on your website. [...]
Posted in Google, SEO - SEM | 1 Comment »
Friday, January 9th, 2009
Google is authoritative some changes on how automatic seek after-effects are handled, and it is causing some of our accoutrement to not accomplish correctly. We apologize for any inconviences this has caused, and we are alive on means to accomplish our accoutrement anatomic again.
The Keyword Suggestion apparatus for Google will advice you accept accordant and [...]
Posted in Google, SEO - SEM | No Comments »
Friday, January 9th, 2009
Step-by-step instructions how to analysis your keywords with examples.
How to accept keywords that will accompany you massive cartage and sales.
Target the amiss keywords and all your efforts will be just a decay of time.
Building and Optimizing your website for Google the a lot of able way.
Meta Tags - Yes, they are still important.
I’ll accord you [...]
Posted in How to, SEO - SEM | 1 Comment »