php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#202134 - 01/05/04 10:10 PM [6.7] [beta] ubb.index v1.5
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Modification Name: ubb.index v1.5

Author(s): AllenAyres

Description: This will give you an index page you can use as a 'doorway' into your forums.

Demo: http://www.ubbdev.com/ubbcgi/index.cgi

Requirements: ubb.classic 6.7

Download Link: http://www.ubbdev.com/ubb/upload/00000494/index67.zip

Credits: Charles Capps for the excellent base code to work with thumbsup

Upload to your ubb cgi folder and set permissions to 755.

You can use Content Islands to fill out the center where it says:

HTML GOES HERE

Good luck smile
_________________________
- Allen wavey
- What Drives You?

Top
#202135 - 01/05/04 10:33 PM Re: [6.7] [beta] ubb.index v1.5
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
testing and so far so good after I added parts for the wordlet mod and the colorforums.

I know this isn't technically where it should go, but you wouldn't know how to include http://www.alforadmin.com/ubb/ubbnews.php?forum=10&threads=5 into the page, would you? I know how to do it in php pages, but not cgi/html pages
_________________________
Code monkey like Fritos

Top
#202136 - 01/05/04 10:44 PM Re: [6.7] [beta] ubb.index v1.5
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
hmmm... you should be able to include it there like any other file, I think smile I've included cgi pages into php pages, but haven't tried the other way yet smile
_________________________
- Allen wavey
- What Drives You?

Top
#202137 - 02/25/04 03:13 PM Re: [6.7] [beta] ubb.index v1.5
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
zip file updated so that you can now place the file in any directory you can run cgi scripts in:

http://www.ubbdev.com/index.cgi

There's a bug with the mainbuttons links tho smirk


You'll need to set 2 paths toward the top where it says :

/path/to

smile
_________________________
- Allen wavey
- What Drives You?

Top
#202138 - 03/14/04 10:11 PM Re: [6.7] [beta] ubb.index v1.5
Poopy Pants Offline
Member

Registered: 08/22/01
Posts: 100
yeah, how to we fix those upper menu errors?

Top
#202139 - 03/14/04 10:32 PM Re: [6.7] [beta] ubb.index v1.5
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
find:

Code:
$MainButtonsLine = &MainButtonOptions;
tie(%ULTIMATEBB, 'UBB::TiedURL');
change to

Code:
tie(%ULTIMATEBB, 'UBB::TiedURL');
$MainButtonsLine = &MainButtonOptions;
_________________________
Code monkey like Fritos

Top
#202140 - 03/15/04 12:29 AM Re: [6.7] [beta] ubb.index v1.5
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Thanks Al, that fixed it smile

Zip updated with latest files, you'll need to edit lines #9 and 19 with your ubb cgi-bin paths smile
_________________________
- Allen wavey
- What Drives You?

Top
#202141 - 03/31/04 10:00 AM Re: [6.7] [beta] ubb.index v1.5
ADWOFF Offline
Content Queen

Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
Um, Allen? When I unzipped the zip file, I only found the index.cgi file ... nothing else ...
_________________________
Sue
adwoff.com

Top
#202142 - 03/31/04 11:04 AM Re: [6.7] [beta] ubb.index v1.5
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
lol, that's all you get!
_________________________
Code monkey like Fritos

Top
#202143 - 03/31/04 11:24 AM Re: [6.7] [beta] ubb.index v1.5
Charles Moderator Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
just for info, the pm notification does not seem to work on the index.cgi.
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#202144 - 03/31/04 12:10 PM Re: [6.7] [beta] ubb.index v1.5
ADWOFF Offline
Content Queen

Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
Quote:
Originally posted by Ian Spence:

lol, that's all you get!


Really? I guess the way I read the first file, there was more.

Okay.

How about some instructions, then. help

Remember, I's an idgit when it comes to code! tipsy

For example, Allen said something about modifying this line:

Code:
$UBBPath = '/your/ubb/ubbcgi';
and this line

Code:
use lib("/your/ubb//ubbcgi/Modules", ".");
---

