Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
Contact the Webmasters of RCFContact   Invite a friend to Join usRecommend   Chat in IRCChat   EZ Template Change OptionEZStyle   Listen to Internet Radio while you browse...iRadio   See your private message.Login for PMs   Important LinksLinks
Member Website LinksWeb Links   Play/View our GamesGames   Register.Register
calendar_open_closeCalendar 
Flash IRC Chat Hack
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: 1, 2  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Flash IRC Chat Hack
PostPosted: 01/24/2006 11:31 PM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 1:57 PM
Location: Upside down
australC_1xa.gif
Mod - Flash IRC Chat Hack
Download from - http://www.phpbbhacks.com/download/4500
Error message -
Quote:
Critical Error

FIND FAILED: In file [language/lang_english/lang_admin.php] could not find:

//
// That's all, Folks!
// -------------------------------------------------

MOD script line #76 :: FAQ :: Report


Correct me if I'm wrong but that error message doesn't look like it will cause much trouble if I ignore it. Am I right or should I fix it somehow? If so what do I do?

prayer
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Flash IRC Chat Hack
PostPosted: 01/25/2006 12:18 AM Reply with quote
Citation
Jaddon
Citation
Posts 3160
Word Cnt. 157,169
BDay Mar 11
Sign Pisces
Sex Sex:Female
Joined: Oct 12, 2005
Local time: 10:57 PM
usaCa.gif
I would not ignore it, finish the install.   Then open your lang_admin.php file scroll to the bottom of the page you should see -  That's all, Folks! before it add this:

Quote:

//
// MOD: IRC Chat v2.0.0
//
$lang['IRC_Chat_General_Config'] = 'General IRC Chat Configuration';
$lang['IRC_Chat_Config_explain'] = 'The form below will allow you to customize all the IRC Chat MOD options.';
$lang['IRC_Chat_General_Settings'] = 'General chat settings';
$lang['irc_chat_room_default'] = 'Default chat room';
$lang['irc_chat_room_default_explain'] = 'Leave blank to use site name as default chat room name';
$lang['irc_chat_rooms_string'] = 'Chat rooms in main list';
$lang['irc_chat_rooms_string_explain'] = 'Use comma separated values (my room1,my room 2,etc).Leave blank to use ICQ\'s default chat rooms list.';
$lang['irc_chat_width'] = 'Flash width in px.';
$lang['irc_chat_width_explain'] = '(rec. 585)';
$lang['irc_chat_height'] = 'Flash height in px.';
$lang['irc_chat_height_explain'] = '(rec. 350)';
$lang['irc_chat_frame_height'] = 'Frame/pop-up height in px.';
$lang['irc_chat_frame_height_explain'] = '(rec. 400)';
$lang['irc_chat_page_mode'] = 'Open chat in';
$lang['irc_chat_page_mode_page'] = 'Normal page';
$lang['irc_chat_page_mode_frame'] = 'Frame';
$lang['irc_chat_page_mode_pop'] = 'Pop-up';
$lang['irc_chat_permissions'] = 'Chat permissions';
$lang['irc_chat_permissions_explain'] = 'This is an IRC room, so users can enter using other IRC program (i.e. MIRC).';
$lang['irc_chat_show_online'] = 'Show number of online users next to chat link';
$lang['irc_chat_show_online_explain'] = 'Based on users that are curnntly on the chat page NOT the chat room';
$lang['irc_chat_allow_link'] = 'Allow guests to enter chat page';
$lang['irc_chat_allow_link_explain'] = 'If not allowed - guests will be promped to login to access chat';
$lang['irc_chat_allow_chat'] = 'Allow guests to write in chat';
$lang['irc_chat_allow_chat_explain'] = 'Guests can only view, but not type in flash.';
//
// MOD: -END-
//
Back to Top
View user's profile Find all posts by Jaddon Send private message   Visit poster's website Phoogle Map
Flash IRC Chat Hack
PostPosted: 01/25/2006 1:26 AM Reply with quote
Hawk
Rizzo
Hawk
Posts 178
Word Cnt. 4,784
BDay Mar 26
Sign Aries
Sex Sex:Female
Joined: Oct 28, 2005
Local time: 4:57 PM
Location: New Zealand
newzeaC3.gif
I personally fix errors in the mod file, so that if i uninstall it them then it does it all through easymod.
Back to Top
View user's profile Find all posts by Rizzo Send private message   Visit poster's website ICQ Number
Re: Flash IRC Chat Hack
PostPosted: 01/25/2006 3:31 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 1:57 PM
Location: Upside down
australC_1xa.gif
It was as simple as there being a comma in this line

