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
#37774 - 10/15/00 04:19 AM Re: Active Topics
NBAustin Offline
Member

Registered: 01/12/00
Posts: 565
Tried that.

Made it worse!

WITH the # there I had this:

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

I removed it and got this:

HTTP/1.1 200 OK Content-type: text/html

The funny thing is, that in my regular active.cgi that I run for my last 50 doesn't do that...of course it's not being called via SSI.

I'm stumped as to why calling it via SSI in an shtml page causes this.



<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by NBAustin on October 15, 2000 at 04:28 AM</font>

Top
#37775 - 10/15/00 04:34 AM Re: Active Topics
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
If you like check Scriptkeeper.com and search the hacking forum for Grablatest by (Ted(not ted) Don't laugh that's his username. I use it, it's easy, plus it shows the forum name.. check here Right hand column



------------------
<IMG SRC=\"http://www.cyber-cards.com/g/cplogo.gif\" border=0>
UBB Layout Designer/Affiliate
_________________________
- Custom Web Development
http://www.JCSWebDev.com

Top
#37776 - 10/15/00 04:44 AM Re: Active Topics
NBAustin Offline
Member

Registered: 01/12/00
Posts: 565
I tried that script as well.

I have 28 active forums, and i actually prefer the active.cgi script because it gives a teaser of what the topic/article is about.

I'd use grablatest if I knew how to get it to only show the last 5-10 posts in the entire site and the "teaser" aspect....but just the same, I had the same problem when i tried it as well.

<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by NBAustin on October 15, 2000 at 04:50 AM</font>

Top
#37777 - 10/16/00 02:58 PM Re: Active Topics
NBAustin Offline
Member

Registered: 01/12/00
Posts: 565
Could someone please help me?

Top
#37778 - 10/16/00 03:26 PM Re: Active Topics
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
It looks like your webserver host might have SSI set up wrong... see what they have to say...

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

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

Top
#37779 - 10/17/00 11:04 AM Re: Active Topics
NBAustin Offline
Member

Registered: 01/12/00
Posts: 565
Could this be happening because I made the host page with Front Page, and I'm running it on a NON Front Page Extensions-enabled server?

Top
#37780 - 10/17/00 06:41 PM Re: Active Topics
BM Offline
Junior Member

Registered: 10/14/00
Posts: 9
Loc: NY, USA
good stuff


<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by BM on October 18, 2000 at 01:30 PM</font>

Top
#37781 - 11/12/00 03:56 AM Re: Active Topics
MorphStar Offline
Member

Registered: 10/06/00
Posts: 637
Loc: The Netherlands | Sweet :)
I've got the same problem NBaustin...
Maybe Save To File works

------------------
"Life is easy when you fake it" - morph
GamerForums - SkinningWorld - LoadedClip - ThaMorphMan
_________________________
[img]http://www.gamerelic.com/sigs/rotateme.cgi[/img]
<-------- Loves Sally!

Top
#37782 - 11/27/00 06:48 PM Re: Active Topics
Rosebud Offline
Junior Member

Registered: 11/16/00
Posts: 10
We change it to "active.cgi" and then set the permissions, correct? What are the right permissions?

------------------
-Rosebud
_________________________
-Rosebud

Top
#37783 - 11/28/00 03:52 PM Re: Active Topics
Rosebud Offline
Junior Member

Registered: 11/16/00
Posts: 10
Please help.

------------------
-Rosebud
_________________________
-Rosebud

Top
#37784 - 12/09/00 11:15 AM Re: Active Topics
shawnkool Offline
Member

Registered: 10/16/00
Posts: 46
Loc: singapore,central province
------------------
UBB hackers is great

<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by shawnkool on December 09, 2000 at 11:16 AM</font>
_________________________
UBB hackers is great

Top
#37785 - 12/20/00 08:35 PM Re: Active Topics
CopyCat Offline
Member

Registered: 12/01/00
Posts: 760
Loc: nowhere
well, again

bug

i have a user called "[KI§§] -=| W.W.®|=-". the "|" character in his name messes the display order, putting his posts above all others.

http://banco.jogosonline.com.br/cgi-bin/ubbcgi/active.cgi

[]s

------------------
<IMG SRC="http://banco.jogosonline.com.br/imagensforum/copysig.gif" border=0>

Top
#37786 - 12/20/00 08:40 PM Re: Active Topics
SpAwN Offline
Member

Registered: 07/16/00
Posts: 1051
Loc: Haarlem, The Netherlands
Wow!!!
User with that name will mess anything on your UBB.
You can better ask him to change his nick.

------------------
<IMG SRC=\"http://spawnboard.hypermart.net/images/happyholidays1.gif\" border=0>
<FONT face="Comic Sans MS"> <FONT COLOR="SpringGreen">Happy Holidays Everyone!!! </FONT c> </FONT f>
_________________________
SpawnBoard | Watercooling Project | UBB v5 Hacks

