<%@ 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-Google Oath



» 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 >> Google Oath

Anyone that restricts freedom of speech is a Google!

Anyone that restrains trade is a Google!

Anyone that can not cope with rapid growth is a Google!

Anyone that is pretentious enough to ask you to "suggest a site" is a Google!

Anyone that sells or buys over-valued stock (like Yoogle's) is a Google!

Anyone who uses Google is a Google!

 

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