重要:此頁面會使用Cookie (cookies). 使用本網站不關閉瀏覽器中的cookie,即表示您同意使用它。
現在購買! 特點 下載

賺錢與我們聯繫!

如果您想要開始賺錢與貝特聯接 聯盟計畫。
55 First首先 ... 345
結果 414646

主題: Sitemaps生成器集成

  1. #41
    會員
    註冊日期
    2010年6月
    帖子
    90

    Default

    作為通常有同樣的問題。你應開始思考很容易,只需提供代碼完成每一項需求。

    嘗試編輯它,但它不起作用。看看多少 ppl 該執行緒中的有問題,只是讓一些樣品就像:

    無 SEO 連結網站地圖

    SEO 連結網站地圖

    無 SEO 連結,多個頁面的網站地圖

    具有多個頁面,SEO 連結網站地圖

    你會節省很多的時間。

    我理解您的教程如何我編輯的.php 這種方式:

    Code:
                	vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior");
    $vbseo_stat[$archived?'at':'t'] += vbseo_add_2urls(  
    //additional code 
    require_once(DIR. '/includes/vbenterprisetranslator_functions_vbseo.php');
    $alanguages = array ('en','fr'); 
    if(!$archived) { 
      $strlenhost = strlen($vbseo_vars['bburl']."/"); 
      $currentthreadurl = vbseo_url_thread($threadrow, %p, $archived);
      $currentthreadurl_before = substr($currentthreadurl,0,$strlenhost);
      $currentthreadurl_after = "/".substr($currentthreadurl,$strlenhost);
      $lastpost =& $threadrow['lastpost'];
      $vbseo_stat['t'] += sizeof($alanguages);
      foreach($alanguages as $language) { 
        vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after, $prior, $lastpost, $freq); 
      } 
    }   
    //end additional code  
    
        			for($p=1; $p<=$totalpages; $p++)
    但它不是工作...

    我發現什麼問題?

    1。) 查找"vbseo_log_entry ("[showthread] forum_id: $forumid、 thread_id: $threadrow [threadid] 總帖子: $totalposts,頁: $總、 視圖: $threadrow [視圖] $事先") ;"

    此字串並不存在。"只是"世上"vbseo_log_entry ("[showthread] forum_id: $forumid、 thread_id: $threadrow [threadid] 總帖子: $totalposts、 網頁: $總、 視圖: $threadrow [視圖] $事先") ;"

    如果我想補充它你說: 它將中斷代碼。

    2。) 其他步驟是好的和可以理解的。

    3。) 可選:
    如果您要添加到地圖還為其他線程的網頁鏈接(如果線程有好幾頁),然後從最後一步額外的代碼必須添加在其他地方 - 前:
    PHP代碼:
    $ vbseo_stat [$存檔?“在':'T'] + = vbseo_add_2urls(
    此外,在這額外的代碼,你必須改變 1至第

    這是可以理解的不是絕對的。我不知道做什麼。我只是不能理解的。只是澄清在何處...
    最後編輯者 r.dziadusz; 14-04-1216:20. 原因: 更正設置高亮

  2. #42
    退休;)
    註冊日期
    2011年8月
    帖子
    441

    Default

    您好
    嘗試編輯它,但它不起作用。看看多少 ppl 該執行緒中的有問題,只是讓一些樣品就像:
    我們不能做,如果沒有按代碼由外掛程式"網站地圖生成"

    我理解您的教程如何我編輯的.php 這種方式:
    如果您要使用在步驟 3 中的"可選"代碼:
    第一次這行:
    PHP Code:
      $currentthreadurl vbseo_url_thread($threadrow, %p$archived); 
    應如下:
    PHP Code:
      $currentthreadurl vbseo_url_thread($threadrow$p$archived); 
    第二它說
    您必須從這行之前第 3 步中添加的代碼:
    PHP Code:
    $vbseo_stat[$archived?'at':'t'] += vbseo_add_2urls
    你把它放在代碼應的地方如果你沒有做可選步驟 3,只是請找線
    PHP Code:
    $vbseo_stat[$archived?'at':'t'] += vbseo_add_2urls
    移動那裡的代碼條線我改正
    這是絕對不可以理解
    如果你,請讓知道如何你喜歡它,這有助於我們將嘗試使這項工作對你更容易
    最後編輯者 r.dziadusz; 14-04-1216:16.

  3. #43
    會員
    註冊日期
    2010年6月
    帖子
    90

    Default

    不允許您編輯其代碼的一些嗎?您不應張貼整個代碼在這裡,剪只斷我們需要改變。

    你應該使它看上去像:

    查找
    $currentthreadurl = vbseo_url_thread ($threadrow、 %p,$存檔) ;
    更改為
    $ currentthreadurl = vbseo_url_thread($ threadrow,$ P,$存檔);
    但有沒有"$ currentthreadurl = vbseo_url_thread ($threadrow、 %p,$存檔) ;"我認為你的意思是"$ currentthreadurl = vbseo_url_thread ($threadrow,1,$存檔) ;"。

    我現在的 tryd:
    PHP Code:
    $vbseo_stat[$archived?'at':'t'] += vbseo_add_2urls(  
    //additional code 
    require_once(DIR'/includes/vbenterprisetranslator_functions_vbseo.php');
    $alanguages = array ('en','fr'); 
    if(!
    $archived) { 
      
    $strlenhost strlen($vbseo_vars['bburl']."/"); 
      
    $currentthreadurl vbseo_url_thread($threadrow$p$archived);
      
    $currentthreadurl_before substr($currentthreadurl,0,$strlenhost);
      
    $currentthreadurl_after "/".substr($currentthreadurl,$strlenhost);
      
    $lastpost =& $threadrow['lastpost'];
      
    $vbseo_stat['t'] += sizeof($alanguages);
      foreach(
    $alanguages as $language) { 
        
    vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after$prior$lastpost$freq); 
      } 
    }   
    //end additional code 
    不工作。

    你甚至將代碼放在這裡 servival 倍,所以應該是沒有問題,把像我列出了一些樣品。
    最後編輯者 r.dziadusz; 18-04-1221:15. 原因: 編輯設置高亮

  4. #44
    退休;)
    註冊日期
    2011年8月
    帖子
    441

    Default

    正如它說在教學中
    您要添加到網站地圖 f 還連結的其他執行緒頁 (如果執行緒具有多個頁面),然後之前,在其他地方-必須添加額外的代碼從最後一步:
    PHP代碼:
    Code:
    $vbseo_stat[$archived?'at':'t'] += vbseo_add_2urls(
    請把它放在這條線前

  5. #45
    會員
    註冊日期
    2010年6月
    帖子
    90

    Default

    這是,就像我說的我的問題說明,我不懂的部分或能夠翻譯。

    我應該把它 (什麼?) 之前這條線"($vbseo_sta … …"?

  6. #46
    退休;)
    註冊日期
    2011年8月
    帖子
    441

    Default


    PHP Code:
    //additional code  
    require_once(DIR'/includes/vbenterprisetranslator_functions_vbseo.php'); 
    $alanguages = array ('en','fr');  
    if(!
    $archived) {  
      
    $strlenhost strlen($vbseo_vars['bburl']."/");  
      
    $currentthreadurl vbseo_url_thread($threadrow$p$archived); 
      
    $currentthreadurl_before substr($currentthreadurl,0,$strlenhost); 
      
    $currentthreadurl_after "/".substr($currentthreadurl,$strlenhost); 
      
    $lastpost =& $threadrow['lastpost']; 
      
    $vbseo_stat['t'] += sizeof($alanguages); 
      foreach(
    $alanguages as $language) {  
        
    vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after$prior$lastpost$freq);  
      }  
    }    
    //end additional code 


    PHP Code:
    $vbseo_stat[$archived?'at':'t'] += vbseo_add_2urls

55 First首先 ... 345

標籤這個主題

發帖權限

  • 可能不會 發表新主題
  • 可能不會 發表回复
  • 可能不會 上傳附件
  • 可能不會 編輯您的文章
  •