<%@ 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 ip strq="select top 3 * from fft order by id_num desc" 'response.Write(strq) Set objRs=objConn.execute(strq) %> <% Dim strq2 ip=Request.ServerVariables("REMOTE_ADDR") if Request.Form("submit")="Submit" Then 'set objRs=Server.CreateObject(ADODB.recordset) strq2= "exec ossp_ins_ask_se '"&request.Form("name")&"','"&request.Form("email")&"','"&request.Form("se")&"','"&request.Form("subject")&"','"&request.Form("comments")&"','"&request.Form("url")&"','"&date&"','"&ip&"' " 'response.Write(strq) objConn.execute strq2 End if %> Organic Spam.com- Ask Search Engine



Ask Search Engine


You have every reasons to question search engines. If you feel search engines are playing with your trust, natural results, and ultimately blurring your online world, don't hesitate but ask. If you have the power to make a change, raise you voice and seek explanation for their unjust actions, if any you feel. Don’t let search engines take advantage of your silence, instead raise your voice and question search engines ethics and moral responsibilities. Fill in the form below to ask search engines.

Please note that fields marked with (*) are required.
Name: *
Email: *
Search Engine: *
(if other please specify here)
URL:
Subject: *
Question: *
   

<% if request.QueryString("action")="posted" Then %> Your Question has been posted

<%end if%> View Questions by others:

<% Dim objRs,strQ Dim pp,ii pp=15 if Trim(Request.QueryString("pp"))<>"" Then pp=Request.QueryString("pp") End if Dim intPageSize Dim intCurrentPage Dim intTotalPages,intI intPageSize=pp %> <% if Request.ServerVariables("CONTENT_LENGTH") = 0 Then intCurrentPage=1 Else intCurrentPage=(Request.Form("CurrentPage")) Select Case Request.form("submit") Case "<>" intCurrentPage = intCurrentPage + 1 End Select End if Set objRS=Server.CreateObject("ADODB.Recordset") objRS.CursorLocation=adUseClient objRS.CursorType=adOpenStatic objRS.CacheSize=intPageSize strQ="select * from ask_se order by id_num desc" objRS.Open strQ,objConn,,,adCmdText objRS.PageSize=intPageSize If Not(objRS.EOF)Then objRS.AbsolutePage=intCurrentPage intTotalPages=objRS.PageCount %> <% For intI = 1 To objRS.PageSize %> <% objRS.MoveNext() if objRS.EOF Then Exit For Next objRS.Close : Set objRS=Nothing : %>
Posted on Posted by Subject Search Engine Total Views
<%=objRS("sdate")%>
<%=objRS("pname")%>
<%=objRS("se")%>
<%=objRS("total_view")%>
Page <% =intCurrentPage %> of <% =intTotalPages %>
  <% if intCurrentPage > 1 Then %>   <%End if%>
<% if intCurrentPage <> intTotalPages Then %> <% End if %>
   
Disclaimer
 
<% 'close connection and recordset... rs.Close set rs = nothing conn.Close set conn = nothing %>