Prejudicado Prejudicado  • 08.03.13 23:14

Kushina Kushina  • 08.03.13 23:23

Me AJUDEM COM A LAVVO CMS Empty Re: Me AJUDEM COM A LAVVO CMS 08.03.13 23:23

Reputação da mensagem: 100% (1 votos)
Olá ,
Não é Erro de Configuração é o Bug que as Imagens não aparecem Apague o que tem no seu .htacces e Ponha Isto :
Código:
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.87

<ifModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

</ifModule>

RewriteRule ^(.*)\.html $1\.php
RewriteEngine on


RewriteRule ^account/logout(|/)$ logout.php

RewriteRule ^articles(|/)$ articles.php
RewriteRule ^articles/(.*)$ ./articles.php?web-articles-id=$1

RewriteRule ^captcha(|/)$ error.php
RewriteRule ^captcha/monofont.ttf(|/)$ error.php
RewriteRule ^captcha/php-captcha.inc.php(|/)$ error.php

RewriteRule ^client(|/)$ client.php
RewriteRule ^clientutils(|/)$ clientutils.php

RewriteRule ^tienda(|/)$ tiendavip.php
RewriteRule ^tienda/placas(|/)$ placasvip.php
RewriteRule ^tienda/rares(|/)$ raresvip.php
RewriteRule ^tienda/respetos(|/)$ respetosvip.php
RewriteRule ^tienda/caballos(|/)$ caballosvip.php
RewriteRule ^tienda/efectos(|/)$ effectsvip.php
RewriteRule ^tienda/vip(|/)$ compravip.php
RewriteRule ^tienda/gold(|/)$ compragold.php
RewriteRule ^bots(|/)$ bot.php
RewriteRule ^bots/editar(|/)$ comp-bots-edit.php
RewriteRule ^bots/efectos(|/)$ comp-bots-efectos.php
RewriteRule ^referidos(|/)$ referidos.php
RewriteRule ^credits/rares(|/)$ rares.php
RewriteRule ^credits/placas(|/)$ placas.php
RewriteRule ^publicanos(|/)$ publicanos.php
RewriteRule ^manage/hotel/de/housekeeping(|/)$ ./manage/hotel/de/housekeeping/index.php
RewriteRule ^manage/hotel/de/housekeeping/index/p/(..*)$ ./manage/hotel/de/housekeeping/index.php?p=$1

RewriteRule ^community(|/)$ community.php
RewriteRule ^community/staff(|/)$ staff.php
RewriteRule ^community/vip(|/)$ vip.php
RewriteRule ^premios(|/)$ premi.php
RewriteRule ^community/xler(|/)$ xler.php
RewriteRule ^community/publicistas(|/)$ publicistas.php
RewriteRule ^community/topstats(|/)$ topstats.php
RewriteRule ^community/tag(|/)$ tag.php

RewriteRule ^credits(|/)$ credits.php
RewriteRule ^credits/getcredits(|/)$ getcredits.php
RewriteRule ^credits/habboclub(|/)$ club.php
RewriteRule ^credits/pixels(|/)$ pixel.php
RewriteRule ^credits/shop(|/)$ marktplatz.php
RewriteRule ^credits/shop/vip(|/)$ shop.php
RewriteRule ^credits/transactions(|/)$ ./transactions.php

RewriteRule ^data_classes(|/)$ error.php
RewriteRule ^data_classes/server-data.php_data_classes-config.php(|/)$ error.php
RewriteRule ^data_classes/server-data.php_data_classes-core.php(|/)$ error.php
RewriteRule ^data_classes/server-data.php_data_classes-mus.php(|/)$ error.php
RewriteRule ^data_classes/server-data.php_data_classes-news.php(|/)$ error.php
RewriteRule ^data_classes/server-data.php_data_classes-session.php(|/)$ error.php

RewriteRule ^forgot(|/)$ forgot.php

RewriteRule ^groupsdata/(..*)$ ./groups.php?web-group-id=$1

RewriteRule ^help(|/)$ help.php
RewriteRule ^help/(..*)$ ./help.php?web-faq-id=$1

