• 13-03-2013, 15:54:43
    #10
    siz bunları yazdınız ya haşat ettiniz benide bende tam aktarım yapıyordum hemen durdurdum iptal ediyorum bende bunu piyasaya sürüyorlar ama nasıl kontrol ediliyor bilemiyorum offf whmcs yaktın bizleri

    eski sürüme kullanmaya devam düzeltilene kadar
  • 13-03-2013, 16:34:55
    #11
    @sunucubs hocam sağolsun sorunu çözmüş; https://www.r10.net/whmcs/1007917-gun...in-cozumu.html bizzat denedim, problem ortadan kalkmış durumda, herkes adına teşekkür ederim tekrar hocam.
  • 13-03-2013, 16:41:05
    #12
    Sabahtan beri nasıl uçurdu isem güncelleme yaparken...
    Çözüm de bulamadım. Tırmalayıp duruyorum saatlerdir.
  • 13-03-2013, 16:50:37
    #13
    whmcs yeni versiyondaki ek sayfa kodları arkadaşlar

    <?php
     
     define("CLIENTAREA",true);
     //define("FORCESSL",true); // Uncomment to force the page to use https://
     
     require("init.php");
     
     $ca = new WHMCS_ClientArea();
     
     $ca->setPageTitle("Your Page Title Goes Here");
     
     $ca->addToBreadCrumb('index.php',$whmcs->get_lang('globalsystemname'));
     $ca->addToBreadCrumb('mypage.php','Your Custom Page Name');
     
     $ca->initPage();
     
     //$ca->requireLogin(); // Uncomment this line to require a login to access this page
     
     # To assign variables to the template system use the following syntax.
     # These can then be referenced using {$variablename} in the template.
     
     $ca->assign('variablename', $value);
     
     # Check login status
     if ($ca->isLoggedIn()) {
     
       # User is logged in - put any code you like here
     
       # Here's an example to get the currently logged in clients first name
     
       $result = mysql_query("SELECT firstname FROM tblclients WHERE id=".$ca->getUserID());
       $data = mysql_fetch_array($result);
       $clientname = $data[0];
     
       $ca->assign('clientname', $clientname);
     
     } else {
     
       # User is not logged in
     
     }
     
     # Define the template filename to be used without the .tpl extension
     
     $ca->setTemplate('mypage');
     
     $ca->output();
     
     ?>

    http://docs.whmcs.com/Creating_Pages
  • 15-03-2013, 02:50:53
    #14
    Whmcs 5.2.2 version güncellemesini yayınlamıştır, bilginize.
  • 15-03-2013, 09:23:57
    #15
    Kurumsal PLUS
    5.2'ye geçmeniz zorunlu değil, modüller 5.2'ye uyum sağlayana kadar 5.1.4'e geçebilirsiniz.
  • 17-03-2013, 19:59:19
    #16
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Güncelleştirme sonrası tema hatasıyla karşılaşan oldu mu? Müşteri kısmında tema dosyalarını görmüyor ve kendi basit görüntüsüyle yayınlıyor.