php forum
php mysql forum
php mysql smarty
 
Page 3 of 3 < 1 2 3
Topic Options
#1666 - 11/01/01 02:39 AM Re: 6.1.0.2 Out And About!
DJSharp Offline
Member

Registered: 11/29/00
Posts: 155
i cant figure out this Beyond Compare thing. i have alot of hacks i just installed in the last 7 days. i know i dont have to upgrade, but i want to keep up with the newest version.

anybody wanna do this for me? laugh

QUESTION: are ALL the files that are in the upgrade file NEEDED for the upgrade???

[ 11-01-2001: Message edited by: DJSharp ]

Top
#1667 - 11/01/01 09:15 PM Re: 6.1.0.2 Out And About!
1QuickSI Offline
Coder

Registered: 06/10/01
Posts: 705
Loc: CT
Quote:
quote:


DJ, you might want to wait on upgrading as many hacks are still in the process of being updated for UBB v6.1.0.2
_________________________
...Steven
Hostboard.com
Running UBB v6.1.0.4
Doing what NO other UBB in the world is doing.
The first & only production UBB powered by MySQL.

Top
#1668 - 11/07/01 11:32 PM Re: 6.1.0.2 Out And About!
Rinkrat Offline
Member

Registered: 04/21/01
Posts: 161
I'm screwed. I tried to trim my member files with newstrip.cgi and I get this error:

Can't continue after import errors at newstrip.cgi line 12 BEGIN failed--compilation aborted at newstrip.cgi line 12.


Now what? I can't upgrade because of the hacks adding fields to my member files and now the program that fixes it won't run!! AARGH!!

Do I have to start clean and have my 2000 members reregister or is there a way to import messages and members from the old to the new version??

Here is the start of newstrip. What is in line 12 that is causing the problem all you CGI literates??

#!/usr/local/bin/perl
#
# UBB Member Field Stripper, 2.0
# Copyright 2001 Infopop Corporation
#
# WARNING: This is an EXPERIMENTAL BETA SCRIPT.
# Use this script at your OWN RISK.
# We offer NO official support for this script!

use strict;
use CGI qw(:standard);
use CGI::Carp qw(fatalsToBrowser set_message);
set_message(&ErrorHandler);
use vars qw(%in @memberslist $memberspath);

%in = map{$_ => param($_)} param();

my($vc, $us) = ("./vars_config.cgi", "./UltBB.setup");

