Title: swoopr's Replies | WordPress.org

---

# swoopr

  [  ](https://wordpress.org/support/users/swoopr/)

 *   [Profile](https://wordpress.org/support/users/swoopr/)
 *   [Topics Started](https://wordpress.org/support/users/swoopr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/swoopr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/swoopr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/swoopr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/swoopr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/swoopr/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Error Details: Jetpack ID is empty.](https://wordpress.org/support/topic/error-details-jetpack-id-is-empty/)
 *  [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/error-details-jetpack-id-is-empty/#post-3648263)
 * Unfortunately, the problem remains. maybe next time ..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Error Details: Jetpack ID is empty.](https://wordpress.org/support/topic/error-details-jetpack-id-is-empty/)
 *  [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/error-details-jetpack-id-is-empty/#post-3648257)
 * OK, Thanks for that, i’ll wait. Good luck! Greetings from Czech Republic!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Error Details: Jetpack ID is empty.](https://wordpress.org/support/topic/error-details-jetpack-id-is-empty/)
 *  [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/error-details-jetpack-id-is-empty/#post-3648255)
 * Hmm, two months gone, but no solution for that problem..
    I’m next one with that
   issue. I installed Jetpack thru WordPress administration (no problem with it)
   and when i klick to “connect to wordpress.com” buton, i get error message jetpack_id(
   Error Details: Jetpack ID is empty. Do not publicly post this error message!).
   After that i installed also test utility that you suggested in other post. Result
   of that is:
 *     ```
       TEST: Integer Tests
       Array
       (
           [$value = "d0000000";] => (string) d0000000
           [$value = hexdec( $value );] => (integer) 3489660928
           [$value = abs( $value );] => (integer) 3489660928
           [$min = 0;] => (integer) 0
           [$max = 61;] => (integer) 61
           [4294967295 + 1] => (integer) 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:4Ffha
           [2] => 10 -> 10:Zsro05seVq
           [3] => 16 -> 16:O7ulKGX7EfYtikpf
           [4] => 32 -> 32:RfVMG8TVoP4NearWf0Rj2aNkQG4UDU9U
           [5] => 32 -> 32:bAkJJyWhXOKVrtaw9v8FDsGIc8x4E7Wc
           [random_password] => abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
           [steps] => Array
               (
                   [0] =>  19 -> t
                   [1] =>  24 -> y
                   [2] =>  12 -> m
                   [3] =>  21 -> v
                   [4] =>  14 -> o
                   [5] =>  33 -> H
                   [6] =>  39 -> N
                   [7] =>  23 -> x
                   [8] =>  19 -> t
                   [9] =>  24 -> y
                   [10] => 58 -> 6
                   [11] =>  2 -> c
                   [12] => 40 -> O
                   [13] => 14 -> o
                   [14] => 16 -> q
                   [15] => 50 -> Y
                   [16] =>  3 -> d
                   [17] =>  6 -> g
                   [18] =>  7 -> h
                   [19] => 34 -> I
                   [20] => 50 -> Y
                   [21] => 46 -> U
                   [22] => 37 -> L
                   [23] => 17 -> r
                   [24] => 48 -> W
                   [25] =>  8 -> i
                   [26] => 52 -> 0
                   [27] => 39 -> N
                   [28] => 47 -> V
                   [29] => 31 -> F
                   [30] => 33 -> H
                   [31] => 33 -> H
               )
   
           [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/www/swoop.name/www/blog.swoop.name/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] => 'c5d7b4e00f6d1f8e58f327a4c7c199f9e5d27924ee0a82e501ecbedcdcc3f4e66112be9a5dbef06d2ca0bac15f6bdb20'
           [1] =>  47:02bdb6f51cab0ac2d60febd5a9eb21166e4f3ccdcdebce105e28a0ee42972d5e9f991c7c4a723f85e8f1d6f0
           [2] =>   3:02bdb6f51cab0ac2d60febd5a9eb21166e4f3ccdcdebce105e28a0ee42972d5e9f991c7c4a723f85
           [3] =>  21:02bdb6f51cab0ac2d60febd5a9eb21166e4f3ccdcdebce105e28a0ee42972d5e9f991c7c
           [4] =>  48:02bdb6f51cab0ac2d60febd5a9eb21166e4f3ccdcdebce105e28a0ee42972d5e
           [5] =>  55:02bdb6f51cab0ac2d60febd5a9eb21166e4f3ccdcdebce105e28a0ee
           [6] =>  57:02bdb6f51cab0ac2d60febd5a9eb21166e4f3ccdcdebce10
           [7] =>   0:02bdb6f51cab0ac2d60febd5a9eb21166e4f3ccd
           [8] =>  53:02bdb6f51cab0ac2d60febd5a9eb2116
           [9] =>  23:02bdb6f51cab0ac2d60febd5
           [10] => 22:02bdb6f51cab0ac2
           [11] => 10:02bdb6f5
           [12] => 23:
           [13] => 19:0ff638077472bde894c1f966acea378c251a64abbb9d03931e52e2ed95edf6c494857db62fe37183d0d18f5e696adc575e913858
           [14] => 32:0ff638077472bde894c1f966acea378c251a64abbb9d03931e52e2ed95edf6c494857db62fe37183d0d18f5e696adc57
           [15] => 28:0ff638077472bde894c1f966acea378c251a64abbb9d03931e52e2ed95edf6c494857db62fe37183d0d18f5e
           [16] => 55:0ff638077472bde894c1f966acea378c251a64abbb9d03931e52e2ed95edf6c494857db62fe37183
           [17] => 13:0ff638077472bde894c1f966acea378c251a64abbb9d03931e52e2ed95edf6c494857db6
           [18] => 26:0ff638077472bde894c1f966acea378c251a64abbb9d03931e52e2ed95edf6c4
           [19] => 18:0ff638077472bde894c1f966acea378c251a64abbb9d03931e52e2ed
           [20] => 53:0ff638077472bde894c1f966acea378c251a64abbb9d0393
           [MIN] => 0
           [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/www/swoop.name/www/blog.swoop.name/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, 16 Jun 2013 15:58:30 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] => Sun, 16 Jun 2013 15:58:31 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] => Sun, 16 Jun 2013 15:58:31 GMT
                   [server] => Apache
                   [set-cookie] => wpmp_switcher=desktop; expires=Mon, 16-Jun-2014 15:58:33 GMT; path=/
                   [cache-control] => max-age=172800
                   [expires] => Tue, 18 Jun 2013 15:58:31 GMT
                   [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] => wpmp_switcher
                           [value] => desktop
                           [expires] => 1402934313
                           [path] => /
                           [domain] =>
                       )
   
               )
   
           [filename] =>
       )
       ```
   
 * So, can you help me please?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t Log In](https://wordpress.org/support/topic/cant-log-in-3/)
 *  [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/cant-log-in-3/#post-207056)
 * I have same problem.. pleas, anybody, help us!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Unable to log-in](https://wordpress.org/support/topic/unable-to-log-in-2/)
 *  Thread Starter [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/unable-to-log-in-2/#post-215527)
 * Thanks for help and advice Jinsan, but that login is temporary, equally like 
   password. And I can always delete this directory via [http://FTP.](http://FTP.).
   
   Macmanx, thanx, i convince him. Thanx for your time and sorry for my english..
   im just beginner.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Unable to log-in](https://wordpress.org/support/topic/unable-to-log-in-2/)
 *  Thread Starter [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/unable-to-log-in-2/#post-215524)
 * Thank you for suggestions, but…
    1. that i made before and than again again and
   again.. 2. I’m realy sure 3. I tried it. I make all exactly like in this manual.
   4. That i will not. I have localized version, and that version works… (but not
   me..)
 * So, i will be still thankfull for any help.
    You can log in here: [http://www.foto-blog.swoop.name/wp-login.php](http://www.foto-blog.swoop.name/wp-login.php)
   login name is: admin password is: ######## (through Jinsan calm sleeping :o) )
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Please, help me with wp-config settings](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/)
 *  Thread Starter [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/page/2/#post-111488)
 * Thank you all very Much! You’ re Great people.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Please, help me with wp-config settings](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/)
 *  Thread Starter [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/page/2/#post-111487)
 * WoW!
    New Report! It doesn’t look like you’ve installed WP yet. Try running install.
   php.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Please, help me with wp-config settings](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/)
 *  Thread Starter [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/#post-111485)
 * What looks different? I mean thats everything inserted right.. My opinion is,
   thats problem with damn “localhost”..
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Please, help me with wp-config settings](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/)
 *  Thread Starter [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/#post-111481)
 * That i don’t know sure. I installed WP into folder “blog”.
    adress these is: 
   [http://www.swoop.name/blog/](http://www.swoop.name/blog/) The exact adress is:/
   DISC2/WWW2/SWOOP.NAME/BLOG/ I’s it possible that is wrong this parameter wp-config.
   php: define(‘ABSPATH’, dirname(__FILE__).’/’);
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Please, help me with wp-config settings](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/)
 *  Thread Starter [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/#post-111479)
 * I have hosting by PIPNI.cz. There are formular. Into this i have put my database
   name, and password. All else is generated by robot. Robot expand the DB name 
   about my domain name.
    Example: i fill this DB name: blog Robot expand it on 
   _swoop_name Result DB name: blog_swoop_name Login is the same, but instead of_
   is . (dot)
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Please, help me with wp-config settings](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/)
 *  Thread Starter [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/#post-111476)
 * If you mean access to my domain, … thats only my. But anything else i send you.
   No problem
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Please, help me with wp-config settings](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/)
 *  Thread Starter [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/#post-111475)
 * BTW, what’s cpanel?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Please, help me with wp-config settings](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/)
 *  Thread Starter [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/#post-111472)
 * Thank you, but i can’t find solution of my problem… I try fast everything..
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Please, help me with wp-config settings](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/)
 *  Thread Starter [swoopr](https://wordpress.org/support/users/swoopr/)
 * (@swoopr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/please-help-me-with-wp-config-settings/#post-111461)
 * BTW: My password, login and DB name are right. I’m surre.

Viewing 15 replies - 1 through 15 (of 15 total)