PHP121 Instant Messenger Integration »  Show posts from    to     

Icy Phoenix


Old Customizations - PHP121 Instant Messenger Integration



KasLimon [ Tue 18 Mar, 2008 13:13 ]
Post 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!


moreteavicar [ Tue 18 Mar, 2008 15:17 ]
Post 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...


Chaotic [ Tue 18 Mar, 2008 15:19 ]
Post subject: Re: PHP121 Instant Messenger Integration
Great job Kas!


buldo [ Tue 18 Mar, 2008 15:25 ]
Post subject: Re: PHP121 Instant Messenger Integration
Nice work KasLimon!


JHOSMAN [ Tue 18 Mar, 2008 15:44 ]
Post subject: Re: PHP121 Instant Messenger Integration
Have an error of Syntaxis in this SQL

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


I reemplace ` for ' and never

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


Spoiler: [ Show ]


novice programmer [ Tue 18 Mar, 2008 16:15 ]
Post subject: Re: PHP121 Instant Messenger Integration
JHOSMAN wrote: [View Post]
Have an error of Syntaxis in this SQL

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


I reemplace ` for ' and never

Code: [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:


JHOSMAN [ Tue 18 Mar, 2008 16:17 ]
Post 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 ]




Chaotic [ Tue 18 Mar, 2008 16:34 ]
Post 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.


KasLimon [ Tue 18 Mar, 2008 16:39 ]
Post subject: 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


Chaotic [ Tue 18 Mar, 2008 16:42 ]
Post subject: 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


JHOSMAN [ Tue 18 Mar, 2008 16:43 ]
Post 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

The problem it's here:

Spoiler: [ Show ]


Edit the post of the Instalation


JHOSMAN [ Tue 18 Mar, 2008 16:53 ]
Post subject: Re: PHP121 Instant Messenger Integration
New problem

Spoiler: [ Show ]


Edit: The SQL of Chaotic if runing that a exepcion

Spoiler: [ Show ]


KasLimon [ Tue 18 Mar, 2008 17:20 ]
Post subject: 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 ]


JHOSMAN [ Tue 18 Mar, 2008 17:30 ]
Post subject: Re: PHP121 Instant Messenger Integration
The first consult SQL it's nice that second print error

Spoiler: [ Show ]


