Re: modperl confusing file/package

2001-07-28 Thread perrin
Quoting ryc <[EMAIL PROTECTED]>: > Or even, when my script accesses $Packagename::dbh as a > global > variable inside the Packagename package, only one such varaible exists > within that perl instance inside Apache (even though there should be > two). There can be only one. One package name, one

modperl confusing file/package

2001-07-28 Thread ryc
I have a script that runs under modperl very well. It consists of one main executable CGI file, and it 'requires' a few other pieces of source code. One of the files it requires is called db.pl. This file creates a package, and it contains several 'global' variables for that package (database name

RE: Ultimate Bulletin Board? Jezuz.

2001-07-28 Thread Les Mikesell
It has been a while since I did a comparison but I have mwforum (http://www.mawic.de/mwforum) running under mod_perl without any trouble. I think it is distantly related to wwwthreads but still under the GPL. Les Mikesell [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED

Re: Ultimate Bulletin Board? Jezuz.

2001-07-28 Thread alex
Hi, >> you might want to look into vBulletin, it is used on a lot of different >> sites is written in php with a MySQL back end and looks very similar to >> UBB. > > >yes, but as an engineer i can't condone the use of PHP, sorry... You might want to consider WWWThreads (http://www.wwwthreads.com

Re: Help required on compile

2001-07-28 Thread Randy Kobes
On Fri, 27 Jul 2001, Murugan K wrote: > Hai >I am not using Visual VC++ IDE for compiling. I am using command > line only. > After building , i am not getting src/modules/win32/Release/ realease > directory at all. > I tried with previos version od mod_perl also. Same result. There mus

Re: Santitizing errors with mod_perl

2001-07-28 Thread Ged Haywood
Hi there, On Sat, 28 Jul 2001, John Buwa wrote: > Thanks all for the terrific answers and help. It is actually working now!? > What did i do you ask? Not a thing, [snip] > ... I usually make a sighup to the test server after a change in the > scripts maby this was not enough to recompiile my cha

Re: Santitizing errors with mod_perl

2001-07-28 Thread John Buwa
Hello Everyone, Thanks all for the terrific answers and help. It is actually working now!? What did i do you ask? Not a thing, hmmm strange. My modperl apache server is not in production, i set it to run on port at the same time as my normal apache server, and i am taking my code changing th

Re: Ultimate Bulletin Board? Jezuz.

2001-07-28 Thread Joachim Zobel
At 18:16 27.07.01 -0400, you wrote: >1 the quality of [perl] code in UBB is so phenomenally bad i can't believe >people pay money for it. i can't believe it works (but it does). has >anyone else ever "experienced" it? i guess i need a support group... it >makes me cry and cuts me to the bone

Re: Santitizing errors with mod_perl

2001-07-28 Thread Joachim Zobel
At 03:37 27.07.01 -0500, you wrote: >I sanitize all my input in my scripts to only allow chars i want allowed. My >working lines before using modperl and for some reason kick out error with >mod perl are as follows: > >$user =~ s/[^$OK_CHARS]//go; >$pass =~ s/[^$OK_CHARS]//go; > >When an account i