Jump to content
razvan_dc

Caut si eu un script

Recommended Posts

Posted

Uite script,




<form action="" method="post">
<input type="text" name="id">
<input type="submit">
</form>
<?php
if(isset($_POST['id'])){
if(file_get_contents('http://opi.yahoo.com/online?u='.$_POST['id'].'&m=a&t=1')=='00'){ echo 'Ofline.'; } else { echo 'Online.'; }
}
?>


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...