Chaotic [ Tue 18 Mar, 2008 23:12 ]
Post 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: [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!


xmenfile [ Wed 19 Mar, 2008 05:22 ]
Post subject: Re: PHP121 Instant Messenger Integration
Oh, no. Mine comes out 400 error


KasLimon [ Wed 19 Mar, 2008 11:05 ]
Post subject: Re: PHP121 Instant Messenger Integration
JHOSMAN, I agree with Chaotic

xmenfile, do you mean 404 (not found)?
Please check if this file exists:
your_ip_root/php121/php121im.php


xmenfile [ Wed 19 Mar, 2008 13:50 ]
Post subject: Re: PHP121 Instant Messenger Integration
sorry, that's what i meant. I could not find that file, not even in package.


nene94 [ Wed 19 Mar, 2008 15:36 ]
Post subject: Re: PHP121 Instant Messenger Integration
Fatal error: Call to undefined function encode_ip_hexdec() in /homepages/33/d224740309/htdocs/iesmg/ip/includes/sessions.php on line 218


KasLimon [ Wed 19 Mar, 2008 16:13 ]
Post subject: Re: PHP121 Instant Messenger Integration
xmenfile, You should download the ZIP package from here: http://www.php121.com/download.php
Please follow the installation instructions

nene94, this error is related to IP Country Flag Mod, not to php121 Instant Messenger.

Greets!


nene94 [ Wed 19 Mar, 2008 16:30 ]
Post subject: Re: PHP121 Instant Messenger Integration
KasLimon wrote: [View Post]
xmenfile, You should download the ZIP package from here: http://www.php121.com/download.php
Please follow the installation instructions

nene94, this error is related to IP Country Flag Mod, not to php121 Instant Messenger.

Greets!


Ok but you have any other demo board?

Thanks!


KasLimon [ Wed 19 Mar, 2008 16:45 ]
Post subject: Re: PHP121 Instant Messenger Integration
Ok I'm sorry, I had messed up my demo board. I'll repair it ASAP.
I thought you were speaking about your board


KasLimon [ Wed 19 Mar, 2008 16:49 ]
Post subject: Re: PHP121 Instant Messenger Integration
It should be fixed now


JHOSMAN [ Wed 19 Mar, 2008 18:09 ]
Post subject: Re: PHP121 Instant Messenger Integration
The consults SQL is inished, the problem is in the add block in "Edit the page" the Archive of Block "php121" no found in the list


Chaotic [ Wed 19 Mar, 2008 18:33 ]
Post subject: Re: PHP121 Instant Messenger Integration
JHOSMAN,

When adding the block, search for "php121" in the Block File. Here are some screenshots of where to find it:

Spoiler: [ Show ]


Also, make sure you have uploaded the "blocks" and "templates" folders that came with the modification in the first post.


nene94 [ Wed 19 Mar, 2008 18:38 ]
Post subject: Re: PHP121 Instant Messenger Integration
KasLimon wrote: [View Post]
It should be fixed now


Thanks!


JHOSMAN [ Wed 19 Mar, 2008 19:37 ]
Post subject: Re: PHP121 Instant Messenger Integration
I reupload the files modified and never

Chek the files http://www.mediafire.com/?9gy2guone49


xmenfile [ Thu 20 Mar, 2008 08:01 ]
Post subject: Re: PHP121 Instant Messenger Integration
hello, i got an error message. can anyone help? Thank you,

Spoiler: [ Show ]


KasLimon [ Thu 20 Mar, 2008 11:38 ]
Post subject: Re: PHP121 Instant Messenger Integration
JHOSMAN, look at the end of the list.
At first your block will appear at the end of the list.

xmenfile, this is a php121 problem. What have you changed since you installed this addon?

Greets!


xmenfile [ Thu 20 Mar, 2008 14:55 ]
Post subject: Re: PHP121 Instant Messenger Integration
I installed and edit files just like the 1st post instruction said. down load php121 and upload it to root, down load attached package and upload to root and edit 2 files.


KasLimon [ Thu 20 Mar, 2008 15:46 ]
Post subject: Re: PHP121 Instant Messenger Integration
xmenfile, this is very strange...
Have you runned all the mysql queries?


xmenfile [ Thu 20 Mar, 2008 17:21 ]
Post subject: Re: PHP121 Instant Messenger Integration
KasLimon wrote: [View Post]
xmenfile, this is very strange...
Have you runned all the mysql queries?
Yes, i did and i did couple times to make sure.


KasLimon [ Thu 20 Mar, 2008 18:02 ]
Post subject: Re: PHP121 Instant Messenger Integration
If the error is not related to integration you'll have to ask for help in php121.com...


Chaotic [ Thu 20 Mar, 2008 21:15 ]
Post subject: Re: PHP121 Instant Messenger Integration
xmenfile wrote: [View Post]
hello, i got an error message. can anyone help? Thank you,

Spoiler: [ Show ]


I had those problems at first too. I went back and removed all the SQL from php121 and started from scratch. If you are having these errors when copying and pasting the entire SQL code, try adding each SQL block seperately. My IM worked perfectly after doing that.


KasLimon [ Thu 20 Mar, 2008 22:59 ]
Post subject: Re: PHP121 Instant Messenger Integration
I think the problem is you ran some sql more than once, and that returns an error because some queries ask for a single result and it's returning more than one.
Please delete all tables you've created and execute all SQL queries only once.

Greets!


JHOSMAN [ Fri 21 Mar, 2008 18:24 ]
Post subject: Re: PHP121 Instant Messenger Integration
KasLimon wrote: [View Post]
JHOSMAN, look at the end of the list.
At first your block will appear at the end of the list.


Chek the end of my list

dibujogp8.th



KasLimon [ Sat 22 Mar, 2008 11:08 ]
Post subject: Re: PHP121 Instant Messenger Integration
JHOSMAN, please check if this files are present in your forum:
/blocks/blocks_imp_php121.cfg
/blocks/blocks_imp_php121.php

If they are not, please re-upload all the pack attached to my first message.

Greets!


JHOSMAN [ Sat 22 Mar, 2008 17:03 ]
Post subject: Re: PHP121 Instant Messenger Integration
This have the problem I later upload the content the DOwnload of php121

Thanks

Other problem In the block in the portal print this mesage

Code: [Hide]
  1. No input file specified. 


xmenfile [ Sat 22 Mar, 2008 20:19 ]
Post subject: Re: PHP121 Instant Messenger Integration
I can't get it work on my and i have a question. do i have to edit anything in the config file?


KasLimon [ Sun 23 Mar, 2008 17:00 ]
Post subject: Re: PHP121 Instant Messenger Integration
JHOSMAN, please show me a shot of your php121 block configuration

xmenfile, Config file included in my first message takes the configuration from config.php and constants.php, it should not have any problem...
Have you deleted all new tables and ran sql again?

Greets!


xmenfile [ Sun 23 Mar, 2008 17:27 ]
Post subject: Re: PHP121 Instant Messenger Integration
KasLimon wrote: [View Post]
JHOSMAN, please show me a shot of your php121 block configuration

xmenfile, Config file included in my first message takes the configuration from config.php and constants.php, it should not have any problem...
Have you deleted all new tables and ran sql again?

Greets!


KasLimon, i did so many times. Let me keep playing wiith it.


JHOSMAN [ Sun 23 Mar, 2008 17:43 ]
Post subject: Re: PHP121 Instant Messenger Integration
KasLimon wrote: [View Post]
JHOSMAN, please show me a shot of your php121 block configuration

Greets!


The show
dibujokj3.th


KasLimon [ Sun 23 Mar, 2008 18:06 ]
Post subject: Re: PHP121 Instant Messenger Integration
Please try to clean cache.
JHOSMAN wrote: [View Post]
In the block in the portal print this mesage

Code: [Hide]
  1. No input file specified. 
When exactly? When adding the block or when viewing the portal?

Greets!


JHOSMAN [ Sun 23 Mar, 2008 18:43 ]
Post subject: Re: PHP121 Instant Messenger Integration
At time of view the portal


JHOSMAN [ Fri 28 Mar, 2008 16:41 ]
Post subject: Re: PHP121 Instant Messenger Integration
I have two problems SQL

Code: [Hide]
  1. Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/kokforos/public_html/foro/php121/php121im.php on line 625 


Code: [Hide]
  1. Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/kokforos/public_html/foro/php121/php121im.php on line 1399 


scr92f7890ob9.th



Chaotic [ Sat 29 Mar, 2008 01:42 ]
Post subject: Re: PHP121 Instant Messenger Integration
JHOSMAN wrote: [View Post]
I have two problems SQL

Code: [Hide]
  1. Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/kokforos/public_html/foro/php121/php121im.php on line 625 


Code: [Hide]
  1. Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/kokforos/public_html/foro/php121/php121im.php on line 1399 


scr92f7890ob9.th



I'm 99.9% sure that not all the SQL entries were made. Go back and enter them again and I bet it'll work.

Good luck JHOSMAN!


xmenfile [ Thu 10 Apr, 2008 10:36 ]
Post subject: Re: PHP121 Instant Messenger Integration
Joshman, do you have any luck? i tried over and over MySQL, but same result.


xmenfile [ Sat 24 May, 2008 17:27 ]
Post subject: Re: PHP121 Instant Messenger Integration
Chaotic wrote: [View Post]
JHOSMAN wrote: [View Post]
I have two problems SQL

Code: [Hide]
  1. Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/kokforos/public_html/foro/php121/php121im.php on line 625 


Code: [Hide]
  1. Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/kokforos/public_html/foro/php121/php121im.php on line 1399 


scr92f7890ob9.th



I'm 99.9% sure that not all the SQL entries were made. Go back and enter them again and I bet it'll work.

Good luck JHOSMAN!


no, it's not sql, 'cause i have it work perfectly on other host and when i moved to different host, then getting this error.


postanime [ Sun 01 Jun, 2008 04:29 ]
Post subject: Re: PHP121 Instant Messenger Integration
This may sound weird or even stupid :P, but, is this software free or it has to be buyed?. Because i cant seem to find it free anywhere.

^^


xmenfile [ Sun 01 Jun, 2008 08:16 ]
Post subject: Re: PHP121 Instant Messenger Integration
it used to be free, but now they are charging it.




Powered by Icy Phoenix