Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 2143 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     TalkFreelance Information     General Discussion :

Google Search my site...

Thread title: Google Search my site...
Closed Thread    
    Thread tools Search this thread Display Modes  
05-01-2006, 02:48 PM
#1
Techno is offline Techno
Techno's Avatar
Status: Sin Binner
Join date: Jul 2005
Location: Yorkshire, UK
Expertise:
Software:
 
Posts: 3,709
iTrader: 1 / 100%
 

Techno is on a distinguished road

  Old  Google Search my site...

Anyone know where I can get that Google script that will look like this:



when I put the code on my page??

05-01-2006, 02:55 PM
#2
Dan is offline Dan
Dan's Avatar
Status: Request a custom title
Join date: Feb 2005
Location:
Expertise:
Software:
 
Posts: 3,164
iTrader: 15 / 86%
 

Dan is an unknown quantity at this point

  Old

Its part of adsense, signup there.

05-01-2006, 03:10 PM
#3
Techno is offline Techno
Techno's Avatar
Status: Sin Binner
Join date: Jul 2005
Location: Yorkshire, UK
Expertise:
Software:
 
Posts: 3,709
iTrader: 1 / 100%
 

Techno is on a distinguished road

  Old

So I need adsense to use it?

05-01-2006, 03:11 PM
#4
NetworkTown.Net is offline NetworkTown.Net
Status: Member
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 313
iTrader: 0 / 0%
 

NetworkTown.Net is on a distinguished road

  Old

Originally Posted by Techno
So I need adsense to use it?
Yep

05-01-2006, 03:18 PM
#5
Garyrae is offline Garyrae
Status: Request a custom title
Join date: Dec 2005
Location: Colchester, UK
Expertise:
Software:
 
Posts: 4,625
iTrader: 16 / 100%
 

Garyrae is on a distinguished road

Send a message via MSN to Garyrae Send a message via Skype™ to Garyrae

  Old

And unless I'm mistaken...
You need to have all pages of your site indexed in Google. As it searches from it's own index.

05-01-2006, 03:24 PM
#6
Techno is offline Techno
Techno's Avatar
Status: Sin Binner
Join date: Jul 2005
Location: Yorkshire, UK
Expertise:
Software:
 
Posts: 3,709
iTrader: 1 / 100%
 

Techno is on a distinguished road

  Old

Anyone know any easier ways to search your site?

05-01-2006, 05:38 PM
#7
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

try this (I trust you know enough to edit this to exactly what you want)

search.html:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="24%" height="60" border="1">
  <tr>
    <td bgcolor="#d5d8df"><font color="3a357c"><U>Search this site or google</U></font><BR>
	  <form name="search" method="get" action="redirect.php">
      <input name="word" type="text"><br>
	  
	  <input name="location" type="radio" value="0" checked>this site
	 
	  <input name="location" type="radio" value="1"> google
	  <input type = "submit" value = "search">
	  </form></td>
  </tr>
</table>

</body>
</html>
------------------

redirect.php
Code:
<?php

$word = $_GET["word"];
$site = $_GET["location"];

if($site == 0)
{
	$term = "&as_sitesearch=yoursite.com";
}

else
{
	$term = NULL;
}

echo "<META HTTP-EQUIV=\"Refresh\"
CONTENT=\"0; URL=http://www.google.com/search?as_q=$word$term\">";
?>

05-01-2006, 06:14 PM
#8
Techno is offline Techno
Techno's Avatar
Status: Sin Binner
Join date: Jul 2005
Location: Yorkshire, UK
Expertise:
Software:
 
Posts: 3,709
iTrader: 1 / 100%
 

Techno is on a distinguished road

  Old

Thanks c_programmer, I'll check it out when I'm not revising. .

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed