Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
(30) |
Mar
(123) |
Apr
(188) |
May
(90) |
Jun
(68) |
Jul
(129) |
Aug
(72) |
Sep
(97) |
Oct
(99) |
Nov
(168) |
Dec
(35) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(75) |
Feb
(55) |
Mar
(104) |
Apr
(49) |
May
(12) |
Jun
(11) |
Jul
(47) |
Aug
(104) |
Sep
(14) |
Oct
(26) |
Nov
(31) |
Dec
(10) |
2003 |
Jan
(78) |
Feb
(76) |
Mar
(47) |
Apr
(30) |
May
(19) |
Jun
(36) |
Jul
(48) |
Aug
(43) |
Sep
(54) |
Oct
(25) |
Nov
(79) |
Dec
(39) |
2004 |
Jan
(43) |
Feb
(14) |
Mar
(17) |
Apr
(15) |
May
(18) |
Jun
(20) |
Jul
(7) |
Aug
(30) |
Sep
(49) |
Oct
(17) |
Nov
(14) |
Dec
(72) |
2005 |
Jan
(55) |
Feb
(27) |
Mar
(34) |
Apr
(15) |
May
(8) |
Jun
(23) |
Jul
(7) |
Aug
(19) |
Sep
(3) |
Oct
(44) |
Nov
(3) |
Dec
|
2006 |
Jan
(20) |
Feb
(5) |
Mar
(8) |
Apr
(12) |
May
(16) |
Jun
(22) |
Jul
(39) |
Aug
(65) |
Sep
(4) |
Oct
(11) |
Nov
|
Dec
(5) |
2007 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
(3) |
May
(28) |
Jun
(6) |
Jul
(3) |
Aug
(9) |
Sep
(15) |
Oct
|
Nov
(12) |
Dec
(2) |
2008 |
Jan
(3) |
Feb
(14) |
Mar
|
Apr
(4) |
May
|
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2009 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
|
May
|
Jun
(14) |
Jul
|
Aug
(1) |
Sep
(66) |
Oct
(21) |
Nov
|
Dec
(1) |
2010 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(100) |
Mar
(17) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
(7) |
2
(5) |
3
|
4
(3) |
5
(1) |
6
|
7
(3) |
8
(3) |
9
(3) |
10
(2) |
11
(19) |
12
(8) |
13
|
14
(2) |
15
(5) |
16
(3) |
17
(5) |
18
|
19
|
20
|
21
(2) |
22
|
23
|
24
|
25
(4) |
26
|
27
(10) |
28
(2) |
29
(2) |
30
|
31
(1) |
|
|
From: Xiaowu Gai <xgai@ia...> - 2001-05-04 16:43:43
|
Hi everyone: I had another question. I tried to set up slashcode1.0.11 according to the instructions. First I installed mysql (step 7 for 1.011). I was able to access the server as user either root or mysql . I found it very confusing that I got the message that it could connect to local MySQL server through socket /var/lib/mysql/mysql.sock when I tried to access it as some other users. Anyway, I went ahead and modified the safe_mysqld, adding TZ=GMT export TZ to it. I added them after the first several comments at the beginning of the script. However, after that, I could not run mysql as root or mysql. It gave me the same error message as it could not connect to local MySQL server through /var/lib/mysql/mysql.sock. Can someone help me here? Thank you very much. Xiaowu Xiaowu Gai 2104 Molecular Biology Building Department of Zoology & Genetics Iowa State University Ames, IA 50010 Tel: (515)-2940022 |
From: Alessio Bragadini <alessio@al...> - 2001-05-04 16:35:22
|
I've installed a test Slash 2pre3 server at <http://www.toptop5.com:8870>. It runs on a Red Hat 6.2 (+ updates) box, and on that port the Apache server has been manually built together with mod_perl. The user section runs fine, but when I try to edit a story as <http://www.toptop5.com:8870/admin.pl?op=edit&sid=00/01/25/1430236> or enter a new story, the script dies. Looking at the HTML source reveals that after printing out header and a template something bad happens, but is not written in the logs. ------- snip ------------ <!-- end template: ID 19, admin;menu;default --> HTTP/1.1 200 OK Date: Fri, 04 May 2001 16:31:52 GMT Server: Apache/1.3.19 (Unix) mod_perl/1.25 X-Powered-By: Slash 2.000000 Set-Cookie: user=%2532%253a%253a%2537%2537%2533%2534%2539%2539%2530%2530%2533%2538%2532%2533%2562%2531%2538%2565%2563%2565%2533%2563%2535%2538%2562%2537%2539%2539%2538%2538%2563%2537%2531%2537; path=/; expires=Sat, 04-May-2002 16:31:52 GMT Set-Cookie: session=1; path=/; expires=Sat, 04-May-2002 16:31:52 GMT Connection: close Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>200 OK</TITLE> </HEAD><BODY> <H1>OK</H1> The server encountered an internal error or misconfiguration and was unable to complete your request.<P> --------- snip --------------- Any ideas? You can have a look if you wish as an admin with username slashcode and password slashcode. -- Alessio |
From: Xiaowu Gai <xgai@ia...> - 2001-05-04 16:07:21
|
Hi everyone: I am not familiar with databases and slashcode. I am trying to setup slashcode on my machine. In doing so, I got the error messages. In short, here are the message when I tried to start slashd: >/etc/init.d/slashd start Starting slashd: ok. /etc/init.d/slashd: ./slashd: No such file or directory I was confused since slashd was there. I ignored and went ahead with the last step, i.e. sql/admuser_create.pl. The error message is that it could not locate DBI.pm in @INC. I believed that I installed DBI according to the instructions. I am really confused. Please help me. Thank you. Xiaowu Xiaowu Gai 2104 Molecular Biology Building Department of Zoology & Genetics Iowa State University Ames, IA 50010 Tel: (515)-2940022 |
From: Dave Aiello <dave_aiello@ct...> - 2001-05-02 17:14:42
|
> I have installed slash and it's running on a local server. The problem > is that when users other than me (I'm admin) try to login their > passwords aren't being mailed to them. In otherwords, they can never get > a password to login. What have I set up incorrectly? > When this sort of thing happens, the cause is usually that the mail server you are attempting to send the password messages through considers these messages to be relayed messages. If you are running a recent version of Sendmail (or any other MTA I am aware of), relaying is blocked unless you explicitly authorize it. There are a number of ways to authorize relaying. One way is to configure the mail server to relay messages from machines in a certain IP address range. Specify the IP address of the machine running Slash, and the mail should go through. If anyone disagrees with my diagnosis and prescription, let me know. Dave Aiello CTDATA |
From: Erena Langley <elangley@he...> - 2001-05-02 16:09:42
|
Hi, I have installed slash and it's running on a local server. The problem is that when users other than me (I'm admin) try to login their passwords aren't being mailed to them. In otherwords, they can never get a password to login. What have I set up incorrectly? Also, I need to get more information about configuring the look of the site, the blocks admin area is confusing to me. erena |
From: Paolo Borghi <pibi@fe...> - 2001-05-02 13:17:59
|
Cliff Wood ha scritto: > Well, this is quite easy, but it depends on WHERE you want your block to > appear on all of your pages. On a wild guess, I'd say you'd want it in > either the header templates or the footer templates depending on whether > you want it on the top/left or the bottom/right (depending on how your > theme is set up...) > > Give me more info and I'll give you what help I can. > > - Cliff > I want my block appear on the top/left. It's the first block on the column of left that has Ordernum=1 For example the "Quick Links" box on the slashcode' s web. Thank you and sorry for my english. - Pibi5 > > On Wed, 2 May 2001, Paolo Borghi wrote: > > > I have created a new block. I would want that he appeared in all the > > pages and not only in index.shtml. > > Is it possible? > > > > Pibi5 > > > > > > _______________________________________________ > > Slashcode-general mailing list > > Slashcode-general@... > > http://lists.sourceforge.net/lists/listinfo/slashcode-general > > > > _______________________________________________ > Slashcode-general mailing list > Slashcode-general@... > http://lists.sourceforge.net/lists/listinfo/slashcode-general |
From: Alessio Bragadini <alessio@al...> - 2001-05-02 06:57:23
|
Paolo Borghi wrote: > I have created a new block. I would want that he appeared in all the > pages and not only in index.shtml. > Is it possible? In Slash 1.0.X I hacked article.pl, I don't know if it's still possible under Bender. You need to call displayStandardBlocks in article.pl the same way you do for index.pl. I will send you a patch UNTESTED! :-) -- Alessio F. Bragadini alessio@... APL Financial Services http://village.albourne.com Nicosia, Cyprus phone: +357-2-755750 "It is more complicated than you think" -- The Eighth Networking Truth from RFC 1925 |
From: Cliff Wood <cbwood@ex...> - 2001-05-02 05:34:19
|
Well, this is quite easy, but it depends on WHERE you want your block to appear on all of your pages. On a wild guess, I'd say you'd want it in either the header templates or the footer templates depending on whether you want it on the top/left or the bottom/right (depending on how your theme is set up...) Give me more info and I'll give you what help I can. - Cliff On Wed, 2 May 2001, Paolo Borghi wrote: > I have created a new block. I would want that he appeared in all the > pages and not only in index.shtml. > Is it possible? > > Pibi5 > > > _______________________________________________ > Slashcode-general mailing list > Slashcode-general@... > http://lists.sourceforge.net/lists/listinfo/slashcode-general > |
From: Paolo Borghi <pibi@fe...> - 2001-05-01 22:06:48
|
I have created a new block. I would want that he appeared in all the pages and not only in index.shtml. Is it possible? Pibi5 |
From: Delrin Kenro <delrinkenro@ho...> - 2001-05-01 20:09:52
|
<html><DIV> <P>LOL, that helped a little. thanks. ;-)</P> <P>Delrin<BR><BR></P></DIV> <DIV></DIV> <DIV></DIV>>From: jesse hirsh <JESSE@...> <DIV></DIV>>Reply-To: slashcode-general@... <DIV></DIV>>To: <SLASHCODE-GENERAL@...> <DIV></DIV>>Subject: Re: [Slashcode-general] Mailing headlines <DIV></DIV>>Date: Tue, 1 May 2001 15:45:47 -0400 (EDT) <DIV></DIV>>MIME-Version: 1.0 <DIV></DIV>>Received: from [216.136.171.252] by hotmail.com (3.2) with ESMTP id MHotMailBCB85DDE005040043789D888ABFCF9090; Tue May 01 12:47:42 2001 <DIV></DIV>>Received: from localhost ([127.0.0.1] helo=usw-sf-list1.sourceforge.net)by usw-sf-list1.sourceforge.net with esmtp (Exim 3.22 #1 (Debian))id 14ug66-0005Jy-00; Tue, 01 May 2001 12:46:10 -0700 <DIV></DIV>>Received: from tao.ca ([198.96.117.188] helo=dojo.tao.ca)by usw-sf-list1.sourceforge.net with esmtp (Exim 3.22 #1 (Debian))id 14ug5m-0005B4-00for <SLASHCODE-GENERAL@...>; Tue, 01 May 2001 12:45:50 -0700 <DIV></DIV>>Received: from dojo (dojo [198.96.117.188])by dojo.tao.ca (Postfix) with ESMTP id 5011F4E7Dfor <SLASHCODE-GENERAL@...>; Tue, 1 May 2001 14:45:47 -0500 (EST) <DIV></DIV>>From slashcode-general-admin@... Tue May 01 12:49:19 2001 <DIV></DIV>>In-Reply-To: <F222CQEMXNZG6MBUCCZ0001336D@...> <DIV></DIV>>Message-ID: <0105011545220.13050-100000@...> <DIV></DIV>>Sender: slashcode-general-admin@... <DIV></DIV>>Errors-To: slashcode-general-admin@... <DIV></DIV>>X-BeenThere: slashcode-general@... <DIV></DIV>>X-Mailman-Version: 2.0.3 <DIV></DIV>>Precedence: bulk <DIV></DIV>>List-Help: <mailto:slashcode-general-request@...?subject=help> <DIV></DIV>>List-Post: <mailto:slashcode-general@...> <DIV></DIV>>List-Subscribe: <HTTP: slashcode-general listinfo lists lists.sourceforge.net>,<mailto:slashcode-general-request@...?subject=subscribe> <DIV></DIV>>List-Id: <SLASHCODE-GENERAL.LISTS.SOURCEFORGE.NET> <DIV></DIV>>List-Unsubscribe: <HTTP: slashcode-general listinfo lists lists.sourceforge.net>,<mailto:slashcode-general-request@...?subject=unsubscribe> <DIV></DIV>>List-Archive: <HTTP: slashcode-general lists.sourceforge.net archives /> <DIV></DIV>> <DIV></DIV>> <DIV></DIV>>go into variables and set the send_mail value to 1 <DIV></DIV>> <DIV></DIV>>On Tue, 1 May 2001, Delrin Kenro wrote: <DIV></DIV>> <DIV></DIV>> > Bender 2.0 <DIV></DIV>> > Hmm, seems that the "mail headlines" isn't working. Is there anything special I have to <DIV></DIV>> > do to get it to work? <DIV></DIV>> > <DIV></DIV>> > Thanks <DIV></DIV>> > <DIV></DIV>> > <DIV></DIV>> > ______________________________________________________________________________________________ <DIV></DIV>> > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. <DIV></DIV>> > <DIV></DIV>> > _______________________________________________ Slashcode-general mailing list <DIV></DIV>> > Slashcode-general@... <DIV></DIV>> > http://lists.sourceforge.net/lists/listinfo/slashcode-general <DIV></DIV>> > <DIV></DIV>> <DIV></DIV>> <DIV></DIV>> 3:45pm up 7:40, 21 users, load average: 0.15, 0.38, 0.52 <DIV></DIV>> <DIV></DIV>> <DIV></DIV>>_______________________________________________ <DIV></DIV>>Slashcode-general mailing list <DIV></DIV>>Slashcode-general@... <DIV></DIV>>http://lists.sourceforge.net/lists/listinfo/slashcode-general <DIV></DIV></mailto:slashcode-general-request@...?subject=unsubscribe></mailto:slashcode-general-request@...?subject=subscribe></mailto:slashcode-general@...></mailto:slashcode-general-request@...?subject=help><br clear=all><hr>Get Your Private, Free E-mail from MSN Hotmail at <a href="http://www.hotmail.com">http://www.hotmail.com</a>.<br></p></html> |
From: Micah Yoder <yodermk@ho...> - 2001-05-01 20:05:07
|
On Tuesday 01 May 2001 06:52, you wrote: > At 00:17 -0400 2001.05.01, Micah Yoder wrote: > >and no journal data. There are two entries in the DB. The new journal > >template was installed. I wonder what I'm missing here.... > > I figured this one out yesterday (I had the same problem). There is an > entry in the vars table, journal_default_display, that needs to be nonzero. Thanks, that fixed it! And the advice on slashcode fixed my search issues. Now I just need to get a good server somewhere and go with it! Was thinking of slashhosting.com but I'm not sure if they're as flexible as I need.... |
From: jesse hirsh <jesse@ta...> - 2001-05-01 19:45:51
|
go into variables and set the send_mail value to 1 On Tue, 1 May 2001, Delrin Kenro wrote: > Bender 2.0 > Hmm, seems that the "mail headlines" isn't working. Is there anything spe= cial I have to > do to get it to work? > =A0 > Thanks > =A0 > > _________________________________________________________________________= _____________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > _______________________________________________ Slashcode-general mailing= list > Slashcode-general@... > http://lists.sourceforge.net/lists/listinfo/slashcode-general > 3:45pm up 7:40, 21 users, load average: 0.15, 0.38, 0.52 |
From: Delrin Kenro <delrinkenro@ho...> - 2001-05-01 16:18:44
|
<html><DIV><mailto:slashcode-general-request@...?subject=help><mailto:slashcode-general@...><mailto:slashcode-general-request@...?subject=subscribe><mailto:slashcode-general-request@...?subject=unsubscribe>Bender 2.0</mailto:slashcode-general-request@...?subject=unsubscribe></mailto:slashcode-general-request@...?subject=subscribe></mailto:slashcode-general@...></mailto:slashcode-general-request@...?subject=help></DIV> <DIV><mailto:slashcode-general-request@...?subject=help><mailto:slashcode-general@...><mailto:slashcode-general-request@...?subject=subscribe><mailto:slashcode-general-request@...?subject=unsubscribe>Hmm, seems that the "mail headlines" isn't working. Is there anything special I have to do to get it to work?</mailto:slashcode-general-request@...?subject=unsubscribe></mailto:slashcode-general-request@...?subject=subscribe></mailto:slashcode-general@...></mailto:slashcode-general-request@...?subject=help></DIV> <DIV><mailto:slashcode-general-request@...?subject=help><mailto:slashcode-general@...><mailto:slashcode-general-request@...?subject=subscribe><mailto:slashcode-general-request@...?subject=unsubscribe></mailto:slashcode-general-request@...?subject=unsubscribe></mailto:slashcode-general-request@...?subject=subscribe></mailto:slashcode-general@...></mailto:slashcode-general-request@...?subject=help> </DIV> <DIV><mailto:slashcode-general-request@...?subject=help><mailto:slashcode-general@...><mailto:slashcode-general-request@...?subject=subscribe><mailto:slashcode-general-request@...?subject=unsubscribe>Thanks</mailto:slashcode-general-request@...?subject=unsubscribe></mailto:slashcode-general-request@...?subject=subscribe></mailto:slashcode-general@...></mailto:slashcode-general-request@...?subject=help></DIV> <DIV><mailto:slashcode-general-request@...?subject=help><mailto:slashcode-general@...><mailto:slashcode-general-request@...?subject=subscribe><mailto:slashcode-general-request@...?subject=unsubscribe> </DIV></mailto:slashcode-general-request@...?subject=unsubscribe></mailto:slashcode-general-request@...?subject=subscribe></mailto:slashcode-general@...></mailto:slashcode-general-request@...?subject=help><br clear=all><hr>Get Your Private, Free E-mail from MSN Hotmail at <a href="http://www.hotmail.com">http://www.hotmail.com</a>.<br></p></html> |
From: Chris Nandor <pudge@po...> - 2001-05-01 10:52:20
|
At 00:17 -0400 2001.05.01, Micah Yoder wrote: >and no journal data. There are two entries in the DB. The new journal >template was installed. I wonder what I'm missing here.... I figured this one out yesterday (I had the same problem). There is an entry in the vars table, journal_default_display, that needs to be nonzero. -- Chris Nandor pudge@... http://pudge.net/ Open Source Development Network pudge@... http://osdn.com/ |
From: Micah Yoder <yodermk@ho...> - 2001-05-01 07:16:38
|
On Friday 27 April 2001 13:29, you wrote: (sorry, didn't get a chance to follow up on this before leaving for weekend) > At 16:05 -0400 2001.04.26, Micah Yoder wrote: > >When attempting to view a journal (/journal.pl?op=display), I get this > >instead of my journal: > > Ack. What version of Slash were you upgrading from? Apparently there were > schema changes from pre1, and I didn't notice. Sigh. You can look in > plugins/Journal/mysql_schema and modify your schema to match. I will put > together a script to modify it, too. Upgrading from Pre1. Thanks, adding that schema fixed the errors. But the journal still doesn't display. When clicking on a username it now just has this: ---- micah's Journal [ Create Entry | Delete/Edit Entries | Read Journal | Top 10 | View Friends ] Monday April 30, 01 Add user to friend's list --- and no journal data. There are two entries in the DB. The new journal template was installed. I wonder what I'm missing here.... |