Cloud Tag??

Scoochi2

New Member
Messages
185
Reaction score
0
Points
0
My understanding of cloud tags is that they organise links depending on the frequency they are submitted as search items, or some other way of identifying frequency of usage/request.

Once you have a way of people searching for stuff, save the search items to a database along with a running tally of how many times it has been searched for and the date it was first used.
 

Coolmaty

Member
Messages
68
Reaction score
0
Points
6
Scoochi2 you are a way right.
but i need to know how to do it, as i am in need for Cloud tag and have got no idea regarding this so if anyone knows please guide me....
 

freecrm

New Member
Messages
629
Reaction score
0
Points
0
Not sure how to program one from scratch, but there is one at www.webconfs.com

This is the code to put on your site..

Code:
<table border=1 width=500px bordercolor='#808080' bgcolor='#F3F3F3' style='border-collapse: collapse' cellpadding="5" cellspacing="3" >
<tr>
<td>
<form method="POST" action="http://www.webconfs.com/keyword-density-checker.php">
<p><center><font style='font-size: 11pt; font-family: "Verdana, Arial";'><b>Keyword Density Checker</b></font></center></p>
  <p><font class="defaultfont">Enter a URL to analyze</font></p>
  <p><input type=text name="url" size=60>

  <p><input type="submit" value="submit" name="submit"></p>
</form>
</td>
</tr>
</table>
 
Top