Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'scripts': 0.03; 'charset:iso-8859-7': 0.04; 'read-only': 0.09; 'python': 0.11; 'suggest': 0.14; 'andreas': 0.16; 'btw': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:when': 0.16; 'url:py': 0.16; 'wrote:': 0.18; 'text.': 0.24; 'server.': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'see,': 0.30; 'message- id:@mail.gmail.com': 0.30; 'subject:other': 0.31; 'subject:website': 0.31; 'fri,': 0.33; 'plain': 0.33; "can't": 0.35; 'received:209.85': 0.35; 'problem.': 0.35; 'received:209.85.220': 0.35; 'something': 0.35; 'received:google.com': 0.35; '14,': 0.36; 'passwords': 0.36; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'anything': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'show': 0.63; 'kind': 0.63; 'url:cgi-bin': 0.65; 'world': 0.66; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=9WrrVkFp1PZUjykGIuexxTHZZDFAhSqgMALDvSLNji0=; b=i8+JlnJu8faVq8cCbKhX2sjORkqzlw1N7QFvUr5XzZAevOMvGWmYxoI/4aXOWaR69U 3PiAjD0Y8k1nt7wiqx9maCLXDMmAsQ4+Or8VSUtlrxKVj2J/CgI7rtqhV+RUI336EK70 H5K1al3r3ex9q18REgTLVP7RUTv5EH07D2Hjq0y9G+cJnfl7Lmxmj7rT6hxyaNlv02/B ZQFOcyeAh9n8FU5uHDDGfUznaBK8cfn69dYKjfqp9k5Wr71wqAuwgR2QgAcxCm+qTxuN hWr5iJVcDm0u4XDwBM1/VDa7PdcQKJKmYGvvczKLagnWc/GIiUXm2sTDmiVgd1mNtJrs ER9g== MIME-Version: 1.0 X-Received: by 10.52.164.163 with SMTP id yr3mr430313vdb.76.1371136292621; Thu, 13 Jun 2013 08:11:32 -0700 (PDT) In-Reply-To: <51B9DD34.90400@gmail.com> References: <51B9DD34.90400@gmail.com> Date: Fri, 14 Jun 2013 01:11:32 +1000 Subject: Re: Wrong website loaded when other requested From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371136295 news.xs4all.nl 15929 [2001:888:2000:d::a6]:47350 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47976 On Fri, Jun 14, 2013 at 12:54 AM, Andreas Perstinger wrote: > On 13.06.2013 16:23, =CD=E9=EA=FC=EB=E1=EF=F2 =CA=EF=FD=F1=E1=F2 wrote: >> >> Please suggest something of why this happnes. > > > That's not a Python problem. > > BTW both scripts at > http://superhost.gr/~dauwin/metrites.py > and at > http://superhost.gr/~dauwin/cgi-bin/metrites.py > show the world the passwords to your databases in plain text. See, that's the kind of thing that means you can't give out even read-only access to your server. Does this mean anything to you Nikos? ChrisA