Top
#37787 - 12/20/00 08:41 PM Re: Active Topics
CopyCat Offline
Member

Registered: 12/01/00
Posts: 760
Loc: nowhere
it didnt mess anything (yet)

his name is saved this way: [KI§§] -=| W.W.®|=-

mm
this way
Quote:
quote:


oh come on now ubb
the pipe is saved in html special character code
& #0124; (just unite this; its pipe character)

------------------
<IMG SRC="http://banco.jogosonline.com.br/imagensforum/copysig.gif" border=0>

<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by CopyCat on December 20, 2000 at 09:14 PM</font>

Top
#37788 - 12/20/00 09:30 PM Re: Active Topics
SpAwN Offline
Member

Registered: 07/16/00
Posts: 1051
Loc: Haarlem, The Netherlands
If you will install more hacks it will be...


------------------
<IMG SRC=\"http://spawnboard.hypermart.net/images/happyholidays1.jpg\" border=0>
<FONT face="Comic Sans MS"> <FONT COLOR="SpringGreen">Happy Holidays Everyone!!! </FONT c> </FONT f>
_________________________
SpawnBoard | Watercooling Project | UBB v5 Hacks

Top
#37789 - 12/20/00 09:32 PM Re: Active Topics
CopyCat Offline
Member

Registered: 12/01/00
Posts: 760
Loc: nowhere
hehe

Top
#37790 - 12/26/00 10:34 AM Re: Active Topics
Sniper Offline
Junior Member

Registered: 12/26/00
Posts: 3
Okay. I grabbed the active.txt file, and saved in my ubb directory as active.cgi. I CHMOD to 755 (even 777). I am still getting a 500 error. I changed the $digest to 3, and try calling it via SSI, and it still doesn't work. Am I missing something? I ran perl -c /cgi-bin/ubb/active.cgi and it reports the syntax in active.cgi is correct. What did I do wrong? SSI is working fine, as is the forums themselves.

Top
#37791 - 12/26/00 11:39 AM Re: Active Topics
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
I am sure you have checked this, but sometimes it's the little things we overlook. Your path to perl is correct?

I ask this, because active.cgi is pretty much stand-alone as long as you check perl paths, upload in ascii, and set permissions to 755...

http://ubbdev.com/ubbcgi/active.cgi

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

- http://www.stand318.com
<IMG SRC="http://www.stand318.com/images/santapepe.gif" border=0>
_________________________
- Allen wavey
- What Drives You?

Top
#37792 - 12/26/00 03:18 PM Re: Active Topics
Sniper Offline
Junior Member

Registered: 12/26/00
Posts: 3
Yeah, path to Perl is fine. It's running on one of my Unix boxes. Just can't seem to get it to work.....

Top
#37793 - 12/26/00 10:46 PM Re: Active Topics
Sniper Offline
Junior Member

Registered: 12/26/00
Posts: 3
Ok, I am obviously doing something wrong. I've dropped this into 4 different installations - 3 of which were 5.45c, and one brand new, unhacked 5.47c. All I've done is copied the text to a file called active.cgi, sent it to the cgi directory that UBB is in (ASCII mode), and CHMOD to 755. Even tried CHMOD to 777 and got nothing on any of the installations - all give 500 errors. Path to Perl is correct, and the forums do work fine.

I'm missing a step here (and probably a clue). My kingdom to anyone who can help.

Top
#37794 - 12/28/00 03:30 AM Re: Active Topics
drkknght Offline
Kahuna

Registered: 11/09/00
Posts: 1251
Loc: rob's pad -- where it takes sk...
alo!

