Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-31-2008, 12:18 AM   PM User | #1
van21691
New Coder

 
Join Date: Oct 2006
Posts: 68
Thanks: 3
Thanked 0 Times in 0 Posts
van21691 is an unknown quantity at this point
Yahoo status bar gen.

I searched google, yahoo, and other site for yahoo status gen.

http://www.freecodesource.com/myspac...r-status/index
that is basically what i'm going to do, however without the AIM.

Is there any script that I can use for this?

Thank you

This is kinda hard to explain on what I want, please reply if you want more info about this.
van21691 is offline   Reply With Quote
Old 07-31-2008, 01:51 AM   PM User | #2
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,604
Thanks: 2
Thanked 399 Times in 392 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
You used to be able to do it like this:
PHP Code:
$result file_get_contents('http://opi.yahoo.com/online?u=' $username);
$size strlen($result);
if (
$size == 140)
{
    echo 
'Online';
}
else
{
    echo 
'Offline';

But, you'll have to check into the sizes or whatever yourself.

If you have PHP5 you can just use filesize() directly with the URL.
Inigoesdr is offline   Reply With Quote
Old 07-31-2008, 04:03 PM   PM User | #3
van21691
New Coder

 
Join Date: Oct 2006
Posts: 68
Thanks: 3
Thanked 0 Times in 0 Posts
van21691 is an unknown quantity at this point
So basically what I have is a form. I got the form down.
The only thing that I don't get is how to make an image with their Yahoo name.

Let's say my username is yahooo. I entered yahooo down.
After I submit this, an image will be made as yahooo.gif
and I can use this anywhere I put it.
van21691 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:19 AM.


Advertisement
Log in to turn off these ads.