|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
quote: Originally posted by Variables: Can't open /ubb/vars_chat.inc.php: Permission denied
Did you CHMOD this file - 777?
|
|
|
|
Joined: Dec 2000
Posts: 371
Member
|
Member
Joined: Dec 2000
Posts: 371 |
??? vars_chat_inc is not there, vars_im_inc is!!!
ow..wait...do i have to copy vars_im_inc en rename to vars_chat_inc? I guess so, i'll try.
I noticed that i must rename all user_profile instances in chat.cgi to msg_profile is thist correct?
[ 01-19-2002 12:53 PM: Message edited by: Variables ]
|
|
|
|
Joined: Dec 2000
Posts: 371
Member
|
Member
Joined: Dec 2000
Posts: 371 |
This is realy wierd, the same chat and ubb but now on another server and there are this problems. Maybe it has nothing to do with this, and is there an error already before i installed the chat.
But how can i check the right file(s) on what code? The chmod was 777 LK.
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
1. You must also have vars_chat.inc.php, which comes with this hack 
|
|
|
|
Joined: Dec 2000
Posts: 371
Member
|
Member
Joined: Dec 2000
Posts: 371 |
Well, i checked this hack and recent chat hacks but no vars_chat.inc.php. (???) I have made an empty vars_chat.inc.php chmod it 777 and still the same. I've rehacked the files, it remains. 
|
|
|
|
Joined: Feb 2002
Posts: 2,286
Veteran
|
Veteran
Joined: Feb 2002
Posts: 2,286 |
Hi,
Last night I tried to install this hack, with the Mulithack version, grabbed from the database here.
It reported no errors, apart from the WOL ones, which I am not running.
However, it immediately crahed my site.
I restored the back-up files - and re-built the cache, but this morning the site is still down.
The current error is:-
Fatal error: Call to undefined function: chatcount() in /home/sites/site30/web/ubb/cache-CV55Y59H/ubb_files/forums/Forum13/000084.cgi on line 43
I have tried re-building the forums without joy, and clearing the cache etc. I have now had to disable the cache and the accelerator, to try and get the board up.
Any idea, what might have happened? Or how to correct it?
Thanks in advance for any assistance.
Ian.
Fans Focus - Focusing on Fans of Sport (Okay - mainly football (the British variety at the moment - but expanding all the time....)
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
Rehack ultimatebb.php. 
|
|
|
|
Joined: Jun 2001
Posts: 442
Member
|
Member
Joined: Jun 2001
Posts: 442 |
I tried this again yesterday LK, I did a clean install of 6.1.0.4 then upgraded it to 6.2 beta 1.2, installed mods wordlets, all working ok, then installed chat from multihack and I got the same errors I was getting a couple of weeks ago, something is seriously amiss here old chap!
oops meant to post this in the 6.2.0 thread(perhaps it's time for a 6.2 forum, what with it coming out on Monday 28th!), anyway looks like the same sort of error I get
[ 01-23-2002 08:26 PM: Message edited by: Wando™ ]
Audi-Sport.net the only forum guaranteed to kill any server!
|
|
|
|
Joined: Oct 2001
Posts: 199
Member
|
Member
Joined: Oct 2001
Posts: 199 |
Question on using chat.
Some users do not want their ip numbers revealed. Does a chat room reveal this data or can it be summoned?
Thanks
Rainner
|
|
|
|
Joined: Nov 2000
Posts: 51
Member
|
Member
Joined: Nov 2000
Posts: 51 |
Installed this hack, works great thanks!!
Couple of questions:
1. Can the chat area be turned on or off? If not, it would be nice to have this feature so that we could specify chat times and so that users don't constantly chat in the chatroom instead of on the forum.
2. Where it says:
There is no one in the chatroom. Click here to join it.
What files do I need to modify in order to have the chat load in a popup window? Is that possible?
That's it for now. Great hack!
AgentX
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
Rainner, the default server shows it, but blocks a part. For example: =bflabv938-960-408-39.btinternet.com instead of somethingelse-XXX-XXX-XXX-XX.btinternet.com
AgentX: 1) Just unhack public_forum_summary.pl. 2) It's in ubb_forum_summary.cgi.
|
|
|
|
Joined: Apr 2001
Posts: 3,266
Member
|
Member
Joined: Apr 2001
Posts: 3,266 |
Just a quick note I tried installing this on 6.2 and it works good. I found one part that does not work and need help if ($ubb eq 'chat') { if (-e "$vars_config{CGIPath}/vars_whos_online.cgi") { &RequireCode("$vars_config{CGIPath}/ubb_whos_online.cgi"); &WriteUserSession(" $vars_wordlets_mods{whos_online_chatting}", $user_number, $invisible_pref); } &RequireCode("$vars_config{CGIPath}/ubb_chat.cgi"); &chat; exit(0); } if ($vars_chat{Invite}) { if ($ubb eq 'newinvite') { &RequireCode("$vars_config{CGIPath}/ubb_chat.cgi"); &invite_form("$vars_wordlets_mods{invite_message}"); exit(0); } if ($ubb eq 'invite') { &GetOrPost("POST"); &RequireCode("$vars_config{CGIPath}/ubb_chat.cgi"); &invite; exit(0); } } I changed ubb_who and vars_who  to pntf if that is suppose to be done! I commented out the following line &WriteUserSession(" $vars_wordlets_mods{whos_online_chatting}", $user_number, $invisible_pref); casue this was causing compilation errors anyway this should help pinpoint any little things to help get it operational for 6.2  any help is appreciated LK
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
Use 6.2.0's version next time 
|
|
|
|
Joined: Jun 2001
Posts: 729
Coder
|
Coder
Joined: Jun 2001
Posts: 729 |
I was previouly running jIRC 2.5.1 and wanted to upgrade to the latest version so I downloaded the latest version of jIRC, uloaded sound_join.au, jirc_mss.cab, jirc_pure.zip & jirc_nss.zip but the screen * "about" still say 2.5.1 I tried to clear out my cache and cleared the cache of the system. What am I or not doing properly?
|
|
|
|
Joined: Jun 2001
Posts: 729
Coder
|
Coder
Joined: Jun 2001
Posts: 729 |
quote: Originally posted by 1QuickSI: I was previouly running jIRC 2.5.1 and wanted to upgrade to the latest version so I downloaded the latest version of jIRC, uloaded sound_join.au, jirc_mss.cab, jirc_pure.zip & jirc_nss.zip but the screen * "about" still say 2.5.1 I tried to clear out my cache and cleared the cache of the system. What am I or not doing properly?
Never mind browser caching problem 
|
|
|
|
Joined: Feb 2002
Posts: 2,286
Veteran
|
Veteran
Joined: Feb 2002
Posts: 2,286 |
Hi, Managed to get my board back up last time, and decided today to give it another go. However upon installation, and clearing my cache, the baord crashed again, this time saying that ultimatebb.cgi had aborted due to complilation errors I re-hacked the file, and also re-hacked ultimatebb.php. But still the board failed. I have now restored the backup, and we are back up. Any ideas as to what the matter can be. Still running 6.1.0.4 The only thing possibly missing is public_forum_page.cgi, which is listed in your list of modified files, but does not appear to be modified. Regards, Ian
Fans Focus - Focusing on Fans of Sport (Okay - mainly football (the British variety at the moment - but expanding all the time....)
|
|
|
|
Joined: Feb 2002
Posts: 2,286
Veteran
|
Veteran
Joined: Feb 2002
Posts: 2,286 |
quote: Originally posted by Canvey: Any ideas as to what the matter can be.
Guess not
Never mind, will have to wait until I can upgrade.
Ian
Fans Focus - Focusing on Fans of Sport (Okay - mainly football (the British variety at the moment - but expanding all the time....)
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|