phpslash-users Mailing List for phpSlash (Page 108)
Brought to you by:
joestewart,
nhruby
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(142) |
Oct
(179) |
Nov
(175) |
Dec
(73) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(94) |
Feb
(139) |
Mar
(121) |
Apr
(133) |
May
(161) |
Jun
(140) |
Jul
(128) |
Aug
(40) |
Sep
(32) |
Oct
(47) |
Nov
(81) |
Dec
(55) |
2002 |
Jan
(79) |
Feb
(50) |
Mar
(65) |
Apr
(98) |
May
(79) |
Jun
(12) |
Jul
(19) |
Aug
(65) |
Sep
(37) |
Oct
(41) |
Nov
(39) |
Dec
(5) |
2003 |
Jan
(29) |
Feb
(46) |
Mar
(77) |
Apr
(54) |
May
(20) |
Jun
(19) |
Jul
(3) |
Aug
(9) |
Sep
(10) |
Oct
(10) |
Nov
(40) |
Dec
(17) |
2004 |
Jan
(1) |
Feb
|
Mar
(14) |
Apr
(3) |
May
(8) |
Jun
|
Jul
(3) |
Aug
|
Sep
(13) |
Oct
(5) |
Nov
(5) |
Dec
|
2005 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(7) |
2006 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Harry Z. <hz...@fi...> - 2000-09-18 06:41:17
|
I'm part of the Nucleus branch of the PHP-Nuke forks, and I was suggesting the concept of a compatible SQL db structure among the various weblogs, mostly because there really isn't any functional reason to NOT be compatible on that layer - the advantage being that the various users who want to, can test the various environments, without losing their data - or it makes witching from one to another easier. To that end I'm trying to see if the various projects are willing to coordinate on that level. Is there any interest in that regard, and how can we compare notes? Harry |
From: Ajay S. <ss...@od...> - 2000-09-18 04:10:26
|
On Sun, 17 Sep 2000, nathan r. hruby wrote: > New Poll? Yes. All of the current poll stuff is terrible. It uses the the perl method and the PHP way is much cleaner. Plus the poll script is the *first* thing I hacked away at to get it to work with templates and I've learned a lot since then. Other stuff.. I'm playing around with the logging stuff and I didn't know it was so cool! I don't want to make it mandatory that GD support built into PHP before you can use it so some of the images might have to be disabled. The phpslash-users archive isn't on geocrawlers yet. When you click on the archive link, it says, 'No List Found'. later, ajay ---------------------------------------------------------------- Satyajot (Ajay) Sharma ss...@od... Digital Odyssey System Administrator WWJMD - What would Jim Morrison do. ---------------------------------------------------------------- |
From: nathan r. h. <nh...@ar...> - 2000-09-18 02:17:02
|
Ajay Sharma wrote: > > I'm not a database/mysql expert but I can get around. I need some help > in cleaning up the database from the old 0.5x and making sure that NO > MORE CHANGES are going to be done for 0.6. (There will be additions and > modifications when 0.65 comes out because of the new poll script). > New Poll? > This is all coming about because I looked in the psl_topic table and > noticed that topic_id was a "varchar(32)". This was left over from the > days that we were going to use MD5 id's. I went through and changed all > the "id" fields to int(11), but what's the range on an int(11)? > Shouldn't we change all the id fields to unsigned because we should > NEVER have a negative id number. Correct. They should be unsigned, you can omit the length though, it's optional. ALso the max length for an INT is 10 (for an unsigned range of 0 - 4294967295) it's also a 4-byte field in the db.. way faster and smaller than a VARCHAR -n -- ........ nathan hruby Webmaster: UGA Department of Drama and Theatre Project Maintainer: phpSlash, Carousel nh...@ar... ........ |
From: Ajay S. <ss...@od...> - 2000-09-18 00:36:50
|
I'm not a database/mysql expert but I can get around. I need some help in cleaning up the database from the old 0.5x and making sure that NO MORE CHANGES are going to be done for 0.6. (There will be additions and modifications when 0.65 comes out because of the new poll script). This is all coming about because I looked in the psl_topic table and noticed that topic_id was a "varchar(32)". This was left over from the days that we were going to use MD5 id's. I went through and changed all the "id" fields to int(11), but what's the range on an int(11)? Shouldn't we change all the id fields to unsigned because we should NEVER have a negative id number. later, ajay ---------------------------------------------------------------- Satyajot (Ajay) Sharma ss...@od... Digital Odyssey System Administrator WWJMD - What would Jim Morrison do. ---------------------------------------------------------------- |
From: Ajay S. <ss...@od...> - 2000-09-18 00:14:53
|
> $clean = > str_replace('\'',"'",(htmlspecialchars(stripslashes($dirty))); > > This would be nicer and would remove the need to stripslashes() ever > again. ( I think, though you may want to do the same for forward and > back ticks, just to be sure) I don't think backticks are a problem with the DB. > > Should the dirty one *just* do a strip slashes? > > Well, theoretically it should be configurble to drop out all the > quoted atuff for non-html4 complaint browsers. But for now, yes > stripslashes() should be fine, though if you use the above method, > you should be ok without dirty(). okay, I'm going to leave dirty() in there as just a stub. ---------------------------------------------------------------- Satyajot (Ajay) Sharma ss...@od... Digital Odyssey System Administrator WWJMD - What would Jim Morrison do. ---------------------------------------------------------------- |
From: Eric R. <er...@Ca...> - 2000-09-17 22:35:13
|
Hello all - Sorry that this post is slightly off-topic, but I hope it is of sufficient interest to enough people to be justified. I have recently been asked by the Coriolis Press to lead a team of authors in writing a new book in their "Black Books" series, on the topic of MySQL. Rather than write the entire book myself, I am looking for a group of programmers, authors, and users to co-author the book in a collaborative way. I believe this will produce a more interesting product, and be a very interesting experience for all involved. Further, I'd like to publish and edit at least part of the book using phpSlash, for a truly "open" creation experience. So, I am now looking for anyone interested in working on this project. Ultimately, I hope to find a group of 3-5 core authors, plus as many as another 5 contributing authors to write the bulk of the work. However, we will also need programmers and users who are familiar with MySQL to help with sample code, testing, and feedback, so all are welcome to participate. We will be covering all aspects of using MySQL, so even if you are not a db-administration guru (I know I'm certainly not), we still need skills in all manner of db-access methods, including perl, mod_perl, C, PHP, PHPLIB, etc. If you have any familiarity with using any of these in conjunction with MySQL, you are welcome to get involved. It is my hope that everyone who joins up will be involved in all aspects of the book's design, right down to picking what should be in the ToC. And of course, everyone who contributes will share in our success. If you are interested, please drop me a line and let me know. Comments/suggestions/feedback is always welcome. For more about me, you can take a look at my resume (http://i.am/EricRies). For a look at some of my work, take a look at the Enzyme open-source project (http://enzyme.sourceforge.net). For more about Coriolis (and the Coriolis Open Press imprint, which would be producing this book), please see http://www.coriolis.com/focuson/linux.asp Thanks, Eric |
From: Matt \TrollBoy\ W. <tro...@sh...> - 2000-09-17 20:18:09
|
Test, test, test.... how many times do I have to pee in this dumb cup!? -- Matt "Trollboy" Wiseman www.shoggoth.net/trollboy.jpg Tro...@sh... "I wish the world had one throat!!" -Al Bundy ----- Original Message ----- From: "Dale Emmons" <da...@em...> To: <php...@li...> Sent: Sunday, September 17, 2000 2:19 PM Subject: Re: [phpslash-users] New List Test > test test... > > hopefully my rules are right now so it doesn't end up in my spam foler :0 > > -Dale > > > > on 9/17/00 6:43 AM, nathan r. hruby at nh...@ar... wrote: > > > > > Testing 1.. 2... 3.. Slyabus.. Coffee.. Is this thing ON!? > > > > Ouch! Feedback! > > > > Harry > > > > _______________________________________________ > > phpslash-users mailing list > > php...@li... > > http://lists.sourceforge.net/mailman/listinfo/phpslash-users > > > > _______________________________________________ > phpslash-users mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpslash-users > |
From: Ajay S. <ss...@od...> - 2000-09-17 19:45:31
|
Hey, There's a bug report talking about all the add/strip slashes that we're missing so I created the clean/dirty functions. This is what the clean line looks like: $clean = addslashes(str_replace('\"',""",stripslashes($dirty))); Is that cool? I stripslashes first in case there's any extra slashes around, then I replace the " with ", then I addslashes to take care of all the apostrophies '. Is that going to be general enough for everything? Should the dirty one *just* do a strip slashes? later, ajay ---------------------------------------------------------------- Satyajot (Ajay) Sharma ss...@od... Digital Odyssey System Administrator "You will find true love, or a missing sock" -- Bazooka Joe ---------------------------------------------------------------- |
From: Russell M. <ru...@fl...> - 2000-09-17 18:44:51
|
On Sun, 17 Sep 2000, nathan r. hruby wrote: > Testing 1.. 2... 3.. Slyabus.. Coffee.. Is this thing ON!? Nop, doesn't seem to be working at all ;-) --- Russell McOrmond, Internet Consultant: <http://russell.flora.org/work/> Elect Joan Russow in Okanagan-Coquihalla <http://www.voterussow.org/> Elect Ralph Nader for U.S. President! <http://www.votenader.org/> http://www.flora.org/flora.mai-not/21392 GORE'S IVORY TOWER |
From: Dale E. <da...@em...> - 2000-09-17 18:17:55
|
test test... hopefully my rules are right now so it doesn't end up in my spam foler :0 -Dale > on 9/17/00 6:43 AM, nathan r. hruby at nh...@ar... wrote: > > > Testing 1.. 2... 3.. Slyabus.. Coffee.. Is this thing ON!? > > Ouch! Feedback! > > Harry > > _______________________________________________ > phpslash-users mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpslash-users > |
From: Harry Z. <hz...@fi...> - 2000-09-17 17:18:36
|
on 9/17/00 6:43 AM, nathan r. hruby at nh...@ar... wrote: > Testing 1.. 2... 3.. Slyabus.. Coffee.. Is this thing ON!? Ouch! Feedback! Harry |
From: Austin T. <aus...@ho...> - 2000-09-17 15:58:54
|
Yep, we're here. Its a bit windy where I'm at some hurricane is knocking on my door. looks like I need to update my rules, this didn't land in the proper folder. > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of Costas > Malamas > Sent: Sunday, September 17, 2000 11:32 AM > To: php...@li... > Subject: RE: [phpslash-users] New List Test > > > hello, > > Is anybody out there? > > C. > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...]On Behalf Of nathan > > r. hruby > > Sent: Sunday, September 17, 2000 10:08 AM > > To: Austin Theen > > Cc: php...@li... > > Subject: Re: [phpslash-users] New List Test > > > > > > Austin Theen wrote: > > > > > > I see a test, do you see this? > > > > > peek-a-boo :) > > > > -n > > > > Wow.. I am silly this moning. > > _______________________________________________ > > phpslash-users mailing list > > php...@li... > > http://lists.sourceforge.net/mailman/listinfo/phpslash-users > > > _______________________________________________ > phpslash-users mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpslash-users |
From: Costas M. <php...@ma...> - 2000-09-17 15:32:05
|
hello, Is anybody out there? C. > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of nathan > r. hruby > Sent: Sunday, September 17, 2000 10:08 AM > To: Austin Theen > Cc: php...@li... > Subject: Re: [phpslash-users] New List Test > > > Austin Theen wrote: > > > > I see a test, do you see this? > > > peek-a-boo :) > > -n > > Wow.. I am silly this moning. > _______________________________________________ > phpslash-users mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpslash-users > |
From: nathan r. h. <nh...@ar...> - 2000-09-17 14:12:55
|
Austin Theen wrote: > > I see a test, do you see this? > peek-a-boo :) -n Wow.. I am silly this moning. |
From: Austin T. <aus...@ho...> - 2000-09-17 14:04:53
|
I see a test, do you see this? > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of nathan > r. hruby > Sent: Sunday, September 17, 2000 9:44 AM > To: php...@li... > Subject: [phpslash-users] New List Test > > > Testing 1.. 2... 3.. Slyabus.. Coffee.. Is this thing ON!? > _______________________________________________ > phpslash-users mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpslash-users |
From: Kristian <kk...@ne...> - 2000-09-17 14:02:34
|
"nathan r. hruby" wrote: > Testing 1.. 2... 3.. Slyabus.. Coffee.. Is this thing ON!? Control, I hear you load and clear. You can start bombing now. Kristian -- Kristian Köhntopp, NetUSE AG Siemenswall, D-24107 Kiel Tel: +49 431 386 436 00, Fax: +49 431 386 435 99 Using PHP3? See our web development library at http://phplib.netuse.de/ |
From: nathan r. h. <nh...@ar...> - 2000-09-17 13:48:32
|
Testing 1.. 2... 3.. Slyabus.. Coffee.. Is this thing ON!? |