diff --git a/hash_matching/omgwtfnzbs.php b/hash_matching/omgwtfnzbs.php index 07d1ca60a..2feb6c0f2 100755 --- a/hash_matching/omgwtfnzbs.php +++ b/hash_matching/omgwtfnzbs.php @@ -2,7 +2,6 @@ require_once(dirname(__FILE__)."/../bin/config.php"); require_once(WWW_DIR ."/lib/framework/db.php"); require_once(WWW_DIR ."/lib/util.php"); -require_once ("hashcompare.php"); //This script is adapted from nZEDb predb.php script diff --git a/hash_matching/orlydb.php b/hash_matching/orlydb.php index 397829e8a..d2fd24689 100755 --- a/hash_matching/orlydb.php +++ b/hash_matching/orlydb.php @@ -3,7 +3,7 @@ require_once(dirname(__FILE__)."/../bin/config.php"); require_once(WWW_DIR ."/lib/framework/db.php"); require_once(WWW_DIR ."/lib/util.php"); -require_once ("hashcompare.php"); + //This script is adapted from nZEDb predb.php script diff --git a/hash_matching/predbme.php b/hash_matching/predbme.php index 6687039d3..18d2618cb 100755 --- a/hash_matching/predbme.php +++ b/hash_matching/predbme.php @@ -2,7 +2,7 @@ require_once(dirname(__FILE__)."/../bin/config.php"); require_once(WWW_DIR ."/lib/framework/db.php"); require_once(WWW_DIR ."/lib/util.php"); -require_once ("hashcompare.php"); + //This script is adapted from nZEDb predb.php script diff --git a/hash_matching/prelistws.php b/hash_matching/prelistws.php index cf946c5ea..43343a927 100755 --- a/hash_matching/prelistws.php +++ b/hash_matching/prelistws.php @@ -2,7 +2,7 @@ require_once(dirname(__FILE__)."/../bin/config.php"); require_once(WWW_DIR ."/lib/framework/db.php"); require_once(WWW_DIR ."/lib/util.php"); -require_once ("hashcompare.php"); + //This script is adapted from nZEDb predb.php script diff --git a/hash_matching/srrdb.php b/hash_matching/srrdb.php index b901722d1..6f95b6f48 100755 --- a/hash_matching/srrdb.php +++ b/hash_matching/srrdb.php @@ -3,7 +3,7 @@ require_once(dirname(__FILE__)."/../bin/config.php"); require_once(WWW_DIR ."/lib/framework/db.php"); require_once(WWW_DIR ."/lib/util.php"); -require_once ("hashcompare.php"); + //This script is adapted from nZEDb predb.php script diff --git a/hash_matching/womble.php b/hash_matching/womble.php index da60a93be..923b3eb1b 100755 --- a/hash_matching/womble.php +++ b/hash_matching/womble.php @@ -3,12 +3,11 @@ require_once(dirname(__FILE__)."/../bin/config.php"); require_once(WWW_DIR ."/lib/framework/db.php"); require_once(WWW_DIR ."/lib/util.php"); -require_once ("hashcompare.php"); + //This script is adapted from nZEDb predb.php script -//function Womble () -//{ + $db = new DB(); $newnames = 0; @@ -72,7 +71,7 @@ require_once ("hashcompare.php"); return $newnames; -// } + ?> \ No newline at end of file diff --git a/hash_matching/zenet.php b/hash_matching/zenet.php index eb6e29c10..f52b30c8b 100755 --- a/hash_matching/zenet.php +++ b/hash_matching/zenet.php @@ -2,7 +2,7 @@ require_once(dirname(__FILE__)."/../bin/config.php"); require_once(WWW_DIR ."/lib/framework/db.php"); require_once(WWW_DIR ."/lib/util.php"); -require_once ("hashcompare.php"); + //This script is adapted from nZEDb predb.php script