PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/mytube.pm/wp-content/plugins/automatic-video-posts/views/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/mytube.pm/wp-content/plugins/automatic-video-posts/views/channel_add.php

<div id="WP_ayvpp_add_item" class="add_item">
	<h3><?php _e('Add a new channel or playlist','ayvpp'); ?></h3>
	<form id="WP_ayvpp_add_channel_form" method="post" action="<?php bloginfo('wpurl'); ?>/wp-admin/admin.php?page=ayvpp-channels">
		<div class="form-field">
			<label><?php _e('Name','ayvpp'); ?>:</label>
			<input type="text" name="name" size="40" />
		</div>
		<div class="form-field">
			<label><?php _e('Type','ayvpp'); ?>:</label>
			<select name="type" class="postform">
				<option value="channel">Channel</option>
				<option value="playlist">Playlist</option>
				<option value="search">Search</option>
			</select>
		</div>
		<div class="form-field">
			<label><?php _e('Channel / Playlist / Search Term','ayvpp'); ?>:</label>
			<input type="text" name="channel" size="40" />
			<p class="description">
				<?php _e('Enter just the name of the channel, the ID of the playlist, or the search term.','ayvpp'); ?>
			</p>
		</div>

		<div class="form-field">
			<label><?php _e('Limit the number of videos imported each import to','ayvpp'); ?>:</label>
			<input type="text" name="limit" size="40" />
			<p class="description"><?php _e('Leave this field blank to set NO limit.','ayvpp'); ?></p>
		</div>

		<div class="form-field">
			<label><?php _e('Publish as post type:','ayvpp'); ?>:</label>
			<div class="categories post_types"><div>
			<?php foreach((array)get_post_types(array(),'objects') as $v) { ?>
				<?php if(in_array($v->name,array('attachment','revision','nav_menu_item'))) { continue; } ?>
				<label><input type="radio" name="publish_type" class="chk" value="<?php echo $v->name; ?>" /> <?php echo $v->label; ?></label>
			<?php } ?>
			</div></div>
		</div>

		<div class="form-field">
			<label><?php _e('Automatically publish posts','ayvpp'); ?>:</label>
			<input type="radio" name="publish" value=1 class="yes chk" />
			yes &nbsp;
			<input type="radio" name="publish" value=0 class="no chk" />
			no
		</div>
		<div class="form-field">
			<label><?php _e('Import private videos','ayvpp'); ?>:</label>
			<input type="radio" name="import_private" value=1 class="yes chk" />
			yes &nbsp;
			<input type="radio" name="import_private" value=0 class="no chk" />
			no
		</div>
		<div class="form-field">
			<label><?php _e('Automatically play videos','ayvpp'); ?>:</label>
			<input type="radio" name="auto_play" value=1 class="yes chk" />
			yes &nbsp;
			<input type="radio" name="auto_play" value=0 class="no chk" />
			no
		</div>
		<div class="form-field">
			<label><?php _e('Show related videos at the end of each video','ayvpp'); ?>:</label>
			<input type="radio" name="related_show" value=1 class="yes chk" />
			yes &nbsp;
			<input type="radio" name="related_show" value=0 class="no chk" />
			no
			<p class="description"><?php _e('After a YouTube&reg; video completes related videos are displayed by default. Select no if you\'d prefer they\'re not displayed','ayvpp'); ?>.</p>
		</div>
		<div class="form-field">
			<label><?php _e('Import and display video descriptions','ayvpp'); ?>:</label>
			<input type="radio" name="import_description" value=1 class="yes chk" /> yes &nbsp;
			<input type="radio" name="import_description" value=0 class="no chk" /> no
			<p class="description"><?php _e('If set to yes, the YouTube&reg; video description will be imported and set as the post content.','ayvpp'); ?>.</p>
		</div>


		<div class="form-field">
			<label><?php _e('Add videos from this channel/playlist to the following categories','ayvpp'); ?>:</label>
			<div class="categories">
				<div>
					<?php $r = get_taxonomies();unset($r['post_tag'],$r['nav_menu'],$r['link_category'],$r['post_format']); ?>
					<?php foreach((array)get_terms($r,array('hide_empty'=>0)) as $k => $v) { ?>
					<label>
						<input type="checkbox" name="categories[]" class="chk" value="<?php echo $v->taxonomy; ?>|<?php echo $v->term_id; ?>" /> <?php echo $v->name; ?> (<?php echo $v->taxonomy; ?>)
					</label>
					<?php } ?>
				</div>
			</div>
		</div>
		<div class="form-field">
			<label><?php _e('Attribute videos from this channel to what author?','ayvpp'); ?>:</label>
			<?php wp_dropdown_users(array('name'=>'author')); ?>
		</div>
		<p class="submit">
			<input type="submit" name="submit" id="submit" class="button-primary" value="Edit Channel">
		</p>
		<input type="hidden" name="item" />
		<input type="hidden" name="action" value="add" />
		<input type="hidden" name="_wpnonce" value="<?php echo wp_create_nonce('WP_ayvpp_nonce'); ?>" />
	</form>
</div>
<br class="clear" />