Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 12 of 12
Search took 0.03 seconds.
Search: Posts Made By: iman
Forum: PHP 02-04-2013, 01:11 AM
Replies: 22
Views: 1,008
Posted By iman
Thank you very much. I really appreciate your...

Thank you very much. I really appreciate your kindness.
Forum: PHP 02-01-2013, 12:34 AM
Replies: 22
Views: 1,008
Posted By iman
So you mean it's better to enable this line or...

So you mean it's better to enable this line or disable ?

if(is_file($file))


However, The script which i'm using now is:

<?php
$sDomain = 'mail.opi.yahoo.com';
$iTimeout = 10;
Forum: PHP 01-31-2013, 11:39 PM
Replies: 22
Views: 1,008
Posted By iman
I replaced these codes: if ($sStatus == 01) ...

I replaced these codes:

if ($sStatus == 01)
{
$file = './icon/01/icon.gif';
}
else
{
$file = './icon/00/icon.gif';
}
Forum: PHP 01-31-2013, 01:10 AM
Replies: 22
Views: 1,008
Posted By iman
I found what the problem is. I changed ...

I found what the problem is.
I changed

$file = './icon/'.$sStatus.'/icon.gif';

to

$file = './icon/'.'00'.'/icon.gif';

to check this path: "./icon/00/icon.gif". the indicator was...
Forum: PHP 01-30-2013, 02:47 AM
Replies: 22
Views: 1,008
Posted By iman
i'm using these codes in index.html to call...

i'm using these codes in index.html to call ~/status.php but nothing's happening

<a style="text-decoration:none;" href="ymsgr:sendim?iman_rush"><img...
Forum: PHP 01-30-2013, 02:37 AM
Replies: 22
Views: 1,008
Posted By iman
I replaced above code with the previous one in...

I replaced above code with the previous one in status.php but still not working
The page source for ~/status.php is only number 1
Forum: PHP 01-30-2013, 12:28 AM
Replies: 22
Views: 1,008
Posted By iman
I did but still not working... that's what i...

I did but still not working...

that's what i did:

<?php
$sDomain = 'mail.opi.yahoo.com';
$iTimeout = 10;
$sStatus = '00'; // I'd actually recommend defaulting this to...
Forum: PHP 01-29-2013, 07:02 PM
Replies: 22
Views: 1,008
Posted By iman
Here is the path: The online icon is here ...

Here is the path:

The online icon is here
/ym/icon/01/icon.gif

And the offline icon is here
/ym/icon/00/icon.gif

I attached the entire of /ym folder
Forum: PHP 01-29-2013, 03:29 PM
Replies: 22
Views: 1,008
Posted By iman
Sadly, I didn't get anything from $status. Can...

Sadly, I didn't get anything from $status. Can you check your PM box please?
Forum: PHP 01-28-2013, 11:25 PM
Replies: 22
Views: 1,008
Posted By iman
Thank you very much. I did, but nothing...

Thank you very much. I did, but nothing happened(Still blank). I'm going to inbox you my server details.
I'm so sorry for bothering you but you're the only person who can help me out :(
Forum: PHP 01-28-2013, 06:39 PM
Replies: 22
Views: 1,008
Posted By iman
They said they won't enable it because of...

They said they won't enable it because of security reasons !!! Thay also said Curl is enabled.

I got this output:
fsockopen is available? yes

As i'm an amateur in coding, could you change the...
Forum: PHP 01-28-2013, 01:08 AM
Replies: 22
Views: 1,008
Posted By iman
Alternative code for Y! status

I've just moved to new server and got this error due to webmaster has disabled this function(because of security reasons):


Warning: file_get_contents() [function.file-get-contents]:
URL...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT +1. The time now is 01:44 AM.