Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 _AWIS_CategoryBrowse
 _AWIS_CategoryListings
 _AWIS_GetURLInfo
 _AWIS_SitesLinkingIn
 _AWIS_TopSites
 _AWIS_TrafficHistory
 _buildQueryParams
 _ErrFunc
 _generateSignature
 _GetXMLHTTP
 _Log
 _makeRequest
 _parseResponseCategoryBrowse
 _parseResponseCategoryListings
 _parseResponseSitesLinkingIn
 _parseResponseTopSites
 _parseResponseTrafficHistory
 _parseResponseUrlInfo
 _URIDecode
 _URIEncode
H
 hmac
M
 md5
S
 sha1
Func _AWIS_CategoryBrowse($Count,  
$ResponseGroup,  
$Start,  
$Path,  
$Descriptions =  True,
$XMLResponse =  False)
Get lists of sites within a specific category ordered by traffic rank, or create a browseable directory of websites The CategoryBrowse action provide a directory service based on the Open Directory, www.dmoz.org, and enhanced with Alexa traffic data.
Func _AWIS_CategoryListings($Count,  
$ResponseGroup,  
$Start,  
$Path,  
$SortBy =  "Popularity",
$Recursive =  False,
$Descriptions =  True,
$XMLResponse =  False)
The CategoryListings action is a directory service based on the Open Directory, www.dmoz.org.
Func _AWIS_GetURLInfo($Count,  
$ResponseGroup,  
$Start,  
$Url,  
$XMLResponse =  False)
The URL Information Action provides information about websites.
Func _AWIS_SitesLinkingIn($Count,  
$Start,  
$Url,  
$XMLResponse =  False)
The Sites Linking In action returns a list of web sites linking to a given web site.
Func _AWIS_TopSites($Count,  
$ResponseGroup,  
$Start,  
$CountryCode,  
$XMLResponse =  False)
The TopSites action provides lists of web sites ordered by Alexa Traffic Rank.
Func _AWIS_TrafficHistory($Count,  
$Url,  
$Start,  
$Range =  3,
$XMLResponse =  False)
The TrafficHistory action returns the daily Alexa Traffic Rank, Reach per Million Users, and Unique Page Views per Million Users for each day since June 2007.
Func _buildQueryParams($oParameters)
Builds the url for the request to ATS The url will be urlencoded as per RFC 3986 and the uri params will be in alphabetical order
Func _ErrFunc($oError)
COM error hanlder
Func _generateSignature($sUrlParams,
$sHost)
Generates an HMAC signature per RFC 2104.
Func _GetXMLHTTP()
Returns an XMLHTTP object
Func _Log($sText,
$iStyle)
Logging utility that you can use to output messages.
Func _makeRequest($sURL)
Makes request to AWIS
Func _parseResponseCategoryBrowse($sResponse)
Parses XML response from AWIS for CategoryBrowse action.
Func _parseResponseCategoryListings($sResponse)
Parses XML response from AWIS for CategoryListings action.
Func _parseResponseSitesLinkingIn($sResponse)
Parses XML response from AWIS for SitesLinkingIn action.
Func _parseResponseTopSites($sResponse)
Parses XML response from AWIS for TopSites action.
Func _parseResponseTrafficHistory($sResponse)
Parses XML response from AWIS for SitesLinkingIn action.
Func _parseResponseUrlInfo($sResponse)
Parses XML response from AWIS for UrlInfo action.
Func _URIDecode($sData)
Decodes URL-encoded string
Func _URIEncode($sData)
URL-encodes string
Func hmac($key,  
$message,  
$hash =  "md5")
Generate a keyed hash value using the HMAC method
Func md5($message)
Calculate the md5 hash of a string
Func sha1($message)
Calculate the sha1 hash of a string