Author |
Message |
NeapolitanWorld
Involved
Joined: Nov 06, 2005
Posts: 339
Location: Los Angeles, USA
|
Posted:
Tue Dec 16, 2008 12:36 pm |
|
I have a site php nuke 7.6 patched which heavily uses Site Messenger 1.4. I'm trying to migrate to Raven Nuke 2.3, and when installing the Site Messenger module and block, it will not work in Raven Nuke. Does anyone know what modifications need to be made, or if there is a download available that is valid for Raven Nuke?
Thanks in advance,
jc |
|
|
|
|
jakec
Site Admin
Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Tue Dec 16, 2008 1:07 pm |
|
It could be the $dbi issue that has been reported here. Where can the module be downloaded from? |
|
|
|
|
NeapolitanWorld
|
Posted:
Tue Dec 16, 2008 1:31 pm |
|
I could not find anywhere to download. If anyone needs this module and block PM me.
Thanks
jc |
Last edited by NeapolitanWorld on Tue Dec 16, 2008 2:56 pm; edited 1 time in total |
|
|
|
Guardian2003
Site Admin
Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Tue Dec 16, 2008 1:39 pm |
|
Yes, it uses $dbi so the script must be around 3-4 years old. |
|
|
|
|
NeapolitanWorld
|
Posted:
Tue Dec 16, 2008 1:46 pm |
|
Is it possible for you to link me to the $dbi thread discussed here already. I tried to search it but had hundreds of search results and was unable to find the answer. I would assume it has to do with replacing $dbi code for???
Regards,
jc |
|
|
|
|
Guardian2003
|
Posted:
Tue Dec 16, 2008 1:58 pm |
|
|
|
|
jakec
|
Posted:
Tue Dec 16, 2008 2:00 pm |
|
You beat me to it G. |
|
|
|
|
NeapolitanWorld
|
Posted:
Tue Dec 16, 2008 2:25 pm |
|
Thanks!
I see $dbi all over the place in that code. Might have to patiently wait for you to get that. I'm not too familiar with code.
Regards,
jc |
|
|
|
|
Raven
Site Admin/Owner
Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Tue Dec 16, 2008 2:38 pm |
|
NeapolitanWorld, your email address is bouncing all attempts to reach you. Please correct it ASAP. Thanks. |
|
|
|
|
NeapolitanWorld
|
Posted:
Tue Dec 16, 2008 2:46 pm |
|
Raven wrote: | NeapolitanWorld, your email address is bouncing all attempts to reach you. Please correct it ASAP. Thanks. |
Sorry about that! I had not updated my profile.
I can also be reached here in your site via PM.
Best Regards,
jc |
|
|
|
|
Guardian2003
|
Posted:
Tue Dec 16, 2008 3:07 pm |
|
NeapolitanWorld - I have reviewed the code for this module and I just wanted to let you know I will not be converting it. The code is just too old and requires too much effort (to do it properly) to get the end result.
Are you using PHP5 ? If you are, then you might be better using something like Live Chat from www.nukecoder.com |
|
|
|
|
kb9nha
Regular
Joined: Apr 26, 2008
Posts: 60
Location: Windy City
|
Posted:
Tue Dec 16, 2008 3:23 pm |
|
Edited... |
Last edited by kb9nha on Wed Aug 07, 2024 6:48 pm; edited 1 time in total |
|
|
|
Guardian2003
|
Posted:
Tue Dec 16, 2008 3:33 pm |
|
kb9nha wrote: | Or PHP 121 Instant Messenger |
But isn't that vulnerable? |
|
|
|
|
NeapolitanWorld
|
Posted:
Tue Dec 16, 2008 4:38 pm |
|
Guardian2003 wrote: | NeapolitanWorld - I have reviewed the code for this module and I just wanted to let you know I will not be converting it. The code is just too old and requires too much effort (to do it properly) to get the end result.
Are you using PHP5 ? If you are, then you might be better using something like Live Chat from www.nukecoder.com |
Hey thanks for the suggestion!
I'll check on both options, and if more can let me know on the php 121 and the security would be appreciated.
Regards,
jc |
|
|
|
|
kb9nha
|
Posted:
Tue Dec 16, 2008 9:34 pm |
|
Edited... |
Last edited by kb9nha on Wed Aug 07, 2024 6:48 pm; edited 1 time in total |
|
|
|
NeapolitanWorld
|
Posted:
Wed Dec 17, 2008 12:31 am |
|
Guardian2003 wrote: | If you are, then you might be better using something like Live Chat from www.nukecoder.com |
It seamed like an easy enough installation but I get the following:
Error accessing the server!
kb9nha, 121 seams like it has potential, but looking at the modifications on block-modules and the other block. I don't think it will work "out of the box" with RavenNuke 2.30, if I'm wrong please advice. I guess the purpose of these forums is to get good advice, instead of spending countless hours looking for something. If there is a IM out there that works very similar to the one first mentioned, that be very nice to know
Regards,
jc |
|
|
|
|
NeapolitanWorld
|
Posted:
Wed Dec 17, 2008 1:21 am |
|
NeapolitanWorld wrote: | Guardian2003 wrote: | If you are, then you might be better using something like Live Chat from www.nukecoder.com |
It seamed like an easy enough installation but I get the following:
Error accessing the server!
|
Easy fix to this:
Add this to the top of liveChat.php, under the < ?php tag...
Code:
define('INCLUDE_PATH', '');
Still interested in the 121, as I'm not really looking for a chat, but rather a IM between two members. If anyone can advice would be appreciated.
jc |
|
|
|
|
kb9nha
|
Posted:
Thu Dec 18, 2008 12:44 am |
|
Edited... |
Last edited by kb9nha on Wed Aug 07, 2024 6:49 pm; edited 1 time in total |
|
|
|
Raven
|
Posted:
Thu Dec 18, 2008 1:14 am |
|
NeapolitanWorld wrote: | Raven wrote: | NeapolitanWorld, your email address is bouncing all attempts to reach you. Please correct it ASAP. Thanks. |
Sorry about that! I had not updated my profile.
I can also be reached here in your site via PM.
Best Regards,
jc |
Please update your email profile so that I will stop getting the bounced messages. Thanks! |
|
|
|
|
NeapolitanWorld
|
Posted:
Thu Dec 18, 2008 1:42 am |
|
Raven wrote: |
Please update your email profile so that I will stop getting the bounced messages. Thanks! |
Sorry about that Raven. I thought that I had updated but for some reason I did not complete the process. Now I'm sure I have a good e-mail on your site
Thanks! kb9nha also for the PM. You did a great job with your site. I'll have to give 121 a try at it
jc |
|
|
|
|
Guardian2003
|
Posted:
Thu Dec 18, 2008 1:47 am |
|
The last known vulnerable version of PHP 121 was v 2.2 according to secunia.com |
|
|
|
|
NeapolitanWorld
|
Posted:
Thu Dec 18, 2008 3:04 pm |
|
I just want to let membership know that I installed the latest php121 version 3.1.2. (http://www.php121.com/download.php) and it went with out a hitch. Pretty easy install, the only thing is that it placed a links in my Modules "Instant Messenger" above the "Home" link with the block-module they provide, very simple to switch the code around and change it to the bottom.
I'm wondering does anyone know of a custom block, which displays the same features/content as when clicking the pop up?
Regards,
jc |
|
|
|
|
NeapolitanWorld
|
Posted:
Fri Dec 26, 2008 12:33 pm |
|
Spoke too soon with php121!
Actually this adds fields to nuke_users table and will likely mess up your registration. It was removed from my site and did not use it. If you are looking to add this to your site, you should consider this first.
Regards,
jc
* edited by moderator * |
|
|
|
|
montego
Site Admin
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sat Dec 27, 2008 10:11 am |
|
jc, I edited out your quote of your previous post since it is just unnecessary duplication. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
|
|