Visual C++ Examples

ChilkatHOMEAndroid™ASPVisual BasicVB.NETC#iOS (IPhone)Objective-CC++CMFCDelphiFoxProJavaPerl
PHP ExtensionPHP ActiveXPythonPowerShellRubySQL ServerVBScript

C++ Examples

CkString
Byte Array
Bounced Mail
Bz2
Character Encoding
CSV
DH Key Exchange
DKIM/DomainKeys
Digital Certificates
Digital Signatures
DSA
Email
Email Object
Encryption
FTP
HTML Conversion
HTTP
IMAP
MHT / HTML Email
POP3
RSA
S/MIME
SMTP
Socket
Spider
SSH Key
SSH
SSH Tunnel
SFTP
Tar
Upload
XML
XMP
Zip Compression


More Examples...
Amazon S3
NTLM
FileAccess
RSS
Atom
Self-Extractor
Service
PPMD
Deflate
Bzip2
LZW

 

 

 

 

 

 

 

 

GetBaseDomain

The GetBaseDomain method is a utility function that converts a domain into a "domain base", which is useful for grouping URLs. For example: abc.chilkatsoft.com, xyz.chilkatsoft.com, and blog.chilkatsoft.com all have the same base domain: chilkatsoft.com. Things get more complicated when considering country domains (.au, .uk, .se, .cn, etc.) and government, state, and .us domains. Also, domains such as blogspot, tripod, geocities, wordpress, etc, are treated specially so that "xyz.blogspot.com" has a base domain of "xyz.blogspot.com". Note: If you find other domains that should be treated similarly to blogspot.com, send a request to support@chilkatsoft.com.

Downloads:

MS Windows Visual C/C++ Libraries
Linux/CentOS C/C++ Libraries
MAC OS X C/C++ Libraries
Solaris C/C++ Libraries
C++ Builder Libraries
#include <CkSpider.h>

void ChilkatSample(void)
    {
    // The Chilkat Spider component/library is free.
    CkSpider spider;

    printf("%s\n",spider.getBaseDomain("www.chilkatsoft.com"));
    printf("%s\n",spider.getBaseDomain("blog.chilkatsoft.com"));
    printf("%s\n",spider.getBaseDomain("www.news.com.au"));
    printf("%s\n",spider.getBaseDomain("blogs.bbc.co.uk"));
    printf("%s\n",spider.getBaseDomain("xyz.blogspot.com"));
    printf("%s\n",spider.getBaseDomain("www.heaids.org.za"));
    printf("%s\n",spider.getBaseDomain("www.hec.gov.pk"));
    printf("%s\n",spider.getBaseDomain("www.e-mrs.org"));
    printf("%s\n",spider.getBaseDomain("cra.curtin.edu.au"));

    // Prints:
    // chilkatsoft.com
    // chilkatsoft.com
    // news.com.au
    // bbc.co.uk
    // xyz.blogspot.com
    // heaids.org.za
    // hec.gov.pk
    // e-mrs.org
    // curtin.edu.au

    }

© 2000-2010 Chilkat Software, Inc. All Rights Reserved.

Mail Component · .NET Mail Component · XML Parser