[PHP] WSC v1 - Website Status Checker Tool (Opensource)

Status
Not open for further replies.
6 comments
Nice..
suggestion :
implement a simple validation system ( regex ) , to validate a domain or a IP, and implement basic xss protection :)
 
l0calh0st nice work, 1.5 years is not a matter, still it's working and work for ever...


i am searching for one php script or java script that will embed near the links in "website show case" so user can know the current/real time status (online/offline) of that sites without visiting...

in that searching i found this and tested , works like a charm, but don't know how to embed it's result in blogger (online/offline) , i have hosting for php script

Example:

Google (online/offline)
World's #1 Search engine

i found that something we need to use javascript to embed external php result in website:

eg:
<script type="text/javascript" src="myscript.php"></script>

how to embed status in blogger...??



tried this
added below code in <head>

<script language='Javascript' src='http://somehostingsite.com/wsc.php'>
<!--
//-->
</script>



added the following embed code in the place of displaying status
<script type="text/javascript" src="http://somehostingsite.com/wsc.php?info=google.com"></script>

but still not showing display, i don't know php, just tried...




Note:
uptimerobot have api for status embed, but i don't know how to use...
 
Last edited:
Status
Not open for further replies.
Back
Top