RewriteRule ^habblet/(|/)$ error.php
RewriteRule ^habblet/cproxy?habbletKey=news$ client_news.php
RewriteRule ^habblet/cproxy(|/)$ ./habblet/cproxy.php
RewriteRule ^habblet/cproxy?habbletKey=([^/]+)(|/)$ ./habblet/cproxy.php?habbletKey=$1

RewriteRule ^home(|/)$ home.php
RewriteRule ^home/(..*)$ ./home.php?web-home-name=$1

RewriteRule ^index(|/)$ index.php

RewriteRule ^phpmyadmin(|/)$ index.php

RewriteRule ^maintenance(|/)$ maintenance.php

RewriteRule ^me(|/)$ me.php

RewriteRule ^myhabbo/rating/rate(|/)$ ./myhabbo/rating_rate.php
RewriteRule ^myhabbo/rating/reset_ratings(|/)$ ./myhabbo/rating_reset_ratings.php

RewriteRule ^rd/([^/]+)(|/)$ ./rd.php?id=$1

RewriteRule ^quickregister/back(|/)$ /register.php?cancal
RewriteRule ^quickregister/cancel(|/)$ /register.php?cancal

RewriteRule ^quickregister/start(|/)$ /register.php?stap=1
RewriteRule ^quickregister/start/error/([^/]+)(|/)$ /register.php?stap=1&errors=$1
RewriteRule ^quickregister/age_gate_submit(|/)$ /register.php?stap=2

RewriteRule ^quickregister/email_password(|/)$ /register.php?stap=3
RewriteRule ^quickregister/email_password/error/([^/]+)(|/)$ /register.php?stap=3&errors=$1
RewriteRule ^quickregister/email_password_submit(|/)$ /register.php?stap=4

RewriteRule ^quickregister/captcha(|/)$ /register.php?stap=5
RewriteRule ^quickregister/captcha/error/([^/]+)(|/)$ /register.php?stap=5&errors=$1
RewriteRule ^quickregister/captcha_submit(|/)$ /register.php?stap=6

RewriteRule ^papers/disclaimer(|/)$ disclaimer.php
RewriteRule ^papers/privacy(|/)$ privacy.php

RewriteRule ^profile(|/)$ profile.php
RewriteRule ^profile/([^/]+)(|/)$ ./profile.php?web-profile-tab=$1

RewriteRule ^tag(|/)$ ./tag.php
RewriteRule ^tag/([^/]+)(|/)$ ./tag.php?tag=$1

RewriteRule ^xml(|/)$ ./error.php
RewriteRule ^xml/badge_data.xml(|/)$ error.php
RewriteRule ^xml/badge_data_xml.xml(|/)$ error.php
RewriteRule ^xml/badge_editor.xml(|/)$ error.php

Redirect /register /quickregister/start
Redirect /quickregister/start/complete /me?do=welcome-to-HabboRE-v3.0


RewriteRule ^manage/hotel/de/housekeeping(|/)$ ./manage/hotel/de/housekeeping/index.php
RewriteRule ^manage/hotel/de/housekeeping/index/p/(..*)$ ./manage/hotel/de/housekeeping/index.php?p=$1

RewriteRule ^vastgelopen(|/)$ clientutils.php
RewriteRule ^groups/(..*)$ ./groupsdata.php?web-group-id=$1
RewriteRule ^groups/([^/]+)(|/)$ ./groupsdata.php?web-group-id=$1

RewriteRule ^r=(.*)$ /refer.php?r=$1
RewriteRule ^refer/(.*)$ /refer.php?r=$1
RewriteRule ^referidos/(.*)$ /referidos.php?n=$1

Atenciosamente , Virna

Prejudicado Prejudicado  • 09.03.13 16:00

Me AJUDEM COM A LAVVO CMS Empty Re: Me AJUDEM COM A LAVVO CMS 09.03.13 16:00

-VirnaB escreveu:Olá ,
Não é Erro de Configuração é o Bug que as Imagens não aparecem Apague o que tem no seu .htacces e Ponha Isto :
Código:
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.87

<ifModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

</ifModule>

