<%@ 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-One Liners



» 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

SE Humour >> One liners

This is amazing! Look what i have found! Though I dont know who wrote these one-liners but I certainly am impressed. You can mail me if you have similar thoughts. I would be more than happy to include them on the site. Check them out:

Yoogle - Marketing SPAM Worldwide

Yoogle badsense- Welcome to cashless world online

Yoogle bAdwords- Trade on your own risk.

Yoogle Search-When good is not good enough/ Spam powers us ! / Spam on Demand!

Organic Results- Hopefully, "The day after tomorrow"

Yoogle 007: License to penalize

Yoogle mantra- Don’t be evil be a spammer instead

Yoogle + Intel- Paid results inside, natural results outside.

By the "Nutty Researcher"

(The above information has been presented due to my deep feelings for the search engines and is not intended to hurt your sentiments if you hate them. )

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