A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: PHP online offline

  1. #1
    the cheesy child bounceboy's Avatar
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    323

    Exclamation PHP online offline

    Ok, all I want to do is use PHP or ASP or XML or whatever to find out if my IP is connected to the internet.

    If i am connected, i want PHP to return "online" for flash to retrieve.

    if i am not, "offline"

    i have heard of PING but I don't know how to use ti so if somebody could help me with the PHP code it would be awesome
    thanx
    julian

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    check the code at this link -
    http://www.jackleaman.co.uk/test/url/checkURL.html

    Note: online testing takes you to frame#2, offline testing stays on frame#1

  3. #3
    the cheesy child bounceboy's Avatar
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    323
    ok thanks man

  4. #4
    the cheesy child bounceboy's Avatar
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    323
    editing doesn't do much but anyway, I don't get it.

    I just need to know what pinging does?

    er i mean how to use it in PHP and then send the response to flash

  5. #5
    the cheesy child bounceboy's Avatar
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    323

    PHP online/offline problem

    Sorry about the new thread. here's the script i used:

    PHP Code:
    $online ping("121.223.89.5");
    if (
    $online) print &mystatus=online;
    else
    print &
    mystatus=offline 
    It always returns offline.

    why?

    I'm connected to the internet!!

    Is it because I am using the same IP on ping() as the IP of the computer i am using?

    Please help me out somebody... I'm getting the status offline STRAIGHT AWAY
    Last edited by MyFriendIsATaco; 06-03-2009 at 11:08 AM. Reason: Why did you create a new thread for this? Merged into your existing one. -MyFriendIsATaco

  6. #6
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    I just need to know what pinging does?
    http://en.wikipedia.org/wiki/Ping

    how to use it in PHP
    PHP Code:
    <?
    echo "&str=".$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'];
    ?>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center