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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: MyOwnGoogle v1.0 (Snitz v3.4)
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 6

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 15 March 2004 :  18:23:22  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Thanks, will be updated in the next version.

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

interlokk
Starting Member

23 Posts

Posted - 20 March 2004 :  15:24:00  Show Profile  Visit interlokk's Homepage
quote:
Originally posted by titanium

I was having this error too ...


quote:
Microsoft VBScript runtime error '800a0005'

Invalid procedure call or argument: 'Left'

/myowngoogle.asp, line 122 ]


Fixed it by changing line 122 from:

strSearchResults = left(strResponsePage,inStr strResponsePage,"</estimatedTotalResultsCount>")-1)

to ...

strSearchResults = left strResponsePage,"</estimatedTotalResultsCount>")-1
Not sure what this does, but it works now!




I was having this error too and after I fixed it as the previous instrunctions I getting this error now:

Microsoft VBScript runtime error '800a000d'

Type mismatch: '[string: "</estimatedTotalResu"]'

/disc/myowngoogle.asp, line 502


What's wrong???

Edited by - interlokk on 20 March 2004 15:30:55
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 20 March 2004 :  15:36:58  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Looks like you've messed up something when you've done the modification.
Can you post a link to a .txt version of your myowngoogle.asp?

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

interlokk
Starting Member

23 Posts

Posted - 20 March 2004 :  16:42:02  Show Profile  Visit interlokk's Homepage
I've tried change the line 502 from:

strSearchResults = left(strResponsePage,inStr strResponsePage,"</estimatedTotalResultsCount>")-1)
to:
strSearchResults = left strResponsePage,"</estimatedTotalResultsCount>")-1

Thus, I thought I've messed the parentheses before the strResponsePage so I changed it to

strSearchResults = left (strResponsePage,"</estimatedTotalResultsCount>")-1-->is more logical!


but I still getting those last error message...Anyway, here you can take a look at my myowngoogle.asp code

Edited by - interlokk on 24 March 2004 13:02:05
Go to Top of Page

abcdefghij
Starting Member

1 Posts

Posted - 20 March 2004 :  19:24:54  Show Profile
a
Go to Top of Page

interlokk
Starting Member

23 Posts

Posted - 24 March 2004 :  12:57:11  Show Profile  Visit interlokk's Homepage
This is a good MOD and very useful but unfortunatly it hasn't worked...
Go to Top of Page
Page: of 6 Previous Topic Topic Next Topic  
Previous Page
 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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07