maralweb

کاربران
  • تعداد ارسال ها

    361
  • تاریخ عضویت

  • آخرین بازدید

پست ارسال شده توسط maralweb


  1. گروه وب گستر ایرانیان جهت تکمیل نیرو ی خود به افراد ذیل با تخصص های مربوطه در تهران و شهرستان ها نیازمند می باشد.

    1 - طراح وب مسلط به جوملا - آقا و خانم

    2 - گرافیست مسلط به کرل و فتوشاپ - خانم - تهران

    3 - سئو کار حرفه ای

    4 - طراح وب مسلط به PHP

    جهت ارسال رزومه و مشخصات خود با آدرس ایمیل

    Moohandesrayan@gmail.com در ارتباط باشید.

    با تشکر


  2. خطای

    Fatal error: Call to undefined method stdClass::onDisplay() in C:\wamp\www\sehre.net\libraries\joomla\html\editor.php on line 459

    Call Stack

    # Time Memory Function Location

    1 0.0010 153168 {main}( ) ..\index.php:0

    2 0.2100 4822976 JAdministrator->dispatch( ) ..\index.php:46

    3 0.2120 4867840 JComponentHelper::renderComponent( ) ..\application.php:153

    4 0.2350 4897480 JComponentHelper::executeComponent( ) ..\helper.php:348

    5 0.2360 4917984 require_once( 'C:\wamp\www\sehre.net\administrator\components\com_modules\modules.php' ) ..\helper.php:380

    6 0.2420 5063344 JController->execute( ) ..\modules.php:17

    7 0.2420 5063488 ModulesController->display( ) ..\controller.php:761

    8 0.2430 5100104 JController->display( ) ..\controller.php:48

    9 0.2640 5561952 ModulesViewModule->display( ) ..\controller.php:722

    10 0.3420 6384880 JView->display( ) ..\view.html.php:41

    11 0.3420 6384904 JView->loadTemplate( ) ..\view.php:205

    12 0.3450 6438464 include( 'C:\wamp\www\sehre.net\administrator\components\com_modules\views\module\tmpl\edit.php' ) ..\view.php:647

    13 0.7110 9314296 JForm->getInput( ) ..\edit.php:118

    14 0.7120 9314264 JFormField->__get( ) ..\edit.php:560

    15 0.7120 9314264 JFormFieldEditor->getInput( ) ..\field.php:257

    16 0.7120 9315512 JEditor->display( ) ..\editor.php:86

    17 0.7120 9316416 JEvent->update( ) ..\editor.php:310

    18 0.7120 9317152 call_user_func_array ( ) ..\event.php:71

    19 0.7120 9317192 plgEditorJCE->onDisplay( ) ..\event.php:71

    20 0.7120 9317736 plgEditorJCE->_displayButtons( ) ..\jce.php:126

    21 0.7120 9319096 JEditor->getButtons( ) ..\jce.php:154

    چرا این خطا رو می ده ؟؟؟؟/


  3. می خواستم بسته ی نصبی قاصدک و نصب کنم پس از اکسترکت بااجرای دستور نصب با خطای

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    چرا؟؟؟؟/


  4. سوال این بود چطور می تونم سرعت بالا اومدن سایت رو بالا ببرم؟؟؟؟

    آدرس سایت

    سفر گشت مهدی - خانه

    آیا هاست عوض کنم هاست پرسرعت بگیرم خیلی تاثیر داره یا نه؟

    ممنون می شم روش های افزایش سرعت رو کسی توضیح ببره

    با تشکر


  5. آیا زرین پال فقط واسطه است ؟؟؟ آیا نظارتی برای کارشون انجام می شه؟؟

    آیا پول آ اول به حساب اونا می ره و بعد می آد حساب ما ؟

    اینطوری که امنیتی نداره ؟ طرف ی بارکی فلنگ . بست ورفت ؟؟؟؟ ایا غبر از اینه ؟؟؟ لطفا راهنمایی کنید ؟


  6. می خوام داخل ماژول plg_mp3browser-2-0_3 شم خطای 500 - یک خطا رخ داده است

    این فایل mp3browser.xml پیدا نشد می ده*****//// می خوام حذف ش کنم بازم خطای زیر رو می ده :

    حذف پلاگین: فایل manifest نامعتبر.

    حذف بسته: این افزونه قبلا حذف شده است: plg_mp3browser.zip

    این افزونه قبلا حذف شده است.

    حذف بسته: خطاها بررسی شدند، manifest فایل حذف نشد!

    حالا من موندم چیکار کنم به این ماژول هم احتیاج دارم


  7. * ------------------------------------------------------------------------

    * Copyright © 2009 - 2013 The YouTech JSC. All Rights Reserved.

    * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html

    * Author: The YouTech JSC

    * Websites: http://www.smartaddons.com - Account Suspended

    * ------------------------------------------------------------------------

    */

    // no direct access

    defined( '_JEXEC' ) or die( 'Restricted access' );

    // Check yt plugin

    if(!defined('YT_FRAMEWORK')){

    throw new Exception(JText::_('INSTALL_YT_PLUGIN'));

    }

    if(!defined('J_TEMPLATEDIR')){

    define('J_TEMPLATEDIR', JPATH_SITE.J_SEPARATOR.'templates'.J_SEPARATOR.$this->template);

    }

    // Include file: frame_inc.php

    include_once (J_TEMPLATEDIR.J_SEPARATOR.'includes'.J_SEPARATOR.'frame_inc.php');

    // Check direction for html

    $dir = ($yt->getParam('direction') == 'rtl') ? ' dir="rtl"' : '';

    ?>

    <!DOCTYPE html>

    <html<?php echo $dir; ?> lang="<?php echo $this->language; ?>">

    <head>

    <jdoc:include type="head" />

    <?php

    $browser = new Browser(); ?>

    <meta name="HandheldFriendly" content="true"/>

    <meta name="format-detection" content="telephone=no">

    <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />

    <meta http-equiv="content-type" content="text/html; charset=utf-8" />

    <?php if ($browser->getBrowser()== Browser::BROWSER_IPHONE ){?>

    <meta name="apple-mobile-web-app-capable" content="yes" />

    <meta name="apple-touch-fullscreen" content="yes" />

    <?php }

    // Include css, js

    include_once (J_TEMPLATEDIR.J_SEPARATOR.'includes'.J_SEPARATOR.'head.php');

    ?>

    </head>

    <?php


  8. <?php

    /*

    * ------------------------------------------------------------------------

    * Copyright © 2009 - 2013 The YouTech JSC. All Rights Reserved.

    * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html

    * Author: The YouTech JSC

    * Websites: http://www.smartaddons.com - Account Suspended

    * ------------------------------------------------------------------------

    */

    // no direct access

    defined( '_JEXEC' ) or die( 'Restricted access' );

    // Check yt plugin

    if(!defined('YT_FRAMEWORK')){

    throw new Exception(JText::_('INSTALL_YT_PLUGIN'));

    }

    if(!defined('J_TEMPLATEDIR')){

    define('J_TEMPLATEDIR', JPATH_SITE.J_SEPARATOR.'templates'.J_SEPARATOR.$this->template);

    }

    // Include file: frame_inc.php

    include_once (J_TEMPLATEDIR.J_SEPARATOR.'includes'.J_SEPARATOR.'frame_inc.php');

    // Check direction for html

    $dir = ($yt->getParam('direction') == 'rtl') ? ' dir="rtl"' : '';

    ?>

    <!DOCTYPE html>

    <html<?php echo $dir; ?> lang="<?php echo $this->language; ?>">

    <head>

    <jdoc:include type="head" />

    <?php

    $browser = new Browser(); ?>

    <meta name="HandheldFriendly" content="true"/>

    <meta name="format-detection" content="telephone=no">

    <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />

    <meta http-equiv="content-type" content="text/html; charset=utf-8" />

    <?php if ($browser->getBrowser()== Browser::BROWSER_IPHONE ){?>

    <meta name="apple-mobile-web-app-capable" content="yes" />

    <meta name="apple-touch-fullscreen" content="yes" />

    <?php }

    // Include css, js

    include_once (J_TEMPLATEDIR.J_SEPARATOR.'includes'.J_SEPARATOR.'head.php');

    ?>

    </head>

    <?php

    //

    $cls_body = '';

    //render a class for home page

    $cls_body .= $yt->isHomePage() ? 'homepage ' : '';

    //add a class for each component

    $cls_body .= (JRequest::getVar('option')!= null) ? JRequest::getVar('option') .' ' : '';

    //add a view class which helps you easy to style

    $cls_body .= (JRequest::getVar('view')!= null) ? 'view-' . JRequest::getVar('view') . ' ' : '';

    //for stype. With each style, we will use one class

    $cls_body .= $yt->getParam('templateColor').' ';

    //for RTL direction

    $cls_body .= ($yt->getParam('direction') == 'rtl') ? 'rtl' . ' ' : '';

    //add a class according to the template name

    $cls_body .= $yt->template. ' ';

    $cls_body .= 'layout_'.$layout. ' ';

    // class slideshow

    $cls_body .= ($doc->countModules('slideshow'))?'':'no-slider ';

    $cls_body .= ' yt-jv'.J_VERSION;

    ?>

    <body id="bd" class="<?php echo $cls_body; ?>" onLoad="prettyPrint()">

    <jdoc:include type="modules" name="debug" />

    <section id="yt_wrapper">

    <a id="top" name="scroll-to-top"></a>

    <?php

    /*render blocks. for positions of blocks, please refer layouts folder. */

    foreach($yt_render->arr_TB as $tagBD) {

    //BEGIN Check if position not empty

    if( $tagBD["countModules"] > 0 ) {

    // BEGIN: Content Area

    if( ($tagBD["name"] == 'content') ) {

    //class for content area

    $cls_content = $tagBD['class_content'];

    $cls_content .= ' block';

    echo "<{$tagBD['html5tag']} id=\"{$tagBD['id']}\" class=\"{$cls_content}\">";

    ?>

    <div class="yt-main">

    <div class="yt-main-in1 container">

    <div class="yt-main-in2 row-fluid">

    <?php

    $countL = $countR = $countM = 0;

    // BEGIN: foreach position of block content

    // IMPORTANT: Please do not edit this block

    foreach($tagBD['positions'] as $position):

    include(J_TEMPLATEDIR.J_SEPARATOR.'includes'.J_SEPARATOR.'block-content.php');

    endforeach;

    // END: foreach position of block content

    ?>

    </div>

    </div>

    </div>

    <?php

    echo "</{$tagBD['html5tag']}>";

    ?>

    <?php

    // END: Content Area

    // BEGIN: For other blocks

    } elseif ($tagBD["name"] != 'content'){

    echo "<{$tagBD['html5tag']} id=\"{$tagBD['id']}\" class=\"block\">";

    ?>

    <div class="yt-main">

    <div class="yt-main-in1 container">

    <div class="yt-main-in2 row-fluid">

    <?php

    if( !empty($tagBD["hasGroup"]) && $tagBD["hasGroup"] == "1"){

    // BEGIN: For Group attribute

    $flag = '';

    $openG = 0;

    $c = 0;

    foreach( $tagBD['positions'] as $posFG ):

    $c = $c + 1;

    if( $posFG['group'] != "" && $posFG['group'] != $flag){

    $flag = $posFG['group'];

    if ($openG == 0) {

    $openG = 1;

    $groupnormal = 'group-' . $flag.$tagBD['class_groupnormal'];

    echo '<div class="' . $groupnormal . ' ' . $yt_render->arr_GI[$posFG['group']]['class'] . '">' ;

    echo $yt->renPositionsGroup($posFG);

    if($c == count( $tagBD['positions']) ) {

    echo '</div>';

    }

    } else {

    $openG = 0;

    $groupnormal = 'group-' . $flag;

    echo '</div>';

    echo '<div class="' . $groupnormal . ' '. $yt_render->arr_GI[$posFG['group']]['class'] . '">' ;

    echo $yt->renPositionsGroup($posFG);

    }

    } elseif ($posFG['group'] != "" && $posFG['group'] == $flag){

    echo $yt->renPositionsGroup($posFG);

    if($c == count( $tagBD['positions']) ) {

    echo '</div>';

    }

    }elseif($posFG['group']==""){

    if($openG ==1){

    $openG = 0;

    echo '</div>';

    }

    echo $yt->renPositionsGroup($posFG);

    }

    endforeach;

    // END: For Group attribute

    }else{

    // BEGIN: for Tags without group attribute

    if(isset($tagBD['positions'])){

    echo $yt->renPositionsNormal($tagBD['positions'], $tagBD["countModules"]);

    }

    // END: for Tags without group attribute

    }

    ?>

    </div>

    </div>

    </div>

    <?php

    echo "</{$tagBD['html5tag']}>";

    ?>

    <?php

    }

    // END: For other blocks

    }

    // END Check if position not empty

    }

    //END: For

    ?>

    <?php

    include_once (J_TEMPLATEDIR.J_SEPARATOR.'includes'.J_SEPARATOR.'special-position.php');

    include_once (J_TEMPLATEDIR.J_SEPARATOR.'includes'.J_SEPARATOR.'bottom.php');

    ?>

    </section>

    </body>

    </html>