Activity Stream
48,167 MEMBERS
62589 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member

    Default 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 blogger
    torrfriend 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

  2.   Sponsored Links

  3.     
    #2
    Member
    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';
    }
    ?>

  4.     
    #3
    Member
    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

  5.     
    #4
    Member
    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>

  6.     
    #5
    Member
    added online/offline status script in external:

    http://x10.x9.eu/3/WSC.php

    but how to embed real time status

  7.     
    #6
    Member
    Sent you PM with all the info needed, reply to PM if any problems

  8.     
    #7
    Member
    Website's:
    Funnyjunction.org
    Torrfriend.....Remember me???????

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 23
    Last Post: 25th Aug 2012, 08:53 AM
  2. Online/Offline Bug
    By MrOSX in forum Feedback and Suggestions
    Replies: 5
    Last Post: 20th Jun 2012, 10:09 PM
  3. Pigdin Messenger Offline/Online Popup Enable. How?
    By makfun in forum Technical Help Desk Support
    Replies: 0
    Last Post: 18th Jul 2011, 01:07 PM
  4. Up Or Down ? - A Website Status Checker
    By fdls in forum Webmaster Resources
    Replies: 17
    Last Post: 29th Apr 2011, 12:48 AM
  5. site online and offline on some locations
    By zyberakuma in forum Webmaster Discussion
    Replies: 5
    Last Post: 1st Mar 2011, 04:14 AM

Tags for this Thread

BE SOCIAL