Recommend this page to a friend! |
Download .zip |
Info | View files (10) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2009-01-06 (7 years ago) | Not enough user ratings | Total: 898 | All time: 3,778 This week: 961 |
Version | License | PHP version | Categories | |||
skype_status 1.0.0 | GNU General Publi... | 4.0 | Web services, Chat |
Description | Author | |||||||||||||
This class can be used to determine the online status of a Skype user. |
|
This is PHP solution for showing any SKYPE account status on your website It solves problem, that skype server does not support HTTPS requests. Therefore client javascript will fail it it attempts to connect to skype server via secure link (HTTPS). Workaround - this solution replaces pure client implementation with pure server implementation, and sends to client skype status acquired between servers. No client javascript implementation is required at all. DIRECTORY STRUCTURE: |skype |skype/skype_accounts/ |skype/skype_images/skype_online.png |skype/skype_images/skype_do_not_disturb.png |skype/skype_images/skype_me.png |skype/skype_images/skype_not_available.png |skype/skype_images/skype_away.png |skype/skype_images/skype_offline.png |skype/skype.status.class.php INSTALLATION: 1/ create folder [skype_accounts] with writable permissions 2/ create folder [skype_images] and copy there skype status images. you can replace/create your own images. 3/ set/check correct paths in class and image names 4/ initiate the class - see examples #1 - #3 bellow: example #1: $skype = new Skype_Status(); $skype_data = $skype->get_skype_status('myskypename', 120); echo $skype_data['html']; example #2: $skype = new Skype_Status(); $skype->show_picture('myskypename', 120); example #3: $skype->show_html('myskypename', 120); Now check - you should see new file inside of directory [.../skype_accounts/skype_status.MYSKYPENAME.txt] Enjoy! ---------------- please report bugs to: lubosdz@synet.sk |
Files |
File | Role | Description | ||
---|---|---|---|---|
skype_accounts (1 file) | ||||
skype_images (6 files) | ||||
GPL.txt | Lic. | GPL licence | ||
readme.txt | Doc. | readme.txt | ||
skype.status.class.php | Class | main skype status class |
Files | / | skype_accounts |
File | Role | Description |
---|---|---|
skype_status.myskypename.txt | Data | exsample of cached skype status |
Files | / | skype_images |
File | Role | Description |
---|---|---|
skype_away.png | Icon | status away |
skype_do_not_disturb.png | Icon | status do not disturb |
skype_me.png | Icon | status skype me |
skype_not_available.png | Icon | status not available |
skype_offline.png | Icon | status offline |
skype_online.png | Icon | status online |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.