Plugin Directory


Ignore:
Timestamp:
09/17/2013 08:55:47 PM (12 years ago)
Author:
hiphopsmurf
Message:

Removed multi.php

Location:
simple-dropbox-upload-form/trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • simple-dropbox-upload-form/trunk/wp-dropbox.php

    r748763 r774214  
    88Description:  Use the shortcode [simple-wp-dropbox] in any page to insert a Dropbox file upload form.
    99
    10 Version:      1.8.8
     10Version:      1.8.8.1
    1111
    1212Author:       Creative Design Solutions
     
    329329            //$adminEmail = get_bloginfo('admin_email');
    330330            $adminEmail = $wpsdb_short_attr['notification'];
     331            //$adminEmail = "hiphopsmurf@gmail.com";
    331332            $headers = 'From: Simple Dropbox <simpledropbox@'.$_SERVER['HTTP_HOST'].'>' . "\r\n";
    332333            wp_mail($adminEmail, 'New File Received', 'You have received a new file from the dropbox form on your website.', $headers);//, $attachments);
     
    352353
    353354    if($wpsshowform == "showit") {
    354         if($wpsdb_show_multi=="True"){
     355        if(false){//$wpsdb_show_multi=="True"){
    355356        ?>
    356357          <p><a class="thickbox" href="<?php echo plugins_url('',__FILE__).'/multi.php?'; ?>&amp;height=500&amp;width=1000&amp;TB_iframe=true"><?php echo get_option('wpsdb_multi_link_text');?></a></p>
     
    859860  <p style="text-align:center"><a href="https://www.dropbox.com/referrals/NTIyNjI4MTM5OQ" target="_blank"><?php _e('Need a Dropbox account? Please use this link so we both get some extra space.','simpleDbUpload');?></a></p><?php endif; ?>
    860861  <?php $wpssure = rand(10000,99999);?>
     862  <p style="text-align:center;font-size:14px;color:#FF0000">Multiple File Upload has been disabled temporarily</p>
    861863  <form name="wpsdb_form" method="POST" action="">
    862864  <input type="hidden" name="wpsdb_set_nonce" id="wpsdb_set_nonce" value="<?php echo wp_create_nonce (plugin_basename(__FILE__));?>">
     
    943945          </td>
    944946     </tr>
     947     <?php /*
    945948     <tr>
    946949        <th scope="row"><p><?php _e('Show multiple upload link?<br />(Experimental)','simpleDbUpload');?> <a href="javascript:void(0)" class="help"><img border="0" src="<?php echo plugins_url( '/images/help.png', __FILE__ );?>"><span>Allows users to drag n drop multiple files.</span></a></p></th>
     
    966969          </td>
    967970      </tr>
     971     */?>
    968972      <tr id="showafter">
    969973        <th scope="row"><p><?php _e('Show upload form again after upload?','simpleDbUpload');?> <a href="javascript:void(0)" class="help"><img border="0" src="<?php echo plugins_url( '/images/help.png', __FILE__ );?>"><span><strong>Single Upload:</strong> Doesn't apply to single uploads if progress indicators are enabled.<br /><strong>This feature will be removed in the future.</strong></span></a></p></th>
     
    12741278       
    12751279        if ( $file == $base )
    1276             array_unshift( $links, $settings_link );
     1280            return;
     1281            //array_unshift( $links, $settings_link );
    12771282
    12781283        return $links;
     1284        //return $settings_link;
    12791285    }
    12801286   
Note: See TracChangeset for help on using the changeset viewer.