//
// That's all, Folks!
// -------------------------------------------------

But now there are 2 errors.

Code:
Warning

FIND FAILED: In file [templates/subPortal/overall_header.tpl] could not find:

<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">

MOD script line #145 :: FAQ :: Report


Code:
Warning

IN-LINE FIND FAILED: In file [templates/AussieAviator/overall_header.tpl] could not find:

{L_MEMBERLIST}</a>&nbsp;

MOD script line #153 :: FAQ :: Report


Last edited by Glenn I on 01/26/2006 3:12 AM; edited 3 times in total
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Flash IRC Chat Hack
PostPosted: 01/25/2006 2:31 PM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 1:57 PM
Location: Upside down
australC_1xa.gif
Any ideas NR?
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Flash IRC Chat Hack
PostPosted: 01/26/2006 5:08 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 1:57 PM
Location: Upside down
australC_1xa.gif
Nevermind, I have abandoned this mod. Found something better.  headbang
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Flash IRC Chat Hack
PostPosted: 01/26/2006 12:07 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 11:57 PM
Location: St Pete, FL
peace.gif
And you were so close too.  You almost had it Glenn...

Sorry I haven't been very available lately.  I've had my hands full with my own problems lately and it may not be over yet...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Flash IRC Chat Hack
PostPosted: 01/26/2006 12:11 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 11:57 PM
Location: St Pete, FL
peace.gif
Jaddon wrote:
I would not ignore it, finish the install.   Then open your lang_admin.php file scroll to the bottom of the page you should see -  That's all, Folks! before it add this:

Like Rizzo says.  This is such an easy problem to resolve and it reoccurs in a lot of MODs since the bottom of the lang_main.php and lang_admin.php files are not consistent.  Since most MOD authors have no clue how to work around this, the problem continues to show up in new MODs too.  The sad thing is that these MODs could be made to work on every flavor of the lang_main.php and lang_admin.php ever released by the phpBB developers...

Simply remove everthing from the apostrophe on, including the apostrophe and each MOD will always get past this point.  EM doesn't need the entire line to work correctly...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Flash IRC Chat Hack
PostPosted: 01/26/2006 8:14 PM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 1:57 PM
Location: Upside down
australC_1xa.gif
Ok that mod is gone and forgotten. I embedded the sigmachat code into a blank html page and it works ok except that as I explained in another thread, it doesn't allow guests to view the page. Anyway ignore that too.
phpbb.com has a mod called "Embed SigmaChat Chat Module into phpBB" It can be found here --> http://www.phpbb.com/phpBB/viewtopic.php?t=303708&postdays=0&postorder =asc&start=0

This will allow me to add it straight to the phpbb and each user who signs into the chat will have to do so using their account name. The other way, anyone could change their name and pretend to be me for example.
Anyway I am getting an error I hope someone can help with.

Code:
Critical Error

FIND FAILED: In file [templates/subSilver/overall_header.tpl] could not find:

<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span>

MOD script line #207 :: FAQ :: Report
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Flash IRC Chat Hack
PostPosted: 01/27/2006 2:23 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30756
Word Cnt. 2,628,678
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 11:57 PM
Location: St Pete, FL
peace.gif
Glenn, you were very close to having it done.  In the FIND, the author of this MOD used far more information than was necessary to do the job, thus limiting the number of boards that the code would install into cleanly.  The problem above was fixed simply by using the same text from the IN-LINE FIND in the FIND statement.  There was no reason to look for more text than that since it is unique in and of itself...

So the FIND became this:

Code:
#
#-----[ FIND ]------------------------------------------------
#
# Note: This is a partial match. The actual line is much longer.
#
{L_USERGROUPS}</a>

This installed cleanly into all 3 templates.  The overall_header.tpl file for your subPortal template needed to be slightly modified to display the new link on a separate line in your menu...

Now you need to modify the chat.tpl file to include your Signma Chat code where it says the following:

Code:
<!-- Add Your SigmaChat Code Here -->


FYI:  When you paste code from these MODs, you should use the Code BBCode [code] instead of Quote [quote].  Since many of the HTML tags are enabled in RCF, they will try to function in the quote and will have the potential of messing up the display if all the HTML tags aren't properly terminated...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: 1, 2  Next
Page 1 of 2


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group
  ImageShack  
  Putfile  
  TinyURL  
  CommonDreams  
  Log in  

Page generation time: 0.1376s (PHP: 85% - SQL: 15%) - SQL queries: 61 - GZIP enabled - Debug on