if(!-e $vc && !-e $us) {
&StandardHTML("Error", "Sorry, I was unable to find either a
<tt>vars_config.cgi</tt> or a <tt>UltBB.setup</tt> file.
Please make sure that you have placed this file in the UBB's
CGI directory!");
} elsif(-e $vc && !-e $us) {
open(FILE, "<$vc") or die "$! opening $vc";
my @lines = <FILE>;
close(FILE);
foreach(@lines) { chomp; }
my @pathline = grep(/MembersPath/, @lines);
$pathline[0] =~ m/=>(.+)$/;
my $closer = $1;
$closer =~ s/^s+//g;
$closer =~ s/s+$//g;
$closer =~ s/,$//g;
$closer =~ s/['"`]//g;
$closer =~ s/^q+~//;
$closer =~ s/~$//;
if(!-e "$closer/memberslist.cgi") {
&StandardHTML("Error", "The MembersPath I detected, '<tt>$closer</tt>',
does not seem to exist. I could not find the memberslist
file.");
} else {
$memberspath = $closer;
}
open(FILE, "<./vars_misc.cgi") or die "$! opening vars_misc";
my @misc = <FILE>;
close(FILE);
foreach(@misc) { chomp; }
my @closedline = grep(/BBStatus/, @misc);
$closedline[0] =~ m/=>(.+)$/;
my $thiscloser = $1;
$thiscloser =~ s/^s+//g;
$thiscloser =~ s/s+$//g;
$thiscloser =~ s/,$//g;
$thiscloser =~ s/['"`]//g;
$thiscloser =~ s/^q+~//;
$thiscloser =~ s/~$//;
if($thiscloser !~ m/OFF/i) {
&StandardHTML("Error", "Your UBB must be OFF before this

[ 11-07-2001: Message edited by: Rinkrat ]
_________________________

Top
#1669 - 11/08/01 02:01 PM Re: 6.1.0.2 Out And About!
Charles Capps Offline
Admin Emeritus
Resident Code Hacker

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
Make sure it's in your UBB directory, then change the

use CGI::Carp qw(fatalsToBrowser set_message);

line to read:

use UBBCGI::Carp qw(fatalsToBrowser set_message);
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
#1670 - 11/11/01 09:45 AM Re: 6.1.0.2 Out And About!
Rinkrat Offline
Member

Registered: 04/21/01
Posts: 161
I guess they tweaked the install file so it would allow me to install without running the member file trimmer. I'm up to date now and ready to reinstall all my mods! smile smile

Thanks for the help guys.
_________________________

Top
#1671 - 11/11/01 03:13 PM Re: 6.1.0.2 Out And About!
ablanc Offline
Junior Member

Registered: 10/20/01
Posts: 5
Loc: l.a.
Does anyone know if Version 6.1.x will allow NO BACKGROUND's in the message cells (table headers, footers, columns, etc?
(I'd like the html page background, a graphic, to show through, but the Style Templates page in Version 6.05 .doesn't allow it.---it requires that an html color be specified...)
Thanks eversomuch....

Top
#1672 - 11/12/01 01:14 AM Re: 6.1.0.2 Out And About!
Rinkrat Offline
Member

Registered: 04/21/01
Posts: 161
My 6.1.02 is finally installed but it is so slow that it just hangs half the time. I pretty much uploaded nearly every file from a full copy after upgrading to same my members and conferences but it is so bogged down that the pages won't even load.

If I delete vars_config.cgi then refill in the data on the opening screen it will run fast for 5 minutes then bog down again. I even deleted nearly all of the vars files and filled them in one a time but it still hangs after a few minutes. I rebuilt all the stat and forum and member files but it still as like a snail.

Any ideas what the problem is?? THe rest of my site is fine so it's not the servers,
_________________________

Top
#1673 - 12/16/01 08:02 PM Re: 6.1.0.2 Out And About!
SomeGuy Offline
Junior Member

Registered: 12/16/01
Posts: 1
Does UBB 6.1.0.3 come in php and cgi versions? Im gonna buy a license soon and just wanna know if 6.1.0.3 is available in both forms.

Top
#1674 - 12/16/01 08:18 PM Re: 6.1.0.2 Out And About!
Ron M Offline
Admin Emeritus
Developer

Registered: 11/29/01
Posts: 789
Loc: Des Moines, IA
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by SomeGuy:
Does UBB 6.1.0.3 come in php and cgi versions? Im gonna buy a license soon and just wanna know if 6.1.0.3 is available in both forms.</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">

It's just 1 version. With the option to turn on the PHP accelerator.
_________________________
http://thegeeksinc.com
[img]http://www.ubbdev.com/ud/?u=Sub_Zero&s=1[/img] points generated

Top
#1675 - 12/16/01 08:25 PM Re: 6.1.0.2 Out And About!
Telekinesis Offline
Member

Registered: 06/02/01
Posts: 285
Loc: Florida
No only in CGI, but it loads faster when the php accelerator is turned on via Control Panel > Configuration Settings

Top
#1676 - 12/16/01 08:52 PM Re: 6.1.0.2 Out And About!
Charles Capps Offline
Admin Emeritus
Resident Code Hacker

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
It's usually best to start new topics in the appropriate forum rather than taking on a post to an announcement that is months old...
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
Page 3 of 3 < 1 2 3


Moderator:  AllenAyres, Deb 
Who's Online
0 registered (), 22 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Wisdom needed
by Gizmo
Yesterday at 10:54 AM
How to hide sub forums from summary page
by blaaskaak
12/03/08 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
Truth, David DelMonte, nick1, Begbie, cenk
13364 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks