Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 A problem with myOwnGoogle mod.
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

DJGray
New Member

USA
68 Posts

Posted - 09 February 2005 :  12:35:38  Show Profile  Visit DJGray's Homepage
The mod works beautifully on my local development server but not when I upload it to the goDaddy host. Are there files that need to go into some special write enabled directory? I can't see that there are. It appears to be that google is rejecting the search.

Error message is:

msxml3.dll error '80070005'

Access is denied.

/forum/myowngoogle.asp, line 112



  Call DisplaySearchForm
  Set objXML = CreateObject("Microsoft.XMLHTTP") 
  objXML.open "POST",strGoogleURL,"False" 
  objXML.setRequestHeader "Man", "POST"+" "+strGoogleURL+" HTTP/1.1"  
  objXML.setRequestHeader "MessageType", "CALL"  
  objXML.setRequestHeader "Content-Type", "text/xml"  
  objXML.send strSearchRequest  ' ///// this is line 112



Any idea why this works on every machine I load the forum on except the live host?

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 09 February 2005 :  13:41:49  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
My guess would be that the godaddy host dosnt allow you to post info via the xmlhttp object...

-Stim
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 10 February 2005 :  11:00:58  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Stimmy is probably right, and as I've told you - talk to your host.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

DJGray
New Member

USA
68 Posts

Posted - 17 February 2005 :  19:46:54  Show Profile  Visit DJGray's Homepage
This is clearly not the case for everyone, since the mod works beautifully on all four of my dev servers, but on goDaddy host, it pukes. So maybe this fix will work for others who are having the same problem.

SOLUTION:

Two spots - first around line 107ish and second around 212ish,

This line

'Set objXML = CreateObject("Microsoft.XMLHTTP")

needs to be commented out and replaced with this line

Set objXML = CreateObject("MSXML2.ServerXMLHTTP")


Now you're cookin with gas baby!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07