Let's say we were doing this for ubbdev.com ... how would those two lines appear?

AND, are there any other lines that need to be altered?
_________________________
Sue
adwoff.com

Top
#202145 - 03/31/04 12:35 PM Re: [6.7] [beta] ubb.index v1.5
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
$UBBPath = '/your/ubb/ubbcgi';

$ubbpath should be equal to your $vars_config{CGIPath}

use lib("/your/ubb//ubbcgi/Modules", ".");

should be

$vars_config{CGIPath}/Modules

so just open vars_config and update those lines accordingly
_________________________
Code monkey like Fritos

Top
#202146 - 06/23/05 01:43 PM Re: [6.7] [beta] ubb.index v1.5
RoxSeibert Offline
Member

Registered: 02/20/03
Posts: 178
Loc: highspire, pa
I'm looking for an easy means of making a members-only list of services and this mod looks to be my best bet?

Can I make this script require login?

Can I safely change to the filename from index.cgi to something else (like services.cgi)?
_________________________
~=Rox
http://dragboatalley.com/cgi-bin/ultimatebb.cgi

dangerously inspired by ubbdev,
but i still absolutely HATE perl.

Top
#202147 - 06/24/05 04:27 PM Re: [6.7] [beta] ubb.index v1.5
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Yes to both smile I'm at work right now, but &RequireLogin or something like it toward the top will make it members-only
_________________________
- Allen wavey
- What Drives You?

Top
#202148 - 01/15/06 03:00 PM Re: [6.7] [beta] ubb.index v1.5
gsmaster Offline
Junior Member

Registered: 01/10/03
Posts: 16
tried to install this a couple of times but without success. I receive everytime an internal server error.

First time checked error log and it said "file has no execute permission", after that chmod file to 755 and error that error no longer appears in error log, but internal server error still remains.

what could it be?

Top
#202149 - 02/24/06 05:16 PM Re: [6.7] [beta] ubb.index v1.5
RoxSeibert Offline
Member

Registered: 02/20/03
Posts: 178
Loc: highspire, pa
how hard would it be to add recent visitors tracking to this script?
_________________________
~=Rox
http://dragboatalley.com/cgi-bin/ultimatebb.cgi

dangerously inspired by ubbdev,
but i still absolutely HATE perl.

Top
#202150 - 02/25/06 08:21 PM Re: [6.7] [beta] ubb.index v1.5
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
to show recent visitors on it or show those who are viewing it?
_________________________
- Allen wavey
- What Drives You?

Top
#202151 - 02/25/06 09:01 PM Re: [6.7] [beta] ubb.index v1.5
RoxSeibert Offline
Member

Registered: 02/20/03
Posts: 178
Loc: highspire, pa
to show me those who are viewing it.

fwiw - i built a custom script from this like u suggested me once, and sits under my RSS Feeds Index. non login required demo here:

http://dragboatalley.com/cgi-bin/webfeeds.cgi?id=2

and now i'd like to see in my recent visitors admin view who's looking at my webfeeds.cgi stuff?
_________________________
~=Rox
http://dragboatalley.com/cgi-bin/ultimatebb.cgi

dangerously inspired by ubbdev,
but i still absolutely HATE perl.

Top
#202152 - 02/25/06 11:20 PM Re: [6.7] [beta] ubb.index v1.5
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
hmm.... I think LK added recent visitors to his calendar, I'll need to check it out smile
_________________________
- Allen wavey
- What Drives You?

Top
#202153 - 02/26/06 12:21 AM Re: [6.7] [beta] ubb.index v1.5
RoxSeibert Offline
Member

Registered: 02/20/03
Posts: 178
Loc: highspire, pa
tks allen - i was trying to glean it out of the integrated games mod on my own, but i just couldnt seem to noodle in on the right bit
_________________________
~=Rox
http://dragboatalley.com/cgi-bin/ultimatebb.cgi

dangerously inspired by ubbdev,
but i still absolutely HATE perl.

Top
Page 1 of 2 1 2 >


Moderator:  Charles, Gizmo 
Who's Online
0 registered (), 31 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
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
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks