PHP121 Instant Messenger Integration


Goto page 1, 2, 3, 4, 5  Next

Subject: 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!

Last edited by KasLimon on Tue 18 Mar, 2008 17:18; edited 2 times in total

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

Subject: 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...

Profile PM  
Subject: Re: PHP121 Instant Messenger Integration
Great job Kas!

Subject: Re: PHP121 Instant Messenger Integration
Nice work KasLimon! :up:

Subject: 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 ]

Subject: 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:

Profile PM  
Subject: 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 ]


:shock:

Subject: 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.

Subject: Re: PHP121 Instant Messenger Integration
moreteavicar, I'm afraid I don't know what icon you are talking about :oops:

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 :mricy:

Subject: Re: PHP121 Instant Messenger Integration
KasLimon wrote: [View Post]
moreteavicar, I'm afraid I don't know what icon you are talking about :oops:

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 :mricy:


I think MORETEAVICAR is talking about this icon: php121online

Subject: 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 :P

The problem it's here:

Spoiler: [ Show ]


Edit the post of the Instalation :cop: :v: :v: :v: :v:

Subject: Re: PHP121 Instant Messenger Integration
New problem :(

Spoiler: [ Show ]


Edit: The SQL of Chaotic if runing :wink: that a exepcion :roll:

Spoiler: [ Show ]

Subject: Re: PHP121 Instant Messenger Integration
This is only for JHOSMAN. Please don't try to apply this if you are not JHOSMAN :roll:

I've made a mistake when posting installation instructions.

Try to run this queries:
Spoiler: [ Show ]

Subject: Re: PHP121 Instant Messenger Integration
The first consult SQL it's nice that second print error

Spoiler: [ Show ]

Subject: 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!

Goto page 1, 2, 3, 4, 5  Next

Page 1 of 5


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.3755s (PHP: 9% SQL: 91%)
SQL queries: 14 - Debug Off - GZIP Enabled