Search found 2 matches

by nshenry03
Tue Mar 23, 2010 9:12 pm
Forum: General discussion
Topic: Automated installation - Seed and Password??
Replies: 2
Views: 15653

Re: Automated installation - Seed and Password??

Nevermind, this works: ... z_passwd_randkey=$( $PHP_BIN -r "define('ABSPATH','${WWW_CODE_DIR}/'); require_once( ABSPATH . 'include/library.inc.php' ); fwrite(STDOUT, randomKey());" ) z_passwd_njhash=$( $PHP_BIN -r "define('ABSPATH','${WWW_CODE_DIR}/'); require_once( ABSPATH . 'include...
by nshenry03
Tue Mar 23, 2010 6:55 pm
Forum: General discussion
Topic: Automated installation - Seed and Password??
Replies: 2
Views: 15653

Automated installation - Seed and Password??

Hello, I am trying to automate the installation of netjukebox and I am running into some problems with automatically changing the username and password of the admin user... Does anyone know how I can generate a valid password/seed using bash and/or php so that I can simply update the user table with...