Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.035 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'parsing': 0.07; 'python': 0.09; 'sep': 0.09; 'charset:iso-8859-7': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'code,': 0.18; 'received:209.85.214.174': 0.21; 'simpler': 0.22; 'example': 0.23; 'script': 0.24; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'probably': 0.29; 'basic': 0.30; 'code': 0.31; 'event.': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'subject:Please': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'easier': 0.38; 'some': 0.38; 'things': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'subject:One': 0.65; 'subject:. ': 0.66; 'cms': 0.66; 'life': 0.66 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=TaWeO2c5xV2NIlFru3AdrUMFtM1BvLRgcpzEqbRpWEA=; b=KCmeAp+4RagdzYQosWeiJXx5VPY7IBJYBaKzZ29HUwPF0CTqAqh0dPI1t/sCR9Rdvp IhsBRad/YsH9t2mYeyYnyYPmhgvJfmUSQv5u7lLZyxFyztZkoWOgn6hVolTKn08QIifw 0iCNUC7QI3/BUiA7ShRZQTwvsZvnat5ckIRuOxgXlUalBREqPAP8ogGNVWrTWkc7Sr2u cHUeHh0sJkKBqDlBlrjkzTJhXLR8XHqPLi1eX+JzBSkUFtMDgtr7/KcPxiVnPPWPyY+Y Wb7zy77O3oDx74HN9VZLuluoIxLyZR9ltbUBk84NeCgybKyc1kXcyHBKvR+IURBGwTRo D9oA== MIME-Version: 1.0 In-Reply-To: <73e59160-13b4-48c0-899f-53fc7517b21a@googlegroups.com> References: <079f4b21-93f4-450b-9112-21b2faa19ed3@googlegroups.com> <505db890$0$29981$c3e8da3$5496439d@news.astraweb.com> <73e59160-13b4-48c0-899f-53fc7517b21a@googlegroups.com> Date: Sun, 23 Sep 2012 04:17:20 +1000 Subject: Re: One of my joomla webpages has been hacked. Please help. 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348337849 news.xs4all.nl 6862 [2001:888:2000:d::a6]:50217 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29762 On Sun, Sep 23, 2012 at 4:13 AM, =CD=DF=EA=EF=F2 =C3=EA=F1=E5=E5=EA wrote: > Is there a way to somehow embed(or utilize) python code, for example my p= ython counter code script you have seen last week inside my Joomla/WordPres= s cms sites? You probably could. But I reiterate, you're going about things all backwards. Keep things way WAY simpler and just do some basic parsing of your web logs after the event. Life is so much easier that way. ChrisA