• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] iframe not working 3.6b

Started by tesladisk,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tesladiskTopic starter

i have upgrade to 3.6 second edition i try to post a video with the iframe code to my wordpress blog and is not working i get Loading the Player and the ad nothing else you can see here a test post to my blog  http://blog-forum.vapers-shop.net/blog/cloupor-t5-50-100watss/ 
i have move my site to a new server but i am not sure it has to do something with the server my site is the http://vapers-tube.com any advice?
  •  

Marius P.

The page is offline. Wish I could see it to help, post a link to the video page (in your phpvibe).
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

tesladiskTopic starter

i have some problems with the server i had to remove the blog i post the test main site is online now visit here http://vapers-tube.com
  •  

Marius P.

Seems that jwplayer is the issues, no js file on embed.
What version you use? If is 3.6, upgrade to 3.6 second edition.


http://www.phpvibe.com/forum/how-to/phpvibe-issues-embed-code-not-working/msg20542/#msg20542
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

tesladiskTopic starter

  •  

tesladiskTopic starter

also one oftopic question i have 20 crons to get youtube videos is posible to run one cron every time right now i have one cron to cpanel calling the crons.php once a day for 20 vibe crons but i see a spike above 400m in cpu and my server auto suspend and reboot can i run one job at the time i want?
thanks
  •  

Marius P.

Quote from: tesladisk on
i was 3.6 upgrade to 3.6second edition

Check embed.php files, it looks old!
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.

Quote from: tesladisk on
also one oftopic question i have 20 crons to get youtube videos is posible to run one cron every time right now i have one cron to cpanel calling the crons.php once a day for 20 vibe crons but i see a spike above 400m in cpu and my server auto suspend and reboot can i run one job at the time i want?
thanks

If you edit the crons in admin you can setup an runtime for it (default is set to 24h).
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

tesladiskTopic starter

ok i will update the file please help me with the maintenance mode i logoff and i cant logon again i already try the solution with the on.php file but not working for me is any other way to try ?
  •  

Marius P.

Open phpmyadmin and browser to the table vibe_options and find site-offline, set it to 0, delete the content of /cache folder (or just start with deleting cache if you used the on.php)
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

tesladiskTopic starter

manage to login again thanks i update the file embed.php if you can to check it again but i have one other problem the channel,blog and pages images not showing please check it out i have attach a screen or visit my site http://vapers-tube.com
  •  

Marius P.

It depends what you have modified there, by default they show. I can't tell you from the picture what's wrong. I need the actual code.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

tesladiskTopic starter

this is the sidebar code
<div id="sidebar-wrapper" class="span2 left-sidebar top10 hidden-phone hidden-tablet">
<div id="sidebar"> 
<div class="close-me visible-phone visible-tablet hidden-desktop">
<a id="mobi-hide-sidebar" class="topicon tipN" href="javascript:void(0)" title="<?php echo _lang('Hide'); ?>"><i class="icon-plus"></i></a>
</div>
<?php echo '<div class="searchWidget visible-phone hidden-tablet hidden-desktop" style="margin:10px 6%;">
            <form action="" method="get" id="searchform" onsubmit="location.href=\''.site_url().show.'/\' + encodeURIComponent(this.tag.value).replace(/%20/g, \'+\'); return false;">
                <input type="text" name="tag" id="suggest-videos" value="'._lang("Search videos").'" onfocus="if (this.value == \''._lang("Search videos").'\') {this.value = \'\';}" onblur="if (this.value == \'\') {this.value = \''._lang("Search videos").'\';}" />
             <button type="submit" class="btn btn-primary pull-right"><i class="icon-search"></i></button>
			</form>       
		</div>'
