5 Most Recent
    Location/Geography
    Specialist
    Utility
    Tools
    Weather
    Financial
    Business
    Binary
Service Owner: Flash-db.com
Service Home: http://www.flash-db.com/services/
Service WSDL URL: http://www.flash-db.com/services/ws/siteInspect.wsdl
Inspect WSDL      View WSDL
Short Description: The Site Inspector service checks a site for the type of server, what the server is running, and the server time.
Implementation: Nusoap
Quantity Price Setup Fee Setup Time Trial
Within Reason Free 0 0 No
The Site Inspector service checks a site for the type of server, what the server is running, and the server time. Then returns the results as an array. The original idea behind this was to obtain server information such as Netcraft.com. At this time we do not keep track of each request, but in the future we may start tracking server types and offer statistics based on usage.

To use the site inspector you must pass the script 3 parameters (username, password, and siteURL). The username and password part is so that we can authenticate flash-db users in the future. At this time any username and password can be used. siteURL is the URL of the site you wish to inspect. The result is returned as a simple array with 3 parts (serverTime, serverType, and Extra).
Client Name Publisher fVersion Toolkit Added On
Flash Site Inspector Flash-db 5 NuSoap 2002-08-14

#include "NetServices.as"
#include "NetDebug.as"

// create result handler for news service.
serviceResult = new Object();
serviceResult.onResult = function(result){
    
trace(result)
}
serviceResult.onStatus = function(status){
    
trace(status);
}

// sets up the gateway connection.
var serverConn     NetServices.createGatewayConnection("<pathToYourGateway>flashservices/gateway.php");

// sets up the service.
var service serverConn.getService("http://www.flash-db.com/services/ws/siteInspect.wsdl"serviceResult);

// Set the params and call the service
params = {
    
username:'any',
    
password:'any',
    
siteURL'www.flash-db.com'
}
service.doSiteInspect(params);


© 2010 The Flash-db.com Community! All Rights Reserved.

Hosting for flash-db.com is provided by Hostrocket.com
< / form > < !-- Google analitycs -->