<%@ Language="VBScript" %> <% Dim conn,rs,sql 'create connection set conn = server.CreateObject ("ADODB.Connection") conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath ("fpdb/engglas.mdb") 'query to select active data... sql = "SELECT * FROM title, vote where title.active = 'y' and title.id = vote.id" set rs = server.CreateObject ("ADODB.Recordset") rs.Open sql, conn, 3, 3 %> <% Dim strq,ip,objRs strq="select top 3 * from fft order by id_num desc" 'response.Write(strq) Set objRs=objConn.execute(strq) %> Search Engine Humor-Yoogle Spam Support Form



SE Humour >> Yoogle’s Spam Support Form


You might wonder how I reached Yoogle. Well , it just happened that I came across their "Spam Support Form". Hey! they never need it nowadays. There is so much spam that people have stopped reporting it so as not to disturb the support guys from counting cash!! (You remember it too....shhhh......!!).

» Black Hat Techniques
» Funny SE Banners
»

Google Oath

» Interview with Mr RankCutt
» One liner
» Search Engine Funnies
» SE Spam Code
» White Hat Techniques
» Yoogle spam support form
Here it goes:

"We work hard to return the crappiest results for every search we conduct. We also keep on encouraging site managers to practice spam techniques so that it can give us better revenues. Unfortunately, some websites do not follow our agenda and keep on providing relevant sites which is worthless for us.

We think that's a bad thing, and we know it very well that you also hate organic listing, therefore if your  Yoogle search returns a result that you suspect is relevant, you please let us know by using this form. We will thoroughly investigate every report given against organic sites and take appropriate action when we uncover genuine abuse. In especially egregious cases, we will remove relevant sites from our index immediately, so they don't show up in search results at all.

We appreciate your taking the time to help us improve the practice of SPAM. By helping us encourage spam, you're making the thousand of us working at Yoogle billionaire."

By the "Nutty Researcher"

(The above information has been presented due to my deep feelings for the search engines. I take no responsibilty of any misaction you take on the basis of the same. )

 
<% 'close connection and recordset... rs.Close set rs = nothing conn.Close set conn = nothing %>