UBB.Dev
Posted By: Cho Phoo Need help ! - 05/16/2004 6:55 AM
I setup UBB 6.6 on localhost...and there are some warnings :

Trying to require ubb_lib.cgi...:Can't locate /ubb_lib.cgi at (eval 10) line 1.

The ubb_lib.cgi file was not found or did not load properly. Are you sure that this is the right vars_config.cgi file?


There was a complication error while loadingthe UBB.classic libraries and data file:

Can't locate /ubb_lib.cgi at C:Inetpubwwwrootcgi-binultimatebb.cgi line 139

Please show me how to fix this error ! (+_+)
Posted By: Gizmo Re: Need help ! - 05/16/2004 8:16 AM
Look in your vars_config.cgi and ensure all the paths are set correctly.
Posted By: Cho Phoo Re: Need help ! - 05/16/2004 9:53 AM
Thank you Gizzy....

The contents of my var_config.cgi file.

# Stock file
# $Id: vars_config.cgi,v 1.4 2002/07/09 00:34:24 cvscapps Exp $

%vars_config = (
CGIPath => q!!,
NonCGIPath => q!!,
MembersPath => q!!,
VariablesPath => q!!,
CGIURL => q!!,
NonCGIURL => q!!,
);
1;


How to set the paths for var_config.cgi ?. My paths to cgi directories is: C:Inetpubwwwrootcgi-bin
Posted By: Ian Spence Re: Need help ! - 05/16/2004 1:02 PM
go to your cp (cp.cgi) and it'll yell at you to set them.
Posted By: Gizmo Re: Need help ! - 05/16/2004 10:19 PM
Hey, that's my job to say :x... But yes, as Ian said, when you enter your CP it'll prompt you for all the new install information. You have to complete the new install before it'll allow you to do anything with your board.
Posted By: Cho Phoo Re: Need help ! - 05/17/2004 7:48 PM
Thank you both of you Gizzy, Ian Spence

I have installed my board successfully..but i have another question..

When i use the Quick Reply hack..There was a error....

[Linked Image]

Please show me how to fix this error.
Posted By: havoq Re: Need help ! - 05/17/2004 7:49 PM
It can't find the image, make sure you have the proper quickreply image uploaded to your UBB NONCGI directory

AND

in your CP/STYLES make sure you have the correct name of your quickreply graphic wink
Posted By: Ian Spence Re: Need help ! - 05/17/2004 8:35 PM
upload qdown.gif to your noncgi directory
Posted By: Gizmo Re: Need help ! - 05/18/2004 5:39 AM
Yeh, it's never been added to the styles settings (unless someone did it finally), it should be just the gif in your noncgi directory.
Posted By: Cho Phoo Re: Need help ! - 05/19/2004 6:31 AM
hello....i have some more question....

1- When i visit Ha noi mua thu forum..i saw this hack:

[Linked Image]

In that post....user can listen music !

Do you know this hack ?

2- I'm looking for a RECENT VISITOR hack for UBB 6.6 Please show me the link to download that hack......I tried the hack of UBB 6.7 but in my ubb_lib_pntf.cgi file there is'nt if($in->{ubb} !~ m/^(forum|get_topic|pntf)$/) { line.
Posted By: havoq Re: Need help ! - 05/19/2004 6:40 AM
Quote
Originally posted by Chí Phèo:
In that post....user can listen music !
Do you know this hack ?
Im aware that if you enable HTML in anyone of your forums, you could easily do a
Code
<embed src= 
tag right into your post and either play a video or listen to music. wink
Posted By: Gizmo Re: Need help ! - 05/19/2004 6:43 AM
Downside: you have to wait for it to buffer content before you can listen to anything wink
Posted By: Cho Phoo Re: Need help ! - 05/19/2004 8:55 AM
Quote
Originally posted by havoq:

Originally posted by Chí Phèo:
[qb]In that post....user can listen music !
Do you know this hack ?
[/qb]
Im aware that if you enable HTML in anyone of your forums, you could easily do a
Code
<embed src= 
tag right into your post and either play a video or listen to music. wink



Although I check Allow HTML in Forum Settings -->Permissions , when i use embed tag...there is a warning.........

Sorry, we do not permit the following HTML tag or attribute: EMBED

» Please use your browser's back button to return.


I apologize for my stupid question....In UBB 6.6 Recent Visitor is default. We must enable it. [Linked Image]
Posted By: havoq Re: Need help ! - 05/19/2004 9:12 AM
Code
<embed src="http://www.domain.com/yourfile.mpg" width=" " height=" " align=" " autostart="false">
</embed>
You've tried something like that and it gives you an error?

If so, it might be because theres restrictions in 6.6 with that TAG
Posted By: Ian Spence Re: Need help ! - 05/19/2004 5:19 PM
Embed has been blocked for a while now. Just like body, html, etc
Posted By: Cho Phoo Re: Need help ! - 05/20/2004 8:17 PM
Hello..Ian. Do you know how to put Radio Button in Quick Reply box like this picture :

[Linked Image]

I'm using UBB 6.6
Posted By: Cho Phoo Re: Need help ! - 07/16/2004 9:26 PM
My board doesn't work properly :-(...When I click to the Category link, it will not show the forums in Category. It turn to the ultimatebb.cgi page. Please show me the files that need to fix.

[Linked Image]
Posted By: Ian Spence Re: Need help ! - 07/16/2004 9:58 PM
1, I reccomend you add the Infopop copyright wording back to your board.

Secondly, if you're gonna require a person to register to view the boards, at least have the register page working.

I'm gonna need an account to log in with. If you do not want to post it here, PM me.
Posted By: Cho Phoo Re: Need help ! - 07/17/2004 6:01 AM
This is my demo board:

http://phamtrungdung.biz/cgi-bin/ultimatebb.cgi?ubb=login

You can use this account to log in.

User: new
Pass: 5582355

Please help me if you can.
Posted By: Ian Spence Re: Need help ! - 07/17/2004 6:44 AM
wow.. umm... it's as if the category numbers don't exist, but the rest of the category info is still there

and all you should need to do for the other part is to stick the code right above the textarea.

You've obviously got a new board, so I reccomend that you upgrade to the latest release
Posted By: Cho Phoo Re: Need help ! - 07/18/2004 8:16 PM
Thank you, Ian..
I found the cause of that error. The error will occur when I use Catogory Minimize MOD. The file is affected is public_forum_summary.pl.

And...i have a question.

I use SPLIT CATEGORY MOD, It works but the last category is sticked with Statistic section

[Linked Image]

and

[Linked Image]

Do you know how to split these section ?
Posted By: Gizmo Re: Need help ! - 07/18/2004 9:17 PM
Chí Phèo; you are aware that removal of the InfoPop copyright is against the licensing agreement right?
Posted By: Cho Phoo Re: Need help ! - 09/11/2004 12:08 PM
When I send a post... a error occurred:

panic: utf8_length: unaligned end at CGIPath/ubb_lib.cgi line 1129.

and the code of line 1129:
$that =~ s/[x00-x1f]//g;
Who can help me to fix this error !!!
Posted By: Ian Spence Re: Need help ! - 09/11/2004 5:49 PM
Quote
Originally posted by Gizzy:

Chí Phèo; you are aware that removal of the InfoPop copyright is against the licensing agreement right?
Posted By: Gizmo Re: Need help ! - 09/14/2004 2:51 AM
We will not provide support here for anyone in violation of the Infopop licensing agreement; unless with Infopops approval.

Quote
Originally posted by Gizzy:

Chí Phèo; you are aware that removal of the InfoPop copyright is against the licensing agreement right?
© UBB.Developers