Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: FlashChat v 4.7.4

  1. #11
    playaller
    Guest

    Default

    I'll have to look into that one for you as I saw that some time ago but don't remember how but....

    Well it looks like we've helped each other because the bot finally works!!

    TO ALL WHO ARE WOUNDERING...

    THE BOTS in FLASH CHAT WORKS WITH THE INTEGRATION METHOD.

    1. I skipped the bot install when installing the software

    2. I went to tufat and downloaded Bot Installer Script
    resource_543.zip by Geno
    http://www.tufat.com/resources.php?id_num=2&start=25
    (Note it says that it requires the botupdatescript which is below it but if you have flashchat 4.5 or above then this script is already installed so pay it no attention.)

    3. Followed the easy install instructions

    4. Ran it and it only took a split second and then took me to the botupadateinc.php page.

    5. I chose the step by step (one at a time) so there would be no timeout problems.

    6. After I installed all bots I went to the chat admin and created a bot, went to the chat room and he was there. I said something and wooo hooo he said something back.

    Thanks Ringodestarr! We're even now.
    Last edited by playaller; 10-10-2006 at 09:21 PM.

  2. #12

    Join Date
    Sep 2006
    Posts
    431

    Default

    Excellent!

    I think I spent 3 hours talking to my bot. I need a life haha.

    I am now struggling to get the chat to open in a new page, so that my site stays open to the user while they chat. I have tried "target=_blank" as well as "_blank" and nothing seems to work:

    Code:
    $ret .= TopCodeMenuItem ( '_Chat', 'chat/flashchat.php',$site['url'], 0,"target=_blank");


    The control panel link opens up fine, but the top menu link opens in the same browser window.
    Last edited by Smoge; 10-14-2006 at 11:56 PM.

  3. #13
    playaller
    Guest

    Default

    Try this
    Code:
    $ret .= TopCodeMenuItem( '_Chat', 'aemodule.php?ModuleType="fchat.php" target="blank', $site['url'] );
    -------------------------------------------------------------------
    or What I did was create a java popup so I could change the size of the window.

    BACK UP YOUR ORINGINAL FILE FIRST!!!! (This works for me)

    Find this function (it's like the 3rd function in menu_design.php

    Code:
    function TopCodeMenuItem( $text, $link, $path='', $target='' )
    {
        global $site;
        global $link_arr;
    
    	if ( !strlen( $path ) && !strlen($onclick) ) $path = $site['url'];
    	
    	$active = IsMenuItemActive( $link, $path );
    	
    		
        $ret = "";
    	
        	$link = $link_arr['0'];
    		$ret .= '<li id="id-' . _t("$text") . '">';
        	$ret .= '<a href="' . $path . $link . '" ' . $target . ' title="' . _t("$text") . '">' . _t("$text") . '</a>';
        	$ret .= "</li>\n";
    	
    
        return $ret;
    }
    and replace it with....

    Code:
    function TopCodeMenuItem( $text, $link, $path='', $target='' )
    {
        global $site;
        global $link_arr;
    
    	if ( !strlen( $path ) && !strlen($onclick) ) $path = $site['url'];
    	
    	$active = IsMenuItemActive( $link, $path );
    	
    		
        $ret = "";
    	
        	$link = $link_arr['0'];
    		$ret .= '<li id="id-' . _t("$text") . '">';
        	$ret .= '<div class="active" onmouseover="this.className=\'over\'" onmouseout="this.className=\'active\'">';
                    if (('_Chat' == $text))
                    {
                        $ret .= '<a href="javascript:void(0);" onClick=\'javascript: window.open("' . $path . $link . '", "' . _t("$text") . '", "dependent,left=150,right=50,height=550,width=790,resizable=yes,scrollbars=no");\'>'. _t("$text") . '</a>';                                 
                    }
                    else
                    { 
                        $ret .= '<a href="' . $path . $link . '" ' . $target . ' title="' . _t("$text") . '">' . _t("$text") . '</a>';
                    }
        	$ret .= "</li>\n";
    		
    	
    
        return $ret;
    }
    Last edited by Smoge; 10-14-2006 at 11:55 PM.

  4. #14

    Join Date
    Sep 2006
    Posts
    431

    Default Nice!



    Again, very cool !! It is everything I was looking for (and then some).

    Looks like I am one in the hole again haha. Now, I have to think of something cool to share

    Thanks so much. I would of spent days googling code just to get half way there.

  5. #15
    b33ny's Avatar
    Join Date
    Dec 2006
    Posts
    46

    Unhappy invalid mod

    hey guys i followed all the instructions on here and the chat works BRILL but when i click either of the chat links on the site it comes up with invalid mod and asks to choose between chat and forum, you click chat and then asks which chat ray or flash i must have done something wrong help please

    Bren

  6. #16
    eSiK
    Guest

    Default

    It looks like it's working but...
    When users click on CHAT, it loads and then they see the window with "enter login and pass" for the chat to come it... FlashChat doesn't remember the member.
    What is more: Users can just put their login without passwords :/ They can login onto anybody's nick They only can't login as admin - and admin has the correct passoword (the same like in the dolphin).
    It looks like the flashchat is not fully integrated with the newest Dolphin Crap...
    Any ideas how to fix that?
    Thx in advance!

  7. #17
    playaller
    Guest

    Default

    If you have flashchat enabled you need to disable ray chat. They both should not be enabled.

    Flashchat does fully integrate into dolphin.

    As for the login problem you are correct but that's easily solved by disabling the login box all together. I don't have time to get to deep into it but disable the login box all together and disable exit by pressing the X button in flashchat as this will take you back to the login box. You can look through the config file and documentation to get an idea of how to do this.
    Last edited by playaller; 05-18-2007 at 11:38 PM.

  8. #18
    eSiK
    Guest

    Unhappy

    Hmmm... as far as I can see autologin doesn't work when java socket is enabled... When I turn it - autologin works :/
    Is there a way to fix this? Java socket is much faster...

    Moreover... Background pictures stopped working and avatars - since I made integration with Dolphin - is that normal?

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Can someone help me with Flashchat?
    By swapcouple in forum Chat / ShoutBox / Instant Messenger (non-Ray)
    Replies: 1
    Last Post: 05-31-2007, 01:38 AM
  2. flashchat
    By nay27uk in forum Chat / ShoutBox / Instant Messenger (non-Ray)
    Replies: 7
    Last Post: 05-23-2007, 02:27 PM
  3. If your using flashchat version less than 4.6.2
    By htx46a09 in forum Security / Server Administration
    Replies: 1
    Last Post: 10-04-2006, 08:12 AM
  4. Flashchat
    By joboy84 in forum Free Mod Exchange
    Replies: 1
    Last Post: 10-01-2006, 02:16 AM
  5. FlashChat
    By GamanSaman in forum Chat / ShoutBox / Instant Messenger (non-Ray)
    Replies: 0
    Last Post: 05-15-2005, 04:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •