Blossoming Wildflowers
There are 10 plants in blossom on October the 15th.
Chicory Cichorium intybus blossoms between Jun 28 and Oct 24 Daisy Fleabane Erigeron annuus May 30 to Oct 24 Heart-leaved Aster Aster cordifolius Sep 28 to Oct 24 Lady's Thumb Polygonum persicaria Aug 12 to Oct 20 New England Aster Aster novae-angliae Sep 28 to Oct 18 Nodding Smartweed Polygonum lapathifolium Aug 12 to Oct 22 Red Clover Trifolium pratense May 23 to Oct 24 Sweet Everlasting Gnaphalium obtusifolium Aug 28 to Oct 24 Virgin's Bower Clematis vir....
|
Toot-O-Matic with Java 2 v1.4.2_05 GreaseMonkey Userscripts - Chrome Sentry - Really Valid? - Really Valid CSS? - Troll Blocker - Troll Blocker 2 - Troll Blocker 3 - No Pop-up Links phpBB2 Forum MODs - Easy Banned Ordering - Easy No BBcode Links - Block DNSBL Blacklisted Posting - Block DNSBL Blacklisted Posting - Black WordPress - Clean Options Plugin - Error Reporting Plugin - widgets.php Hack - 2.2 Classes and Functions - 2.3 Classes and Functions - 2.6 Classes and Functions anti-SPAM - DShield's IP list phpBB Forum MOD - Block DNSBL Blacklisted Posting##############################################################
## MOD Title: Block DNSBL Blacklisted Posting
## MOD Author: Mittineague < N/A > ( N/A ) http://www.mittineague.com/dev
## MOD Description: Prevents those whose IP address is listed on DNSBLs from posting.
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 1 Minute
##
## Files To Edit: 2 posting.php
## language/lang_english/lang_main.php
##
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## This MOD is based heavily (almost entirely) on the
## DNSBL Blacklisted Registrants MOD by TerraFrost
## TerraFrost < N/A > (Jim Wigginton) http://www.frostjedi.com/phpbb
##
## The author found that although DNSBL and Open Proxy registrations
## were successfully being blocked by using TerraFrost's MODs, SPAM
## posts were still being made by "members" that had registered using
## "good" IP addresses.
##
##############################################################
## MOD History:
##
## 2007-01-23 - Version 1.0.1 - rewritten as standalone MOD
##
## 2007-01-14 - Version 1.0.0 - initial release as
## "Block DNSBL Blacklisted Registrants - Addon"
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
posting.php
#
#-----[ FIND ]------------------------------------------
#
$refresh = $preview || $poll_add || $poll_edit || $poll_delete;
#
#-----[ BEFORE, ADD ]------------------------------------
#
if ( (isset($mode)) && ($mode != '') )
{
include_once $phpbb_root_path . 'language/lang_english/lang_main.php';
$address = $HTTP_SERVER_VARS['REMOTE_ADDR'];
$rev = implode('.',array_reverse(explode('.', $address)));
$lookup = "$rev.l1.spews.dnsbl.sorbs.net";
if ($lookup != gethostbyname($lookup))
{
message_die(GENERAL_MESSAGE, strtr($lang['dsbl_p'],array('%url%' => "http://www.spews.org/ask.cgi?x=$address")));
}
$lookup = "$rev.sbl-xbl.spamhaus.org";
if ($lookup != gethostbyname($lookup))
{
message_die(GENERAL_MESSAGE, strtr($lang['dsbl_p'],array('%url%' => "http://www.spamhaus.org/query/bl?ip=$address")));
}
$lookup = "$rev.list.dsbl.org";
if ($lookup != gethostbyname($lookup))
{
message_die(GENERAL_MESSAGE, strtr($lang['dsbl_p'],array('%url%' => "http://dsbl.org/listing?$address")));
}
}
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
$lang['A_critical_error'] = 'A Critical Error Occurred';
#
#-----[ AFTER, ADD ]------------------------------------
#
$lang['dsbl_p'] = '<p>Your IP address is on a <a href="%url%">DNS-based Blackhole List</a>.</p><p>Posting attempt blocked.</p>';
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoMwith alternate Block DNSBL Blacklisted Posting - Black MOD mod_no_dnsbl_posts.zip | |||||||||
|
Wireless devices: | ||||||||||