Tirando bug das CMS's #edit

+8
Smolk
ThuG - LovE
YuriRuiz
K4ioV.
Decoder
-Cezar
:Marta
Blacker
12 participantes

Blacker Blacker  • 09.04.11 13:57

Tirando bug das CMS's #edit Empty Tirando bug das CMS's #edit 09.04.11 13:57

Reputação da mensagem: 100% (1 votos)
Ola Galera!
Bom, hoje estou aqui, para dar-lhes um codigo para consertar as CMS`s bugadas.

Ja estou cansado de fechar os topicos com mesmo assunto.
Ja vi mais de 5 posts pedindo ajuda, e estou aqui para ajuda-los.

Abrir: Na pasta WWW, abra a pasta INC, e depois Abra class.tpl.php .

Delete todo o Codigo e coloquem o codigo Abaixo:
Código:

/*=======================================================================
| HabbleCMS - Baseado em UberCMS, por Method (Renouut http://habbox-forum.directorioforuns.com)
| #######################################################################
| Copyright (c) 2011, Method(Renouut http://habbox-forum.directorioforuns.com)
\======================================================================*/

class uberTpl
{
   private $outputData;
   private $params = Array();
   private $includeFiles = Array();
   
   public function Init()
   {
      global $core, $users;
           $this->SetParam('hotelName', 'Habble-X');
      $this->SetParam('page_title', 'Habble-X Hotel - ');
      $this->SetParam('body_id', '');
      $this->SetParam('password', 'vertrigo');
      $this->SetParam('database', 'beta');
      $this->SetParam('HabboID', '[b][img]http://www.cshpforum.com/%27%20.%20WWW%20.%20%27/images/id.png[/img] ' . $users->GetUserVar(USER_ID, 'mail') . '[/b]');
      $this->SetParam('vipimage', '[img]http://www.cshpforum.com/%27%20.%20WWW%20.%20%27/images/vipcoin.gif[/img]');
      $this->SetParam('StaffEmail', '');
      $this->SetParam('twitter', '');
      $this->SetParam('', 'Holo');
      $this->SetParam('body_id', '');
      $this->SetParam('page_title', ' ');
      $this->SetParam('flash_build', 'flash_63_9');
      $this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/198');
      $this->SetParam('web_build_str', '63-BUILD?? - ?? - Novic - J.J.P.');
      $this->SetParam('req_path', WWW);
      $this->SetParam('www', WWW);
      $this->SetParam('hotel_status_fig', uberCore::GetSystemStatusString(true));
      $this->SetParam('hotel_status', uberCore::GetSystemStatusString(false));
                $this->SetParam('contador', '');
      
      if (LOGGED_IN)
      {
         $this->SetParam('habboLoggedIn', 'true');
         $this->SetParam('habboName', USER_NAME);
         $this->SetParam('vipbalance', '[b]' . $users->GetUserVar(USER_ID, 'vip_points') . ' [img]http://www.cshpforum.com/%27%20.%20WWW%20.%20%27/images/vipcoin.gif[/img][/b]');
      }
      else
      {
         $this->SetParam('habboLoggedIn', 'false');
         $this->SetParam('habboName', 'null');
      }
   }
   
   public function AddIncludeSet($set)
   {
      switch (strtolower($set))
      {
         case "frontpage":
         
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/landing.js'));
            $this->AddIncludeFile(new IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/frontpage.css',
 'stylesheet'));         
            break;
            
         case "register":

            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js'));
      
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js'));
      
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js'));
            $this->AddIncludeFile(new IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/style.css',
 'stylesheet'));      
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/buttons.css',
 'stylesheet'));   
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/boxes.css',
 'stylesheet'));   
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/tooltips.css',
 'stylesheet'));
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/changepassword.css',
 'stylesheet'));
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/forcedemaillogin.css',
 'stylesheet'));
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/quickregister.css',
 'stylesheet'));
            break;
      
         case "process-template":
         
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/fullcontent.js'));
            $this->AddIncludeFile(new IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/style.css',
 'stylesheet'));      
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/buttons.css',
 'stylesheet'));   
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/boxes.css',
 'stylesheet'));   
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/tooltips.css',
 'stylesheet'));   
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/process.css',
 'stylesheet'));   
            break;
            
         case 'myhabbo':
         
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/fullcontent.js'));
            $this->AddIncludeFile(new IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/style.css',
 'stylesheet'));      
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/buttons.css',
 'stylesheet'));   
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/boxes.css',
 'stylesheet'));   
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/tooltips.css',
 'stylesheet'));            
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/myhabbo.css',
 'stylesheet'));
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/skins.css',
 'stylesheet'));
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/dialogs.css',
 'stylesheet'));
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/buttons.css',
 'stylesheet'));
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/control.textarea.css',
 'stylesheet'));
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/boxes.css',
 'stylesheet'));
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/myhabbo.css',
 'stylesheet'));
            $this->AddIncludeFile(new IncludeFile('text/css', 'http://www.habbo.co.uk/myhabbo/styles/assets.css', 'stylesheet'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/homeview.js'));
            $this->AddIncludeFile(new IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/lightwindow.css',
 'stylesheet'));
            break;


         case 'identity':
            
$this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/fullcontent.js'));
            $this->AddIncludeFile(new IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/style.css',
 'stylesheet'));      
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/buttons.css',
 'stylesheet'));   
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/boxes.css',
 'stylesheet'));   
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/tooltips.css',
 'stylesheet'));   
            break;
         
         case 'default':
         default:
         
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js'));
            $this->AddIncludeFile(new IncludeFile('text/javascript',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/fullcontent.js'));
            $this->AddIncludeFile(new IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/style.css',
 'stylesheet'));      
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/buttons.css',
 'stylesheet'));   
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/boxes.css',
 'stylesheet'));   
            $this->AddIncludeFile(new
IncludeFile('text/css',
'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/tooltips.css',
 'stylesheet'));      
            break;
      }
   }
   
   public function AddGeneric($tplName)
   {
      $tpl = new Template($tplName);
      $this->outputData .= $tpl->GetHtml();
   }
   
   public function AddTemplate($tpl)
   {
      $this->outputData .= $tpl->GetHtml();
   }
   
   public function SetParam($param, $value)
   {
      $this->params[$param] = is_object($value) ? $value->fetch() : $value;
   }
   
   public function UnsetParam($param)
   {
      unset($this->params[$param]);
   }
   
   public function AddIncludeFile($incFile)
   {
      $this->includeFiles[] = $incFile;
   }
   
   public function WriteIncludeFiles()
   {
      foreach ($this->includeFiles as $f)
      {
         $this->Write($f->GetHtml() . LB);
      }
   }
   
   public function Write($str)
   {
      $this->outputData .= $str;
   }
   
   public function FilterParams($str)
   {
      foreach ($this->params as $param => $value)
      {
         $str = str_ireplace('%' . $param . '%', $value, $str);
      }
      
      return $str;
   }
   
   public function Output()
   {
      global $core;
   
      $this->Write(LB . LB . '' . LB . LB);
      
      echo $this->FilterParams($this->outputData);
   }
}

class Template
{
   private $params = Array();
   private $tplName = '';
   
   public function Template($tplName)
   {
      $this->tplName = $tplName;
   }
   
   public function GetHtml()
   {
      global $users;
   
      extract($this->params);
   
      $file = CWD . 'inc/tpl/' . $this->tplName . '.tpl';
   
      if (!file_exists($file))
      {
         uberCore::SystemError('Template system error', 'Could not load template: ' . $this->tplName);
      }
      
      ob_start();
      include($file);
      $data = ob_get_contents();
      ob_end_clean();   
      
      return $this->FilterParams($data);
   }
   
   public function FilterParams($str)
   {
      foreach ($this->params as $param => $value)
      {
         if (is_object($value))
         {
            continue;
         }
      
         $str = str_ireplace('%' . $param . '%', $value, $str);
      }
      
      return $str;
   }
   
   public function SetParam($param, $value)
   {
      $this->params[$param] = $value;
   }
   
   public function UnsetParam($param)
   {
      unset($this->params[$param]);
   }      
}

class IncludeFile
{
   private $type;
   private $src;
   private $rel;
   private $name;

   public function IncludeFile($type, $src, $rel = '', $name = '')
   {
      global $tpl;
   
      $this->type = $type;
      $this->src = $src;
      $this->rel = $rel;
      $this->name = $name;
   }
   
   public function GetHtml()
   {
      switch ($this->type)
      {
         case 'application/rss+xml':
         
            return '';
      
         case 'text/javascript':
         
            return '';
            
         case 'text/css':
         default:
         
            return '';
      }
   }
}

?>

Irei criar uma pagina, que sempre que bugar as paginas, ira disponibilizar o Download para voces.

(Este erro dava comigo des das r53, mas ai eu consegui desbugar.)

Flws Galera!
(OBS: Se te Ajudei, clique no Mais, e use minha Fan Bar :D)
Fuiz!

Creditos
Renouut 99% (por fazer tutorial)
ericnantes1% (por postar aqui)


Última edição por EricNantes em 13.04.11 14:57, editado 1 vez(es)

:Marta :Marta  • 09.04.11 14:23

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 09.04.11 14:23

Otimo topico Eric depois eu irei testar se funcionar te dou um +.

:Marta :Marta  • 09.04.11 14:44

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 09.04.11 14:44

Aqui não funcionou D: aparece um monte de escritas..'.

-Cezar -Cezar  • 09.04.11 16:30

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 09.04.11 16:30

Marta Dual Post
+10 Ocorrências

Decoder Decoder  • 09.04.11 16:35

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 09.04.11 16:35

Marta olha o dual post xD

K4ioV. K4ioV.  • 09.04.11 16:37

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 09.04.11 16:37

Decoder escreveu:Marta olha o dual post xD

YuriRuiz YuriRuiz  • 09.04.11 17:51

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 09.04.11 17:51

Não deu certo

Blacker Blacker  • 09.04.11 23:33

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 09.04.11 23:33

Gente manda print

ThuG - LovE ThuG - LovE  • 10.04.11 4:03

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 10.04.11 4:03

Se eles manda o print e não tiver pegando mesmo movido para lixeira

Smolk Smolk  • 10.04.11 12:37

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 10.04.11 12:37

cara aqui pego Legalzinho Parabens amigo :) .

Blacker Blacker  • 10.04.11 13:47

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 10.04.11 13:47

Tutorial esta funfando se funfar de um +

:Marta :Marta  • 10.04.11 14:09

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 10.04.11 14:09

Off:

por [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] Ontem à(s) 4:30 pm

Marta Dual Post
+10 Ocorrências



Se é +10 ocorrencias por que na minha ocorrencia esta como 20 ?
todo dia coloco como 10 que nem o Dno Disse e no outro dia quando entro esta como 20. se for dar ocorrencia avise o tanto certo D: ou se nao avise o outro motivo da ocorrencia.
Isto não tem graça aumentar as ocorrencias sem motivo D:
Desculpe por desviar do assunto mais desde ontem tive que mudar minha ocorrencia 2 veses para 10 e hoje novamente tive que mudar a ocorrencia de novo D:

Blacker Blacker  • 10.04.11 14:16

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 10.04.11 14:16

:marta você tem que falar isto com o Dno

Smolk Smolk  • 10.04.11 17:05

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 10.04.11 17:05

e justo membros da equipe recebe ocorrençias ?
marta tome mais cuidado

Arthur ® Arthur ®  • 10.04.11 17:36

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 10.04.11 17:36

por [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] Hoje à(s) 5:05 pm

e justo membros da equipe recebe ocorrençias ?
marta tome mais cuidado


É um membro da equipe tomar ocorrencia é meio estranho, mais nao tem nada a ver um membro levar ocorrencia apesar de tudo , ninguem é perfeito todo mundo ira errar um dia.

YuriRuiz YuriRuiz  • 10.04.11 18:42

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 10.04.11 18:42

tentei e não deu em nada!!! continua bugada

Smolk Smolk  • 10.04.11 19:11

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 10.04.11 19:11

Sim artur mais um erro como Dual post ?
pense antes de faze sei que um dia vai erra mais da pra tuma um poco mais de cuidado ne amigo

Lucian Lucian  • 11.04.11 17:18

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 11.04.11 17:18

Marta, você está errado não tem que falar nada, está certa de estar com 20, mas do mesmo jeito é 10, por dual! --'

Lucian Lucian  • 11.04.11 17:23

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 11.04.11 17:23

Marta, você está errado não tem que falar nada, está certa de estar com 20, mas do mesmo jeito é 10, por dual! --'

Arthur ® Arthur ®  • 11.04.11 17:27

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 11.04.11 17:27

Lucian você deu dual post amigo.'

Blacker Blacker  • 11.04.11 17:35

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 11.04.11 17:35

Lucian +10 ocorrencias Dual Post
Cuidado

-Cezar -Cezar  • 11.04.11 18:36

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 11.04.11 18:36

Eu coloquei 10 Ocorrências a outras 10 eu não tenho nada a ver
______________________________________________________
E tome cuidado marta Desvio de assunto.

K4ioV. K4ioV.  • 11.04.11 18:45

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 11.04.11 18:45

:Marta escreveu:Off:

por [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] Ontem à(s) 4:30 pm

Marta Dual Post
+10 Ocorrências



Se é +10 ocorrencias por que na minha ocorrencia esta como 20 ?
todo dia coloco como 10 que nem o Dno Disse e no outro dia quando entro esta como 20. se for dar ocorrencia avise o tanto certo D: ou se nao avise o outro motivo da ocorrencia.
Isto não tem graça aumentar as ocorrencias sem motivo D:
Desculpe por desviar do assunto mais desde ontem tive que mudar minha ocorrencia 2 veses para 10 e hoje novamente tive que mudar a ocorrencia de novo D:
Marta o motivo das suas ocorrências foram por este dual que cometeu e por outro que cometeu em outro tópico que pediu ajuda, falou, e depois deu dual fechando o tópico.

+5 ocorrências por desviar o assunto do tópico.

OLHA AQUI O TÓPICO QUE COMETEU DUAL: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

SOBRE O TÓPICO: MUITO BOM!

Lucian Lucian  • 12.04.11 22:54

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 12.04.11 22:54

Bom não entendi, poderia especificar mais?

ThuG - LovE ThuG - LovE  • 12.04.11 22:58

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 12.04.11 22:58

Desculpe não é querendo defender a :Marta mas eu acho que o noob que fez vai paga eu acho que não foi o decoder, slash e smolk mas quem colocou 100 ocorrencias para ela vai paga

Blacker Blacker  • 12.04.11 23:21

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 12.04.11 23:21

OsmaR disse:
Desculpe não é querendo defender a :Marta mas eu acho
que o noob que fez vai paga eu acho que não foi o decoder, slash e
smolk mas quem colocou 100 ocorrencias para ela vai paga
+5 de ocorrencias por desviar assunto do topico

ThuG - LovE ThuG - LovE  • 13.04.11 0:18

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 13.04.11 0:18

EricNantes escreveu:
OsmaR disse:
Desculpe não é querendo defender a :Marta mas eu acho
que o noob que fez vai paga eu acho que não foi o decoder, slash e
smolk mas quem colocou 100 ocorrencias para ela vai paga
+5 de ocorrencias por desviar assunto do topico
Pode da ocorrencias manin mas eu so disse a verdade e você ta fazendo um bom trabalho gostei de ver

On Tópic vou tenta tirar os bug se eu não consigui eu aviso

avatar GordoObeso  • 13.04.11 13:12

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 13.04.11 13:12

Erro encontrado, não é config.tpl.php e sim : Class.tpl.php . Só para correção .

Nick Luck Nick Luck  • 14.04.11 15:26

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit 14.04.11 15:26

Muito bom o tutorial , aqui funcionou o unico defeito é que o registro de todas cms que uso ainda continuam bugados.

Conteúdo patrocinado  • 

Tirando bug das CMS's #edit Empty Re: Tirando bug das CMS's #edit

Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.