Membuat Status Skype dengan PHP
bali web programming
Married & Honeymoon
bali web programming
Bali Golf Course
bali web programming
Digital SLR Cameras
bali web programming
Quadrooms Online Reservations
bali web programming
Sari House Lovina
bali web programming
Bignicks Pizza
bali web programming
Health and Welleness
bali web programming
Bali Smart Driver
bali web programming
Healthy and Wellness News
bali web programming
Info Technology
bali web programming
Arati Restaurant
bali web programming
Bali Sunrise Tour
bali web programming
Bali on Tour
bali web programming
Villa Luxury Bali
bali web programming
Jimbaran villas
bali web programming
Bali Nice Tour
bali web programming
Bali Prestige
bali web programming
Bali Parana Tours
bali web programming
bali land villa for sale
  • bali web programmer
  • bali web maintenance service
  • bali web design service
  • bali web developer

Web Developer

We use a combination of proven web technologies, including PHP, Apache, MySQL to name a few, for the creation of todays most dynamic and powerful web applications. Read...

Web Maintenance

In the current economic environment, companies, organizations and institutions alike are seeking ways to reduce costs, and add value to their marketing and communications strategies. Read...

Web Design Service

If you are looking for a web design to create a visually appealing, professional looking website for you, then you've come to the right place. We can help you build just the perfect website you desire and deserve. Read...

Membuat Status Skype dengan PHP

minggu lalu ada teman bertanya kapada saya bagaimana cara memasang status skype di websitenya dengan menggunakan icon buatan sendiri, kemudian saya coba browshing di google dan menemukan cara untuk memasang status skype, tapi source yang saya temukan semuanya sangat ribet, karena menurut saya itu sangat ribet bagi temen - temen yang belum begitu mahir ahirnya saya coba untuk memodifikasi source yang saya temukan di google menjadi lebih simple dan mudah di mengerti oleh temen - temen yang belum mahir dengan PHP.

ini adalah contoh source yang sangat simple :

$userskype = "poetraone";
$status = (int) @file_get_contents('http://mystatus.skype.com/'.$userskype.'.num');
if($status == 2)
{
print '<a href="skype:'.$userskype.'?call"><img src="/images/skypeon.png" border="0" alt="" /></a>';
}else
{
print '<img src="/images/skypeoff.png" border="0" alt="" />';
}

keterangan:
- 0 adalah Skype ID tidak ada atau belum terdaftar.
- 1 adalah status skype offline.
- 2 adalah status skype online.
untuk memasang source status skype di atas, terlebih dahulu anda harus membuat image skypeon.png dan skypeoff.png (nama image bisa anda ganti sesuai keinginan anda), dan $userskype = "poetraone"; ganti dengan ID anda.

mudah - mudahan ini bisa mambantu....

Write a comment

  • Required fields are marked with *.