Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 5 of 5
Goto page Previous  1, 2, 3, 4, 5
 
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
No problem Kas... take your time... you will find us here when you are ready to work again!
KasLimon wrote: [View Post]
Hi, I'm very sorry for the long time since my last visit, but I was in England for the end of the classes. After the trip I had to update my web completely, and I'm still updating my web.

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
Are you sure that

Code: [Download] [Hide] [Select]
           //***PHP121***
            $php121 = '';
            if ( ($row['php121_user_chatting'] != 0) && ($row['php121_user_chatting'] != NULL )&& (time()-$row['php121_user_chatting']) < 90 )
            {
                $php121 = " <a href="#" onClick="window.open('php121/php121sendim.php?to=$row[user_id]','$row[user_id]','left=20, top=20,width=600,height=500,toolbar=0,resizeable=0');"><img src="php121/php121online.gif" height="11" width="11" border=0 ALT="Send instant message"></a>";
            }
            //***END PHP121***
            $user_online_link = colorize_username($row['user_id']) . $php121;



is correct?

Because whithout this part of code I have php121 in my site but without the possibility of watch users on-line and off-line...

When I insert this part of code, index.php become white.

Somebody can help me?  
 



 
Edited by Chaotic, Thu 09 Oct, 2008 20:57: Added code wrapper for code.
MaxTortoraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
MaxTortora wrote: [View Post]
Are you sure that

           //***PHP121***
            $php121 = '';
            if ( ($row['php121_user_chatting'] != 0) && ($row['php121_user_chatting'] != NULL )&& (time()-$row['php121_user_chatting']) < 90 )
            {
                $php121 = " <a href="#" onClick="window.open('php121/php121sendim.php?to=$row[user_id]','$row[user_id]','left=20, top=20,width=600,height=500,toolbar=0,resizeable=0');"><img src="php121/php121online.gif" height="11" width="11" border=0 ALT="Send instant message"></a>";
            }
            //***END PHP121***
            $user_online_link = colorize_username($row['user_id']) . $php121;


is correct?

Because whithout this part of code I have php121 in my site but without the possibility of watch users on-line and off-line...

When I insert this part of code, index.php become white.

Somebody can help me?  


Please wrap code using the code wrapping BBCode.

Thanks

-- I've used and still use this modification on my website with the installation instructions in the first post.  It works like a charm.  Be sure you've edited all necessary files and uploaded each file correctly.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
Thank you very much for your answer, Chaotic.

I have forgotten to say that when I runned the first SQL, the answer was

#1060 - Duplicate column name 'php121_user_chatting'

What does it mean?
Do you think that this message cause my problems?

Thank you very much!
 



 
MaxTortoraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
Very well could be the problem.  You may want to remove that second repeating line and see if it works.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
Chaotic wrote: [View Post]
Very well could be the problem.  You may want to remove that second repeating line and see if it works.


Sorry, I don't understand what I must do...  
 



 
MaxTortoraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
KasLimon wrote: [View Post]
What does this mod does?
It allows you to integrate php121 Instant Messenger system to your Icy Phoenix.
Then, what PHP121 Instant Messenger is?
Quote:
PHP121 is a free web based instant messenger - written entirely in PHP. This means that it will work in any browser on any operating system including Windows and Linux, anywhere!

If traditional messaging programs like MSN Messenger or Yahoo! Messenger are blocked at your school or workplace, PHP121 will still work.

PHP121 is ideal for community websites where a quick and easy way to chat is needed among its members.  By changing one setting in the configuration file, PHP121 can be easily integrated into other systems such as PHPNuke and phpBB. More integrations will be available in the future.
[More info: php121.com]


Demo board: here

Installation instructions:
Spoiler: [ Show ]


Greets!


Try deleting all these tables from your forum database.  Be very careful not to delete anything but the entries made when installing this mod.

Then use the above installation instructions to re-install the modification.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
I have applied the MOD in another my IP and the result is

Parse error: syntax error, unexpected '}' in /web/htdocs/www.noicuneesi.com/home/includes/users_online_block.php on line 113

   
 



 
MaxTortoraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
I'm assuming you made a donation on the PHP121 site to gain access to the latest version of PHP121, right?

I'm working on installing this modification on a test board and will report back if I find any errors.  (I'll edit this post after I install.)  
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
Chaotic wrote: [View Post]
I'm assuming you made a donation on the PHP121 site to gain access to the latest version of PHP121, right?


Yes, yesterday I made a donation of $ 19,00


Chaotic wrote: 

I'm working on installing this modification on a test board and will report back if I find any errors.  (I'll edit this post after I install.)  


But the modification you have applied on your site is not the latest version? It's not the same of that I have downloaded?

How long time do you think, I should have this modification on my site?  
 



 
MaxTortoraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
I'm using version 3.1.2.

You may want to start over by removing all the additions in your database from this modification and try re-installing following the explicit installation instructions in the first post of this thread.  I installed this on my test board with zero errors and it worked fine.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
If I make you a donation, you can apply modification on my site?  

Is it correct that all the index.html files in the attached package are 0 kb?
 



 
MaxTortoraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
I'm sorry, but I'm not installing anything on anyone's website.  I will try my best to help you get your problem solved, but if I can't, we've got many other expert users of Icy Phoenix that may be able to help!

It won't be long buddy so just be patient.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 5 of 5
Goto page Previous  1, 2, 3, 4, 5


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events