KilroyGames
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] What is Error code: -32301?Here is a output from the “Jetpack Compatibility Plugin”:
TEST: Integer Tests
Array
(
[$value = “d0000000”;] => (string) d0000000
[$value = hexdec( $value );] => (double) 3489660928
[$value = abs( $value );] => (double) 3489660928
[$min = 0;] => (integer) 0
[$max = 61;] => (integer) 61
[4294967295 + 1] => (double) 4294967296
[$value / (4294967295 + 1)] => (double) 0.8125
[$max – $min + 1] => (integer) 62
[($max – $min + 1) * ($value / (4294967295 + 1))] => (double) 50.375
[$out = $min + (($max – $min + 1) * ($value / (4294967295 + 1)));] => (double) 50.375
[$out = intval( $out );] => (integer) 50
[$out = abs( $out );] => (integer) 50
)TEST: wp_generate_password()
Array
(
[0] => 1 -> 1:M
[1] => 5 -> 5:9bwUH
[2] => 10 -> 10:2Yqqoi0SsM
[3] => 16 -> 16:06gVfU9aEeWkkS9m
[4] => 32 -> 32:NFCc1uLUSuJxFFIg5m28bsyURkIz2Sy8
[5] => 32 -> 32:o2C4PZIpSW4Vq6myOTpoNt5AIs5P2EAg
[random_password] => abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
[steps] => Array
(
[0] => 9 -> j
[1] => 22 -> w
[2] => 28 -> C
[3] => 3 -> d
[4] => 21 -> v
[5] => 12 -> m
[6] => 55 -> 3
[7] => 4 -> e
[8] => 48 -> W
[9] => 39 -> N
[10] => 51 -> Z
[11] => 35 -> J
[12] => 61 -> 9
[13] => 41 -> P
[14] => 27 -> B
[15] => 25 -> z
[16] => 49 -> X
[17] => 49 -> X
[18] => 14 -> o
[19] => 12 -> m
[20] => 15 -> p
[21] => 53 -> 1
[22] => 44 -> S
[23] => 25 -> z
[24] => 56 -> 4
[25] => 17 -> r
[26] => 36 -> K
[27] => 17 -> r
[28] => 40 -> O
[29] => 28 -> C
[30] => 9 -> j
[31] => 41 -> P
)[ReflectionFunction] =>
/**
* Generates a random password drawn from the defined set of characters.
*
* @since 2.5
*
* @param int $length The length of password to generate
* @param bool $special_chars Whether to include standard special characters. Default true.
* @param bool $extra_special_chars Whether to include other special characters. Used when
* generating secret keys and salts. Default false.
* @return string The random password
**/
Function [ <user> function wp_generate_password ] {
@@ /home/content/68/10522268/html/community/wp-includes/pluggable.php 1485 – 1499– Parameters [3] {
Parameter #0 [ <optional> $length = 12 ]
Parameter #1 [ <optional> $special_chars = true ]
Parameter #2 [ <optional> $extra_special_chars = false ]
}
})
TEST: wp_rand()
Array
(
[0] => ‘2aa2ee2e84526c75a3d6643fad92c9b2da3f31262164d4f082c469603119129ccf43ac33078cfec31918e5ebb1d54465’
[1] => 10:56445d1bbe5e81913cefc87033ca34fcc921911306964c280f4d46126213f3ad2b9c29daf3466d3a57c62548
[2] => 32:56445d1bbe5e81913cefc87033ca34fcc921911306964c280f4d46126213f3ad2b9c29daf3466d3a
[3] => 39:56445d1bbe5e81913cefc87033ca34fcc921911306964c280f4d46126213f3ad2b9c29da
[4] => 42:56445d1bbe5e81913cefc87033ca34fcc921911306964c280f4d46126213f3ad
[5] => 52:56445d1bbe5e81913cefc87033ca34fcc921911306964c280f4d4612
[6] => 8:56445d1bbe5e81913cefc87033ca34fcc921911306964c28
[7] => 31:56445d1bbe5e81913cefc87033ca34fcc9219113
[8] => 11:56445d1bbe5e81913cefc87033ca34fc
[9] => 50:56445d1bbe5e81913cefc870
[10] => 1:56445d1bbe5e8191
[11] => 6:56445d1b
[12] => 43:
[13] => 41:1ca860611c034306c76578621e7fd3cf9342e861062d3084c4ba77b90b7b3ab96da0b851189bbd3ce60148e117d12c3829bb7be2
[14] => 11:1ca860611c034306c76578621e7fd3cf9342e861062d3084c4ba77b90b7b3ab96da0b851189bbd3ce60148e117d12c38
[15] => 31:1ca860611c034306c76578621e7fd3cf9342e861062d3084c4ba77b90b7b3ab96da0b851189bbd3ce60148e1
[16] => 7:1ca860611c034306c76578621e7fd3cf9342e861062d3084c4ba77b90b7b3ab96da0b851189bbd3c
[17] => 47:1ca860611c034306c76578621e7fd3cf9342e861062d3084c4ba77b90b7b3ab96da0b851
[18] => 5:1ca860611c034306c76578621e7fd3cf9342e861062d3084c4ba77b90b7b3ab9
[19] => 37:1ca860611c034306c76578621e7fd3cf9342e861062d3084c4ba77b9
[20] => 37:1ca860611c034306c76578621e7fd3cf9342e861062d3084
[MIN] => 1
[MAX] => 52
[ReflectionFunction] =>
/**
* Generates a random number
*
* @since 2.6.2
*
* @param int $min Lower limit for the generated number
* @param int $max Upper limit for the generated number
* @return int A random number between min and max
*/
Function [ <user> function wp_rand ] {
@@ /home/content/68/10522268/html/community/wp-includes/pluggable.php 1512 – 1546– Parameters [2] {
Parameter #0 [ <optional> $min = 0 ]
Parameter #1 [ <optional> $max = 0 ]
}
})
TEST: HTTP Connection
Array
(
[headers] => Array
(
[server] => nginx
[date] => Sun, 31 Mar 2013 02:51:27 GMT
[content-type] => text/plain;charset=utf-8
[connection] => close
[vary] => Cookie
[x-pingback] => https://jetpack.wordpress.com/xmlrpc.php
[expires] => Wed, 11 Jan 1984 05:00:00 GMT
[cache-control] => no-cache, must-revalidate, max-age=60
[pragma] => no-cache
[x-hacker] => Jetpack Test
)[body] => OK
[response] => Array
(
[code] => 200
[message] => OK
)[cookies] => Array
(
)[filename] =>
)TEST: HTTPS Connection
Array
(
[headers] => Array
(
[server] => nginx
[date] => Sun, 31 Mar 2013 02:51:27 GMT
[content-type] => text/plain;charset=utf-8
[connection] => close
[vary] => Cookie
[x-pingback] => https://jetpack.wordpress.com/xmlrpc.php
[expires] => Wed, 11 Jan 1984 05:00:00 GMT
[cache-control] => no-cache, must-revalidate, max-age=60
[pragma] => no-cache
[x-hacker] => Jetpack Test
)[body] => OK
[response] => Array
(
[code] => 200
[message] => OK
)[cookies] => Array
(
)[filename] =>
)TEST: Self Connection
Array
(
[headers] => Array
(
[date] => Sun, 31 Mar 2013 02:51:27 GMT
[server] => Apache
[cache-control] => max-age=3600
[expires] => Sun, 31 Mar 2013 03:51:27 GMT
[vary] => Accept-Encoding
[connection] => close
[content-type] => text/plain
)[body] => XML-RPC server accepts POST requests only.
[response] => Array
(
[code] => 200
[message] => OK
)[cookies] => Array
(
)[filename] =>
)I am also having this issue, i am using GoDaddy as a host.
Are you also using GoDaddy?