?>
<?php 
//The menu	
echo '<div class="sihead"><a href="'.site_url().channels.'"><h4>'._lang('Video Channels').'</a></h4></div><div class="sidebar-nav blc">'.the_nav().'<div class="clearfix"></div></div>';
if(get_option('musicmenu') == 1 ) {
echo '<div class="sidebar-nav blc"><div class="head"><h4>'._lang('Music Channels').'</h4></div>'.the_nav(2).'<div class="clearfix"></div></div>';
}
if(get_option('imagesmenu') == 1 ) {
echo '<div class="sidebar-nav blc"><div class="head"><h4>'._lang('Image Categories').'</h4></div>'.the_nav(3).'<div class="clearfix"></div></div>';
}
?>
<?php echo _ad('0','sidebar left'); ?><?php echo _ad('0','sidebar left1'); ?>
<?php 
$postsx = $db->get_results("select title,pid,pic from ".DB_PREFIX."posts ORDER BY title ASC ".this_limit()."");
 /* The posts lists */
 if($postsx) {
echo '<div class="box"> 
<div class="box-head">
<h4 class="box-heading">'._lang('Latest articles').'</h4>
</div>
	<div class="box-body list">	
	<ul>';
	foreach ($postsx as $px) {
echo '<li><img src="'.thumb_fix($px->pic, true, 23, 23).'"><a href="'.article_url($px->pid, $px->title).'" title="'._html($px->title).'"> '._cut(_html($px->title),19).'</a></li>';

	
	}
echo '<li><i class="icon-folder-close"></i><a href="'.site_url().blog.'" title="'._html($px->title).'"> '._lang("All articles").'</a></li>';

  echo '  </ul>   
    </div>
    </div>';
}
$pagesx = $db->get_results("select title,pid,pic from ".DB_PREFIX."pages WHERE menu = '1' ORDER BY title ASC ".this_limit()."");
 /* The pages lists */
 if($pagesx) {
echo '<div class="box"> 
<div class="box-head">
<h4 class="box-heading">'._lang('Information').'</h4>
</div>
	<div class="box-body list">	
	<ul>';
	foreach ($pagesx as $px) {
echo '<li><img src="'.thumb_fix($px->pic, true, 23, 23).'"><a href="'.page_url($px->pid, $px->title).'" title="'._html($px->title).'"> '._cut(_html($px->title),19).'</a></li>';

	
	}

  echo '  </ul>   
    </div>
    </div>';
}

?>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//vapers-tube.us8.list-manage.com/subscribe/post?u=30f13e5362d1d98fcb92ea6e9&amp;id=4e0ad3c1c7" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
	<h2>Subscribe to our mailing list Get Coupon Codes Discounts and Participate in Giveaways Competitions and Lotteries</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
	<label for="mce-EMAIL">Email Address  <span class="asterisk">*</span>
</label>
	<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<p>Powered by <a href="http://eepurl.com/ZkPOn" title="MailChimp - email marketing made easy and fun">MailChimp</a></p>
	<div id="mce-responses" class="clear">
		<div class="response" id="mce-error-response" style="display:none"></div>
		<div class="response" id="mce-success-response" style="display:none"></div>
	</div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;"><input type="text" name="b_30f13e5362d1d98fcb92ea6e9_4e0ad3c1c7" tabindex="-1" value=""></div>
    <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>

<!--End mc_embed_signup-->
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=VapersTube', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address get the latest videos to your email:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="VapersTube" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://feedburner.google.com" target="_blank">FeedBurner</a></p></form>
</div>
</div>
  •  

Marius P.

The code looks ok, right clock in the sidebar -> inspect element and look to see if they show in the code.
This way we can see if there is no html overlapping there.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

tesladiskTopic starter

they show in the code but i am not sure take a look here is a line from one channel
<img src="http://vapers-tube.com/res.php?src=uploads/219cd9828040fca983a811b1109db221-1.png&amp;q=100&amp;w=23&amp;h=23" class="cat-menu-img">

  •  

Marius P.

Doesn't have any connection that line...
Show me the site, or you have me guessing here  :(
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

tesladiskTopic starter

  •  

Marius P.

I see them in the sidebar, but the images are missing.




Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

tesladiskTopic starter

all images are in the upload folder any attempt to edit channel and upload them again from BO fail if i remove the default noimage from upload show broken image can i give you my ftp to take a look?
  •  

Marius P.

Delete all the content of cache/thumbs first.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

tesladiskTopic starter

in cache /thumbs i have 3 files .htaccess  index.html and a tinthumb_cachelasttimecleantime.touch should i delete this files i have nothing more
  •  

Marius P.

Yes, make sure /thumbs is chmoded to writable.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

tesladiskTopic starter

  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

tesladiskTopic starter

hi mario i am sorry to bother you again but the iframe is not working i just start to build a blog and i post a test post with the iframe code to embed a video and i get only a Loading The Player can you help me fix this i have 3.6 second edition you can check the post in my blog here http://vapers-shop-forum.16mb.com/test-2/
here is the iframe code i copy and paste to the post
<iframe width="640" height="480" src="http://vapers-tube.com/embed/5748/" frameborder="0" allowfullscreen></iframe>
  •  

Similar topics (7)