php forum
php mysql forum
php mysql smarty
 
Page 1 of 3 1 2 3 >
Topic Options
#37754 - 09/07/00 01:25 AM Active Topics
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
People have requested a few times the hack that was used in the right columns on the front page that lists the most recent threads in a forum. It is written by Dave Downin and has been added to the database:
http://www.ubbdev.com/db/cgi/ubbcount.cg...e=&number=8

------------------
Allen

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

Top
#37755 - 09/07/00 01:31 AM Re: Active Topics
MrQ Offline
Member

Registered: 08/25/00
Posts: 54
but for us thats not so good at cgi.....how did you get it on the right?

------------------

Top
#37756 - 09/07/00 01:54 AM Re: Active Topics
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
It is fairly simple to use... there;s instructions included on how to use it with SSI... which is what we did.

------------------
Allen

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

Top
#37757 - 09/07/00 01:47 PM Re: Active Topics
MrQ Offline
Member

Registered: 08/25/00
Posts: 54
sorry to pester Allen but could you maybe put a tutorial on SSI in the tutorials section?

------------------

Top
#37758 - 09/07/00 02:32 PM Re: Active Topics
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Good idea, actually. Will get one up sometime this weekend.

------------------
Allen

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

Top
#37759 - 09/09/00 04:12 AM Re: Active Topics
lovely Offline
Member

Registered: 08/12/00
Posts: 54
Hi

I've installed active topics with no problems... but again how can i use only the topics like the ones at the frontpage of ubbdev.... any tutorials or help?

------------------

Top
#37760 - 09/09/00 12:24 PM Re: Active Topics
MrQ Offline
Member

Registered: 08/25/00
Posts: 54
Allen is going to toss one up yayyyyyy

------------------

Top
#37761 - 09/09/00 01:17 PM Re: Active Topics
lovely Offline
Member

Registered: 08/12/00
Posts: 54
<FONT COLOR="pink">MrQ,
Have u found the way to do it?
if so... pls HELP </FONT c>

------------------

Top
#37762 - 09/11/00 03:08 AM Re: Active Topics
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
_________________________
- Allen wavey
- What Drives You?

Top
#37763 - 10/07/00 10:34 AM Re: Active Topics
Discreet Offline
Junior Member

Registered: 09/17/00
Posts: 8
Does this mod work with 5.46a?

Top
#37764 - 10/07/00 12:35 PM Re: Active Topics
NBAustin Offline
Member

Registered: 01/12/00
Posts: 565
Now you've given me an idea for my front page.

I'd like to call active.cgi via SSI to a box or frame in the front page with only the topic link and the partial text.

How do I do it? (I'll be using Front Page 2000 to do the editing)

Top
#37765 - 10/10/00 02:19 PM Re: Active Topics
GENERETiC Offline
Junior Member

Registered: 10/10/00
Posts: 2
hey i installed the script
but in every option i use, i can't see the first 2 topics... how come?

thnx

Top
#37766 - 10/10/00 03:11 PM Re: Active Topics
Bring In The Geek Offline
Member

Registered: 01/06/00
Posts: 111
Discreet, it works fine in 5.46 and 5.46a. It is a seperate cgi file that you would call via a link on your website. You can also do an "include" statement via ssi and have it show up on the web page of your choice.

Note: You must be able to use ssi commands for this to work. contact your web hosting company to find out.

So include it in a webpage, put a line of code like this on your webpage. (you will need to modify the path in order for this to work)

<!--#include virtual="/cgi-bin/webbnet/active.cgi" -->

I hope this helps

------------------
When you sin, you don't fall FROM God's grace, you fall INTO it.
Mr. Webb Network Services
MrWebb.Net UBB Hacks List
_________________________
When you sin, you don't fall FROM God's grace, you fall INTO it.

Bring In The Geek Consulting Services

Top
#37767 - 10/10/00 10:04 PM Re: Active Topics
NBAustin Offline
Member

Registered: 01/12/00
Posts: 565
Thanks. I knew that much, but how do i make it appear within a box?

Top
#37768 - 10/11/00 12:30 AM Re: Active Topics
GENERETiC Offline
Junior Member

Registered: 10/10/00
Posts: 2
i think i know why some topics do not appear on my page.. the topics that do not appear are from members with names like 'V|RuS and other characters i mean like ' and |

am i right? somebody know an solution?

thnx ! great site you guys got

Top
#37769 - 10/12/00 03:48 PM Re: Active Topics
NBAustin Offline
Member

Registered: 01/12/00
Posts: 565
Thanks. I thought so. Just wasn't sure.

Top
#37770 - 10/12/00 08:00 PM Re: Active Topics
NBAustin Offline
Member

Registered: 01/12/00
Posts: 565
OK. I got it in, but how do I get rid of this at the top of the table?

*******************************************
HTTP/1.1 200 OK Date: Fri, 13 Oct 2000 00:55:15 GMT Server: Microsoft-IIS/5.0 Content-type: text/html
********************************************

Here's the page: http://www.unitedconservatives.com/default.shtml

Thanks in advance!

Top
#37771 - 10/12/00 09:26 PM Re: Active Topics
NBAustin Offline
Member

Registered: 01/12/00
Posts: 565
OK....

Got some of that gone.

Now I'm still left with this:
***************************************
HTTP/1.0 200 OK Content-type: text/html
***************************************

I know know it's in this code, but I'm a PERL idiot and don't know what to modify...

******************************
#If you are running UBB on IIS,
#you may need to add the following line
#if so, just remove the "#" sign before the print line below
print "HTTP/1.0 200 OKn";

eval {

($0 =~ m,(.*)/[^/]+,) && unshift (@INC, "$1"); # Get the script location: UNIX / or Windows /
($0 =~ m,(.*)\[^\]+,) && unshift (@INC, "$1"); # Get the script location: Windows

require "UltBB.setup";
require "Styles.file";
require "ubb_library.pl";
require "MCBan.pl";
require "cookie-lib.pl";
require "ubb_library2.pl";

};

if ($@) {
print ("Content-type: text/htmlnn");
print "Error including required files: $@n";
print "Make sure these files exist, permissions are set properly, and paths are set correctly.";
exit;
}

&ReadParse;
&MCBanSystem;
************************************

Removing the # in front of
#print "HTTP/1.0 200 OKn";

removed some of it.

How do I get rid of the rest of that text?

Here's the page in question: http://www.unitedconservatives.com/default.shtml


<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by NBAustin on October 13, 2000 at 11:34 PM</font>

Top
#37772 - 10/13/00 11:24 PM Re: Active Topics
NBAustin Offline
Member

Registered: 01/12/00
Posts: 565
Shameless bump for an answer so i can go live with my new front page....


Thanks in advance.

Top
#37773 - 10/15/00 04:15 AM Re: Active Topics
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
You took the # sign out from that line, put it back and see if it fixes it... we run on win2k here as well and do not need to uncomment those lines...

------------------
Allen

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

Top
Page 1 of 3 1 2 3 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks