I've had a few requests for a simple php counter that doesn't use mySQL. php-princess has one here. (While you're there – poke around that site – lots of neat stuff there)
I've had a few requests for a simple php counter that doesn't use mySQL. php-princess has one here. (While you're there – poke around that site – lots of neat stuff there)
Tubedogg at Geeksblog put together a PHP script for MT which will close comments on old entries based on a date/time: Close Comments. Requires MT 2.6 or higher running the MySQL backend. There's been a lot of requests for this type of thing at the MT Forums in the past, and now that MT2.6 has […]
Ok, the truth's out – I'm GeekGrrl's personal stalker. (No, just kidding!) But she has been posting some very neat stuff.. so here's another link I'm stealing from her: Some very cool photoshop tutorials
GeekGrrl recently added smilies to her site, so it inspired me to make a post all about smilies. First a few smiley sites (Feel free to post others if you got em): Jason's Smilies [from GeekGrrl – these are the best I've seen] abestweb [downloaded these so long ago, I can't remember where I got […]
Hello – my name is Amy – and I am a font snob. I spent a bit too long in professional print design for my own good, and learned the hard way to tell good fonts from bad ones. When I saw some referers in my logs to txgraphics.net, I took one look at that […]
I stumbled across opensourceCMS via MetaFilter, earlier this evening. Although it focuses completely, as its name suggests, Open Source content management systems, it does include access to working installations of pMachine, Nucleus and b2. The site also includes installations of a number of groupware, forums, portal (slashdot-style) CMSs, and eLearning software. If you are comparison […]
19 Feb, 2003
Posted by: Jennifer In: Bookmarks
The post below brought up some questions about how to protect your site/images, etc. One request was to prevent right clicking. So here's a script that does that: Disable Right Clicking. (Please note: that script is not "fool-proof" – there IS a fairly easy way around it). Also requested was a way to prevent images […]
There's already a few posts on here about htaccess – but here's one more. Blocking linking URLs Essentially the link above says this: SetEnvIfNoCase Referer "^http://www.google.com/" BadReferrer order deny,allow deny from env=BadReferrer That will forward anyone linking to your site to a 403 access denied error page. RewriteEngine On RewriteCond %{HTTP_REFERER} ^http://www.google.com/ RewriteRule /* http://www.yoursite.com/restricted_url.html […]
There was a script request for comment systems. (I use MT, and GM before that, both of which have comment systems built in) but if you're on blogger – you may be interested and in need of a comment service. A quick google search drummed these up: fizbox YACCS (which seems to be the popular […]
Our very own Kristine is behind the very cool MT plugin directory. I think she's posted the link before, but it's recently moved to it's own domain.