Science Cyber

السَّلاَمُ عَلَيْكُمْ وَرَحْمَةُ اللهِ وَبَرَكَاتُهُ

أَعُوْذُ بِاللِه مِنَ الشََّيْطَانِ الرَّجِيْمِ - بِسْمِ اللهِ الرَّحْمنِ الرَّحِيمِ

Setting POP3 Email China Phone

Email@YAHOO.CO.ID
===========
Protocol                        : POP3
-->

Server Out                     : smtp.mail.yahoo.co.id
Port Out                        : 25
Email                            : user@yahoo.co.id
Server Coming               : pop.mail.yahoo.co.id
Port Coming                  : 110
Username                     : user id
password                      : password


Email@YAHOO.COM
=========
Protocol                        : IMAP4
Server Out                : smtp.mobile.mail.yahoo.com
port out                     : 25
email                            : user@yahoo.com
Server coming                : imap.n.mail.yahoo.com
port coming                    : 143
Username            : user
password                      : password

Benefit of Nila Fish

I'm written this contents of Nila fish to remind again benefit of it.

Nila in history went from Egypt exactly in Nil River, this fish went to Indonesia at 1969 because this fish very easy to breed. This fish very good to research for benefit our health. Many effect eaten this food. Kalium is one of chemical contents in Nila fish. Many contents in meat fish to avoid of kidney stones.(source from trans7 23-08-2010).

Sometimes You Must Login with Facebook

-->

Copy this code to your editor HTML : 
<?php

define('FACEBOOK_APP_ID', 'your application id');
define('FACEBOOK_SECRET', 'your application secret');

function get_facebook_cookie($app_id, $application_secret) {
  $args = array();
  parse_str(trim($_COOKIE['fbs_' . $app_id], '\\"'), $args);
  ksort($args);
  $payload = '';
  foreach ($args as $key => $value) {
    if ($key != 'sig') {
      $payload .= $key . '=' . $value;
    }
  }
  if (md5($payload . $application_secret) != $args['sig']) {
    return null;
  }
  return $args;
}

$cookie = get_facebook_cookie(FACEBOOK_APP_ID, FACEBOOK_SECRET);

?>
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:fb="http://www.facebook.com/2008/fbml">
  <body>
    <?php if ($cookie) { ?>
      Your user ID is <?= $cookie['uid'] ?>
    <?php } else { ?>
      <fb:login-button></fb:login-button>

    <?php } ?>

    <div id="fb-root"></div>
    <script src="http://connect.facebook.net/en_US/all.js"></script>
    <script>
      FB.init({appId: '<?= FACEBOOK_APP_ID ?>', status: true,
               cookie: true, xfbml: true});
      FB.Event.subscribe('auth.login', function(response) {
        window.location.reload();
      });
    </script>

  </body>
</html>



For More Information http://developers.facebook.com/docs/guides/web

How To Make Like Button Facebook


 Many website such as blog have to recommendation that reader like the content. Just copy this script in your editor HTML.
<iframe src="http://www.facebook.com/widgets/like.php?href=http://example.com"
        scrolling="no" frameborder="0"
        style="border:none; width:450px; height:80px"></iframe>


-->


You must change'http://example.com' with your site original. Try it

والله أعلم بالصواب

وَعَلَيْكُمْ السَّلاَمُ وَرَحْمَةُ اللهِ وَبَرَكَاتُهُ