[wp-hackers] RE: wp-hackers Digest, Vol 39, Issue 82
Jared Ritchey
jared at thebrokersedge.com
Wed Apr 23 14:07:28 GMT 2008
Is this generated from emails or another place?
-----Original Message-----
From: wp-hackers-bounces at lists.automattic.com
[mailto:wp-hackers-bounces at lists.automattic.com] On Behalf Of
wp-hackers-request at lists.automattic.com
Sent: Wednesday, April 23, 2008 5:00 AM
To: wp-hackers at lists.automattic.com
Subject: wp-hackers Digest, Vol 39, Issue 82
Send wp-hackers mailing list submissions to
wp-hackers at lists.automattic.com
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.automattic.com/mailman/listinfo/wp-hackers
or, via email, send a message with subject or body 'help' to
wp-hackers-request at lists.automattic.com
You can reach the person managing the list at
wp-hackers-owner at lists.automattic.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of wp-hackers digest..."
Today's Topics:
1. Re: SolarisPress? (Roy Schestowitz)
2. Re: is_front_page should have it's own template file
(Alexander Beutl)
3. Re: wp-denyhost (Paolo Tresso / Pixline)
4. Re: wp-denyhost (Mr. Awesome)
5. Re: TinyMCE and centered aligning ( M?rio Gamito )
6. Re: wp-denyhost (Mr. Awesome)
----------------------------------------------------------------------
Message: 1
Date: Wed, 23 Apr 2008 04:07:11 +0100
From: Roy Schestowitz <r at schestowitz.com>
Subject: Re: [wp-hackers] SolarisPress?
To: wp-hackers at lists.automattic.com
Message-ID: <480EA7DF.7090905 at schestowitz.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
| Just out of curiosity, how are you affiliated with Sun?
I am not affiliated with Sun (or with any of its competitors for that
matter), but Mickos Marten, Simons Phipps and others discuss this at the
moment. It turns out that someone brought this thread this to Simon's
attention (or maybe he got alerted using other means).
- --
~~ Best of wishes
Roy S. Schestowitz
http://Schestowitz.com | GNU/Linux | PGP-Key: 0x74572E8E
Freelance journalist @ http://itmanagement.earthweb.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIDqffU4xAY3RXLo4RAtDmAKCBECDKMbyNg3JSYx9WalE+opvNWQCfcGa7
7XL3x9vzAbQi4Ocuxk45OsU=
=MIWV
-----END PGP SIGNATURE-----
------------------------------
Message: 2
Date: Wed, 23 Apr 2008 09:12:20 +0200
From: "Alexander Beutl" <xel at netgra.de>
Subject: Re: [wp-hackers] is_front_page should have it's own template
file
To: wp-hackers at lists.automattic.com
Message-ID:
<663be1170804230012t309d35b4qefc4b56891d404bb at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
+1 for [front.php should also be selectable in the page template
selector.]
would be nice
------------------------------
Message: 3
Date: Wed, 23 Apr 2008 11:25:55 +0200
From: Paolo Tresso / Pixline <supporto at pixline.net>
Subject: Re: [wp-hackers] wp-denyhost
To: wp-hackers at lists.automattic.com
Message-ID: <7C5344BC-4F47-4F4E-A12C-A33CAC479027 at pixline.net>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Il giorno 18/apr/08, alle ore 02:04, Alexander Beutl ha scritto:
> But maybe you could add an option to write this blocking to htaccess
> after
> it was detected to be a "need to block" IP
I used to know this one:
http://nybblelabs.org.uk/projects/htakismet/
I actually don't know if it still works, but it's worth a look. :-)
Bests,
Paolo Tresso (Pixline)
online media developer
------------------------------------
http://linkedin.com/in/paolotresso
techblog: http://pixline.net
skype: pixline
------------------------------
Message: 4
Date: Wed, 23 Apr 2008 05:32:40 -0400
From: "Mr. Awesome" <theone.andonly.mr.awesome at gmail.com>
Subject: Re: [wp-hackers] wp-denyhost
To: wp-hackers at lists.automattic.com
Message-ID: <480F0238.30802 at gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I had my buddies custom ban / blockage script already. It has it's own
admin interface and all.. bans on three levels of ip ranges, or
whatever. not a domain name. i had 21,000 some banned ... it slowed my
site load time a good bit.. I don't need that again though lmao... I
banned spammers and proxies .. If there was a main central database...
we could UNLOAD these ips too.. then have the script check it BEFORE
they'd access it.. that'd be awesome.. I dunno if that's possible tho..
If I remember right.. this is the last proxy ip list I've done up..
http://spencerp.net/id/55 this isn't including spammers of course..
------------------------------
Message: 5
Date: Wed, 23 Apr 2008 10:43:53 +0100
From: " M?rio Gamito " <gamito at gmail.com>
Subject: Re: [wp-hackers] TinyMCE and centered aligning
To: wp-hackers at lists.automattic.com
Message-ID:
<91df29a20804230243k219680ddnef6a78058c5accec at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hi,
Thank you all for the kindness of your answers.
I ended up using this little hack.
Warm Regards,
Mário Gamito
On Tue, Apr 22, 2008 at 9:29 PM, Andrew Ozz <admin at laptoptips.ca> wrote:
> Mário Gamito wrote:
>
> > TinyMCE that comes with 2.5 uses <p style="text-align: center;"> to
center
> stuff in the page. And that's the way it oughts to be.
> >
> > Problem is my blog is aggregated into a planet that ignores this and
> there, centered text and images goes left.
> >
> > Does anyone knows of a tiny hack to make the editor align things
with <p
> align="center"> ?
> >
>
> The easiest hack would be to add:
>
> content = content.replace(/<p style="text-align: center;">/g, '<p
> align="center">');
>
> just above "// Pretty it up for the source editor" in
> wp-admin/js/editor.js.
>
> If you need it to stick after upgrading WordPress, you'll need to
make a
> small plugin for TinyMCE to do that when saving.
>
>
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
------------------------------
Message: 6
Date: Wed, 23 Apr 2008 05:52:49 -0400
From: "Mr. Awesome" <theone.andonly.mr.awesome at gmail.com>
Subject: Re: [wp-hackers] wp-denyhost
To: wp-hackers at lists.automattic.com
Message-ID: <480F06F1.7090706 at gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Of course with site load time lackage(s)... I deleted the ban script and
all bans. So, proxies and such are accessible on my site. Which I HATE..
but .. I don't like the lack of load times either though.. so I removed
bans.. This custom ban script isn't free nor will be sold right away. He
plans to sell it, but not yet. The PHP code is secured and I can't even
tweak it.. I have to have him tweak it for me ... I had it to where two
domains / two wp databases were running off the SAME admin/ panel
bannage sections and database bannages ...
So if I added 20,000 bans on VB.com .. spencerp.net would have same
coverage as VB.com. OR, individually. But either way, the code was
secure. I couldn't use the same script on my Xampp localhost... without
him making a special one for it to run off http://localhost/ for the
"domain".
I could get his ban script again, since I moved my sites off
dreamhost.com to his host inlinehosting.com servers... but I still see
the same crap happening anyway, even though spam dropped incredibly...
------------------------------
_______________________________________________
wp-hackers mailing list
wp-hackers at lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers
End of wp-hackers Digest, Vol 39, Issue 82
******************************************
More information about the wp-hackers
mailing list