RewriteRule ^(.*)\.html $1\.php
RewriteEngine on


RewriteRule ^account/logout(|/)$ logout.php

RewriteRule ^articles(|/)$ articles.php
RewriteRule ^articles/(.*)$ ./articles.php?web-articles-id=$1

RewriteRule ^captcha(|/)$ error.php
RewriteRule ^captcha/monofont.ttf(|/)$ error.php
RewriteRule ^captcha/php-captcha.inc.php(|/)$ error.php

RewriteRule ^client(|/)$ client.php
RewriteRule ^clientutils(|/)$ clientutils.php

RewriteRule ^tienda(|/)$ tiendavip.php
RewriteRule ^tienda/placas(|/)$ placasvip.php
RewriteRule ^tienda/rares(|/)$ raresvip.php
RewriteRule ^tienda/respetos(|/)$ respetosvip.php
RewriteRule ^tienda/caballos(|/)$ caballosvip.php
RewriteRule ^tienda/efectos(|/)$ effectsvip.php
RewriteRule ^tienda/vip(|/)$ compravip.php
RewriteRule ^tienda/gold(|/)$ compragold.php
RewriteRule ^bots(|/)$ bot.php
RewriteRule ^bots/editar(|/)$ comp-bots-edit.php
RewriteRule ^bots/efectos(|/)$ comp-bots-efectos.php
RewriteRule ^referidos(|/)$ referidos.php
RewriteRule ^credits/rares(|/)$ rares.php
RewriteRule ^credits/placas(|/)$ placas.php
RewriteRule ^publicanos(|/)$ publicanos.php
RewriteRule ^manage/hotel/de/housekeeping(|/)$ ./manage/hotel/de/housekeeping/index.php
RewriteRule ^manage/hotel/de/housekeeping/index/p/(..*)$ ./manage/hotel/de/housekeeping/index.php?p=$1

RewriteRule ^community(|/)$ community.php
RewriteRule ^community/staff(|/)$ staff.php
RewriteRule ^community/vip(|/)$ vip.php
RewriteRule ^premios(|/)$ premi.php
RewriteRule ^community/xler(|/)$ xler.php
RewriteRule ^community/publicistas(|/)$ publicistas.php
RewriteRule ^community/topstats(|/)$ topstats.php
RewriteRule ^community/tag(|/)$ tag.php

RewriteRule ^credits(|/)$ credits.php
RewriteRule ^credits/getcredits(|/)$ getcredits.php
RewriteRule ^credits/habboclub(|/)$ club.php
RewriteRule ^credits/pixels(|/)$ pixel.php
RewriteRule ^credits/shop(|/)$ marktplatz.php
RewriteRule ^credits/shop/vip(|/)$ shop.php
RewriteRule ^credits/transactions(|/)$ ./transactions.php

RewriteRule ^data_classes(|/)$ error.php
RewriteRule ^data_classes/server-data.php_data_classes-config.php(|/)$ error.php
RewriteRule ^data_classes/server-data.php_data_classes-core.php(|/)$ error.php
RewriteRule ^data_classes/server-data.php_data_classes-mus.php(|/)$ error.php
RewriteRule ^data_classes/server-data.php_data_classes-news.php(|/)$ error.php
RewriteRule ^data_classes/server-data.php_data_classes-session.php(|/)$ error.php

RewriteRule ^forgot(|/)$ forgot.php

RewriteRule ^groupsdata/(..*)$ ./groups.php?web-group-id=$1

RewriteRule ^help(|/)$ help.php
RewriteRule ^help/(..*)$ ./help.php?web-faq-id=$1

RewriteRule ^habblet/(|/)$ error.php
RewriteRule ^habblet/cproxy?habbletKey=news$ client_news.php
RewriteRule ^habblet/cproxy(|/)$ ./habblet/cproxy.php
RewriteRule ^habblet/cproxy?habbletKey=([^/]+)(|/)$ ./habblet/cproxy.php?habbletKey=$1

RewriteRule ^home(|/)$ home.php
RewriteRule ^home/(..*)$ ./home.php?web-home-name=$1

RewriteRule ^index(|/)$ index.php

