Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 4 1 2 3 4
#142383 02/13/2002 8:35 PM
Joined: Jan 2001
Posts: 9
cjg Offline
Junior Member
Junior Member
Offline
Joined: Jan 2001
Posts: 9
At a guess there must have been a slight codeing change between the beta 6.2 and the final version. I am glad that at least two others are having the same problem. I just wish it could be resolved relatively quickly.

Christopher

Sponsored Links
#142384 02/13/2002 8:38 PM
Joined: Feb 2000
Posts: 11
Junior Member
Junior Member
Offline
Joined: Feb 2000
Posts: 11
I had the same problem and gave up.
UBB 6.2.0

#142385 02/14/2002 3:17 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
It's actually a bug in Mod Wordlets. I'll include a text file that has a working version of it in a few minutes...

Anyway, ZIP file updated. Rehack ubb_forum_summary.cgi and vars_wordlets_mods.cgi (the chat_visitors_X parts), and upload the updated ubb_chat.cgi.

Fixed: now it uses &IPAddress instead of $ENV{REMOTE_HTTP}.

Updated: now there is 1 wordlet for 1 visitor, more than 1 and less than 1.

Use %%URL%% to open a href, %%ENDURL%% to close it and %%NUMBER%% to show the number of visitors.

#142386 02/14/2002 3:50 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394

#142387 02/14/2002 6:00 AM
Joined: Dec 2000
Posts: 52
Member
Member
Offline
Joined: Dec 2000
Posts: 52
Redid it all LK and i still end up with that Compilation error

Sponsored Links
#142388 02/14/2002 5:26 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
ZIP file updated, now it uses jIRC 4.6.

Upload ubb_chat.cgi, cp_vars_chat.pl, vars_wordlets_mods.cgi (new lines), vars_chat.cgi (new lines) and rehack cp_lib.cgi.

I'll probably do the MHK one tomorrow smile .

#142389 02/18/2002 9:29 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
ZIP file updated. Please reupload ubb_chat.cgi, cp_vars_chat.pl and jirc_*, and rehack cp_lib.cgi.

Added another parameter and jPilot fixed a bug in jirc_*...

#142390 02/20/2002 11:27 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Did the mhp get updated with the latest LK? I was wondering if I should create one or not smile


- Allen wavey
- What Drives You?
#142391 02/22/2002 5:23 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Oh, sorry, I forgot... I don't have a lot of free time lately, so if you wish you can make it smile

#142392 02/23/2002 3:46 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
BTW, also 'sound_join.au' was added, upload it to noncgi.

Allen, I'm updating the MHK file now smile

Sponsored Links
#142393 02/23/2002 3:53 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
MultiHack file updated smile

#142394 02/23/2002 6:41 AM
Joined: Dec 2001
Posts: 61
Member
Member
Offline
Joined: Dec 2001
Posts: 61
Greetings.
After installing the Multihack files I was still getting the "compilation error". What i did was open up the ultimatebb.cgi file and look at the code, I noticed something diferent around line 578, after modifying it it looked like this:

if ($vars_chat{Invite}) {
if ($ubb eq 'newinvite') {
&RequireCode("$vars_config{CGIPath}/ubb_chat.cgi");
&invite_form;
exit(0);
}

if ($ubb eq 'invite') {
&GetOrPost("POST");
&RequireCode("$vars_config{CGIPath}/ubb_chat.cgi");
&invite;
exit(0);
}
}

if ($ubb eq 'msg') {
&RequireCode("$vars_config{CGIPath}/ubb_msg.cgi");
&im_form;
exit(0);
}

when you look at your code, you'll find something after "&invite", what I did was delete it, and it works now.
I hope I was of help to somebody.
remember your code should look like that after you delete what is after "&invite"

Good Luck

#142395 02/23/2002 7:22 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Did you install Mod Wordlets? If so, do you have ICQ, AIM, MSN, etc?

#142396 02/24/2002 9:11 AM
Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
LK - upgraded to 6.2.1 and reinstalled chat mod. All working fine except:
when first goto board it says "there is currently 1 person" or whatever in chatroom, click to join.
When view a forum or post and come back to main page the wording next to chat has disappeared or it just has the number 1 or 2 in place of "There are currently..."
Think therefore its not displaying properly for .php only for .cgi

#142397 02/24/2002 8:52 PM
Joined: Feb 2002
Posts: 18
Junior Member
Junior Member
Offline
Joined: Feb 2002
Posts: 18
can somebody give me the license code? =
i cant buy the program....

#142398 02/25/2002 4:03 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
BigMrC, did you update chat settings?

Ysomething, yeah, right!

#142399 02/25/2002 4:23 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
ZIP file updated, it was a bug. Rehack ultimatebb.php, cp_lib.cgi and update chat settings.

#142400 02/25/2002 4:59 PM
Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
LK updated those 2 files with your latest zip, same thing still happening.

