 |
 |
 |
 |
#37823 - 09/14/00 09:30 AM
Re: SlashUBB
|
Member
Registered: 08/15/00
Posts: 677
Loc: Charlotte, NC
|
Ok, I'll piece this together in this format: #comment $variable ------------- these are my current settings --- # Change active.cgi to the name you change the script to. $online_url = "$CGIURL/slashubb.cgi";# Forum number of the news forum (Must NOT be private or password protected) $forum = 1;# Set to 1 for headlines ONLY, 0 if you want headlines + summary. $headlines_only = 0;# The number of characters to display in the summary. (I bumped this up to test although nothing changed for me)$SummaryChars = 800;# Number of news topics to display $num_threads = 3;# 0 = Start at first post, 1 = Skip first post $remove_first = 0;# Set this option to 1 if you want to used a fixed length summary, taken from the ?summarchars command line SSI call or from the above setting. If set to 0, put ---Full Story--- on a blank line to end the summary, if you do not put ---Full Story---, it will display the entire posted message from the SSI call. (I tried this at 1 thus the bumped $SummaryChars variable. As you can see , even with this set to 0 it is not getting the complete messages)$FixedSummary = 0;# 0 = No Save, 1 = On (saves in NonCGIPath as "slashubb.htm") script instead of having the server read the news everytime the page is loaded. Will reduce server load at the expense of non-realtime news. $save_to_file = 0;What do your settings look like? Thanks for you help, Jeremiah [This message has been edited by freakscene (edited September 14, 2000).]
_________________________
jeremiah
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#37824 - 09/14/00 10:21 AM
Re: SlashUBB
|
I type Like navaho
Registered: 03/10/00
Posts: 25580
Loc: Texas
|
pretty much the same: $online_url = "$CGIURL/slashubb.cgi"; $forum = 1; $headlines_only = 0; $SummaryChars = 220; $num_threads = 3; $remove_first = 0; $FixedSummary = 0; $save_to_file = 0; Not sure what's happening with yours, you might want to get a fresh copy of the cgi file and upload it... maybe something was copied over, a comma is out of place, something. ------------------ Allen - http://www.stand318.com
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#37831 - 10/12/00 06:32 PM
Re: SlashUBB
|
Junior Member
Registered: 07/29/00
Posts: 21
Loc: London
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#37834 - 10/13/00 07:01 AM
Re: SlashUBB
|
Addict
Registered: 08/11/00
Posts: 1551
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#37837 - 10/13/00 05:34 PM
Re: SlashUBB
|
Junior Member
Registered: 07/29/00
Posts: 21
Loc: London
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#37848 - 01/20/01 04:00 AM
Re: SlashUBB
|
Member
Registered: 07/27/00
Posts: 286
Loc: Canada
|
in the instruction it said: Put the slc.gif file in your NON-CGI directory. where can i find this image? forget it... i found it...  ------------------ TyRaN = tyranausaure <IMG SRC="http://tyran.ovh.org/tyran.gif" border=0> <FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by TyRaN on January 20, 2001 at 04:02 AM</font>
_________________________
Sorry for my english... i speak french.
email:tyranausaure@hotmail.com
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#37850 - 04/18/01 03:42 AM
Re: SlashUBB
|
Member
Registered: 06/09/00
Posts: 218
Loc: ThA dEpThS oF HeLL!
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#37854 - 08/01/01 07:44 PM
Re: SlashUBB
|
Junior Member
Registered: 11/26/00
Posts: 27
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|