
FlashChat - How To Get It Working In ICY
Subject: Re: FlashChat - How To Get It Working In ICY
my problem is the following one: I finish installing in the premises the Chat Flash so that it works integrated with the Ici and it goes of wonder, the problem comes when attempt to change to the Link of chat in the main menu of navigation that this to the left, by but which I put in the panel of configuration of cms and change the Link in the dynamic menu east really does not change in the Web, already proved everything, takes to 5 hours fighting with this and nothing, if I do clik on chat within the Control Panel of cms if it works, but for some reason does not change in the vestibule and continues pointing at ajax chat. The Link of the head where it says Vestibule, Chat, New, Profile, To look for, FAQ, To connect themselves)... if it works, but within the dynamic menu no. :? :?
Subject: Re: FlashChat - How To Get It Working In ICY
Good I gave a solution him not very elegant, changing to the name of the original file and re naming chat.php like ajax_chat.php, but what matters it is that it works. Thanks for the idea and the data of like doing it, can see it working Here :mryellow: :thanks: :up:
Subject: Re: FlashChat - How To Get It Working In ICY
hello, they excuse the annoyance, wanted to know if there is some form in which chat can add a Link to the block of the flash to return to the forum or to index? :shock:
Subject: Re: FlashChat - How To Get It Working In ICY
CrackerTracker is pretty aggravating and I wish there was an enable/disable switch in the ACP.
I'm having trouble installing this chat and it all happens on Step 3.5 (step_3.5.php). I get the infamous:
I've tried using the Doc Lopalong posted, CBACK CrackerTracker Has Detected A Potential Attack, but still get the same alert from CrackerTracker when I make it to step 3.5 in the installer. The problem is I have no clue where to put:
because I cannot find:
in the step_3.5.php.
Here is the step_3.5.php file:
I don't know if I'll need to add more than: define('CT_SECLEVEL', 'LOW'); or not.
I also enabled debug mode in CrackerTracker and it recommends this: (Not sure why it showed up upside down, LOL.)
That still didn't work. :(
Any help will greatly be appreciated. :)
I'm having trouble installing this chat and it all happens on Step 3.5 (step_3.5.php). I get the infamous:
Quote:
I've tried using the Doc Lopalong posted, CBACK CrackerTracker Has Detected A Potential Attack, but still get the same alert from CrackerTracker when I make it to step 3.5 in the installer. The problem is I have no clue where to put:
because I cannot find:
in the step_3.5.php.
Here is the step_3.5.php file:
Spoiler: [ Show ]
I don't know if I'll need to add more than: define('CT_SECLEVEL', 'LOW'); or not.
I also enabled debug mode in CrackerTracker and it recommends this: (Not sure why it showed up upside down, LOL.)
Spoiler: [ Show ]
That still didn't work. :(
Any help will greatly be appreciated. :)
Subject: Re: FlashChat - How To Get It Working In ICY
You can try any one of the following two:
Remove all of the other ct commands and after the <?php on a new line either add:
// CTracker_Ignore: File checked by human
or
define('CT_SECLEVEL', 'LOW');
If I get time today, I'll have a look at the whole MOD - Don't hold your breath. ;)
Remove all of the other ct commands and after the <?php on a new line either add:
// CTracker_Ignore: File checked by human
or
define('CT_SECLEVEL', 'LOW');
If I get time today, I'll have a look at the whole MOD - Don't hold your breath. ;)
Subject: Re: FlashChat - How To Get It Working In ICY
I tried those two lines and still receive the same error. :(
I love CBACK! :evil:
I love CBACK! :evil:
Subject: Re: FlashChat - How To Get It Working In ICY
I will have look later today and re-write anything that's necessary to get it to work - That's if I can get it to work also. :twisted:
Subject: Re: FlashChat - How To Get It Working In ICY
Last edited by DWho on Mon 06 Oct, 2008 10:35; edited 1 time in total
place this in the chat/install.php file
after
it worked for me...
:mryellow: :mryellow:
$ct_ignorepvar = array('name_0_845','name_1_845','name_2_845','name_3_845','name_4_845','name_5_845','name_6_845','
name_7_845','name_8_845','name_9_845','name_10_845','name_11_845','fld_0_846','fld_1_846','fld_2_846',
'fld_3_846','fld_4_846','fld_5_846','fld_6_846','fld_7_846','fld_8_846','fld_9_846','fld_10_846','fld_11_846');
define('CT_SECLEVEL', 'MEDIUM');
name_7_845','name_8_845','name_9_845','name_10_845','name_11_845','fld_0_846','fld_1_846','fld_2_846',
'fld_3_846','fld_4_846','fld_5_846','fld_6_846','fld_7_846','fld_8_846','fld_9_846','fld_10_846','fld_11_846');
define('CT_SECLEVEL', 'MEDIUM');
after
it worked for me...
:mryellow: :mryellow:
Last edited by DWho on Mon 06 Oct, 2008 10:35; edited 1 time in total
Subject: Re: FlashChat - How To Get It Working In ICY
Last edited by Guest on Mon 06 Oct, 2008 15:19; edited 1 time in total
@ Dwho,
He's having probs installing not running it. ;)
I also have it bridged and running and haven't had your problem - - - - YET! So we'll see what happens.
Notes:
The chat folder must be one level under your forum eg, /forum/chat
Step_3.5.php apparently starts the the bridge file for phpBB 2.0.10 and above and phpBB2CMS.php is the actual bridge??
Here are some unfinished instructions for you to go on with, while I have a look at integrating the rest of it with CMS and templates etc. ;)
Download FlashChat From Here:
h**p://***.tufat.com/s_flash_chat_chatroom.htm
Unzip and Copy the chat folder and contents to your-forum/chat
He's having probs installing not running it. ;)
I also have it bridged and running and haven't had your problem - - - - YET! So we'll see what happens.
Notes:
The chat folder must be one level under your forum eg, /forum/chat
Step_3.5.php apparently starts the the bridge file for phpBB 2.0.10 and above and phpBB2CMS.php is the actual bridge??
Here are some unfinished instructions for you to go on with, while I have a look at integrating the rest of it with CMS and templates etc. ;)
Download FlashChat From Here:
h**p://***.tufat.com/s_flash_chat_chatroom.htm
Unzip and Copy the chat folder and contents to your-forum/chat
Spoiler: [ Show ]
Last edited by Guest on Mon 06 Oct, 2008 15:19; edited 1 time in total
Subject: Re: FlashChat - How To Get It Working In ICY
I installed flashchat 2 days ago and ctracker blocked the installation the code above worked to install it....
my bad I meant the install.php file not the index.php file.... :oops:
I have corrected my post above...
the only problem after install is when in chat the profile link to a user does not take you to the users profile in ICY...
I tested this with a vanilla phpbb and it works fine so there is a slight differance in the code for icy ... I have not had a chance to look though I doubt I would know the changes....
FYI
my bad I meant the install.php file not the index.php file.... :oops:
I have corrected my post above...
the only problem after install is when in chat the profile link to a user does not take you to the users profile in ICY...
I tested this with a vanilla phpbb and it works fine so there is a slight differance in the code for icy ... I have not had a chance to look though I doubt I would know the changes....
FYI
Subject: Re: FlashChat - How To Get It Working In ICY
Thanks for correcting it, because now it's something that I wont have to look out for. :mryellow:
There are probably other ways of doing it with cTracker, but both the install.php and install_files folder get removed anyway, so cTracker security becomes redundant for those files. ;)
The other problem (re profile) you mention is probably related to the path / permissions etc - don't know, but it's something that we can work out later.
Or I may look at that first - Will be in touch. 8)
Edit:
Re the profile: It appears that that is controlled here ->
phpBB2CMS.php
But it's not even being addressed. So who's going to hit the FlashChat forums to find out where the path is from the "Profile" in the menu to this bridge. ? Not me! :P
And for all the good index.tpl is you may as well delete the content and add the script below so that FlashChat isn't accessible in any way from the web:
Still picking my way through this........ To be continued.
There are probably other ways of doing it with cTracker, but both the install.php and install_files folder get removed anyway, so cTracker security becomes redundant for those files. ;)
The other problem (re profile) you mention is probably related to the path / permissions etc - don't know, but it's something that we can work out later.
Or I may look at that first - Will be in touch. 8)
Edit:
Re the profile: It appears that that is controlled here ->
phpBB2CMS.php
Code: [Download] [Hide] [Select]
Find:
function getUserProfile($userid) {
if($user = $this->getUser($userid)) {
return (($id = $this->isLoggedIn()) && ($id == $userid))?"../profile.php?mode=editprofile":"../profile.php?mode=viewprofile&u=$userid";
} else {
return null;
}
}
function getUserProfile($userid) {
if($user = $this->getUser($userid)) {
return (($id = $this->isLoggedIn()) && ($id == $userid))?"../profile.php?mode=editprofile":"../profile.php?mode=viewprofile&u=$userid";
} else {
return null;
}
}
But it's not even being addressed. So who's going to hit the FlashChat forums to find out where the path is from the "Profile" in the menu to this bridge. ? Not me! :P
And for all the good index.tpl is you may as well delete the content and add the script below so that FlashChat isn't accessible in any way from the web:
Code: [Download] [Hide] [Select]
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
<head>
<title></title>
</head>
<body>
</body>
</html>
Still picking my way through this........ To be continued.
Subject: Re: FlashChat - How To Get It Working In ICY
Lop,
You don't need to go any further. I didn't know everyone was using FlashChat_v4712. I was trying to install FlashChat_v508. That's why I was having problems installing.
So I went ahead and successfully installed v4712 with no problems.
Thanks!
You don't need to go any further. I didn't know everyone was using FlashChat_v4712. I was trying to install FlashChat_v508. That's why I was having problems installing.
So I went ahead and successfully installed v4712 with no problems.
Thanks!
Subject: Re: FlashChat - How To Get It Working In ICY
Chaotic! :mryellow:
Good Googs! Now I can uninstall it, as I assume the Block / Index write-up is still relevant. :P
OT:
I had a look at FlashChat forums, and if anyone wants to know why I'm a stickler for descriptive titles here; then I challenge them to go there and find something.
What a mess! :censored:
Good Googs! Now I can uninstall it, as I assume the Block / Index write-up is still relevant. :P
OT:
I had a look at FlashChat forums, and if anyone wants to know why I'm a stickler for descriptive titles here; then I challenge them to go there and find something.
What a mess! :censored:
Page 3 of 5
You cannot post new topicsYou 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.1156s (PHP: 33% SQL: 67%)
SQL queries: 12 - Debug Off - GZIP Enabled