Colocando QuickRegister na Sua CMS 21.03.11 13:59
Olá galera.
Hoje venho com mais um tutorial.
Irei ensinar a vocês como colocar
Quick Register em sua Cms.
Vamos começar.
1. Baixe a Nova Quickregister 2.0
Download: multiupload.com Y3DIDKF52I
2. Coloque os Devidos Arquivos na Pasta de SUA CMS.
3. Coloque Esse Codico no Class.tpl.php (/inc/)
Substitua Isso no Antigo 'case-register'
Imagens.
Criador do Quick Register:
Lukka.
~ Creditos:
:Marta.
Hoje venho com mais um tutorial.
Irei ensinar a vocês como colocar
Quick Register em sua Cms.
Vamos começar.
1. Baixe a Nova Quickregister 2.0
Download: multiupload.com Y3DIDKF52I
2. Coloque os Devidos Arquivos na Pasta de SUA CMS.
3. Coloque Esse Codico no Class.tpl.php (/inc/)
- Código:
case "register":
$this->AddIncludeFile(new
IncludeFile('text/javascript',
'http://host.portal-habbo.com.br/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
$this->AddIncludeFile(new
IncludeFile('text/javascript',
'http://host.portal-habbo.com.br/habboweb/%web_build%/web-gallery/static/js/visual.js'));
$this->AddIncludeFile(new
IncludeFile('text/javascript',
'http://host.portal-habbo.com.br/habboweb/%web_build%/web-gallery/static/js/libs.js'));
$this->AddIncludeFile(new
IncludeFile('text/javascript',
'http://host.portal-habbo.com.br/habboweb/%web_build%/web-gallery/static/js/common.js'));
$this->AddIncludeFile(new IncludeFile('text/css',
'http://host.portal-habbo.com.br/habboweb/%web_build%/web-gallery/v2/styles/style.css',
'stylesheet'));
$this->AddIncludeFile(new
IncludeFile('text/css',
'http://host.portal-habbo.com.br/habboweb/%web_build%/web-gallery/v2/styles/buttons.css',
'stylesheet'));
$this->AddIncludeFile(new
IncludeFile('text/css',
'http://host.portal-habbo.com.br/habboweb/%web_build%/web-gallery/v2/styles/boxes.css',
'stylesheet'));
$this->AddIncludeFile(new
IncludeFile('text/css',
'http://host.portal-habbo.com.br/habboweb/%web_build%/web-gallery/v2/styles/tooltips.css',
'stylesheet'));
$this->AddIncludeFile(new
IncludeFile('text/css',
'http://host.portal-habbo.com.br/habboweb/%web_build%/web-gallery/v2/styles/changepassword.css',
'stylesheet'));
$this->AddIncludeFile(new
IncludeFile('text/css',
'http://host.portal-habbo.com.br/habboweb/%web_build%/web-gallery/v2/styles/forcedemaillogin.css',
'stylesheet'));
$this->AddIncludeFile(new
IncludeFile('text/css',
'http://host.portal-habbo.com.br/habboweb/%web_build%/web-gallery/v2/styles/quickregister.css',
'stylesheet'));
break;
Substitua Isso no Antigo 'case-register'
Imagens.
- Spoiler:
- [Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]
Criador do Quick Register:
Lukka.
~ Creditos:
:Marta.