php forum
php mysql forum
php mysql smarty
 
Page 6 of 11 < 1 2 ... 4 5 6 7 8 10 11 >
Topic Options
#151410 - 03/29/02 08:26 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by guvner:
OK - all works well - BUT - I cannot find a way for the output to conform to the nominated style template settings. It will pick up any changes to font colour – but not face or size??

I can adjust the font face (only) by embedding font info into the receiving page before uploading. When I “view source” on the output page, every UBBnews entry shows <font size="2">

I’ve tried Corona’s (public_ubbnews.pl) variation but no luck - HELP – as it stands it’s about as much use as an ashtray on a harley given that my output page is all size 1 arial
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Cant confirm this anywhere. Let me add some checks to the script...

Top
#151411 - 03/29/02 08:34 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
updated. only update if your having problems.

Top
#151412 - 03/29/02 08:51 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Kel Offline
Member

Registered: 01/30/02
Posts: 246
Loc: Arizona
guvner... THANK YOU!!!... I will be trying this tomorrow... I have Powweb as well and read that also... I can't remember why I didn't try it... I think one of the dogs was making off with my fuzzy slipper and I got sidetracked... I'll let you know if it works... again... thanks BUNCHES!... laugh

Edit:.... now I remember why I didn't do this... I couldn't find the .htaccess file... confused confused confused

Top
#151413 - 03/30/02 12:00 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25461
Loc: Texas
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by Ellen:
When I tried to generate that cgi code into the php page, I got this error message:

Warning: Bad arguments to implode() in /home/virtual/roxydollboard/home/httpd/html/ubbphptest.php on line 2
?>
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Use the url to the script, not the path smile

http://www.roxydollboard.com/etc etc...
_________________________
- Allen wavey
- What Drives You?

Top
#151414 - 03/30/02 12:43 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
guvner Offline
Member

Registered: 02/18/00
Posts: 60
Loc: Sydney
Thanks Greg - but no good news I'm afraid.

Went through the whole routine again - no change - situation as detailed before confused

In my case I simply cannot get it to pick up font face or size settings/changes from the style template.

I'm running 6.2.1 - anything there?

Any chance you could have a look at my setup??

Thanks for everything so far.

IGNORE - see next post . . .
_________________________
I'm depriving a village somewhere of an idiot.

Top
#151415 - 03/30/02 03:44 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
guvner Offline
Member

Registered: 02/18/00
Posts: 60
Loc: Sydney
Hi Greg – ALL is well I found the little “culprit”

Line 91 of public_ubbnews.pl shows:

</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif"> return qq~
<font size="2"><a href="$ULTIMATEBB?ubb=get_topic&f=$name_space->{forum_number}&t=$name_space->{topic_number}"><font color="$vars_style{LinkColor}"><b>$name_space->{forum_title}: $name_space->{topic_subject}</b></font></a> <font color="$vars_style{TextColor}">( $name_space->{topic_date} $name_space->{topic_time} )</font></font>

~;

} </font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">I amended this as follows:

</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif"> return qq~
<font size="$vars_style{TextSize}"face="$vars_style{FontFace}"><a href="$ULTIMATEBB?ubb=get_topic&f=$name_space->{forum_number}&t=$name_space->{topic_number}"><font color="$vars_style{LinkColor}"><b>$name_space->{forum_title}: $name_space->{topic_subject}</b></font></a> <font color="$vars_style{TextColor}">( $name_space->{topic_date} $name_space->{topic_time} )</font></font>

~;

} </font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">and the problem went away!! – yeeeaahh – happy puppy

Thanks for your help . . .
_________________________
I'm depriving a village somewhere of an idiot.

Top
#151416 - 03/30/02 08:29 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Cyberdude8472 Offline
Member

Registered: 04/08/01
Posts: 219
Loc: UK
after installing this, I get this error! Help!

Global symbol "$vars_style_" requires explicit package name at /home/scificha/public_html/forum/cgi-bin/ubbnews.cgi line 35. Execution of /home/scificha/public_html/forum/cgi-bin/ubbnews.cgi aborted due to compilation errors

