From fbd8753eaefa54c9ddfff57647f6bb5405281177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Tue, 12 Jun 2012 22:11:54 +0200 Subject: Source code taken from cacert-20120610.tar.bz2 --- includes/wot.inc.php | 90 ++++++++++++++++++++++++ pages/wot/6.php | 174 ++++++++++------------------------------------- www/cats/cats_import.php | 4 +- 3 files changed, 127 insertions(+), 141 deletions(-) diff --git a/includes/wot.inc.php b/includes/wot.inc.php index 884b97f..edc442a 100644 --- a/includes/wot.inc.php +++ b/includes/wot.inc.php @@ -536,4 +536,94 @@

[ ]

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
:
>
+ +
+
:
">
+ + +
+ 100) - $maxpoints = 100; + $cap=makecap($fname,$mname,$lname,$suffix,$dob,$row['email'],$_SESSION['profile']['fname'],$_SESSION['profile']['mname'],$_SESSION['profile']['lname'],$_SESSION['profile']['suffix']); - if(array_key_exists('error',$_SESSION['_config']) && $_SESSION['_config']['error'] != "") { ?>ERROR: -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
:
: ()
: -
>
:">
:">
:
: -
>
>
: -
:
(Max )
:A4 - US -
"> ">
- - -
diff --git a/www/cats/cats_import.php b/www/cats/cats_import.php index 56dd0cf..feb92d4 100644 --- a/www/cats/cats_import.php +++ b/www/cats/cats_import.php @@ -31,8 +31,8 @@ function sanitize_string($buffer) { } define ('UNDEFINED', 'nd'); -define ('ALLOWED_IP', '213.154.225.228'); -define ('ALLOWED_IP2', '193.238.157.112'); +define ('ALLOWED_IP', '213.154.225.243'); +define ('ALLOWED_IP2', '172.16.2.27'); define ('CONFIG_FILEPATH', '/www/'); $remote_addr = (isset($_SERVER['REMOTE_ADDR']))?$_SERVER['REMOTE_ADDR']:UNDEFINED; -- cgit v1.2.1