forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


FINDmyURL.DSU
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements
View previous topic :: View next topic  
Author Message
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Thu Apr 15, 2004 8:43 pm    Post subject: FINDmyURL.DSU Reply with quote

OK, I am going to release a Freeware DSU in the next few days.

Its called FINDmyURL.dsu

called via:

@FMU(engine|domain) [ Changed ]

to @furl(engine|domain) *. Because vds took the first three letters of the function as fmul. Fixed.

Engine can be:

Google, Google Directory, Yahoo, MSN, Hotbot, Lycos, Ask Jeeves, Teoma, Altavista, DMOZ, All The Web, Netscape, AOL, Looksmart, Dogpile, Meta Crawler, Search, Mamma and Excite.

Which will return 1 if your domain is listed in the selected search engine, and 0 if it is not listed.

You can also set the engine to ALL which will search all the search engines and return a list in the format:

google|1
yahoo|0
msn|1
altavista|1
dogpile|0

etc.

Domain will be in the format of: www.mydomainname.com

I am finishing the demo script and the documentation.

Future features:
- I will be adding the ability to retrieve googles page rank Wink

- Keyword usage, ability to enter keyword search and return position in the search engine when using keywords.


And of course more search engines, if you have any ideas, or preferences for other search engines please let me know.

The finished dsu will be approx. 14 - 16 Kb

* You will however need to have the latetest vdsipp.dll to use this dsu, you will need to load the vdsipp.dll with your own reg details before calling the @fmu function.

The dsu uses the multiple threads built into the vdsipp.dll

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Thu Apr 15, 2004 10:21 pm    Post subject: Reply with quote

First Release of FINDmyURL.DSU Version 1.0 has been released.

Download here:
http://www.active-ware.net/files/findmyurl.zip

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Boo
Valued Contributor
Valued Contributor


Joined: 31 Oct 2003
Posts: 599
Location: Gulf Breeze, Florida USA

PostPosted: Thu Apr 15, 2004 10:55 pm    Post subject: Reply with quote

Cool! Cool
Back to top
View user's profile Send private message
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Fri Apr 16, 2004 8:54 am    Post subject: Reply with quote

Rubes_sw, maybe you can use this code in stead of using the VDSIPP dll, so that your DSU will really be about 14 - 16 kb: Smile
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Fri Apr 16, 2004 12:58 pm    Post subject: Reply with quote

FindMyUrl.dsu has been updated to Version: 1.1

- Optimsed code

- If you have selected one search engine, (instead of all) there is no need for the vdsipp.dll to be included in your application. Uses wininet (code supplied by Skit3000)

FindMyUrl.dsu 22Kb Very Happy

Nathan

Download:
http://www.active-ware.net/files/findmyurl.zip[/url]
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Sun May 02, 2004 6:27 pm    Post subject: FindMyURL Updated ! Reply with quote

Get Googles PR for any page.

This dsu will return a result of 1 if the domain you have specified is listed in a specified search engine. It will return a result of 0 if the domain is not listed. This dsu can search 19 of the top search engines available.

A new function added to furl.dsu is @getPR() this will return the google PR of the domain/page you entered. This is an experimental function.

Nathan - Download from vdsworld
Back to top
View user's profile Send private message Send e-mail Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun May 02, 2004 8:00 pm    Post subject: Reply with quote

Here's a direct link. Smile
http://www.vdsworld.com/download.php?id=424

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Fri Oct 22, 2004 4:00 pm    Post subject: Reply with quote

hi nathan,

any updates on your furl.dsu? just curious to see if you have added any new features i might be able to make use of in a program i am currently writing Smile

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Mon Oct 25, 2004 8:44 pm    Post subject: Reply with quote

What feature would you like added? Wink


I'm actually trying to find the source code for it on my network here, as i have not worked on that dsu for some time and i have changed and reformatted several hard drives.

I hope I still have the code Shocked

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Tue Oct 26, 2004 1:17 pm    Post subject: Reply with quote

hi nathan,

is the google rank part of the code still experimental and what do you mean by experimental?

not really sure of new ideas, i was mostly curious about new features you might have added to it to see if i could use them in a new program i wam writing

but you answered that question for me Smile

will let you know if i can think of something

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Tue Oct 26, 2004 4:55 pm    Post subject: Reply with quote

Well found the code this morning, so if you want or need any features added.

As for the experimental google pr script, if it still works now then its not experimental any more.

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Wed Oct 27, 2004 2:54 pm    Post subject: Reply with quote

could you add a way to obtain the alexa ranking of a web site or a web page?

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Fri Oct 29, 2004 9:07 pm    Post subject: Reply with quote

I'll look into that and add the code over the next few days or so...

Also i'm adding a nice new feature, but i'm not going to say what it is until people use it Wink

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sat Oct 30, 2004 9:34 am    Post subject: Reply with quote

i'll look forward to it all Smile

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Wed Nov 03, 2004 10:24 am    Post subject: Reply with quote

hi nathan

i tested the google pr thing and it does not seem to work as it yields zero all the time

also, could you please check that all 19 search engines do work as i find that altavista and aol, for example, always say no - no matter what web site i check

for example, www.microsoft.com is not listed at altavista or aol, neither is google.com, . . .

i also seem to get the same result no matter what - i entered "w" and it said that "1" with google

if you have the time Smile

serge
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group