I am using 6.2.1.1. Any ideas?

Top
#151417 - 03/30/02 08:39 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Dave2 Offline
Member

Registered: 12/16/01
Posts: 672
Loc: Bath || Reading, England
Yeah, I get that as well (upgraded just to have a look...)
_________________________
The allaboutgames.co.uk UBB.classic -- Reborn and XHTML'd, 19th May 2002

Top
#151418 - 03/30/02 08:43 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Dave2 Offline
Member

Registered: 12/16/01
Posts: 672
Loc: Bath || Reading, England
FIND:
Code:
[/code]REPLACE WITH:
[code]
Fixed it for me laugh
_________________________
The allaboutgames.co.uk UBB.classic -- Reborn and XHTML'd, 19th May 2002

Top
#151419 - 03/30/02 08:47 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Cyberdude8472 Offline
Member

Registered: 04/08/01
Posts: 219
Loc: UK
Code:
[/code]REPLACE WITH:
[code]
Fixed it for me laugh [/b]</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Brilliant! It works! Thanx!

Top
#151420 - 03/30/02 10:25 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Ellen Offline
Member

Registered: 09/15/00
Posts: 146
Loc: Clifton, NJ
For Allen Ayers:

Thanks for your help. UBB News works perfectly at
http://www.karass.nu/cgi-bin/ubb/ubbnews.cgi?ns_id=1

I needed to add a .htaccess file to the directory, though to permit me to run ssi from the cgi-bin. My hosting company did not provide that by default. I also had to make a .htaccess file to let me run cgi programs from a non-cgi directory. Those of you having problems might have to look into this. Finally, I could not use the "execute" command, but needed to make it into an "include" like this:

<!--#include virtual="./ubbnews.cgi?ns_id=2"-->

However, when I tried to call it from a php page, this is what I got:

http://www.karass.nu/ubbphptest.php

I'm so close, that it's frustrating, and would appreciate any assistance! Thanks!

Top
#151421 - 03/30/02 12:48 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Dave2 Offline
Member

Registered: 12/16/01
Posts: 672
Loc: Bath || Reading, England
You have to put the URI to the file, rather than the path, if that helps... I got it running fine on PHP.
_________________________
The allaboutgames.co.uk UBB.classic -- Reborn and XHTML'd, 19th May 2002

Top
#151422 - 03/30/02 07:23 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Ellen Offline
Member

Registered: 09/15/00
Posts: 146
Loc: Clifton, NJ
I got it to work, thanks all of you who helped smile

Top
#151423 - 04/08/02 01:11 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
deathdealer Offline
Member

Registered: 01/29/02
Posts: 54
hello umm not sure if this would be a problem or not but. i hacked the 2 files it says to hack, uploaed them + the other varios files to the directories and such, chmodded them but there is nothing in my cp to set up anything?? so i can't do anything further. i get no errors anywhere but there is nothing there.
also in your instructions u have:
Code:
[/code]this is what my cp has in it not sure if it should or not .

 [code]
well that is about all there was only the 2 files too hack so not much code to mess up on my part.
i did update the vars wordlet mods files but that did'nt do anything.
i'll wait for a answer or mabye a point in the right direction.

oh 1 more thing.
in your instructions u have this.

- Upload files:
cp_ubbnews.cgi ( cgi-bin ) chmod 0755
ubbnews.cgi ( cgi-bin ) chmod 0755
vars_ubbnews_sessions.cgi ( vars dir ) chmod 0777
cp.cgi ( cgi-bin ) chmod 0755
cp_common.pl ( templates )
cp_ubbnews_sessions.pl ( templates )
cp_ubbnews_add_newssession.pl ( templates )
cp_ubbnews_edit_newssession.pl ( templates )
public_ubbnews.pl ( templates )

but in your zip file there is a extra file
vars_ubb_news.cgi i did upload this and chmodded it to 777 would this be wrong.
_________________________
GamePsycosis
http://www.gamepsycosis.com/
GamersHaven
http://gamepsycosis.com/cgi-bin/ultimatebb.cgi

