Archive for the ‘Script Releases’ Category

Enthusiast Anti-Spam Addon v1.3.0 Released

Tuesday, July 21st, 2009

A larger release I started on after the last bugfix release. This fixes two of the issues that gave people pause. Also, adding more security.

Changes:

-Even though backwards compatible with earlier releases of Enthusiast will ‘die’ if $path variable is set outside of the script.
-No more cookies! That means if there is a header or whitespace or HTML set before the anti-spam include it’s not the end of the world. It will still work.
-Option to use reCAPTCHA instead of a math problem

The script can be downloaded on the Enthusiast Anti-Spam Install page.

Enthusiast Anti-Spam Addon v1.2.2

Saturday, July 11th, 2009

A bugfix release.

  • Added new line to show_join.php to count anti-spam errors and stop the processing of the form if necessary.

The script can be downloaded on the Enthusiast Anti-Spam Install page.

Enthusiast Antispam Addon v1.2.1

Friday, July 10th, 2009

A bugfix release was made.

Changes:

  • Bugfix: Moved code to join.php to stop ‘Warning: Cannot modify header information’ error.
  • Fixed readme.txt to include starting and ending PHP tags.

The script can be downloaded on the Enthusiast Anti-Spam Install page.

Enthusias Anti-Spam Addon v1.2.0 Released

Thursday, July 9th, 2009

Enthusiast Anti-Spam 1.2.0 has been released.

A few of the new changes:

  1. javascript being required is now optional
  2. bugfix – removed defunct dsnbl list
  3. check for more than one link in a field has been expanded to all fields
  4. more tlds added to the check host function

Enthusiast Anti-Spam 1.1 Released / Security

Saturday, December 27th, 2008

Enthusiast Anti-Spam 1.1 has been released.

A few of the new features:

  1. optional checking of fields for suspicious values often connected with spam
  2. optional checking for HTML, BBCode, multiple links, etc.
  3. checks for spam words supplied through the config file
  4. makes sure the form is posted through the correct site
  5. hidden field check
  6. evil bot check

It also has been upgraded to work with the lastest Enthusiast version and its new security features.

No404s 2.0

Sunday, November 2nd, 2008

After two years a new release of No404s. The first version of No404s has removed the focus from checking links that lead to outside sites but to links within your website. You can choose to check outside links or have a focus solely on links within your domain. mySQL database to save results, CURL (though it works without) support, relative URL parsing, and a number of other features make No404s more versatile to make sure the links on your website work.

New features include:

- Added use of mySQL to store links.
- Added pagination to limit amount of links per page.
- Added ability to limit link checking to links located on the domain or subdomain.
- Added ability to limit link checking to the HTTP code only instead of getting the HTTP code and the title.
- Added parsing of relative links.
- Added ability to store links for a specified amount of days.
- Added storage of amount of times a link has gotten an error.
- Added use of CURL if it is available.

No404s 2.0 is available for download.

phpFan 3.3.4 Bugfix

Tuesday, September 16th, 2008

Changed a few lines to fix pagination for phpFan Addon – Keep-In-Mind and phpFan Addon – Listing.

The pagination fix can be downloaded.

phpFan 3.3.4 Released and Addons update Released

Friday, August 22nd, 2008

phpFan 3.3.4 has been released with several changes, including bugfixes. phpMailer was upgraded to version 2.0.2 in the script.

phpFan Addons – Listing 1.1.3 was released, as was phpFan Addons – Keep-In-Mind 1.1.4 was released, as was phpFan Joined 1.0.4 (the bugfix from the previous mini-upgrade was included in this).

Full details of the changes are detailed in the Version Changes log.

The core phpFan can be downloaded and phpFan Addon – Keep-In-Mind/phpFan Addon – Joined/phpFan Addon – Listing can be downloaded.

phpFan Addon – Joined 1.0.3 Mini-Bugfix

Sunday, August 10th, 2008

phpFan Addon – Joined has a mini bugfix. Since it’s one line changed I decided to release the fix for those who don’t want to download a new zip and update the old zips. :)

Around line 354 in /includes/phpfanmore.php change:

				$getnum	= ($this->wherenum > 1 ? intval($this->ruri[$this->wherenum]) : '');

to:

				$getnum	= ($this->wherenum > 1 ? intval($this->ruri[$this->wherenum]) : 0);

phpFan Addon – Joined 1.0.3 is available for download.

phpFan Addon – Joined 1.0.3 Released

Wednesday, July 30th, 2008

A tiny bugfix release of phpFan Addon – Joined has been made. It fixes the bug that made sub-categories show up in the sub-categories as well as the main category. Now sub-categories will only show in the right categories instead of all of them.

phpFan Addon – Joined 1.0.3 is available for download.