-
I have just uploaded 1.1.7 of MiniCard here and to the WordPress theme directory. This updates includes:
- New networks; xing, gowalla, yelp, foursquare, mobileme, google buzz
- A way to change link text and define multiple links of the same network
- A way to define your own custom links + icons
- Improved admin panel
Hope you like it, and don’t forget you can show your support by purchasing the premium pack from here.
-
It’s been about two weeks now since I made the transition from a shared reseller hosting account to a VPS (Virtual Private Server) account – impressions so far, excellent performance but fiddly to configure.
The reason I wanted to change from shared hosting was the fact the server was always being hacked (even though ALL my scripts were secure), there was frequent downtime, support blamed me for problems every time, and it was slow as hell.
Those used to a shared hosting environment would probably not know where to start when faced with configuring a VPS. Luckily, a lot of it was pre-configured when I received my account – certainly some of the major security holes were patched. I was not satisfied with those however. As a victim of hacking in the past (previous host swears it was not there fault, something I don’t believe) I took extra care to secure it as a much I could – configuring brute force detection, the firewall, installing mod security (excellent rules for that here: http://www.atomicorp.com/wiki/index.php/Atomic_ModSecurity_Rules) and going though multiple guides (like this one: http://www.webhostingtalk.com/showthread.php?t=468168) with a fine-tooth comb.
The result? My pages are loading at least 6 times faster, I have had no down time (or at least have not noticed any), and I feel in control and happy. No longer am I at the mercy of shared hosts
If your interested, I chose ServInt as my provider as they offered a great deal, as well as being a managed service (so I’m not on my own if I screw things up). I was tempted by the bells and whistles of Media Temple, but felt the ServInt service was better value.
-
Download Monitor has received some more love and has been updated. Here’s the change log from the new version:
- Small bugfix in uploader.php – cat ID
- Changed stats graph calculation – thanks lggemini
- Changes to headers in download.php to avoid caching
- File Browser fixes – $root was clashing with something….
- exclude_cat works in all sections of download_page now
- Removed hardcoding of /uploads/
- Added action to download.php – should be able to use it to stop a download if you want – maybe limiting downloads per day or something? Whatever you want…
- Made it so if you post new file on ‘edit’ screen, the post date is updated.
- Fixed the ‘blank meta’ section which blanks out custom field values when nothing is set.
- Moved ‘allow_url_fopen’ check.
- Someone said downloads don’t work with spaces in the name. They do! Wasting my time sonny…
- All work and no play make jolley a dull boy
- Had to rename capabilities so they work. Apologies if you have to set this up again! Cheers to Mark Dingemanse.
- {category_ID} custom format tag added. Useful if you want to send someone to its category on the DL page I guess. Also added {category_other} so when no category is set “other” is shown – this is because the download page can show an ‘other’ section if you want it to.
- You can now manually edit the post date on the edit download screen.
If you have edited capabilities for download monitor user permissions, you’ll have to again sorry! This is because I named them too long. Also, you should check your forced downloads still work because there was a logic error meaning they may not have been forced after-all…
Enjoy.
-
Today I completed the update for the Wordpress Download Monitor Plugin – many tweaks, fixes, and features added. There were no changes to the database structure so people upgrading should be fine. Here is the list from the change log:
- {user} tag added for custom formats
- ‘autop’ option fix
- Download page buttons applied with CSS so they are easier to customise/translate.
- Fix for pagination bug after editing a download
- Category output fix on edit downloads screen
- Category urls on download page use ID rather than name to prevent errors when cats have the same names.
- exclude_cat added to download_page shortcode
- Localised ‘hits’ ‘date’ ‘title’ on download page
- Option to disable the download logging
- Read file ‘chunked’ some people found large files were corrupted so this should help (fingers crossed)
- Added show_tags option to download page – displays x amount of tags on the download page.
- File Browser root setting and download.php logic/mime types modified thanks to Jim Isaacs (jidd.jimisaacs.com)
- Interface Improvements
- Bulk edit categories, custom fields, tags, member only downloads
- Added roles for download monitor admin – should be able to use with a role manager plugin if you want anyone other than admin to access the admin section e.g. http://wordpress.org/extend/plugins/capsman/
- Change redirect after add
- Edit Cat names/parents
- Dedicated tags and thumbnails fields (they still use meta table though)
And yes, those category link bugs are fixed at long last, and you can edit category names finally. Phew!
Yves B says:
After upgradind to WP 2.8, according to the plugin wp-memory-usage, i was using 95% of the memory.
I applied your fix and I use now 50 % of the memory. I can now reactivate all my plugins.
Thank for this fix.
Comment made on June 15, 2009 at 9:22 pm
oceangray says:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Comment made on June 15, 2009 at 9:26 pm
Harsh Agrawal says:
I was planing to update to Wordpress 2.8, but recently few of my clients reported lots of problems like
Internal server Error
Broken Permalinks and broken theme issue..
So for now
I will wait for some more reviews and issues before I will upgrade my blog to wordpress 2.8
Comment made on June 16, 2009 at 6:55 pm
Mike Jolley says:
@oceangray: That solution looks good too, I never knew about that one.
Comment made on June 16, 2009 at 7:56 pm
Leslie Wong says:
I am experiencing a similar out of memory php error with Wordpress 2.8 when I use Arne Brachhold’s Google XML Sitemaps plugin.
I am using shared Godaddy hosting, have added the line “memory_limit = 64M” in my php5.ini file and tried your fix and I still get the error.
If I disable all my active plugins except Google XML Sitemaps, I don’t get the error when rebuilding the sitemap.
I did not have this problem with Wordpress 2.7.1.
Comment made on July 2, 2009 at 10:11 pm
Mike Jolley says:
@Leslie Wong: Try one of the solutions in the comments above ^ If not youll have to wait for the next version of wordpress (8.1) because I think they fixed it.
Comment made on July 2, 2009 at 10:16 pm
Carolyn says:
Thank you so much! What a quick and easy fix for the ‘code impaired’. My dashboard loads perfectly now.
Comment made on July 4, 2009 at 2:58 am
John says:
Thanks so much! I added that line of code to my wp_config.php file and my “out of memory” error disappeared as well. I was getting the error on my WP Dashboard as well as while trying to upgrade some (not all) plugins. Now it all seems to be working as it should.
Comment made on October 13, 2009 at 11:04 pm
SnowFoxCreations says:
Thank you! I had been having this problem, but adding
@ini_set(‘memory_limit’,'64M’);
to the wp-config.php file solved it immediately. An easy fix to a frustrating problem.
Comment made on February 16, 2010 at 5:46 am