Changeset 652989
- Timestamp:
- 01/15/2013 02:36:29 PM (13 years ago)
- Location:
- 6scan-backup/trunk
- Files:
-
- 7 edited
-
6scan.php (modified) (1 diff)
-
admin/includes/common.php (modified) (1 diff)
-
admin/includes/installation.php (modified) (2 diffs)
-
data/regpage/reg.html (modified) (2 diffs)
-
modules/communication/oracle-reg.php (modified) (2 diffs)
-
modules/signatures/loginsec.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
6scan-backup/trunk/6scan.php
r652005 r652989 5 5 Description: 6Scan Backup goes beyond existing backup plugins, easily and automatically creating backups of your site and securely storing them in the cloud. 6 6 Author: 6Scan 7 Version: 2.3.27 Version: 3.0.1 8 8 Author URI: http://www.6scan.com 9 9 */ -
6scan-backup/trunk/admin/includes/common.php
r652005 r652989 4 4 die( 'No direct access allowed' ); 5 5 6 define ( 'SIXSCAN_VERSION' , ' 2.3.2.0' );6 define ( 'SIXSCAN_VERSION' , '3.0.1.0' ); 7 7 define ( 'SIXSCAN_HTACCESS_VERSION' , '1' ); 8 8 -
6scan-backup/trunk/admin/includes/installation.php
r652005 r652989 331 331 332 332 $admin_email = isset( $_REQUEST['email'] ) ? $_REQUEST['email'] : ""; 333 333 $admin_pass = isset( $_REQUEST['password'] ) ? $_REQUEST['password'] : ""; 334 334 335 /* If there is partner file, partner_id and partner_key are filled */ 335 336 sixscan_installation_partner_info_get( $partner_id , $partner_key ); 336 337 337 338 $sixscan_register_result = sixscan_communication_oracle_reg_register( get_option( 'siteurl' ) , 338 $admin_email , SIXSCAN_PLUGIN_URL . "modules/signatures/notice.php" ,339 $admin_email , $admin_pass, SIXSCAN_PLUGIN_URL . "modules/signatures/notice.php" , 339 340 $sixscan_oracle_auth_struct , $partner_id , $partner_key , $tmpkey ); 340 341 … … 412 413 print "<p><h1>6Scan requires filesystem credentials to update signature files - fill the information below and click proceed</h1></p>"; 413 414 414 /* request_filesystem_credentials() has to pass $_POST['email'] to the next registration stage */415 if ( ( $creds = request_filesystem_credentials( $url , '' , FALSE , FALSE, array( 'email' , ' agree' , '_sixscannonce' ) ) ) !== FALSE ){415 /* request_filesystem_credentials() has to pass $_POST['email'] + $_POST['password'] to the next registration stage */ 416 if ( ( $creds = request_filesystem_credentials( $url , '' , FALSE , FALSE, array( 'email' , 'password' , 'agree' , '_sixscannonce' ) ) ) !== FALSE ){ 416 417 if ( ! WP_Filesystem( $creds ) ) { 417 418 /* Current POST data failed, present new form . Error is now "TRUE" */ 418 request_filesystem_credentials( $url , '' , TRUE , FALSE , array( 'email' , ' agree' , '_sixscannonce' ) );419 request_filesystem_credentials( $url , '' , TRUE , FALSE , array( 'email' , 'password' , 'agree' , '_sixscannonce' ) ); 419 420 } 420 421 else{ -
6scan-backup/trunk/data/regpage/reg.html
r642439 r652989 306 306 <div id='register_box'> 307 307 <div class="title"> 308 <h2 id='register_status_inf'>Create 6Scan Account .</h2>308 <h2 id='register_status_inf'>Create 6Scan Account</h2> 309 309 </div> 310 310 <form method='post' action="" onsubmit="return check_submit();"> … … 317 317 <label for="email">Email</label> 318 318 <input type="text" value="_email_value_sixscan" name="email" id="email" placeholder="Email" /> 319 </span> 320 <br/> 321 <span> 322 <label for="password">Password</label> 323 <input type="password" value="" name="password" id="password" placeholder="Password" /> 319 324 </span> 320 325 </p> -
6scan-backup/trunk/modules/communication/oracle-reg.php
r579277 r652989 5 5 6 6 /* Register new user/site */ 7 function sixscan_communication_oracle_reg_register( $site_url , $user_email , $ notice_script_url , & $sixscan_oracle_auth_struct , $partner_id , $partner_key , $dbkey ){7 function sixscan_communication_oracle_reg_register( $site_url , $user_email , $user_password, $notice_script_url , & $sixscan_oracle_auth_struct , $partner_id , $partner_key , $dbkey ){ 8 8 9 9 $expected = array( "site_id" , "api_token" , "dashboard_token" , "verification_token" ); … … 15 15 /* Sending registration data to server, using GET */ 16 16 $request_register_url = SIXSCAN_BODYGUARD_REGISTER_URL ."?platform=" . SIXSCAN_PLATFORM_TYPE . "&platform_version=" . sixscan_common_get_wp_version() . "&platform_locale=" 17 . get_locale() . "¤t_version=" . SIXSCAN_VERSION . "&url=$site_url&email=$user_email& notice_script_url=$relative_notice_url&dbkey=$dbkey";17 . get_locale() . "¤t_version=" . SIXSCAN_VERSION . "&url=$site_url&email=$user_email&password=$user_password¬ice_script_url=$relative_notice_url&dbkey=$dbkey"; 18 18 19 19 /* If partner ID and Key exists, add it to registration request. */ -
6scan-backup/trunk/modules/signatures/loginsec.php
r555680 r652989 39 39 40 40 $is_to_block_user = false; 41 $loginsec_options = get_option( SIXSCAN_OPTION_LOGIN_SETTINGS ); 41 $loginsec_options = false; 42 43 if ( is_array( get_option( SIXSCAN_OPTION_LOGIN_SETTINGS ) ) ) 44 $loginsec_options = array(); 42 45 43 46 /* Handle login count */ -
6scan-backup/trunk/readme.txt
r652005 r652989 1 1 === 6Scan Backup === 2 2 Contributors: 6Scan 3 Version: 2.3.23 Version: 3.0.1 4 4 Tags: backup, automatic backup, cloud, online, secured, restore, recovery 5 5 Requires at least: 3.0.0 … … 176 176 * A minor UI change 177 177 178 = 3.0.1 = 179 * 6Scan now allows users to access their dashboard of all registered websites. To allow that, newly registered users now have to enter a password (while activating the plugin) 180 178 181 == Upgrade Notice == 179 182
Note: See TracChangeset
for help on using the changeset viewer.