Top
#151424 - 04/09/02 04:25 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 807
Loc: Berlin, Germany
I install the last beta script (29.March) on a fresh installed V6.2.1.1

Seems to work but I notice the folling:
One setting made in control panel seems to be ignored. My generated news-config files looks like:

[code][/code]Settings for Charlimit seems to be ignored. I enter for a test '500' but it will not be saved. Know issue ?
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#151425 - 04/10/02 02:16 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Dave2 Offline
Member

Registered: 12/16/01
Posts: 672
Loc: Bath || Reading, England
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by deathdealer:
hello umm not sure if this would be a problem or not but. i hacked the 2 files it says to hack, uploaed them + the other varios files to the directories and such, chmodded them but there is nothing in my cp to set up anything?? so i can't do anything further. i get no errors anywhere but there is nothing there.
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">It's at the bottom of the 'Primary Serttings' list box. If you don't have it, make sure you hacked cp_common.pl
_________________________
The allaboutgames.co.uk UBB.classic -- Reborn and XHTML'd, 19th May 2002

Top
#151426 - 04/12/02 07:21 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Chasm Offline
Member

Registered: 09/02/01
Posts: 79
Last time i installed this hack with 6.2.1 it worked but with the latest version it looks like this!! http://www.theplace.newriverweb.net/cgi-bin/ubbnews.cgi?ns_id=1 why is that please?

Top
#151427 - 04/13/02 02:34 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
gmtruckforums Offline
Junior Member

Registered: 03/31/02
Posts: 2
I'm using UBB 6.2.1.1 and i'm having trouble with this hack. I've reinstalled it a few times and i've followed the directions EXACTLY but I keep getting the same error message whenever I try and load ubbnews.cgi. Here it is:

Content-type: text/html
Software error:
Can't obtain exclusive lock: Bad file number at /usr/local/www/virtual/******/***/******/ubb_lib_files.cgi line 566.

Someone please help because I really could use this hack on my website. Thanks.

Top
#151428 - 04/14/02 12:30 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
UmARsIZ Offline
Member

Registered: 02/25/02
Posts: 35
Loc: Turkiye / istanbul
Hi there. I'm using ubb 6.2.0

when i install this hack My control panel does not work.

Code:
[/code]in "installlation and readme.txt" file ;
 [code]
in My cp.cgi file;
[code][/code]and i modified other lines to cp.cgi and cp_common.pl files. But cp does not work. Please help me what is wrong
_________________________
- - - - -
The best platform of Turkey that about Litetature, Art, History and Politic
www.plat-forum.org

Top
#151429 - 04/14/02 04:21 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 807
Loc: Berlin, Germany
Now I set up a testboard with UBB V6.2.1.2 and modification wordlets. Nothing else. Cache and accelerator is enabled.

I install last beta script and it look like this:
Test Homepage with UBB News

On my production Board with UBB V6.1.0.3 and the script V 2.0.0b1.3 it work perfect and look like:

Production Homepage

I like to switch to V6.2. the V6.1 dosn't work well with ubbnews and cache turned on. Any suggestion how I can fix the display output of the new script ?
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
Page 6 of 11 < 1 2 ... 4 5 6 7 8 10 11 >


Who's Online
1 registered (Pilgrim), 32 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
ubb.social
by Placebo
Today at 04:25 AM
Displaying a gif for a paying member
by Iann128
01/06/09 07:04 AM
Restore The "New Topic Is Highlighted" Feature
by hikelite
01/02/09 07:41 PM
Web Hosting
by Pilgrim
01/02/09 04:13 PM
Finishing touches on a UBB migration
by AllenAyres
01/02/09 03:04 PM
Sidebar options?
by Pilgrim
12/26/08 03:40 PM
Legacy Style
by sirdude
12/24/08 07:18 PM
New Mods
Displaying a gif for a paying member
by Iann128
12/29/08 11:44 AM
Legacy Style
by Micky
12/21/08 01:36 PM
ubb.social
by
08/03/06 10:38 AM
Newest Members
bluedthunder, blaqskreen, RAICHU, sebak, BaronDriver
13371 Registered Users
Top Posters
AllenAyres 25461
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks