Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 5
Goto page 1, 2, 3, 4, 5  Next
 
Reply with quote Download Post 
Post PHP121 Instant Messenger Integration 
 
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!

php121 integration.zip
Description:  
Download
Filename: php121 integration.zip
Filesize: 8.23 KB
Downloaded: 322 Time(s)

 




____________
Gabriel Anca
 
Last edited by KasLimon on Tue 18 Mar, 2008 17:18; edited 2 times in total 
KasLimonSend private messageVisit 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 
 
Nice integration KasLimon Only confusing thing is the icon for the chat room being on the right, away from all the other icons...
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
Great job Kas!
 




____________
| 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 
 
Nice work KasLimon!
 




____________
~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
Have an error of Syntaxis in this SQL

Code: [Download] [Hide]
  1. ALTER TABLE `phpbb_users` ADD `php121_user_chatting` INT( 11 ) DEFAULT '0' NOT NULL , 


I reemplace ` for ' and never

Code: [Download] [Hide]
  1. ALTER TABLE 'ip_users' ADD 'php121_user_chatting' INT( 11 ) DEFAULT '0' NOT NULL , 


Spoiler: [ Show ]

 




____________
? JHOSMAN - Webmaster
 
JHOSMANSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
JHOSMAN wrote: [View Post]
Have an error of Syntaxis in this SQL

Code: [Download] [Hide]
  1. ALTER TABLE `phpbb_users` ADD `php121_user_chatting` INT( 11 ) DEFAULT '0' NOT NULL , 


I reemplace ` for ' and never

Code: [Download] [Hide]
  1. ALTER TABLE 'ip_users' ADD 'php121_user_chatting' INT( 11 ) DEFAULT '0' NOT NULL , 


Spoiler: [ Show ]


Just before it, he said:

Replace phpbb_ with your table prefix and run this SQL:
 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
It is, the problem is in the post of  KasLimon in ` is! => '

PD. my prefix is ip_

novice programmer wrote: [View Post]


Just before it, he said:

Replace phpbb_ with your table prefix and run this SQL:


Spoiler: [ Show ]




   check:
Spoiler: [ Show ]


 
 




____________
? JHOSMAN - Webmaster
 
JHOSMANSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
JHOSMAN, try this:

Spoiler: [ Show ]


I had a problem with functions not working a few days ago, so I removed all the php121 SQL actions and started over from scratch.  I also ran each SQL block manually, block by block to be sure all SQL code was executed correctly.

Try that.
 




____________
| 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 
 
moreteavicar, I'm afraid I don't know what icon you are talking about

JHOSMAN, if what Chaotic says doesn't work, try this:
Quote:
ALTER TABLE `ip_users` ADD `php121_user_chatting` INT(11) DEFAULT '0' NOT NULL


Thank you all
 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
KasLimon wrote: [View Post]
moreteavicar, I'm afraid I don't know what icon you are talking about

JHOSMAN, if what Chaotic says doesn't work, try this:
Quote:
ALTER TABLE `ip_users` ADD `php121_user_chatting` INT(11) DEFAULT '0' NOT NULL


Thank you all


I think MORETEAVICAR is talking about this icon: php121online
 




____________
| 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 
 
KasLimon wrote: [View Post]
JHOSMAN, if what Chaotic says doesn't work, try this:
Quote:
ALTER TABLE `ip_users` ADD `php121_user_chatting` INT(11) DEFAULT '0' NOT NULL



This SQL it's Runing Thanks  

The problem it's here:

Spoiler: [ Show ]


Edit the post of the Instalation          
 




____________
? JHOSMAN - Webmaster
 
JHOSMANSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
New problem  

Spoiler: [ Show ]


Edit: The SQL of Chaotic if runing   that a exepcion  

Spoiler: [ Show ]

 




____________
? JHOSMAN - Webmaster
 
Edited by JHOSMAN, Tue 18 Mar, 2008 17:09: Error SQL
JHOSMANSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
This is only for JHOSMAN. Please don't try to apply this if you are not JHOSMAN

I've made a mistake when posting installation instructions.

Try to run this queries:
Spoiler: [ Show ]

 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
The first consult SQL it's nice that second print error

Spoiler: [ Show ]

 




____________
? JHOSMAN - Webmaster
 
JHOSMANSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: PHP121 Instant Messenger Integration 
 
JHOSMAN wrote: [View Post]
The first consult SQL it's nice that second print error

Spoiler: [ Show ]


You may have made a simple mistake JHOSMAN.  See:

Code: [Download] [Hide] [Select]
REATE TABLE `php121_control` (
`id` int( 1 ) NOT NULL default '1', `CL_LastModified` int( 11 ) NOT NULL default '0', `CL_UpdateKey` int( 11 ) NOT NULL default '0', PRIMARY KEY ( `id` )
) TYPE = MYISAM ;


I think when you were copying and pasting, you left out the "C" in "CREATE".  You entered "REATE TABLE".  It may be best that you delete all the php121 SQL entries and run the SQL queries KasLimon just posted.  After you get all the SQL work done, the mod will be a piece of cake to install.

Good luck!
 




____________
| 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 1 of 5
Goto page 1, 2, 3, 4, 5  Next


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