RewriteRule ^phpmyadmin(|/)$ index.php

RewriteRule ^maintenance(|/)$ maintenance.php

RewriteRule ^me(|/)$ me.php

RewriteRule ^myhabbo/rating/rate(|/)$ ./myhabbo/rating_rate.php
RewriteRule ^myhabbo/rating/reset_ratings(|/)$ ./myhabbo/rating_reset_ratings.php

RewriteRule ^rd/([^/]+)(|/)$ ./rd.php?id=$1

RewriteRule ^quickregister/back(|/)$ /register.php?cancal
RewriteRule ^quickregister/cancel(|/)$ /register.php?cancal

RewriteRule ^quickregister/start(|/)$ /register.php?stap=1
RewriteRule ^quickregister/start/error/([^/]+)(|/)$ /register.php?stap=1&errors=$1
RewriteRule ^quickregister/age_gate_submit(|/)$ /register.php?stap=2

RewriteRule ^quickregister/email_password(|/)$ /register.php?stap=3
RewriteRule ^quickregister/email_password/error/([^/]+)(|/)$ /register.php?stap=3&errors=$1
RewriteRule ^quickregister/email_password_submit(|/)$ /register.php?stap=4

RewriteRule ^quickregister/captcha(|/)$ /register.php?stap=5
RewriteRule ^quickregister/captcha/error/([^/]+)(|/)$ /register.php?stap=5&errors=$1
RewriteRule ^quickregister/captcha_submit(|/)$ /register.php?stap=6

RewriteRule ^papers/disclaimer(|/)$ disclaimer.php
RewriteRule ^papers/privacy(|/)$ privacy.php

RewriteRule ^profile(|/)$ profile.php
RewriteRule ^profile/([^/]+)(|/)$ ./profile.php?web-profile-tab=$1

RewriteRule ^tag(|/)$ ./tag.php
RewriteRule ^tag/([^/]+)(|/)$ ./tag.php?tag=$1

RewriteRule ^xml(|/)$ ./error.php
RewriteRule ^xml/badge_data.xml(|/)$ error.php
RewriteRule ^xml/badge_data_xml.xml(|/)$ error.php
RewriteRule ^xml/badge_editor.xml(|/)$ error.php

Redirect /register /quickregister/start
Redirect /quickregister/start/complete /me?do=welcome-to-HabboRE-v3.0


RewriteRule ^manage/hotel/de/housekeeping(|/)$ ./manage/hotel/de/housekeeping/index.php
RewriteRule ^manage/hotel/de/housekeeping/index/p/(..*)$ ./manage/hotel/de/housekeeping/index.php?p=$1

RewriteRule ^vastgelopen(|/)$ clientutils.php
RewriteRule ^groups/(..*)$ ./groupsdata.php?web-group-id=$1
RewriteRule ^groups/([^/]+)(|/)$ ./groupsdata.php?web-group-id=$1

RewriteRule ^r=(.*)$ /refer.php?r=$1
RewriteRule ^refer/(.*)$ /refer.php?r=$1
RewriteRule ^referidos/(.*)$ /referidos.php?n=$1

Atenciosamente , Virna

É erro sim pq quando eu vom me registra aparece assim habbonewera.so ai não da.

TrY! TrY!  • 09.03.13 17:00

Me AJUDEM COM A LAVVO CMS Empty Re: Me AJUDEM COM A LAVVO CMS 09.03.13 17:00

Olá,

Movido á ajuda e suporte.

Prejudicado Prejudicado  • 10.03.13 1:37

Me AJUDEM COM A LAVVO CMS Empty Re: Me AJUDEM COM A LAVVO CMS 10.03.13 1:37

PODEM FECHA O TÓPICO

Markim Markim  • 10.03.13 2:01

Me AJUDEM COM A LAVVO CMS Empty Re: Me AJUDEM COM A LAVVO CMS 10.03.13 2:01

Reputação da mensagem: 100% (1 votos)
Olá Convidado,

Tópico Fechado & Movido para pedidos finalizados.
Motivo: A pedido do autor.

Atenciosamente, Marcos Henrique.

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.