Ответ : Можно изменить регистр имени, то есть сделать вид таким : GOGOgo.ruВопрос :Что можно сделать с доменом в выдаче Яндекса, при помощи Я.Вебмастера ?
- 25.10.2011 00:24
- 25.10.2011 00:25
Кто не успел, тот опоздал :)))
- 25.10.2011 00:25Хм а что можно с самим доменом сделать? Наверно только указать регистр имени сайта...Вопрос :Что можно сделать с доменом в выдаче Яндекса, при помощи Я.Вебмастера ?
опять время на сайте сбилось... Пока думал, что можно куча ответов появилось.. и я рад что не один тут )..
Как я рад всех видеть тут, а то бы мы artorlov закрылись на сегодня )Последний раз редактировалось assai; 25.10.2011 в 00:27.
Спасибо сказали:
viotur(25.10.2011), - 25.10.2011 00:26
Всё было просто))
- 25.10.2011 00:30
artorlov, ну конечно вопрос то что можно сделать с самим доменом тока я не сразу догадался )
- 25.10.2011 00:31
Сейчас серъезный вопрос :
Приз : 2 БАЗЫ
Вопрос : При заходе на сайт, Выдается вот такая ошибка : Warning: Unterminated comment starting line 2 in /home/virtwww/xxxxxxxxxxxxxxxxxxxxx/http/templates/youcars/index.php on line 2
Что не так в коде ?
Код templates/youcars/index.php
<?php
/*======================================================================*\
|| #################################################################### ||
|| # Youjoomla LLC - YJ- Licence Number 268MD235
|| # Licensed to - Govinda Rajan Seshan
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2006-2009 Youjoomla LLC. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- THIS IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.youjoomla.com | http://www.youjoomla.com/license.html # ||
|| #################################################################### ||
# EDITING NOTES : ALL CODE BLOCKS ARE COMENTED , ALL PHP CONDITIONS BEFOR AND AFTER THE
# COMMENT ARE TO BE MOVED WITH THE BLOCK IF YOU ARE EDITING LAYOUTS
# CSS MAIN LAYOUT IS IN LAYOUT.CSS STARTING WITH
# WIDTHS OF THE CODEBLOCKS ARE IN SETTINGS.PHP NAMED SAME AS DIVS USED
defined( '_JEXEC' ) or die( 'Restricted index access' );
define( 'TEMPLATEPATH', dirname(__FILE__) );
require( TEMPLATEPATH.DS."settings.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<?php JHTML::_('behavior.mootools'); ?>
<link href="<?php echo $yj_site ?>/css/template.<?php echo $cssextens; ?>" rel="stylesheet" type="text/css" />
<link href="<?php echo $yj_site ?>/css/<?php echo $css_file; ?>.<?php echo $cssextens; ?>" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="<?php echo $yj_site ?>/favicon.ico" />
<?php require( TEMPLATEPATH.DS."head.php");?>
</head>
<body id="color<?php echo $body_color ?>">
<div id="centertop" style="font-size:<?php echo $css_font; ?>; width:<?php echo $css_width; ?>;">
<!-- notices -->
<?php if ($ie6notice == 1){ ?>
<!--[if lte IE 6]>
<p class="clip" style="text-align:center" >Hello visitor.You are using IE6 , an outdated version of Internet Explorer. Please consider upgrading. Click <a href="http://www.webstandards.org/action/previous-campaigns/buc/" target="_blank" >here</a> for more info .</p>
<![endif]-->
<?php } ?>
<?php if($nonscript == 1 ){?>
<noscript><p class="error" style="text-align:center" >This Joomla Template is equiped with JavaScript. Your browser does not support JavaScript! Please enable it for maximum experience. Thank you.</p></noscript>
<?php } ?>
<!--end notices -->
<!--top menu-->
<div id="<?php echo $topmenuclass ?>" style="font-size:<?php echo $css_font; ?>;">
<div id="<?php echo $menuclass ?>">
<?php echo $topmenu; ?>
</div>
</div><!-- end top menu -->
<!--header-->
<div id="header">
<div id="logo">
<div id="tags"><h1>
<a href="index.php" title="<?php echo $tags?>"><?php echo $seo ?></a>
</h1></div><!-- end tags -->
</div><!-- end logo -->
<?php if ($this->countModules('banner')) {?>
<div id="banner" style="width:<?php echo $bannerwidth; ?>;">
<jdoc:include type="modules" name="banner" style="raw" />
</div><!-- end banner -->
<?php } ?>
</div><!-- end header -->
<?php if ($this->countModules('advert1') || $this->countModules('advert2')) { ?>
<div id="advert">
<?php if ($this->countModules('advert1')) {?>
<div id="advert1" style="width:<?php echo $advert1width ?>;"><div class="advert_inside_l"><div class="advert_inside_r">
<div class="advert_inside_mid"><jdoc:include type="modules" name="advert1" style="yjsquare" /></div></div></div></div><?php } ?>
<?php if ($this->countModules('advert2')) {?>
<div id="advert2" style="width:<?php echo $advert2width ?>;"><div class="advret_inside"><jdoc:include type="modules" name="advert2" style="yjsquare" /></div></div><?php } ?>
</div>
<?php } ?>
</div><!-- end centartop-->
<!-- BOTTOM PART OF THE SITE LAYOUT -->
<div id="centerbottom" style="font-size:<?php echo $css_font; ?>; width:<?php echo $css_width; ?>;">
<div id="<?php echo $wrap?>">
<div id="<?php echo $insidewrap ?>">
<!-- pathway -->
<?php if ($this->countModules('breadcrumb')) { ?>
<div id="pathway">
You are here: <jdoc:include type="modules" name="breadcrumb" /></div>
<?php } ?>
<!-- end pathway -->
<!--MAIN LAYOUT HOLDER -->
<div id="holder">
<!-- messages -->
<jdoc:include type="message" />
<!-- end messages -->
<!-- MID BLOCK WITH TOP AND BOTTOM MODULE POSITION -->
<div id="midblock" style="width:<?php echo $midblock ?>;">
<div class="insidem">
<?php if ($this->countModules('top')) { ?>
<!-- top module-->
<div id="topmodule">
<jdoc:include type="modules" name="top" style="yjsquare" />
</div>
<!-- end top module-->
<?php } ?>
<!-- component -->
<jdoc:include type="component" />
<!-- end component -->
<?php if ($this->countModules('user1') || $this->countModules('user2')) { ?>
<!-- user1 user2 module position -->
<div id="bottommodules">
<?php if ($this->countModules('user1')) { ?>
<div id="user1" style="width:<?php echo $bottomwidth ?>;"><div class="insideb"><jdoc:include type="modules" name="user1" style="yjsquare" /></div></div><?php } ?>
<?php if ($this->countModules('user2')) { ?>
<div id="user2" style="width:<?php echo $bottomwidth ?>;"><div class="insideb"><jdoc:include type="modules" name="user2" style="yjsquare" /></div></div><?php } ?>
</div>
<!-- end user1 user2 -->
<?php } ?>
</div><!-- end mid block insidem class -->
</div><!-- end mid block div -->
<!-- END MID BLOCK -->
<?php if ($this->countModules('right')) { ?>
<!-- right block -->
<div id="rightblock" style="width:<?php echo $rightblock ?>;">
<div class="inside">
<jdoc:include type="modules" name="right" style="yjsquare" />
</div>
</div>
<!-- end right block -->
<?php } ?>
</div><!-- end holder div -->
<!-- END BOTTOM PART OF THE SITE LAYOUT -->
<?php if ($this->countModules('user3') || $this->countModules('user4')) { ?>
<!-- user3 user4 module position -->
<div id="bottommodules2">
<?php if ($this->countModules('user3')) { ?>
<div id="user3" style="width:<?php echo $bottom2width ?>;"><div class="insideb"><jdoc:include type="modules" name="user3" style="yjsquare" /></div></div><?php } ?>
<?php if ($this->countModules('user4')) { ?>
<div id="user4" style="width:<?php echo $bottom2width ?>;"><div class="insideb"><jdoc:include type="modules" name="user4" style="yjsquare" /></div></div><?php } ?>
</div>
<!-- end user3 user4 -->
<?php } ?>
</div><!-- end of insidewrap-->
</div> <!--end of wrap-->
</div><!-- end centerbottom-->
<!-- footer -->
<?php if ($this->countModules('user5') || $this->countModules('user6') || $this->countModules('user7')) { ?>
<div id="footerbg">
<div id="footmods" style="font-size:<?php echo $css_font; ?>; width:<?php echo $css_width; ?>;">
<?php if ($this->countModules('user5')) { ?>
<div id="user5" style="width:<?php echo $footmodswidth ?>;"><div class="insideb"><jdoc:include type="modules" name="user5" style="yjsquare" /></div></div><?php } ?>
<?php if ($this->countModules('user6')) { ?>
<div id="user6" style="width:<?php echo $footmodswidth ?>;"><div class="insideb"><jdoc:include type="modules" name="user6" style="yjsquare" /></div></div><?php } ?>
<?php if ($this->countModules('user7')) { ?>
<div id="user7" style="width:<?php echo $user7_w ?>;"><div class="insideb"><jdoc:include type="modules" name="user7" style="yjsquare" /></div></div><?php } ?>
</div>
</div>
<?php } ?>
<div id="footer">
<div id="youjoomla" style="font-size:<?php echo $css_font; ?>; width:<?php echo $css_width; ?>;">
<?php
# FOR YOUJOOMLA LLC COPYRIGHT REMOVAL VISIT THIS PAGE
# http://www.youjoomla.com/faq/view/yo...m-copyright/78
?>
<div id="cp">
<?php echo getYJLINKS() ?>
</div>
</div>
</div>
<!-- end footer -->
</body>
</html>[свернуть]
приводите пример правильного кода !!!Последний раз редактировалось artorlov; 25.10.2011 в 00:34.
Спасибо сказали:
viotur(25.10.2011), - 25.10.2011 00:32
Последний раз редактировалось assai; 25.10.2011 в 00:47.
- 25.10.2011 00:34
- 25.10.2011 00:36
да, судя по всему неверное комментирование . код вида /*==...=*/ должен быть
- 25.10.2011 00:37
artorlov, Хотя нет... тут подвох... просто то что надо не закрыто как надо в коментарии ..
Развернуть текст
<?php
/*======================================================================*\
|| #################################################################### ||
|| # Youjoomla LLC - YJ- Licence Number 268MD235
|| # Licensed to - Govinda Rajan Seshan
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2006-2009 Youjoomla LLC. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- THIS IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.youjoomla.com | http://www.youjoomla.com/license.html # ||
|| #################################################################### ||
# EDITING NOTES : ALL CODE BLOCKS ARE COMENTED , ALL PHP CONDITIONS BEFOR AND AFTER THE
# COMMENT ARE TO BE MOVED WITH THE BLOCK IF YOU ARE EDITING LAYOUTS
# CSS MAIN LAYOUT IS IN LAYOUT.CSS STARTING WITH
# WIDTHS OF THE CODEBLOCKS ARE IN SETTINGS.PHP NAMED SAME AS DIVS USED
*/
[свернуть]
просто тут ошибка, что коммент открыт но не закрыт, и если мы исправим первую строку ошибка все равно будет, потому что код не выполниться и будет ошибка еще какая нибудь...Последний раз редактировалось assai; 25.10.2011 в 00:47.
Похожие темы
| Темы | Раздел | Ответов | Последний пост |
|---|---|---|---|
АКЦИЯ!!! База № 8 ! Или не база? Обсуждаем! | SEO Конкурсы и акции | 23 | 31.10.2011 05:28 |
АКЦИЯ!!! База № 7 - всем! | SEO Конкурсы и акции | 1556 | 22.10.2011 01:15 |
АКЦИЯ!!! База № 7 - всем! Завтра начнем - нужен помощник! | SEO Конкурсы и акции | 70 | 11.10.2011 23:25 |
Всем бесплатно обзор блога или постовой. Акция неограниченна | Дайджест блогосферы | 7 | 21.04.2010 19:03 |
Интересные темы
notepad и dreamweaver
Как правильно использовать notepad и dreamweaver при создании сайтов, нужно ли что-то еще.
лендинг пейдж
Опытные мастера в этой теме раскрывают свои секреты того, как правильно создать лендинг пейдж.








