Index: /lib/phpseclib0.3.0/Crypt/Hash.php
===================================================================
--- /lib/phpseclib0.3.0/Crypt/Hash.php	(revision 5997)
+++ /lib/phpseclib0.3.0/Crypt/Hash.php	(revision 5998)
@@ -153,5 +153,5 @@
      * @access public
      */
-    function Crypt_Hash($hash = 'sha1')
+    function __construct($hash = 'sha1')
     {
         if ( !defined('CRYPT_HASH_MODE') ) {
Index: /lib/phpseclib0.3.0/Crypt/RSA.php
===================================================================
--- /lib/phpseclib0.3.0/Crypt/RSA.php	(revision 5997)
+++ /lib/phpseclib0.3.0/Crypt/RSA.php	(revision 5998)
@@ -459,5 +459,5 @@
      * @access public
      */
-    function Crypt_RSA()
+    function __construct()
     {
         if (!class_exists('Math_BigInteger')) {
Index: /lib/phpseclib0.3.0/Math/BigInteger.php
===================================================================
--- /lib/phpseclib0.3.0/Math/BigInteger.php	(revision 5997)
+++ /lib/phpseclib0.3.0/Math/BigInteger.php	(revision 5998)
@@ -257,5 +257,5 @@
      * @access public
      */
-    function Math_BigInteger($x = 0, $base = 10)
+    function __construct($x = 0, $base = 10)
     {
         if ( !defined('MATH_BIGINTEGER_MODE') ) {
Index: /mods/wpsg_mod_keygen.class.php
===================================================================
--- /mods/wpsg_mod_keygen.class.php	(revision 5997)
+++ /mods/wpsg_mod_keygen.class.php	(revision 5998)
@@ -28,5 +28,5 @@
 		{
 			
-			if (file_exists($_FILES['testkey']['tmp_name']))
+			if (file_exists(@$_FILES['testkey']['tmp_name']))
 			{
 				
