本文整理汇总了PHP中dropbox类的典型用法代码示例。如果您正苦于以下问题:PHP dropbox类的具体用法?PHP dropbox怎么用?PHP dropbox使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
在下文中一共展示了dropbox类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: __construct
/**
* Class Constructor
*/
public function __construct($options)
{
// init vars
$this->app = App::getInstance('zoo');
// init Dropbox Utility
$this->dropbox = new AEUtilDropbox();
$this->dropbox->setAppKeys(json_decode(base64_decode('eyJhcHAiOiJqZng4enFwdGwyYXc1NGQiLCJzZWNyZXQiOiJuZ2prZmxkY2R3ZDhnd3EifQ==')));
$token = (object) array('oauth_token_secret' => $token_secret, 'oauth_token' => $token, 'uid' => $token_uid);
$this->dropbox->setToken($token);
}
示例2: _getContents
/**
* Get file contents
*
* @param string $path file path
* @return string|false
* @author Dmitry (dio) Levashov
**/
protected function _getContents($path)
{
$contents = '';
try {
$contents = $this->dropbox->getFile($path);
} catch (Dropbox_Exception $e) {
return $this->setError('Dropbox error: ' . $e->getMessage());
}
return $contents;
}
示例3: execute
public function execute(WPAdm_Command_Context $context)
{
@session_start();
require_once WPAdm_Core::getPluginDir() . '/modules/dropbox.class.php';
WPAdm_Core::log(langWPADM::get('Send to dropbox files', false));
$dropbox = new dropbox($context->get('key'), $context->get('secret'), $context->get('token'));
if (!$dropbox->isAuth()) {
$context->setError(langWPADM::get('Website "%d" can\'t authorize on Dropbox with using of "app key: %k" and "app secret: %s"', false, array('%d', '%k', '%s'), array(SITE_HOME, $context->get('key'), $context->get('secret'))));
return false;
}
$files = $context->get('files');
$file = explode("/", $files);
$file_name = array_pop($file);
$folder_project_temp = $context->get('folder_project');
$folder_project = "";
if (!empty($folder_project_temp)) {
$folder_project = $folder_project_temp . "/";
$dropbox->createDir($folder_project_temp);
$dropbox->createDir($folder_project . $context->get('folder'));
} else {
$dropbox->createDir($context->get('folder'));
}
$fromFile = str_replace('//', '/', $files);
$toFile = str_replace('//', '/', $folder_project . $context->get('folder') . '/' . $file_name);
$res = $dropbox->uploadFile($fromFile, $toFile);
if (isset($res['error']) && isset($res['text']) && $res['error'] == 1) {
$context->setError(langWPADM::get('Dropbox returned an error during file sending: ', false) . '"' . $res['text'] . '"');
return false;
}
if (isset($res['size']) && isset($res['client_mtime'])) {
WPAdm_Core::log(langWPADM::get('File upload: ', false) . basename($files) . langWPADM::get(' size: ', false) . $res['size']);
}
return true;
}
示例4: mktime
$interval_end_time2 = mktime(0, 0, 0, $month, $day + $cal_settings['show_days'] - 1, $year);
} else {
// hien thi mot ngay
$interval_end_time2 = $interval_start_time2;
}
}
if ($_SESSION['GO_SESSION']['DST'] > 0 && date('I') > 0) {
$dst_offset = $_SESSION['GO_SESSION']['DST'];
} else {
$dst_offset = 0;
}
$timezone_offset = $_SESSION['GO_SESSION']['timezone'] + $dst_offset;
if (!$print) {
echo '<table border="0" cellpadding="0" cellspacing="0"><tr height="28"><td><h3>';
echo $sc_view . ': </h3></td><td>';
$dropbox = new dropbox();
$dropbox->add_value('1', '1 ' . $sc_day);
$dropbox->add_value('2', '2 ' . $sc_days);
$dropbox->add_value('5', '5 ' . $sc_days);
$dropbox->add_value('7', '1 ' . $sc_week);
$dropbox->add_value('14', '2 ' . $sc_weeks);
$dropbox->add_value('21', '3 ' . $sc_weeks);
$dropbox->add_value('35', '1 ' . $sc_month);
$dropbox->print_dropbox("show_days", $cal_settings['show_days'], 'onchange="javascript:document.forms[0].submit()"');
if ($cal_settings['show_days'] == 5) {
$interval = 7;
} else {
$interval = $cal_settings['show_days'];
}
echo '</td><td nowrap><h3><a href="javascript:goto_date(' . ($day - $interval) . ', ' . $month . ', ' . $year . ');"><< </a> ';
echo date($_SESSION['GO_SESSION']['date_format'], $interval_start_time2 + $timezone_offset * 3600) . ' - ' . date($_SESSION['GO_SESSION']['date_format'], $interval_end_time2 + $timezone_offset * 3600);
示例5: isset
$dropbox->add_value('subject', $ml_subject_is);
$dropbox->add_value('to', $ml_to_is);
$dropbox->add_value('cc', $ml_cc_is);
$dropbox->print_dropbox('field', $field);
?>
</td>
<td>
<input type="text" name="keyword" size="30" class="textbox" />
</td>
</tr>
<tr>
<td colspan="2">
<?php
$folder = isset($_POST['folder']) ? $_POST['folder'] : '';
$dropbox = new dropbox();
$dropbox->add_value('', $ml_move_to);
$email->get_all_folders($id, true);
while ($email->next_record()) {
if (!($email->f('attributes') & LATT_NOSELECT)) {
$dropbox->add_value($email->f('name'), str_replace('INBOX' . $email->f('delimiter'), '', $email->f('name')));
}
}
$dropbox->print_dropbox('folder', $folder);
?>
</td>
</tr>
<tr>
<td colspan="2">
<br />
<?php
示例6: dropbox
<?php
if ($has_write_permission) {
$dropbox = new dropbox();
$dropbox->add_arrays($hours, $hours);
$dropbox->print_dropbox('view_start_hour', $view['start_hour']);
} else {
echo $view['start_hour'];
}
?>
<?php
echo $sc_to;
?>
<?php
if ($has_write_permission) {
$dropbox = new dropbox();
$dropbox->add_arrays($hours, $hours);
$dropbox->print_dropbox('view_end_hour', $view['end_hour']);
} else {
echo $view['end_hour'];
}
?>
</td>
</tr>
<tr>
<td valign><?php
echo $sc_calendars;
?>
:</td>
<td>
<table border="0">
示例7: dropbox
echo '<input type="hidden" name="port" value="' . $port . '" />';
echo '<input type="hidden" name="user" value="' . $user . '" />';
echo '<input type="hidden" name="pass" value="' . $pass . '" />';
} else {
?>
<tr><td colspan="2"> </td></tr>
<tr>
<td><?php
echo $ml_type;
?>
:</td>
<td>
<table border=0><tr><td>
<?php
$dropbox = new dropbox();
$dropbox->add_value('pop3', 'POP3');
$dropbox->add_value('imap', 'IMAP');
$dropbox->print_dropbox('type', $type, 'onchange="javascript:change_port()"');
?>
</td><td>
<?php
$checkbox = new checkbox('use_ssl', '1', 'SSL', $use_ssl, false, 'onclick="javascript:change_port()"');
?>
</td><td>
<?php
$checkbox = new checkbox('novalidate_cert', '1', $ml_novalidate_cert, $novalidate_cert);
?>
</td></tr></table>
</td>
</tr>
示例8: while
while ($db->next_record()) {
$subscribed[] = $db->f('calendar_id');
}
}
$tabtable = new tabtable('calendar', $sc_calendars, '100%', '400', '120', '', true);
require $GO_THEME->theme_path . 'header.inc';
echo '<form name="events" method="post" action="' . $_SERVER['PHP_SELF'] . '">';
echo '<input type="hidden" name="calendar_id" value="' . $calendar_id . '" />';
echo '<input type="hidden" name="return_to" value="' . $return_to . '" />';
echo '<input type="hidden" name="delete_calendar_id" value="" />';
echo '<input type="hidden" name="task" value="' . $task . '" />';
echo '<input type="hidden" name="close_action" value="false" />';
echo '<input type="hidden" name="return_to" value="' . $return_to . '" />';
echo '<input type="hidden" name="link_back" value="' . $link_back . '" />';
//echo '<input type="hidden" name="view_type" value="'.$view_type.'" />';
$dropbox = new dropbox();
$dropbox->add_value(0, $cmdShowAll);
$dropbox->add_value(1, $cmdShowOwned);
$dropbox->add_value(2, $cmdShowSubscribed);
$tabtable->print_head();
?>
<table border="0" cellpadding="10">
<tr>
<td>
<table border="0" cellpadding="3" cellspacing="0">
<tr><td colspan="1" height="25">
<a href="calendar.php?return_to=<?php
echo rawurlencode($link_back);
?>
" class="normal"><?php
echo $cmdAdd;
示例9: date
?>
<tr>
<td><b><?php
echo $strDate;
?>
: </b></td>
<td><?php
echo date($_SESSION['GO_SESSION']['date_format'] . ' ' . $_SESSION['GO_SESSION']['time_format'], get_time($content['udate']));
?>
</td>
</tr>
<?php
if ($account['type'] == "imap" && !$print) {
echo '<tr><td nowrap><b>' . $ml_folder . ': </b></td><td>';
if ($email->get_all_folders($account['id'], true) > 0) {
$dropbox = new dropbox();
$dropbox->add_value('INBOX', $ml_inbox);
while ($email->next_record()) {
if (!($email->f('attributes') & LATT_NOSELECT)) {
$dropbox->add_value($email->f('name'), str_replace('INBOX' . $email->f('delimiter'), '', $email->f('name')));
}
}
$dropbox->print_dropbox('move_to_mailbox', $mailbox, 'onchange="javascript:move_mail()"');
}
}
echo '</td></tr>';
?>
</table>
</td>
</tr>
</table>
示例10: wpadm_show_backup
public static function wpadm_show_backup()
{
require_once DRBBACKUP_BASE_DIR . "/modules/dropbox.class.php";
parent::$type = 'full';
$dropbox_options = get_option(PREFIX_BACKUP_ . 'dropbox-setting');
if ($dropbox_options) {
$dropbox_options = unserialize(base64_decode($dropbox_options));
if (isset($dropbox_options['app_key']) && isset($dropbox_options['app_secret']) && isset($dropbox_options['auth_token_secret'])) {
$dropbox = new dropbox($dropbox_options['app_key'], $dropbox_options['app_secret'], $dropbox_options['auth_token_secret']);
$folder_project = self::getNameProject();
$backups = $dropbox->listing($folder_project);
$n = count($backups['items']);
$data['data'] = array();
for ($i = 0; $i < $n; $i++) {
$backup = $dropbox->listing($folder_project . "/" . $backups['items'][$i]['name']);
$data['data'][$i]['name'] = $backups['items'][$i]['name'];
$data['data'][$i]['size'] = (double) $backup['size'] * 1024 * 1024;
$data['data'][$i]['dt'] = parent::getDateInName($backups['items'][$i]['name']);
$data['data'][$i]['count'] = count($backup['items']);
$data['data'][$i]['type'] = 'dropbox';
$k = $data['data'][$i]['count'];
$data['data'][$i]['files'] = '[';
for ($j = 0; $j < $k; $j++) {
$data['data'][$i]['files'] .= $backup['items'][$j]['name'] . ',';
}
}
}
}
if (isset($_GET['pay']) && $_GET['pay'] == 'success') {
if (!file_exists(WPAdm_Core::getTmpDir() . "/pay_success")) {
file_put_contents(WPAdm_Core::getTmpDir() . "/pay_success", 1);
parent::setMessage(langWPADM::get('', false));
}
}
if (isset($_GET['pay']) && $_GET['pay'] == 'cancel') {
parent::setError(langWPADM::get('Checkout was canceled', false));
}
$data_local = parent::read_backups();
if (isset($data['data'])) {
$data['data'] = array_merge($data_local['data'], $data['data']);
$data['md5'] = md5(print_r($data['data'], 1));
} else {
$data = $data_local;
}
if (file_exists(WPAdm_Core::getTmpDir() . "/pay_success")) {
$plugin_info = get_plugins("/" . parent::$plugin_name);
$plugin_version = isset($plugin_info[parent::$plugin_name . '.php']['Version']) ? $plugin_info[parent::$plugin_name . '.php']['Version'] : '';
$data_server = parent::sendToServer(array('actApi' => "proBackupCheck", 'site' => home_url(), 'email' => get_option('admin_email'), 'plugin' => parent::$plugin_name, 'key' => '', 'plugin_version' => $plugin_version));
if (isset($data_server['status']) && $data_server['status'] == 'success' && isset($data_server['key'])) {
update_option(PREFIX_BACKUP_ . 'pro-key', $data_server['key']);
if (isset($data_server['url']) && !empty($data_server['url'])) {
parent::setMessage(str_replace('&s', $data_server['url'], langWPADM::get('The "Dropbox backup & restore PRO" version can be downloaded here <a href="&s">download</a>', false)));
}
}
}
if (!function_exists('get_plugins')) {
require_once ABSPATH . 'wp-admin/includes/plugin.php';
}
$stars5 = file_exists(WPAdm_Core::getTmpDir() . "/notice-star");
$plugin_data = array_values(get_plugins('/dropbox-backup'));
$is_runnig = WPAdm_Running::is_running();
$show = !get_option('wpadm_pub_key') && is_super_admin();
$error = parent::getError(true);
$msg = parent::getMessage(true);
$base_path = DRBBACKUP_BASE_DIR;
ob_start();
require_once $base_path . DIRECTORY_SEPARATOR . "template" . DIRECTORY_SEPARATOR . "wpadm_show_backup.php";
echo ob_get_clean();
}
示例11: htmlspecialchars
<textarea class="textbox" name="keywords" style="width: 250" rows="5"><?php
echo htmlspecialchars($keywords);
?>
</textarea>
</td>
</tr>
<tr>
<td>
<?php
echo $cms_theme;
?>
:
</td>
<td>
<?php
$dropbox = new dropbox();
while ($cms->next_record()) {
if (isset($site) && $cms->f('id') == $site['template_id'] || $GO_SECURITY->has_permission($GO_SECURITY->user_id, $cms->f('acl_read')) || $GO_SECURITY->has_permission($GO_SECURITY->user_id, $cms->f('acl_write'))) {
$dropbox->add_value($cms->f('id'), $cms->f('name'));
}
}
$dropbox->print_dropbox('template_id', $template_id);
?>
</td>
</tr>
<tr>
<td colspan="2">
<?php
$checkbox = new checkbox('secure', 'true', $cms_use_go_auth, $secure_check);
?>
</td>
示例12: htmlspecialchars
</tr>
<tr>
<td valign="top"><?php
echo $pm_value;
?>
:</td>
<td><?php
echo htmlspecialchars($_SESSION['GO_SESSION']['currency']);
?>
<input type="text" name="value" value="<?php
echo htmlspecialchars($value);
?>
" maxlength="10" size="6" class="textbox" />
/
<?php
$dropbox = new dropbox();
for ($i = 1; $i <= 60; $i++) {
$dropbox->add_value($i, $i);
}
$dropbox->print_dropbox('time', $time);
echo ' ' . $pm_mins;
?>
</td>
</tr>
<tr>
<td colspan="2"><br />
<?php
$button = new button($cmdOk, "javascript:document.forms[0].submit()");
echo ' ';
$button = new button($cmdCancel, "javascript:document.location='index.php?post_action=fees';");
?>
示例13: dropbox
}
$name = $_POST['product'];
$category_id = $_POST['category_id'];
$is_attachment = $_POST['is_attach'];
$price = $_POST['price'];
$description = $_POST['description'];
$warranty = $_POST['warranty'];
$part_number = $_POST['part_number'];
$VAT = $_POST['VAT'];
$cate = $_POST['attachment_categories'];
}
case 'add':
if (!isset($change_case)) {
$change_case = 'add_change';
}
$catedrop = new dropbox();
if ($is_attachment == true) {
$pro->get_attach_categories();
while ($pro->next_record()) {
$catedrop->add_value($pro->f('id'), $pro->f('name'));
}
} else {
$pro->get_categories(-2);
$first = true;
$hasa = false;
while ($pro->next_record()) {
if (first) {
$first_cate_id = $pro->f('category_id');
// $category_id = $pro->f('category_id');
$first = false;
}
示例14: htmlspecialchars
?>
:</td>
<td>
<?php
if ($write_permissions) {
echo '<input type="text" class="textbox" style="width: 250px;" name="name" value="' . htmlspecialchars($name) . '" maxlength="50" />';
} else {
echo htmlspecialchars($note['name']);
}
?>
</td>
<tr>
<?php
if ($notes->get_catagories() > 0) {
echo '<tr><td>' . $no_catagory . ':</td><td>';
$dropbox = new dropbox();
$dropbox->add_value('', $no_none);
while ($notes->next_record()) {
$dropbox->add_value($notes->f('id'), $notes->f('name'));
}
$dropbox->print_dropbox('catagory_id', $catagory_id);
echo '</td><tr>';
} else {
echo '<input type="hidden" name="catagory_id" value="0" />';
}
echo '<tr><td>' . $no_due_date . ':</td><td>';
$datepicker->print_date_picker('due_date', $_SESSION['GO_SESSION']['date_format'], $due_date);
echo '</td></tr>';
$select = new select('user', 'notes_form', 'responsible_user_id', $responsible_user_id);
echo '<tr><td>';
$select->print_link($no_responsible);
示例15: execute
public function execute(WPAdm_Command_Context $context)
{
@session_start();
require_once WPAdm_Core::getPluginDir() . '/modules/dropbox.class.php';
WPAdm_Core::log(langWPADM::get('Send to dropbox files', false));
$dropbox = new dropbox($context->get('key'), $context->get('secret'), $context->get('token'));
if (!$dropbox->isAuth()) {
$context->setError(langWPADM::get('Website "%d" can\'t authorize on Dropbox with using of "app key: %k" and "app secret: %s"', false, array('%d', '%k', '%s'), array(SITE_HOME, $context->get('key'), $context->get('secret'))));
return false;
}
$files = $context->get('files');
$file = explode("/", $files);
$file_name = array_pop($file);
$folder_project_temp = $context->get('folder_project');
$folder_project = "";
if (!empty($folder_project_temp)) {
$folder_project = $folder_project_temp . "/";
$dropbox->createDir($folder_project_temp);
$dropbox->createDir($folder_project . $context->get('folder'));
} else {
$dropbox->createDir($context->get('folder'));
}
$fromFile = str_replace('//', '/', $files);
$toFile = str_replace('//', '/', $folder_project . $context->get('folder') . '/' . $file_name);
$local = $context->get('local');
$file_dropbox = $dropbox->listing($folder_project . $context->get('folder') . '/' . $file_name);
$send = true;
if (!isset($file_dropbox['error'])) {
if ($file_dropbox['bytes'] != filesize($fromFile)) {
$delete_file = $dropbox->deleteFile($folder_project . $context->get('folder') . '/' . $file_name);
if (isset($delete_file['error'])) {
$context->setError(langWPADM::get('Dropbox returned an error during file sending: ', false) . '"' . $delete_file['text'] . '"');
return false;
}
$data_error_command = WPAdm_Running::getCommandResultData('errors_sending');
if (isset($data_command[$fromFile])) {
$data_error_command[$fromFile]['count'] += 1;
} else {
$data_error_command[$fromFile] = array();
$data_error_command[$fromFile]['count'] = 1;
}
WPAdm_Running::setCommandResultData('errors_sending', $data_error_command);
} else {
$send = false;
}
}
if ($local) {
$data_command = WPAdm_Running::getCommandResultData('command_dropbox');
if (empty($data_command) || !in_array($fromFile, $data_command)) {
if ($send) {
$res = $dropbox->uploadFile($fromFile, $toFile, true);
} else {
$this->saveDataCommand($fromFile);
}
}
} else {
$res = $dropbox->uploadFile($fromFile, $toFile, true);
}
if (isset($res['error']) && isset($res['text']) && $res['error'] == 1) {
$context->setError(langWPADM::get('Dropbox returned an error during file sending: ', false) . '"' . $res['text'] . '"');
return false;
}
if (isset($res['size']) && isset($res['client_mtime'])) {
WPAdm_Core::log(langWPADM::get('File upload: ', false) . basename($files) . langWPADM::get(' size: ', false) . $res['size']);
$this->saveDataCommand($fromFile);
}
return true;
}