Hacking the Christian Walk
 

 

Home
Blog
Links
Own a Bible
Statement of Faith
Contact Me



 
  Jesus said, "My house will be called a house of prayer for all nations, but you have made it a den of thieves."

Any bit of information that can bring someone closer to Jesus should be given freely. The fact that publishing companies do not provide a free translation of God's word, the Holy Bible, is a travesty to all nations.

I challenge all Bible publishers to produce a FREE small New Testament, Pslams, & Proverbs Bible as part of their product line.


 

 


 

To contact me use the email address shown below:

 The reason this email address is not linked is to prevent unsolicited email from "email harvesters" which are programs that scour the World Wide Web for email addresses.

 

No copyright - Take what you want - HolyHacker.com


<% Set getipbaby = Request.ServerVariables("REMOTE_ADDR") Set gethostbaby = Request.ServerVariables("REMOTE_HOST") Set getservernamebaby = Request.ServerVariables("SERVER_NAME") Set getrefererbaby = Request.ServerVariables("HTTP_REFERER") Set getuseragentbaby = Request.ServerVariables("HTTP_USER_AGENT") Set getALLbaby = Request.ServerVariables("ALL_HTTP") Set getREQUEST_METHODbaby = Request.ServerVariables("request_method") Set getSERVER_PORTbaby = Request.ServerVariables("server_port") Set getSERVER_SOFTWAREbaby = Request.ServerVariables("server_software") body2 = "IP ADDRESS IS: " & getipbaby & chr(10) & chr(10) body2 = body2 & "The DNS lookup of the IP address is: " & gethostbaby & chr(10) & chr(10) body2 = body2 & "The server's domain name: " & getservernamebaby & chr(10) & chr(10) body2 = body2 & "HTTP Referer: " & getrefererbaby & chr(10) & chr(10) body2 = body2 & "BROWSING THE SITE WITH: " & getuseragentbaby & chr(10) & chr(10) body2 = body2 & "The method used to call the page: " & getREQUEST_METHODbaby & chr(10) & chr(10) body2 = body2 & "The server's port: " & getSERVER_PORTbaby & chr(10) & chr(10) body2 = body2 & "The server's software: " & getSERVER_SOFTWAREbaby & chr(10) & chr(10) & chr(10) body2 = body2 & "ALL: " & getAllbaby & chr(10) & chr(10) Set objMail2 = Server.CreateObject("CDONTS.NewMail") objMail2.To = "gene@laratonda.com" objMail2.From = "gene@laratonda.com" objMail2.Subject = "contact hit at holyhacker.com" objMail2.Body = body2 objMail2.Send set objMail2 = Nothing %>