php forum
php mysql forum
php mysql smarty
 
Page 3 of 3 < 1 2 3
Topic Options
#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 3 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