was wondering if this hack (or something similar) could be added without all the SSI? meaning, could i alter it to simply list, say, the 5 most recent threads on my ultimate.cgi? (below the table? or, eventually, if this is all possible, i'd move the code into my news fader thingie, up top)

havent really checked thru the code. figured id ask if it was possible, first

------------------
<IMG SRC="http://www.robkamphausen.com/misc/mybanner2--12-small.jpg" border=0>
my site
my boards
second place winner in ubbdev's november spotlight
_________________________
professional discussion killer
due to intelligence limitations, i do not offer support.
my site ~ my boards

Top
#37795 - 12/31/00 03:50 AM Re: Active Topics
drkknght Offline
Kahuna

Registered: 11/09/00
Posts: 1251
Loc: rob's pad -- where it takes sk...
guess not, huh? but i REALLY really want it! c'mon, help a brotha out. lookit my damn car!!

<IMG SRC="http://www.robkamphausen.com/misc/phausenmobile.jpg" border=0>

------------------
<IMG SRC="http://www.robkamphausen.com/misc/mybanner2--12-small.jpg" border=0>
my site
my boards
second place winner in ubbdev's november spotlight
_________________________
professional discussion killer
due to intelligence limitations, i do not offer support.
my site ~ my boards

Top
#37796 - 01/04/01 12:45 PM Re: Active Topics
Statix Offline
Junior Member

Registered: 01/02/01
Posts: 29
Loc: Virginia
Lmao!!!!

------------------
<IMG SRC="http://www.koldfusion.net/sign2.jpg" border=0>
_________________________
<IMG SRC="http://www.koldfusion.net/sign2.jpg" border=0>

Top
#37797 - 01/05/01 02:56 AM Re: Active Topics
Statix Offline
Junior Member

Registered: 01/02/01
Posts: 29
Loc: Virginia
i cannot get this mod to work to save my life!!

i just keep getting ISE's.

i have it chmod 755 uploaded in acsii and my path to peral is correct......

plz can i get some help? lookit his car!

------------------
<IMG SRC="http://www.koldfusion.net/sign2.jpg" border=0>
_________________________
<IMG SRC="http://www.koldfusion.net/sign2.jpg" border=0>

Top
#37798 - 01/05/01 07:19 AM Re: Active Topics
fu Offline
Junior Member

Registered: 12/19/00
Posts: 2
anyone got active topics to create the static page in 5.45c ? Any documentation ou there

Top
#37799 - 01/05/01 04:58 PM Re: Active Topics
Ell Offline
Member

Registered: 07/22/00
Posts: 1429
Loc: Surrey, UK | Resistance: Futil...
CopyCat - sounds like an a quotation mark issue. I haven't looked at the code, but try adding an equivilent line:

$UserName =~ /"/\"/ig;

in somewhere. Something that performs a pattern search on the username, and replaces " with "

...If I'm just talking rubbish, feel free to flame.

------------------
<FONT size="-2">If you can read this, you're posting too close!</FONT s>

Top
#37800 - 01/06/01 12:21 AM Re: Active Topics
Statix Offline
Junior Member

Registered: 01/02/01
Posts: 29
Loc: Virginia
borg: where do u put that code?

i have the same problem with the whos online code. it dont like the charachters - ] [ it loads a blank white page if someone has those in there name...

------------------
<IMG SRC="http://www.koldfusion.net/sign2.jpg" border=0>
_________________________
<IMG SRC="http://www.koldfusion.net/sign2.jpg" border=0>

Top
#37801 - 01/10/01 10:24 PM Re: Active Topics
Griz Offline
Junior Member

Registered: 01/10/01
Posts: 3
Loc: Lynchburg, va
I managed to work around this problem by simply setting the font color to my background before I included the cgi file. That leaves an open tag, shouldn't be a problem, but you can close it if you want with a print statement inside the cgi file.

There is still some IIS setting we have wrong that makes it print that header info, but I have no idea what it might be and don't have access to the IIS control panel

Quote:
quote:

Top
#37802 - 01/11/01 09:15 AM Re: Active Topics
Griz Offline
Junior Member

Registered: 01/10/01
Posts: 3
Loc: Lynchburg, va
Quote:
quote:



No, I'm pretty sure it's the pipes. I have a couple of users with pipes as well and active.cgi chokes on them. I think it screws up the order in this line or one like it in active.cgi:

$ordered = "$threads[10]|$threads[4]|$threads[2]|$threads[8]|$forum|$threads[7]|$threads[14]|$month-$day-$year|$hour:$min|$forum";

Top
#37803 - 01/11/01 10:13 AM Re: Active Topics
freak.scene Offline
Member

Registered: 08/15/00
Posts: 677
Loc: Charlotte, NC
- Dave has a nice addition to this hack.
Quote:
quote:

http://www.arlo.net/ubb/hacks/

------------------
Jeremiah
FreakScene - The Dinosaur Jr Audio/Visual Archive
My UBB
In
<FONT COLOR="Black">( (((</FONT c><FONT COLOR="Brown">((((</FONT c><FONT COLOR="Red">((</FONT c><FONT COLOR="Orange">((</FONT c><FONT COLOR="Yellow">((</FONT c><FONT COLOR="white">(STEREO)</FONT c>))<FONT COLOR="Yellow">))</FONT c><FONT COLOR="Orange">))</FONT c><FONT COLOR="Red">))</FONT c><FONT COLOR="Brown">))</FONT c><FONT COLOR="Black">)) ) )</FONT c>
Where Available
_________________________
jeremiah

Top
#37804 - 01/24/01 10:10 AM Re: Active Topics
Alvin Koh Offline
Junior Member

Registered: 01/24/01
Posts: 1
Loc: Singapore
I made slight modifications that seemed to work. Most of the delimiter splits made use of the "|" pipe to seperate the fields instead of "&#0124;&#0124;".

<FONT COLOR="Orange">What I did:</FONT c>
<FONT COLOR="Red">Look for:
(@threads) = split(/|/,$_);</FONT c>
change to:
(@threads) = split(/|^|/,$_);

<FONT COLOR="Red">Look for:
$ordered = "$threads[10]|$threads[4]|$threads[2]|$threads[8]|$forum|$threads[7]|$threads[14]|$month-$day-$year|$hour:$min|$forum";</FONT c>
change to:
$ordered = "$threads[5]&#0124;&#0124;$threads[2]&#0124;&#0124;$threads[1]&#0124;&#0124;$threads[4]&#0124;&#0124;$forum&#0124;&#0124;$threads[7]&#0124;&#0124;$month-$day-$year&#0124;&#0124;$hour:$min&#0124;&#0124;$forum";

<FONT COLOR="Red">Look for:
(@threadheader) = split(/|/,$contents[0]);</FONT c>
Change to:
(@threadheader) = split(/||/,$contents[0]);

Finally,
<FONT COLOR="Red">
Replace all $threaddata[2] with $threaddata[1]
Replace all $threaddata[4] with $threaddata[2]
Replace all $threaddata[8] with $threaddata[4]</FONT c>

Remember to back up!
Alvin.
alvin@dinotoons.com

Quote:
quote:


<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by Alvin Koh on January 24, 2001 at 10:15 AM</font>

Top
#37805 - 01/27/01 11:39 PM Re: Active Topics
CopyCat Offline
Member

Registered: 12/01/00
Posts: 760
Loc: nowhere
that didnt work with me alvin..

hey this script opens a bunch of files..

<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by CopyCat on January 28, 2001 at 05:22 AM</font>

Top
#37806 - 01/31/01 12:16 AM Re: Active Topics
TyRaN Offline
Member

Registered: 07/27/00
Posts: 286
Loc: Canada
hi... on my ubb i have active.cgi on my homepage like here... but the first topic on the top is blank...

only <FONT COLOR="red">Last Updated on --20-100 at :</FONT c> with the bullet in front of it.

the other 4 topics (i set it to display 5) is ok... if i set it to 6 the first still blank with the stupid date: <FONT COLOR="red">Last Updated on --20-100 at :</FONT c> and the 5 others are ok.

any idea?

thanks

------------------
Sorry for my english... i speak french.

TyRaN = tyranausaure

<IMG SRC="http://tyran.ovh.org/tyran.gif" border=0>
_________________________
Sorry for my english... i speak french.

email:tyranausaure@hotmail.com

Top
#37807 - 01/31/01 12:17 AM Re: Active Topics
chillypk Offline
Junior Member

Registered: 12/02/00
Posts: 17
Ack...can someone please help me?

I have three sctive.cgis each one filtered differently for my front page...

Well someone with a space in their login posted....

Now it won't update at all?
I posted some tests and still no update?
Chmoded everything 755...tried 777 even...

It worked before - have no clue what changed...

Indexed and updated threads...
No errors associated with it...

Any ideas?
Is it because of his login?

My website is
http://www.thepharmforum.com/newfrontx1.shtml

Thanks!

Top
#37808 - 01/31/01 12:44 AM Re: Active Topics
chillypk Offline
Junior Member

Registered: 12/02/00
Posts: 17
Update from above post:

Deleted the active.htm file
to see if it would update

Got an error...may be that the
<!--#exec cgi="/cgi-bin/active.cgi" -->
<!--#include virtual="/ubb/active.htm" -->

is not executing properly?

Top
#37809 - 02/12/01 08:51 PM Re: Active Topics
Hawaiibullrider Offline
Member

Registered: 10/12/00
Posts: 37
Loc: Kapolei, Hawaii
Quote:
quote:

Quote:
quote:


I got the same 500 ISE on mine as well. I call up the active.cgi via the browser alone. Ive tried all the settings in the active.cgi file. Path to perl is set right and I dont need ssi for this yet. And nothing but ISE errors. What is the remedy for this problem. Thanks.

Top
#37810 - 06/06/02 11:52 AM Re: Active Topics
TomKWS Offline
Junior Member

Registered: 06/06/02
Posts: 2
Bringing back an old topic here...

Does anyone have a hack for the Active Topics that supports multi-page threads? The only version I've seen (and the one talked about here) will always go to the first page, regardless of how many pages the thread actually has.

Any help with this one would be greatly appreciated, fellas.

Thanks in advance,
TomKWS

Top
#37811 - 06/13/02 03:57 PM Re: Active Topics
TomKWS Offline
Junior Member

Registered: 06/06/02
Posts: 2
*bump*

D00dz, any help would be seriously appreciated.

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