Previous Thread
Next Thread
Print Thread
Rate Thread
Page 4 of 4 1 2 3 4
#146319 01/19/2002 1:45 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
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?

Sponsored Links
#146320 01/19/2002 1:46 PM
Joined: Dec 2000
Posts: 371
Member
Member
Offline
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 ]

#146321 01/19/2002 2:09 PM
Joined: Dec 2000
Posts: 371
Member
Member
Offline
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.

#146322 01/19/2002 2:14 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
1. You must also have vars_chat.inc.php, which comes with this hack tipsy

#146323 01/19/2002 2:47 PM
Joined: Dec 2000
Posts: 371
Member
Member
Offline
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.

Sponsored Links
#146324 01/23/2002 5:53 AM
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 wink at the moment - but expanding all the time....)
#146325 01/23/2002 6:43 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Rehack ultimatebb.php.

#146326 01/23/2002 9:22 PM
Joined: Jun 2001
Posts: 442
Member
Member
Offline
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!
#146327 01/27/2002 11:47 PM
Joined: Oct 2001
Posts: 199
Member
Member
Offline
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

#146328 01/29/2002 2:00 PM
Joined: Nov 2000
Posts: 51
Member
Member
Offline
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

Sponsored Links
#146329 01/29/2002 2:04 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
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.

#146330 01/30/2002 12:21 PM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
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 wink 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 smile any help is appreciated LK

#146331 01/30/2002 12:26 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Use 6.2.0's version next time wink

#146332 02/17/2002 10:43 PM
Joined: Jun 2001
Posts: 729
Coder
Coder
Offline
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?

#146333 02/18/2002 10:09 AM
Joined: Jun 2001
Posts: 729
Coder
Coder
Offline
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 frown

#146334 02/21/2002 7:18 AM
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 frown

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 wink at the moment - but expanding all the time....)
#146335 02/26/2002 5:50 PM
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 frown

Never mind, will have to wait until I can upgrade.

Ian


Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Page 4 of 4 1 2 3 4

Link Copied to Clipboard
Donate Today!
Donate via PayPal

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.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)