12 07, 2024

GeoGuard

2024-07-13T11:56:51-07:00July 12th, 2024|Plugins, Projects, WordPress|

I have been working on implementing the API for IP2Location.io into a brute force login plugin, and have made huge progress. It currently can identify incoming requests, get the country, and has both online API based and 'offline' flat file based IP blocking. Working on database storage and blocking bots and spammers next.

8 07, 2024

Github

2024-07-08T13:28:57-07:00July 8th, 2024|Plugins, Projects, WordPress|

Haven't posted in quite awhile, but I've been working on a few projects, and have uploaded them to github. Floating buttons, used on Cannabis and Mental Health, is a dynamic re-code of an existing plugin, so it can be used in multiple ways and have more than one popup shown. It also lets you have [...]

19 02, 2016

Import External Images

2016-02-19T16:30:01-08:00February 19th, 2016|Plugins|

One plugin I use pretty frequently for WordPress is Import External Images. It lets you copy and paste content into your site, then with a couple of clicks it will sideload all of the images in that post that are still linked to external sources. I modified the one on WordPress.org to work with Squarespace [...]

31 01, 2016

WordPress Plugin: PDFs Open in New Tab

2020-02-14T13:59:14-08:00January 31st, 2016|Plugins|

I had a client recently where I had to import over 150 pages into their site in order to get the moved over to WordPress. I didn't have access to the database as it was a proprietary CMS they were using, so I ended up having to use HTTrack to take an offsite copy of [...]

10 08, 2015

Creating a Plugin

2016-02-17T21:04:38-08:00August 10th, 2015|Plugins|

  I’m going to dive right into this blog post on creating a plugin for WordPress. There are countless tutorials out there and ways to code and structure a plugin, but for the purposes of these articles I’m going to make it short and simple. […]

23 07, 2015

IMAP Migration WordPress Plugin

2016-02-17T21:04:56-08:00July 23rd, 2015|Plugins|

So I turned the script that I had created earlier into a WordPress plugin. It will give you fillable boxes inside of your WP installation, and all you have to do is make sure you know your login details for both the old server and the new one. Let me know if it works for [...]

22 07, 2015

Drupal 6 to WordPress Image Migration

2016-02-17T21:05:07-08:00July 22nd, 2015|Plugins|

  I created a plugin that is a companion to a php script that I used recently - http://anothercoffee.net/drupal-to-wordpress-migration-tool/. This basically picks up where the other script left off, and migrates images after the content.  It uses WordPress' built-in media sideload library and ties it directly to the post ID, so it will automatically be entered as [...]

Go to Top