Results 1 to 7 of 7
-
15th Mar 2012, 06:06 PM #1OPMember
how to embedding website status(realtime online/offline)
Guys i have website showcase area in my blog, but some sites goes offline and some not.
eg:
Google (status - online/offline)
#1 search engine
Note:
i want embed status in blogger, so no php
but i have hosting for php, but need to display result in bloggertorrfriend Reviewed by torrfriend on . how to embedding website status(realtime online/offline) Guys i have website showcase area in my blog, but some sites goes offline and some not. eg: Google (status - online/offline) #1 search engine Rating: 5
-
17th Mar 2012, 02:57 PM #2Member
So you need to say on your blog whether or not a website address is online/offline?
^ if so, do you mean a file host download link (which has been removed)... or offline as in the website's server is down
If it's purely whether a website is online/offline then the PHP for it is;
<?php
if(@fopen("http://www.google.com/", "r")){
echo 'Website online';
}else{
echo 'Website offline';
}
?>
-
17th Mar 2012, 03:06 PM #3OPMember
no mate, i need to check the status of website, port 80 is fine, i think...
1 Google (online/offline)
2 Yahoo (online/offline)
but realtime check up, during load in blogger
Note:
blogger don't allow hosting php script
-
17th Mar 2012, 03:10 PM #4Member
Blogger doesn't allow PHP ... so make some javascript OR a HTML Iframe to the site which supports PHP...
<iframe src="http://my-php-host.com/check.php"></iframe>
-
17th Mar 2012, 03:23 PM #5OPMember
added online/offline status script in external:
http://x10.x9.eu/3/WSC.php
but how to embed real time status
-
17th Mar 2012, 03:24 PM #6Member
Sent you PM with all the info needed, reply to PM if any problems
-
17th Mar 2012, 03:50 PM #7MemberWebsite's:
Funnyjunction.orgTorrfriend.....Remember me???????
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Advance BBcode/Post Generator [Online/Offline] - updated 22,OCT 2011
By torrfriend in forum Webmaster ResourcesReplies: 23Last Post: 25th Aug 2012, 08:53 AM -
Online/Offline Bug
By MrOSX in forum Feedback and SuggestionsReplies: 5Last Post: 20th Jun 2012, 10:09 PM -
Pigdin Messenger Offline/Online Popup Enable. How?
By makfun in forum Technical Help Desk SupportReplies: 0Last Post: 18th Jul 2011, 01:07 PM -
Up Or Down ? - A Website Status Checker
By fdls in forum Webmaster ResourcesReplies: 17Last Post: 29th Apr 2011, 12:48 AM -
site online and offline on some locations
By zyberakuma in forum Webmaster DiscussionReplies: 5Last Post: 1st Mar 2011, 04:14 AM
themaCreator - create posts from...
Version 3.23 released. Open older version (or...