Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29732
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.088 |
| X-Spam-Evidence | '*H*': 0.82; '*S*': 0.00; '22,': 0.09; 'sep': 0.09; 'charset:iso-8859-7': 0.15; 'sat,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'host': 0.24; 'header:In-Reply- To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'figure': 0.30; 'good.': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'really': 0.36; 'wanted': 0.36; 'subject:Please': 0.36; 'two': 0.37; 'previous': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'company': 0.60; 'times': 0.63; 'subject:One': 0.65; 'subject:. ': 0.66; 'insight': 0.71; 'together,': 0.84 |
| 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=xWPIQrg3tPyqedRfseyyp3i99TLbp/RB8nLzK1osQ3M=; b=GmlGb4HQwmty80utfupQQnQ1qmnkW16VlWGUVMs72ZJt+9JBOGJzwPvuyGFUgmQXYz RwiYqGGShn3fdU7PzsC3wY/qCEMHv9ASSl/50snjK1CL4LzPA8iD+anLeENcN3pGFiF9 5Qd3IStYA/3yeyezVUSNFV8OxU1AQMuFhi2EeUcH9GRUMvy+1LoqFHRq6QoL5D4UsbsE GcZ8WT75kV4IakVZEC838Bah+UqfctSRkVjGKxSaBCLGAYhc858P8BOcZ243gEx7k3st MAqxbq4h1VljtwVQwnZ5JK86p9i4nLf9eM+6LSC1fdaMOT0KEVwqhTXk2lgCVpkiWbNL pOZw== |
| MIME-Version | 1.0 |
| In-Reply-To | <d4ee2b40-258e-404e-b6b4-2ff5ec1dcf8a@googlegroups.com> |
| References | <079f4b21-93f4-450b-9112-21b2faa19ed3@googlegroups.com> <505d178a$0$29981$c3e8da3$5496439d@news.astraweb.com> <d4ee2b40-258e-404e-b6b4-2ff5ec1dcf8a@googlegroups.com> |
| Date | Sat, 22 Sep 2012 18:07:32 +1000 |
| Subject | Re: One of my joomla webpages has been hacked. Please help. |
| From | Chris Angelico <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1070.1348301255.27098.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1348301255 news.xs4all.nl 6900 [2001:888:2000:d::a6]:46455 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:29732 |
Show key headers only | View raw
On Sat, Sep 22, 2012 at 5:13 PM, Νίκος Γκρεεκ <nikos.gr33k@gmail.com> wrote: > The web host company pulled a previous backup and now its all good. > > My apologies for the annoyance i have coused you all i wanted was some insight so to make sure this wont happen again( it already happened 2 times by now). Just read those two sentences together, and figure out whether it really is "all good". What's happened twice can happen again. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-21 11:45 -0700
Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-22 11:34 +1000
Re: One of my joomla webpages has been hacked. Please help. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-22 01:42 +0000
Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-22 11:48 +1000
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 00:13 -0700
Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-22 18:07 +1000
Re: One of my joomla webpages has been hacked. Please help. Alister <alister.ware@ntlworld.com> - 2012-09-22 11:10 +0000
Re: One of my joomla webpages has been hacked. Please help. Peter Otten <__peter__@web.de> - 2012-09-22 09:26 +0200
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 01:02 -0700
Re: One of my joomla webpages has been hacked. Please help. Kev Dwyer <kevin.p.dwyer@gmail.com> - 2012-09-22 11:13 +0100
Re: One of my joomla webpages has been hacked. Please help. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-22 13:09 +0000
Re: One of my joomla webpages has been hacked. Please help. Alister <alister.ware@ntlworld.com> - 2012-09-22 13:29 +0000
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 07:44 -0700
Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-23 00:57 +1000
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 11:13 -0700
Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-23 04:17 +1000
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 19:52 -0700
Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-23 12:55 +1000
Re: One of my joomla webpages has been hacked. Please help. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-23 04:06 +0000
Re: One of my joomla webpages has been hacked. Please help. Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-23 00:48 -0400
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 22:19 -0700
Re: One of my joomla webpages has been hacked. Please help. Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-23 01:28 -0400
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 22:19 -0700
Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-23 14:56 +1000
Re: One of my joomla webpages has been hacked. Please help. Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-23 01:18 -0400
Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-23 15:38 +1000
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 23:54 -0700
RE: One of my joomla webpages has been hacked. Please help. "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-09-27 17:06 +0000
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 23:54 -0700
Re: One of my joomla webpages has been hacked. Please help. Wayne Werner <wayne@waynewerner.com> - 2012-09-26 20:06 -0500
Re: One of my joomla webpages has been hacked. Please help. Emile van Sebille <emile@fenx.com> - 2012-09-26 18:33 -0700
Re: One of my joomla webpages has been hacked. Please help. MRAB <python@mrabarnett.plus.com> - 2012-09-27 03:02 +0100
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 19:52 -0700
Re: One of my joomla webpages has been hacked. Please help. Wayne Werner <wayne@waynewerner.com> - 2012-09-26 20:03 -0500
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 11:13 -0700
Re: One of my joomla webpages has been hacked. Please help. Ben Finney <ben+python@benfinney.id.au> - 2012-09-23 01:21 +1000
Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 01:02 -0700
Re: One of my joomla webpages has been hacked. Please help. Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-22 04:59 -0400
Re: One of my joomla webpages has been hacked. Please help. alex23 <wuwei23@gmail.com> - 2012-09-23 19:53 -0700
csiph-web