> Please don't "hype" your post, or you'll find, as do many children, no
> one
> will pay it any attention.
> YEP, THE ABOVE IS TRUE! <
:-p
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi list,
i'm trying to include files in my php scripts but things seem not to
work properly. In my script, i include a file like this:
I have all include files in includes directory, that's a children of the
directory where my scrips are. The include_path config. variable is set
r(PHP_OS, 0, 3)) ? ';' : ':';
> ini_set('include_path', ini_get('include_path') . $sep .
> dirname(__FILE__) . 'includes/');
> [/code]
>
>
> Daniel
>
>
> A. Lanza wrote:
>
> > Hi list,
> >
> >
Still i cannot place my include files in a directory other than the same
as my main scripts...
I have scripts in /var/www/html/project/ directory. I would like to put
the include files in /var/www/html/project/includes. How should i
include them in the main scripts?
I've tried the two foll
Does anyone know of an image gallery I can use on multiple pages of a
website. I'd like to be able to click on the thumbnails and see a larger
image.
Hopefully something simple and easy to install.
thanks,
Lisa A
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
Hi,
I have installed following things on windows machine.
1. Apache HTTP Server 2.2.4
2. PHP 5.2.3
3. MySQL 5.0.45
I am getting mysql_connect() not found.
I have downloaded libmysql.dll, php_mysql.dll & php_mysqli.dll and
copied to c:\php\ext.
I have uncommented these dll files in php.ini and
Hi,
I have a table with the below fields. (id, title, language, author &
link to the book).
Initially I want to display a page with 3 select boxes (language,
author & title).
Initially first select box displays the available language by querying
the database. On selecting one language
Hi
Thanks for the replies. :-)
Robert I do not mean hear to write a new script for me and send..
Requesting if you have any sample file to share..
But any way thanks a lot for the replies.
Thanks
Balaji
On Jan 3, 2008 9:41 AM, Jim Lucas <[EMAIL PROTECTED]> wrote:
>
> Joche
Hi all,
I'm searching names from MySQL and printing it on a browser. Also, I've
provided checkbox for all the rows and a delete button for a page. I want to
delete the selected rows from MySQL when I click on the "Delete" button. How
do I do that?
Here is the code which I us
Could someone help with this code? It is a search and delete program. I'm
executing bunch of code within if-else statement. After searching the
records in else block the code is redirecting to if block. I'm not able
delete the records in else block. How do avoid the control move t
Add my vote too for Smarty
HTH,
-R
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
--
PHP Gene
lly... but
dont have the time to pure over help docs for hours or days.
Am on Win Vista premium.
Thanks!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone lov
Hey!
Just a thank you to all who replied to this thread, I will be taking your
suggestion and installing xampp, will post back if I hit any walls.
Thanks again!
Cheers!
R
Never miss a thing. Make
Hello!
Just a quick question... can anyone recommend a php app like digg _that you
have used or know of well_?
Does not seem too hard to make but if theres something like that already out
there, wouldnt mind modifying it to my needs.
TIA
Cheers!
Ryan
Hey All,
After searching I found this regex to remove img tags from a post, but running
it is giving me an error, being a total noob with regex i have no idea what the
heck is wrong heres the whole script as its tiny:
'. " Paul! ";
$html =
preg_replace('\s]+))?)+\s*|
GEX part as I think it would be easier for me to learn greek :)
Now that thats over... can anybody recommend a good starting point to learn
regex in baby steps?
Cheers!
R
Looking for last minute shoppi
Hey!
.A little background:
We have a site that has already been made.. a couple of hundred pages displayed
via SMARTY templates, the site's in Swedish.
The navigation and other parts except for the center is taken care of by the
templates and other scripts... the center main text is
Thanks for your input guys, will go through the links you gave me and get back
to ya if I run into any problems.
Have a nice weekend!
Cheers!
R
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a
Hey!
I have a pal who has a pretty interesting domain, he wants to offer emails @
his_domain_name.com (example) which gets forwarded to thier normal email
address.
eg:
i make an account at x.com with username genphp and give my real email
address of genphp AT yahoo.com
all
ns on how to do
this... just as i was about to start i found a dude who wrote something like
this in Java... which works pretty good according to him ("tried and well
tested" to quote him)
Can someone with a java background mind testing his class? and then hopefully
help me convert hi
Hey all!
So you expect PHP ppl to do your job and test a JAVA class to tell u
if it's worth porting it to php?
Nice thoughts...
Andy... why be a moron?
I just wanted someone with java knowledge to have a look at the code and see if
it ran properly.. something that should take an experi
e already finished that part...
I am using a standard deck of 52 cards and marking off each card as i deal it
so theres no chance for example to get Ks Ks Ah Ah etc
I wrote the address before:
webbmatte.se/cards.php
Cheers!
R
--
- The faulty interface lies between the chair and the
> > Humans are such a strange bunch :)
> That's why I live with computers and cats -
No fucking cats! Kill all of them...keep only dogs and whales (to protect them)
The only cat I like is a pussy.
Damn... used up a bit of my swear words quota of the day...
-
I TA'd the principles
of programming languages course, an assignment I gave was to write a
simple poker game in Haskell. If anyone's interested here's the sample
solution I gave:
http://smokinn.tengun.net/comp348/poker.hs
It's all console based of course. You'll need ei
Hey Nathan,
Cool! Thanks for taking the time to find and fix that error and your
suggestions below...
Will give you a buzz if I run into a programming stonewall.
Cheers!
R
Nathan Nobbe <[EMAIL PROTECTED]> wrote: Ryan,
if you want to port the java code to php it wouldnt be very difficult
Hey,
Have a quick question about which is better to get real random values, shuffle
or mt_rand.
I am trying to shuffle a deck of cards and reading another thread I saw that
after a couple of thousand random generations patterns have been observed using
rand()... so its better to use mt_rand
Just did a quick benchmark for 10.000 hands (making a full deck on
your code, 23.5 players):
Microtime difference:
Ryan's code:15.725826978683
Tijnema's code:0.40006709098816
Unique decks out of 1:
Ryan's code:1
Tijnema's code:1
When making a full deck my code is
> but the image, when updated, is still unstable on IE while still
> _perfectly_ stable on FireFox.
This might be due to cacheing on IE which anyone who has messed with php
online for a little time will be familier with. IE is a bitch at times... just
likes the company that mak
bscribe, visit: http://www.php.net/unsub.php
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
-
Get the free Yahoo! toolbar and rest assured
However, don't be under any illusion that the pirates are
good-hearted philanthropists taking from the rich and giving to the
poor. The best known pirate site sells advertising - a small banner
reportedly costs $5,000 a month, and a larger one $10,000 a month.
Actually, most pirate
Hey,
Piracy, unauthorized copying, call it what you will, involves a chain.
Perhaps if the poor saps who make the unauthorized copies realized just
how they're being exploited, things might change.
Sorry, but disagree with you here, the "poor saps" know the site owners are
m
Hey,
The same would happen if I did everything myself. Within days of
self-publishing a eBook, it would be on a pirate site. At least with a
publisher, legal copies do get sold, and I do get a return on the time
invested, even though it's not as much as I would like.
Also depends o
Hey,
>Instead of clip tags, I recommend that you configure your mail client
>to prepend a greater than sign to quotes. It's rather customary, if
>not standard.
Sorry about that, its driving me crazy too. I have to manually do it if I want
it (like above). It used to work
> Php Fiction? Rasmus's List? Codin' in the Rain?
LOL! That was good! Thanks needed that!
Cheers!
R
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone
--- Dotan Cohen <[EMAIL PROTECTED]> wrote:
> On 24/07/07, Ryan A <[EMAIL PROTECTED]> wrote:
> >
> > > Php Fiction? Rasmus's List? Codin' in the Rain?
> >
> > LOL! That was good! Thanks needed that!
> >
> >
>
> Of course, on
--- Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Tue, 2007-07-24 at 21:09 -0400, tedd wrote:
> >
> > Sorry, I've been up for 48 hours -- it's a boy, 8
> lb 9 oz -- time to
> > get some sleep. Maybe tomorrow my son will finally
> decide on a name
&g
Hey,
> I don't use "Tedd" anymore, because that was my
> previous life when I
> used to have purpose.
For what its worth, I do think your life has a purpose
and you are living it, I for one would be quite sad if
I didnt see any more postings from you on this list
and wo
theft.
Since this has been done to death in the last few days
about piracy actually being theft, wont say much
except, I for one; disagree.
Cheers!
R
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is fast
>
> PS
> I never have figured out why one would want to
> notify a zillion
> strangers that you're on vacation...
>
> I mean, duh, talk about a security risk...
>
> "Hey, stranger, I'm on vacation!!! Nice big house
> of computer geek
> full of
--- Crayon Shin Chan <[EMAIL PROTECTED]>
wrote:
> On Monday 30 July 2007 23:49, tedd wrote:
>
> > The opposite of BUYING is STEALING
>
> I think you meant SELLING.
>
Actually to make things easier just lets add a "NOT"
eg:
The opposite of BUYING is NOT
> > Yes, but that's why it's called faith.
>
> My point was that it makes no sense to try and prove
> or demonstrate
> anything using God because the existance of God
> itself cannot be proven
> or demonstrated.
Stut,
There will be a demonstration of
> >>You have a right to your belief, but that doesn't
> make your belief right.
> >
> >This works both ways.
>
> Oh yeah, well my dad can beat up your dad.
Well, get both your dads together coz my dad can beat
both of them up.
Reasoning, I'm pretty youn
Hey!
> > Sorry, couldnt resist, no offense meant ;)
>
> None taken. My beliefs are my beliefs and yours are
> yours
Yep, and what I said was in jest, and you took it in
jest.End of discussion between us :)
Am just replying to anyone else who's reading this,
please lets not
eyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for
today's
> Can't please everyone all of the time. Maybe you
> didn't get the joke :B
> Certainly it had be ROFLMFAO.
Well..., to each his own :)
Have a nice day!
R
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster
Hi,
I have searched for this answer on google and even
written on a few forums asking for an answer, am just
trying my luck here as I am sure quite a few list
users use DreamWeaver.
By default dreamweaver outputs tags like this:
As you can see from the above the values are always
enclosed in
--- Prathaban Mookiah <[EMAIL PROTECTED]> wrote:
> Are you trying to use PHP to write the HTML onto a
> database. If this is the
> case you can simply use addslashes(). This way you
> can still preserve the
> double quotes, but write into the database without
> any p
W
> and so not want the script
> to handle it, then I guess you have wait till some
> DW guru in this mailing
> list.
>
> Good luck.
>
Hey,
Thanks for replying.
I though magic quotes was a blessing when I first
started php, but as I advanced in my learning I saw
that ma
Hey,
Am really starting to like your emails on this list,
its different to say the least!
> > mysql_escape_string does look interesting but
> thats
> > again putting the strain in the script which I am
>
> wtf? that is just plain silly.
Why is it plain silly? if the te
how dare you say that, I
am now going to DOS your serverafter I learn how
to properly launch a DOS attack, and after I get a
botnet (i have one computer so far) and after I know i
can cover my tracks, and after i DOS others that
really irritate me (RIAA/MPAA etc).
Ok, its a horrorable threat
Thanks Jay, will stop searching and use the advise
from Prathaban and Jochem.
Thread closed as far as I'm concerned.
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a
ever trust user
> input.
Makes sense, thanks for your input.
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
__
Do You Yahoo!?
T
> Just how does one launch a "DOS" attack?
>
> c:\ fdisk
> c:\ format
> Repeat as needed
>
> ?
>
> --
Damn John,
now anybody who wants to start DDOSing knows the
secret.
--
- The faulty interface lies between the chair and the keyboard.
- C
> Ryan:
>
> I don't see a problem with using:
>
> 1. Turn magic_quotes OFF -- it's just a PITA anyway.
True
> 2. Then use mysql_real_escape_string() to store your
> html in the dB.
>
> 3. Then use htmlentities() to retrieve the pages.
Thanks!
Ryan
Hey Rich,
> > http://www.php.net/ini_set
> > http://www.php.net/manual/en/ini.php#ini.list
>
> If it's on, and you have no access to change it, get
> a new webhost.
> :-)
Unfortunatly cant do that :-(
Heres my environment, I am one of two developers, 3
designers,
> Soccer... what's that?
>
> tedd
Its a mis-spelling of two words taken out of context,
its actually "sock her" and meant for Hillary Clinton
;))
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great,
--- Martin Marques wrote:
>
> On Sat, 1 Jul 2006 07:03:54 -0700 (PDT), Ryan A
> <[EMAIL PROTECTED]> wrote:
> >
> >> Soccer... what's that?
> >>
> >> tedd
> >
> > Its a mis-spelling of two words taken out of
> context,
>
idents
there).
Will the person who gets the job also have to redesign
the homepage? because it looks/feels quite crappy for
a web design company...IMHO.
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, ev
Hi,
in phpmyadmin, in the SQL part where you can write a
query if I have a double update such as this:
it works without a problem as I am ending each sql
statement with a simicolon, but in my scripts when I
try to run multiple updates in a single line
eg:
$xyz="update xyz set id=1 where
--- Chris <[EMAIL PROTECTED]> wrote:
> Ryan A wrote:
> > Hi,
> > in phpmyadmin, in the SQL part where you can write
> a
> > query if I have a double update such as this:
> >
> >
> > it works without a problem as I am ending each sql
> >
> >>RTFM :) -- mysql_query()
> >
> >
> > Ok, read it, again what am I missing?
> > I took out the semicolon from the end... then I
> get an
> > error.
> > I did find one user post saying that this runs
> just
> > one query at a t
For what its worth, I have setup OSC a few times in
the past (around a yaer or two ago and it was a
breeze)
The thing that i didnt like about OSC was that it had
too many DB calls...that might have changed now.
Support via the community forums was fantastic.
ZC was a bit more of a hassle to setup
Hey all,
While on the subject of shopping carts, (and i didnt
want to hijack the other thread) can anybody recommend
a shopping cart that sells ( or: to sell) software
rather than material goods?
Something simple, would prefer free (surprising eh?)
but am open to commercial.
Something simple
Hi,
Something strange and dont really know what to expect so was hoping you more
experienced PHP 5 people can help me out.
We have been given a development server thats running php5 with MySql Client
API version 5.0.22 (didnt know there was one that high)
the problem is, we have to develop on
Hi,
Something strange and dont really know what to expect
so was hoping you
more experienced PHP 5 people can help me out.
We have been given a development server thats running
php5 with MySql
Client API version 5.0.22 (didnt know there was one
that high)
the problem is, we have to develop on
Thanks guys,
Will contact the admin and see what can be done,
your replies really helped me and I appreciate it.
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron
Hi,
I need to explain a script to a pal of mine but either
i cant explain it properly or he just cant get the
concept being new to php's slightly "advanced stuff"
(OO and classes, mind you...i ain't no expert myself
in this, more like Jochem's(from this list) field of
exp
Hey,
> > I need to explain a script to a pal of mine but
> either
> > i cant explain it properly or he just cant get the
> > concept being new to php's slightly "advanced
> stuff"
> > (OO and classes, mind you...i ain't no expert
> myself
Thanks Rob, will check it out!
> You're looking for a debugger. There's a whole
> thread on the go right
> now for "PHP Debugger Recommendations". Personally I
> prefer the
> echo/print_r method that you're probably already
> using... but as you say
>
Hi,
This is not really a problem, more like a slightly OT
question.
Recently I have been testing some "CMS/carts/BB
boards" and other related software, sometimes at the
end of the page the software outputs the time it took
to generate the page and the number of database calls.
I have
Hey Rob,
Thanks for replying.
> It's usually a sign of poor programming and/or
> purist OOP programming.
>
> When I say purist OOP programming...
> I saw
> one really retarded
> implementation of this kind of system where an
> excess of 2 queries
> wer
--- "Kilbride, James P." <[EMAIL PROTECTED]>
wrote:
> While that kind of query structure can be a huge
> issue the biggest
> problem, and performance penalty, occurs if the
> programmer is opening
> and closing actual real connections. A good
> structure would
The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.
Hello,
I am working on a php project that needs a little
extra JS/DHTML solution. I am sure some of you might
have come to use something like this before, please
recommend a solution (commerial solutions are fine /
willing to pay)
Basically, I will have a page with around 10 questions
for
Hey Ray/Tedd,
Thanks for replying guys.
Ray, Checked out the Y! library, not really to my
needs and I really doubt I need a whole library to do
this.
Tedd,
> Ryan:
>
> You said:
>
> ... willing to pay.
>
> Music to my ears.
>
Happy to have helped ;D
> Thi
Hey Tedd,
> Would this be something that would select
> questions/hints/and
> solutions from a larger dB?
No db, this page would be generated via a DB query but
the answers have to already be on the local page and
accessable to the JS, I dont want to complicate
matters using AJ
ack if I face problems, thanks for your
help once again.
Cheers!
Ryan
--- Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Fri, 2006-08-18 at 08:30 -0700, Ryan A wrote:
> > Hello,
> > I am working on a php project that needs a little
> > extra JS/DHTML solution.
Hey Rob,
> As it were though, an Ajax solution is more involved
> and his request
> didn't seem to indicate a need for it so I went with
> KISS :)
The simple solution is exactly what i needed, it may
not have a lot of bells and whistles but thats the
whole point. Easy to a
Hey,
I have been long enough on this list to know this
shopping cart question comes up real often and
irritates a lot of folks, but sorry, I have checked
google and hotscripts and it has come down to a
recommendation from YOU guys as they are SO many
options out there with each cart most of
h! this week, 9 hour
working days and 4 company meetings + 2 presentations.
Thanks again,
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
__
--- tedd <[EMAIL PROTECTED]> wrote:
> >Just need to figure out how to change the cells
> >background color when the hint is shown and change
> it
> >back when the hint is hidden again.
> >
> >Thanks!
> >Ryan
>
> Use the DOM, L
uot;scores".
Thanks!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spa
Thanks,
Will check it out.
Am also looking at "viart shop", any insight from
someone who has used it would be helpful.
Cheers!
Ryan
--- Larry Garfield <[EMAIL PROTECTED]> wrote:
> OSCommerce is crap. Don't bother.
>
>
>
> The Drupal CMS has a complete su
assigning a value to a variable...
Still searching though, tested OSC,ZenCart,
Xcart,FishCart, now on to phpshop...
Drupal seems good, but kinda large with all the
modules out there... a bit intimidating, will keep
that as a "reserve check"
I think this is the reason why there are so many
&q
Hey,
> There are many payment processing
> script/classes/examples available
> that you could use. Just google around for your
> gateway provider,
> like PHP and Authorize.net, etc, or go to their site
> and look for a
> developer, API or something like that to see if
--- Paul Scott <[EMAIL PROTECTED]> wrote:
>
> On Tue, 2006-08-22 at 05:36 -0700, Ryan A wrote:
> > It really looks like I will have to write this
> myself
> > :(
>
> We need to create a proper one, under a decent
> licence as a community
> damnit! Maybe
> I believe you can find those out there as well, most
> of what you need
> will be available out there, you will be able to
> find them and then
> take what you need to work it into your cart,
> probably would be a good
> idea to think of all the different pieces and then
--- Dan McCullough <[EMAIL PROTECTED]> wrote:
> Another thing to remember is that you dont want to
> get overwhelmed
> with all the work when you are going to build your
> own, a list of
> 250,000 features will never get done, many have
> tried, many have
> faile
>
> Please sign up for an account and join the project
> at
> http://gforge2.uwc.ac.za/projects/phpcart/
>
> I have started a mailing list, which should kick in
> in a few hours...
>
> --Paul
Hey,
Signed up there, but how do i join the project? my
username is &qu
Hey,
> > Hey,
> > Signed up there, but how do i join the project? my
> > username is "ryan"
> >
>
> OK I have added you as a project admin.
Thanks
> > I think you might also want to change the project
> > name... phpcart is just too common
> > Maybe APC (August php cart :D )
>
> Obviously you don't run the APC op-code cache ;)
:) you got me there Rob, dont have a clue about it.
Sorry if I stepped on anyones toes.
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativ
> > Maybe APC (August php cart :D )
> >
>
> How about SPECS - Simple [PHP|Pluggable] E-Commerce
> System.
>
> I have a few thoughts about this idea and will put
> something together
> later today.
>
> -Stut
>
"What's in a nam
orry...not much help.
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best
Hey,
I did try need-space.co.uk
they were good for some time, then later sucked really
bad, then insulted me via online support when i asked
for my $$ back after hosting with them for just over a
month... then later apoligised and got good again (and
returned my $$), they say they have changed
RTFM
Oops, sorry, that seems to be everyone favourite so
thought i would be the first one to say it... and
welcome to the list :)
Cheers!
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron
Hey all,
I want to write a "module" for xcart (a commercial
'shopping cart') which would be like what Amazon.com
offers when you go to shop on their site... when you
click on a product to see its details you get a little
box below that recommends more products based on what
o
Warning, this email's a bit long
> You have a User table and a Product table, then a
> linking table that
> joins users with products that they have bought.
Hey David,Curt,Richard!
Thanks for replying.
Looks like I will really have to brush up on my Sql,
been u
Hi,
I am looking for a shopping cart/member script that will allow members of a
site to purchase credits and then spend their credits on my site. I have
trawled for hours but can't seem to find one anywhere. :-$
Anyone got any ideas???
Frustrated and wanting to move forward!!
Hey!
I
Hi,
in php.ini I have changed the register_global to "On".
Is it possible to change the global variable _SERVER[HTTP_USER_AGENT]?
Thanks in advance..
Thanks
Balaji
Thanks for the reply rick.
I actually want to change the user agent header in the request sent by the
client.
I want to send a request to the server with different user agent header.
Is it possible to change?
Thanks
Balaji
On 10/3/06, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
801 - 900 of 2278 matches
Mail list logo