This is My Jetpack Capability Test Result... Please Check & Replay
My Jetpack Sharing Report
Error code: -32301
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:H
[1] => 5 -> 5:kWjwa
[2] => 10 -> 10:B4HSx4ZiK1
[3] => 16 -> 16:lWlJH9b7ju8oZxMD
[4] => 32 -> 32:sd8FwzQm9lhXQTZYF1QmXdmSVvimJigP
[5] => 32 -> 32:OYdZcQEtkWrCDMiRiG1BbudCrqEqamTP
[random_password] => abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
[steps] => Array
(
[0] => 27 -> B
[1] => 10 -> k
[2] => 19 -> t
[3] => 46 -> U
[4] => 36 -> K
[5] => 37 -> L
[6] => 20 -> u
[7] => 8 -> i
[8] => 60 -> 8
[9] => 47 -> V
[10] => 9 -> j
[11] => 6 -> g
[12] => 19 -> t
[13] => 13 -> n
[14] => 38 -> M
[15] => 56 -> 4
[16] => 4 -> e
[17] => 33 -> H
[18] => 6 -> g
[19] => 13 -> n
[20] => 11 -> l
[21] => 45 -> T
[22] => 55 -> 3
[23] => 12 -> m
[24] => 49 -> X
[25] => 46 -> U
[26] => 38 -> M
[27] => 30 -> E
[28] => 3 -> d
[29] => 4 -> e
[30] => 32 -> G
[31] => 5 -> f
)
[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/74/11048974/html/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] => '910fac4aa49489009f6f3f314d84229d1702cfa1eef77819d94432a0b3d53f4875a2271f3c2484cd8f69756c20ac7576'
[1] => 35:6757ca02c65796f8dc4842c3f1722a5784f35d3b0a23449d91877fee1afc2071d92248d413f3f6f90098494a
[2] => 39:6757ca02c65796f8dc4842c3f1722a5784f35d3b0a23449d91877fee1afc2071d92248d413f3f6f9
[3] => 38:6757ca02c65796f8dc4842c3f1722a5784f35d3b0a23449d91877fee1afc2071d92248d4
[4] => 18:6757ca02c65796f8dc4842c3f1722a5784f35d3b0a23449d91877fee1afc2071
[5] => 5:6757ca02c65796f8dc4842c3f1722a5784f35d3b0a23449d91877fee
[6] => 57:6757ca02c65796f8dc4842c3f1722a5784f35d3b0a23449d
[7] => 52:6757ca02c65796f8dc4842c3f1722a5784f35d3b
[8] => 43:6757ca02c65796f8dc4842c3f1722a57
[9] => 28:6757ca02c65796f8dc4842c3
[10] => 14:6757ca02c65796f8
[11] => 34:6757ca02
[12] => 7:
[13] => 43:572803b6ee82dec7dfcfa4ab0d36cc044a037ee5d2ec6376af7409ebc6074ed204aa8ec6447313b735371c1c98afa4dc227f2664
[14] => 17:572803b6ee82dec7dfcfa4ab0d36cc044a037ee5d2ec6376af7409ebc6074ed204aa8ec6447313b735371c1c98afa4dc
[15] => 49:572803b6ee82dec7dfcfa4ab0d36cc044a037ee5d2ec6376af7409ebc6074ed204aa8ec6447313b735371c1c
[16] => 46:572803b6ee82dec7dfcfa4ab0d36cc044a037ee5d2ec6376af7409ebc6074ed204aa8ec6447313b7
[17] => 29:572803b6ee82dec7dfcfa4ab0d36cc044a037ee5d2ec6376af7409ebc6074ed204aa8ec6
[18] => 26:572803b6ee82dec7dfcfa4ab0d36cc044a037ee5d2ec6376af7409ebc6074ed2
[19] => 11:572803b6ee82dec7dfcfa4ab0d36cc044a037ee5d2ec6376af7409eb
[20] => 46:572803b6ee82dec7dfcfa4ab0d36cc044a037ee5d2ec6376
[MIN] => 5
[MAX] => 57
[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/74/11048974/html/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] => Sat, 01 Jun 2013 06:15:21 GMT
[content-type] => text/plain;charset=utf-8
[connection] => close
[vary] => Cookie
[x-pingback] => http://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] => Sat, 01 Jun 2013 06:15:22 GMT
[content-type] => text/plain;charset=utf-8
[connection] => close
[vary] => Cookie
[x-pingback] => http://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] => Sat, 01 Jun 2013 06:15:23 GMT
[server] => Apache
[expires] => Thu, 19 Nov 1981 08:52:00 GMT
[cache-control] => no-store, no-cache, must-revalidate, post-check=0, pre-check=0
[pragma] => no-cache
[set-cookie] => PHPSESSID=ncgju115reppkg0iv5ei7aunh6; path=/
[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
(
[0] => WP_Http_Cookie Object
(
[name] => PHPSESSID
[value] => ncgju115reppkg0iv5ei7aunh6
[expires] =>
[path] => /
[domain] =>
)
)
[filename] =>
)