#142401 02/25/2002 5:54 PM
Joined: Dec 2001
Posts: 10
Junior Member
Junior Member
Offline
Joined: Dec 2001
Posts: 10
nice hack! smile

#142402 02/26/2002 4:31 AM
Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
LK any ideas on how to fix above prob ?

#142403 02/26/2002 8:25 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Oops, I uploaded the old files wink Try again tipsy

#142404 02/27/2002 4:00 PM
Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
LK downloaded your latest ones just now, amended the 2 files, same thing still happening.

#142405 02/27/2002 4:02 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Nah, I checked, it's fine this time wink Try to clear your temporary internet files/disconnect from the proxy and try again.

#142406 03/01/2002 12:11 PM
Joined: Feb 2002
Posts: 6
Junior Member
Junior Member
Offline
Joined: Feb 2002
Posts: 6
I installed the hack on a german version of 6.2.1, but there is nothing displayed in the Forum.
The jirc can´t connect to frown

Any ideas?

#142407 03/01/2002 12:27 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
www.none.de ? nice name :rolleyes:

#142408 03/01/2002 3:38 PM
Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
LK I have cleared cache, cookies, history, the works. Everyone viewing my board still seems to have the same prob as above
?

#142409 03/01/2002 3:49 PM
Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
LK, can we use this mod with an earlier version of jpilot?

#142410 03/02/2002 1:09 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Vars: yes, but it's not recommended: JPilot fixes stuff in every new release, and adds new features.

Mr: Do you have ICQ? AIM? MSN? Y!?

#142411 03/02/2002 4:02 PM
Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
LK I have MSN, you should have my email, we've talked before on it. I can't access my cp just now, do you want me to contact you when I can in a few days or do you have some advice meantime ?

#142412 03/03/2002 9:07 AM
Joined: Jun 2001
Posts: 59
Member
Member
Offline
Joined: Jun 2001
Posts: 59
I was using the old chat mod on 6.1.04. I just upgraded to 6.2.1 and put the mod wordlets back on and then the chat mod. When I go to the chat page, it clicks over and over as if it is loading something over and over, even though the applet, etc. is already there. Also, it tells me my nickname is already in use and just gives me a shorter version of the name.

http://www.tropictravelonline.com/cgi-bin/ultimatebb.cgi?ubb=chat

#142413 03/03/2002 9:22 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Set refresh rate at CP to like 10 minutes wink

BigMrC, what is it again? tipsy

#142414 03/03/2002 11:03 AM
Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
Lk, i've tried to install this two times and both times i get a software error.

Is it possible that this error appears because i did not fill in the chat parameters in the CP and clear the cache? It would be strange when this is the case isn't it.

#142415 03/03/2002 12:05 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Make sure you've installed Mod Wordlets correctly. If you have, ask your server admin for the error log.

#142416 03/03/2002 2:36 PM
Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
Thanks LK, there was no L in the wordletline in ultimatebb.cgi (don't ask me how) "wordets.mods"

Superb deployment. laugh

#142417 03/04/2002 9:10 PM
Joined: Jun 2001
Posts: 59
Member
Member
Offline
Joined: Jun 2001
Posts: 59
OK, I must be tired tonight, but I just don't see refresh settings in the real control panel or the file itself. Can someone spell it out? Thanks.

#142418 03/05/2002 6:27 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
"Refresh Rate", after "Allow Invitations?"

#142419 03/06/2002 3:23 AM
Joined: May 2001
Posts: 794
Content Queen
Content Queen
Offline
Joined: May 2001
Posts: 794
I have a question for you, LK, especially since I got a message at your site that your chat is "down" due to server issues--how much of a bandwidth drain is the chatroom?


Sue
adwoff.com
#142420 03/13/2002 4:33 AM
Joined: Sep 2001
Posts: 28
Jab Offline
Junior Member
Junior Member
Offline
Joined: Sep 2001
Posts: 28
Hi,

Allen installed this chat mod for me (in addition to a ton of other things) at http://www.ponyexpresshorses.com/cgi-bin/ubbcgi/ultimatebb.cgi
The chat room works great but it rarely shows anyone as being in the chat room on the forum summary page. When I looked at LK's board his showed the members and guests who were in the chat room right there on the forum summary page in the who is/recent visitors area. How can I make mine do that?

A couple of my members who are as computer illierate as I am have said that they had to log in about three times for the applet to work correctly and then after that it works just fine. My members love it because more than two people can chat at the same time. Thanks.

#142421 03/13/2002 7:36 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
??? I have just tried it myself in your board and it works...

#142422 03/13/2002 4:07 PM
Joined: Sep 2001
Posts: 28
Jab Offline
Junior Member
Junior Member
Offline
Joined: Sep 2001
Posts: 28
Thanks LK. It must have been a gremlin or something. It saw ya coming and now seems to be working just fine. Its a great addition to my forums and the members love it. Thanks again for making it available.

Page 2 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
isaac
isaac
California
Posts: 1,157
Joined: July 2001
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)