Ok, danke nochmal. Es liegt an der Länge, man braucht ein 4 Stelligen Code.
Lg Morimoto
Ok, danke nochmal. Es liegt an der Länge, man braucht ein 4 Stelligen Code.
Lg Morimoto
Ja, das versuche ich ja die ganze Zeit. Der Security Code ist doch der in der Spalte 'SecretCode' oder nicht?
Danke dir das hat super geklappt. Allerdings brauche ich dannach für meinen Account noch so einen Code.
https://i.imgur.com/NPem8wr.png
Ich habe den bereits unter meinen Account eingetragen in der Datenbank, also den Secruity Code aber es geht dennoch nicht.
Mir ist da jetzt nicht sonderlich was aufgefallen. Hier mal meine Web.Config, vielleicht sieht jemand was anderes.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="rule 1H">
<match url="^index(|/)$" />
<action type="Rewrite" url="/./index.php" />
</rule>
<rule name="rule 85478">
<match url="^community/beziehungen(|/)$" />
<action type="Rewrite" url="/./fanseiten.php" />
</rule>
<rule name="rule 1HB">
<match url="^disconnected(|/)$" />
<action type="Rewrite" url="/./disconnected.php" />
</rule>
<rule name="rule 1775HB">
<match url="^beta(|/)$" />
<action type="Rewrite" url="/./wartungszustand.php" />
</rule>
<rule name="rule 155HB">
<match url="^feature/magicwired(|/)$" />
<action type="Rewrite" url="/./magicwired.php" />
</rule>
<rule name="rule 2H">
<match url="^register(|/)$" />
<action type="Rewrite" url="/./register.php" />
</rule>
<rule name="rule 2HB">
<match url="^newspics(|/)$" />
<action type="Rewrite" url="/./newspic.php" />
</rule>
<rule name="rule 2444HB">
<match url="^roomads(|/)$" />
<action type="Rewrite" url="/./roomads_view.php" />
</rule>
<rule name="rule 3H">
<match url="^me(|/)$" />
<action type="Rewrite" url="/./me.php" />
</rule>
<rule name="rule 4H">
<match url="^me?fix(|/)$" />
<action type="Rewrite" url="/./me.php?fix" />
</rule>
<rule name="rule 5H">
<match url="^me?client(|/)$" />
<action type="Rewrite" url="/./me.php?client" />
</rule>
<rule name="rule 6H">
<match url="^logout(|/)$" />
<action type="Rewrite" url="/./logout.php" />
</rule>
<rule name="rule 7H">
<match url="^index?l(|/)$" />
<action type="Rewrite" url="/./index.php?l" />
</rule>
<rule name="rule 8H">
<match url="^index?f(|/)$" />
<action type="Rewrite" url="/./index.php?f" />
</rule>
<rule name="rule 97H">
<match url="^ddosprotection(|/)$" />
<action type="Rewrite" url="/./iplogger.php" />
</rule>
<rule name="rule 9H">
<match url="^maintenance(|/)$" />
<action type="Rewrite" url="/./maintenance.php" />
</rule>
<rule name="rule 94H">
<match url="^extras/badgecreator(|/)$" />
<action type="Rewrite" url="/./badgecreator.php" />
</rule>
<rule name="rule 95H">
<match url="^upload_badges(|/)$" />
<action type="Rewrite" url="/./badge.html" />
</rule>
<rule name="rule 96H">
<match url="^upload_roomads(|/)$" />
<action type="Rewrite" url="/./roomads.html" />
</rule>
<rule name="rule 9623H">
<match url="^register/accept(|/)$" />
<action type="Rewrite" url="/./accept_terms.php" />
</rule>
<rule name="rule 10H">
<match url="^forget(|/)$" />
<action type="Rewrite" url="/./forget.php" />
</rule>
<rule name="rule 11H">
<match url="^forget/(.*)$" />
<action type="Rewrite" url="/./forget.php?code={R:1}" />
</rule>
<rule name="rule 12H">
<match url="^community(|/)$" />
<action type="Rewrite" url="/./community.php" />
</rule>
<rule name="rule 13H">
<match url="^news(|/)$" />
<action type="Rewrite" url="/./news.php" />
</rule>
<rule name="rule 14H">
<match url="^news/(.*)$" />
<action type="Rewrite" url="/./article.php?id={R:1}" />
</rule>
<rule name="rule 15H">
<match url="^account(|/)$" />
<action type="Rewrite" url="/./account.php?setting=1" />
</rule>
<rule name="rule 16H">
<match url="^account/password(|/)$" />
<action type="Rewrite" url="/./account.php?setting=2" />
</rule>
<rule name="rule 17H">
<match url="^account/email(|/)$" />
<action type="Rewrite" url="/./account.php?setting=3" />
</rule>
<rule name="rule 18H">
<match url="^support(|/)$" />
<action type="Rewrite" url="/./support.php" />
</rule>
<rule name="rule 19H">
<match url="^community/staffs(|/)$" />
<action type="Rewrite" url="/./staffs.php" />
</rule>
<rule name="rule 19">
<match url="^community/werbeteam(|/)$" />
<action type="Rewrite" url="/./werbeteam.php" />
</rule>
<rule name="rule 20H">
<match url="^community/topuser(|/)$" />
<action type="Rewrite" url="/./topuser.php" />
</rule>
<rule name="rule 21H">
<match url="^community/social(|/)$" />
<action type="Rewrite" url="/./social.php" />
</rule>
<rule name="rule 22H">
<match url="^community/rules(|/)$" />
<action type="Rewrite" url="/./rules.php" />
</rule>
<rule name="rule 23H">
<match url="^community/statistik(|/)$" />
<action type="Rewrite" url="/./statistik.php" />
</rule>
<rule name="rule 24H">
<match url="^client(|/)$" />
<action type="Rewrite" url="/./client.php" />
</rule>
<rule name="rule 24I">
<match url="^game(|/)$" />
<action type="Rewrite" url="/./game.php" />
</rule>
<rule name="rule 25H">
<match url="^error(|/)$" />
<action type="Rewrite" url="/./error.php" />
</rule>
<rule name="rule 26H">
<match url="^client/error(|/)$" />
<action type="Rewrite" url="/./error.php?client" />
</rule>
<rule name="rule 27H">
<match url="^shop(|/)$" />
<action type="Rewrite" url="/./shop.php" />
</rule>
<rule name="rule 28H">
<match url="^shop/credits(|/)$" />
<action type="Rewrite" url="/./credits.php" />
</rule>
<rule name="rule 29H">
<match url="^shop/dias(|/)$" />
<action type="Rewrite" url="/./dias.php" />
</rule>
<rule name="rule 30H">
<match url="^shop/vip(|/)$" />
<action type="Rewrite" url="/./vip.php" />
</rule>
<rule name="rule 31H">
<match url="^shop/badges(|/)$" />
<action type="Rewrite" url="/./badges.php" />
</rule>
<rule name="rule 32H">
<match url="^getrennt(|/)$" />
<action type="Rewrite" url="/hotel_disconnected.php" />
</rule>
<rule name="rule 33H">
<match url="^shop/poll(|/)$" />
<action type="Rewrite" url="/./poll.php" />
</rule>
<rule name="rule 34H">
<match url="^shop/rooms(|/)$" />
<action type="Rewrite" url="/./rooms.php" />
</rule>
<rule name="rule 35H">
<match url="^iplogged(|/)$" />
<action type="Rewrite" url="/iplogged.php" />
</rule>
<rule name="rule 36H">
<match url="^info(|/)$" />
<action type="Rewrite" url="/info.php" />
</rule>
<rule name="rule 37">
<match url="^community/projektleitung(|/)$" />
<action type="Rewrite" url="/./projektleitung.php" />
</rule>
<rule name="rule 38">
<match url="^community/werbetipps(|/)$" />
<action type="Rewrite" url="/./werbetipps.php" />
</rule>
<rule name="rule 873">
<match url="^banned(|/)$" />
<action type="Rewrite" url="/banned.php" />
</rule>
<rule name="rule 39">
<match url="^home(|/)$" />
<action type="Rewrite" url="/./home.php" />
</rule>
<rule name="rule 40">
<match url="^team(|/)$" />
<action type="Rewrite" url="/./team.php" />
</rule>
<rule name="rule 41">
<match url="^safe(|/)$" />
<action type="Rewrite" url="/./safe.php" />
</rule>
<rule name="rule 42">
<match url="^community/premium(|/)$" />
<action type="Rewrite" url="/./premium.php" />
</rule>
<rule name="rule 43">
<match url="^news(|/)$" />
<action type="Rewrite" url="/./news2.php" />
</rule>
<rule name="rule 1D">
<match url="^intern/housekeeping/index(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/index.php" />
</rule>
<rule name="rule 2D">
<match url="^intern/housekeeping/home(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/home.php" />
</rule>
<rule name="rule 3D">
<match url="^intern/housekeeping/calendar(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/calendar.php" />
</rule>
<rule name="rule 4D">
<match url="^intern/housekeeping/rules(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/rules.php" />
</rule>
<rule name="rule 5D">
<match url="^intern/housekeeping/timeline(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/timeline.php" />
</rule>
<rule name="rule 6D">
<match url="^intern/housekeeping/commands(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/commandlist.php" />
</rule>
<rule name="rule 7D">
<match url="^intern/housekeeping/statistik/homepage(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/stats-homepage.php" />
</rule>
<rule name="rule 8D">
<match url="^intern/housekeeping/statistik/client(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/stats-client.php" />
</rule>
<rule name="rule 9D">
<match url="^intern/housekeeping/statistik/user(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/stats-user.php" />
</rule>
<rule name="rule 10D">
<match url="^intern/housekeeping/events(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/events.php" />
</rule>
<rule name="rule 11D">
<match url="^intern/housekeeping/system/config(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/system-config.php" />
</rule>
<rule name="rule 12D">
<match url="^intern/housekeeping/system/server(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/system-server.php" />
</rule>
<rule name="rule 13D">
<match url="^intern/housekeeping/system/datenbank(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/system-datenbank.php" />
</rule>
<rule name="rule 14D">
<match url="^intern/housekeeping/system/clean(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/system-clean.php" />
</rule>
<rule name="rule 15D">
<match url="^intern/housekeeping/homepage/support(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/homepage-support.php" />
</rule>
<rule name="rule 16D">
<match url="^intern/housekeeping/homepage/support/edit/(.*)$" />
<action type="Rewrite" url="/./intern/housekeeping/homepage-support-edit.php?id={R:1}" />
</rule>
<rule name="rule 17D">
<match url="^intern/housekeeping/homepage/lotto(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/homepage-lotto.php" />
</rule>
<rule name="rule 18D">
<match url="^intern/housekeeping/homepage/badgeshop(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/homepage-badgeshop.php" />
</rule>
<rule name="rule 19D">
<match url="^intern/housekeeping/homepage/shop/edit(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/homepage-shop-edit.php" />
</rule>
<rule name="rule 20D">
<match url="^intern/housekeeping/homepage/shop/purchase(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/homepage-shop-purchase.php" />
</rule>
<rule name="rule 21D">
<match url="^intern/housekeeping/news(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/news.php" />
</rule>
<rule name="rule 22D">
<match url="^intern/housekeeping/news/create(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/news-create.php" />
</rule>
<rule name="rule 23D">
<match url="^intern/housekeeping/news/edit/(.*)$" />
<action type="Rewrite" url="/./intern/housekeeping/news-edit.php?id={R:1}" />
</rule>
<rule name="rule 24D">
<match url="^intern/housekeeping/news/del/(.*)$" />
<action type="Rewrite" url="/./intern/housekeeping/news.php?del={R:1}" />
</rule>
<rule name="rule 25D">
<match url="^intern/housekeeping/news/survey(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/news-survey.php" />
</rule>
<rule name="rule 26D">
<match url="^intern/housekeeping/news/survey/edit/(.*)$" />
<action type="Rewrite" url="/./intern/housekeeping/news-survey-edit.php?id={R:1}" />
</rule>
<rule name="rule 27D">
<match url="^intern/housekeeping/news/survey/del/(.*)$" />
<action type="Rewrite" url="/./intern/housekeeping/news-survey.php?del={R:1}" />
</rule>
<rule name="rule 28D">
<match url="^intern/housekeeping/news/survey/result/(.*)$" />
<action type="Rewrite" url="/./intern/housekeeping/news-survey-result.php?id={R:1}" />
</rule>
<rule name="rule 29D">
<match url="^intern/housekeeping/client/config(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/client-config.php" />
</rule>
<rule name="rule 30D">
<match url="^intern/housekeeping/client/rooms(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/client-rooms.php" />
</rule>
<rule name="rule 31D">
<match url="^intern/housekeeping/client/rooms/edit/(.*)$" />
<action type="Rewrite" url="/./intern/housekeeping/client-rooms-edit.php?id={R:1}" />
</rule>
<rule name="rule 32D">
<match url="^intern/housekeeping/client/furni(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/client-furni.php" />
</rule>
<rule name="rule 33D">
<match url="^intern/housekeeping/client/code(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/client-code.php" />
</rule>
<rule name="rule 34D">
<match url="^intern/housekeeping/client/survey(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/client-survey.php" />
</rule>
<rule name="rule 35D">
<match url="^intern/housekeeping/client/wordfilter(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/client-wordfilter.php" />
</rule>
<rule name="rule 36D">
<match url="^intern/housekeeping/client/emutask(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/client-emutask.php" />
</rule>
<rule name="rule 37D">
<match url="^intern/housekeeping/client/autorare(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/client-autorare.php" />
</rule>
<rule name="rule 38D">
<match url="^intern/housekeeping/client/badges(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/client-badges.php" />
</rule>
<rule name="rule 39D">
<match url="^intern/housekeeping/user/liste(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-list.php" />
</rule>
<rule name="rule 40D">
<match url="^intern/housekeeping/user/edit/(.*)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-edit.php?id={R:1}" />
</rule>
<rule name="rule 41D">
<match url="^intern/housekeeping/user/info/(.*)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-info.php?id={R:1}" />
</rule>
<rule name="rule 42D">
<match url="^intern/housekeeping/user/ban(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-ban.php" />
</rule>
<rule name="rule 43D">
<match url="^intern/housekeeping/user/clon(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-clon.php" />
</rule>
<rule name="rule 43DB">
<match url="^intern/housekeeping/user/clonspec(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-clonspec.php" />
</rule>
<rule name="rule 44D">
<match url="^intern/housekeeping/user/badgetool(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-badgetool.php" />
</rule>
<rule name="rule 45D">
<match url="^intern/housekeeping/user/mass(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-mass.php" />
</rule>
<rule name="rule 46D">
<match url="^intern/housekeeping/user/currency(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-currency.php" />
</rule>
<rule name="rule 47D">
<match url="^intern/housekeeping/user/vip(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-vip.php" />
</rule>
<rule name="rule 48D">
<match url="^intern/housekeeping/user/change/name(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-changename.php" />
</rule>
<rule name="rule 49D">
<match url="^intern/housekeeping/user/change/password(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-changepassword.php" />
</rule>
<rule name="rule 50D">
<match url="^intern/housekeeping/logs/login(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/logs-login.php" />
</rule>
<rule name="rule 51D">
<match url="^intern/housekeeping/logs/ban(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/logs-ban.php" />
</rule>
<rule name="rule 52D">
<match url="^intern/housekeeping/logs/chat(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/logs-chat.php" />
</rule>
<rule name="rule 53D">
<match url="^intern/housekeeping/logs/commands(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/logs-cmd.php" />
</rule>
<rule name="rule 54D">
<match url="^intern/housekeeping/logs/rooms(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/logs-room.php" />
</rule>
<rule name="rule 55D">
<match url="^intern/housekeeping/logs/housekeeping(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/logs-hk.php" />
</rule>
<rule name="rule 57D">
<match url="^intern/housekeeping/user/roomitem(|/)$" />
<action type="Rewrite" url="/./intern/housekeeping/user-roomitem.php" />
</rule>
<rule name="rule 56D">
<match url="^community/helper(|/)$" />
<action type="Rewrite" url="/./xler.php" />
</rule>
<rule name="rule 58D">
<match url="^extras/badgecreator(|/)$" />
<action type="Rewrite" url="/./badgecreator.php" />
</rule>
<rule name="rule 59D">
<match url="^extras/magicwired(|/)$" />
<action type="Rewrite" url="/./magicwired.php" />
</rule>
<rule name="Imported Rule 1-1">
<match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
</rules>
</rewrite>
<security>
<requestFiltering>
<filteringRules>
<!-- name the rule -->
<filteringRule name="user agent deny" scanUrl="false" scanQueryString="false">
<scanHeaders>
<!-- apply rule to user-agent header -->
<add requestHeader="user-agent" />
</scanHeaders>
<appliesTo>
<clear />
<!-- only apply rule to php files -->
<add fileExtension=".php" />
</appliesTo>
<denyStrings>
<clear />
<!-- block the yandex bot -->
<add string="wordpress" />
</denyStrings>
</filteringRule>
</filteringRules>
</requestFiltering>
</security>
</system.webServer>
</configuration>
Alles anzeigen
Hi. Ich habe Probleme mit der HobbuCMS aka. der Ai Cms
// Die beiden ersten Probleme wurden erfolgreich behoben.
Ich habe allerdings noch ein 3. Problem. Wenn man sich registriert dann bekommt man zuerst nach dem ausfüllen einen White Screen
und wenn man sich das erste mal einloggt dann auch, wenn man dann reloaded auf der Me Page dann nicht mehr, nur das erste mal.
Vielleicht weiss ja jemand, woran das liegen könnte
Ich würde mich über jede Hilfe freuen.
Lg Morimoto
Hi. Ich bekomme wenn ich versuche im Webplattform Installer versuche ASP.Net 4.5 zu installieren,
die Nachricht, das es nicht installiert werden konnte.
Screenshot: https://i.imgur.com/0bKqx7v.png
Protokoll:
DownloadManager Information: 0 : Loading product xml from: https://go.microsoft.com/?linkid=9842185
DownloadManager Information: 0 : https://go.microsoft.com/?linkid=9842185 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Location: https://www.microsoft.com/web/webpi/5.0/webproductlist.xml
Server: Microsoft-IIS/8.5
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Length: 175
Date: Fri, 10 Nov 2017 18:35:54 GMT
Connection: keep-alive
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/webproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Wed, 08 Nov 2017 18:14:48 GMT
ETag: "f05d7276bd58d31:0"
Cache-Control: max-age=467
Date: Fri, 10 Nov 2017 18:35:54 GMT
Connection: keep-alive
Strict-Transport-Security: max-age=31536000
X-RTag: 1
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\1343597488.xml.temp
DownloadManager Warning: 0 : Could not resolve keyword ID 5nine
DownloadManager Warning: 0 : Could not resolve keyword ID Security
DownloadManager Warning: 0 : Could not resolve keyword ID 5nine
DownloadManager Warning: 0 : Could not resolve keyword ID Security
DownloadManager Warning: 0 : Could not resolve keyword ID Backup
DownloadManager Warning: 0 : Could not resolve keyword ID Portal
DownloadManager Warning: 0 : Could not resolve keyword ID Backup
DownloadManager Warning: 0 : Could not resolve keyword ID Portal
DownloadManager Warning: 0 : Could not resolve keyword ID Backup
DownloadManager Warning: 0 : Could not resolve keyword ID Resource Provider
DownloadManager Warning: 0 : Could not resolve keyword ID VMWare
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID VMWare
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID VMWare
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID Usage
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID Usage
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID Usage
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID Usage
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Cruiser
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Showback
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Cruiser
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Showback
DownloadManager Warning: 0 : Could not resolve keyword ID Terawe
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Loading product xml from: https://aka.ms/webapplicationlist
DownloadManager Information: 0 : https://aka.ms/webapplicationlist responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Location: https://webgallery.microsoft.com/feed/webapplicationlist.xml
Server: Microsoft-IIS/8.5
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Length: 177
Date: Fri, 10 Nov 2017 18:35:58 GMT
Connection: keep-alive
DownloadManager Information: 0 : https://webgallery.microsoft.com/feed/webapplicationlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
ETag: "8092db471d5ad31:0"
Date: Fri, 10 Nov 2017 18:35:59 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-966730450.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://aka.ms/webapplicationlist' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-966730450.xml'
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/5.0/mediaproductlist.xml
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/mediaproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Thu, 08 May 2014 18:42:31 GMT
ETag: "26a51545ed6acf1:0"
Cache-Control: max-age=464
Date: Fri, 10 Nov 2017 18:35:59 GMT
Connection: keep-alive
X-RTag: 1
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-230948881.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/5.0/mediaproductlist.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-230948881.xml'
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/5.0/ToolsProductList.xml
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/ToolsProductList.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Wed, 09 Dec 2015 19:05:52 GMT
ETag: "9fc99b9fb432d11:0"
Cache-Control: max-age=181
Date: Fri, 10 Nov 2017 18:35:59 GMT
Connection: keep-alive
X-RTag: 1
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1135381691.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/5.0/ToolsProductList.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1135381691.xml'
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/5.0/enterpriseproductlist.xml
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/enterpriseproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Thu, 08 May 2014 18:42:32 GMT
ETag: "8285645ed6acf1:0"
Cache-Control: max-age=165
Date: Fri, 10 Nov 2017 18:35:59 GMT
Connection: keep-alive
X-RTag: 1
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1877981721.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/5.0/enterpriseproductlist.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1877981721.xml'
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://go.microsoft.com/?linkid=9842185' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\1343597488.xml'
DownloadManager Information: 0 : http://www.microsoft.com/web/webpi/5.0/resources/WebProductList_de.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Accept-Ranges: bytes
ETag: "de7a74bd6d8bd11:0"
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
VTag: 438190256200000000
X-EdgeConnect-Origin-MEX-Latency: 455
Cache-Control: max-age=899
Date: Fri, 10 Nov 2017 18:36:00 GMT
Connection: keep-alive
X-RTag: 1
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1358701586.xml
DownloadManager Information: 0 : https://webgallery.microsoft.com/feed/resources/WebApplicationList_de.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Accept-Ranges: bytes
ETag: "7d4bd772c159d31:0"
Server: Microsoft-IIS/8.0
X-Powered-By: ASP.NET
Date: Fri, 10 Nov 2017 18:36:04 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-87974904.xml
DownloadManager Information: 0 : http://www.microsoft.com/web/webpi/5.0/resources/MediaProductList_de.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Accept-Ranges: bytes
ETag: "44020e74d6ce1:0"
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
VTag: 438129755600000000
X-EdgeConnect-Origin-MEX-Latency: 192
Cache-Control: max-age=900
Date: Fri, 10 Nov 2017 18:36:05 GMT
Connection: keep-alive
X-RTag: 1
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-2093259927.xml
DownloadManager Information: 0 : http://www.microsoft.com/web/webpi/5.0/resources/ToolsProductList_de.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Accept-Ranges: bytes
ETag: "bb1121e74d6ce1:0"
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
VTag: 438159855700000000
X-EdgeConnect-Origin-MEX-Latency: 166
Cache-Control: max-age=900
Date: Fri, 10 Nov 2017 18:36:06 GMT
Connection: keep-alive
X-RTag: 1
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1697120540.xml
DownloadManager Information: 0 : http://www.microsoft.com/web/webpi/5.0/resources/EnterpriseProductList_de.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Accept-Ranges: bytes
ETag: "de151fe74d6ce1:0"
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
VTag: 791765926200000000
X-EdgeConnect-Origin-MEX-Latency: 167
Cache-Control: max-age=900
Date: Fri, 10 Nov 2017 18:36:06 GMT
Connection: keep-alive
X-RTag: 1
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1033826600.xml
DownloadManager Information: 0 : Getting ratings file from http://go.microsoft.com/?linkid=9752395
DownloadManager Information: 0 : http://go.microsoft.com/?linkid=9752395 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Location: http://www.microsoft.com/web/handlers/WebPI.ashx?command=getatomfeedwithavgratingquery
Server: Microsoft-IIS/8.5
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Length: 203
Date: Fri, 10 Nov 2017 18:36:06 GMT
Connection: keep-alive
DownloadManager Information: 0 : Content-Encoding header: 'gzip'
DownloadManager Information: 0 : Number of bytes downloaded over the internet: '25181'
DownloadManager Information: 0 : Number of bytes after possible decompression: '82063'
DownloadManager Warning: 0 : Error getting last-modified header, error code: 12150
DownloadManager Warning: 0 : HttpQueryInfoWithRetry for HTTP_QUERY_LAST_MODIFIED failed.
DownloadManager Information: 0 : Ratings file loaded successfully
DownloadManager Error: 0 : WebClient download error. Uri: http://silverlight.microsoft.com/Assets/vs-webpi.png, Error: System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben: (404) Nicht gefunden.
bei System.Net.WebClient.DownloadFile(Uri address, String fileName)
bei Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://silverlight.microsoft.com/Assets/vs-webpi.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Date: Fri, 10 Nov 2017 18:36:27 GMT
Server: ECAcc (frc/8FD7)
Content-Length: 345
DownloadManager Error: 0 : WinInet download error. Uri: http://silverlight.microsoft.com/Assets/vs-webpi.png, Error: System.Net.WebException: Url 'http://silverlight.microsoft.com/Assets/vs-webpi.png' returned HTTP status code: 404
bei Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
bei Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
bei Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : Adding product IIS: ASP.NET 4.5 (ASPNET45) to cart
DownloadManager Information: 0 : Adding product 'ASPNET45'
DownloadManager Information: 0 : Adding dependency product 'NetFxExtensibility45
DownloadManager Information: 0 : Adding dependency product 'WASNetFxEnvironment
DownloadManager Information: 0 : Adding dependency product 'ISAPIExtensions
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Starting EXE command for product 'IIS: WAS .NET-Umgebung'. Commandline is: 'C:\windows\sysnative\dism.exe /Online /Enable-Feature /All /NoRestart /featureName:WAS-NetFxEnvironment'. Process Id: 4032
DownloadManager Information: 0 : Install exit code for product 'IIS: WAS .NET-Umgebung' is '2'
DownloadManager Error: 0 : Install return code for product 'IIS: WAS .NET-Umgebung' is Failure
DownloadManager Information: 0 : Product IIS: WAS .NET-Umgebung done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Information: 0 : Starting EXE command for product 'IIS: ISAPI-Erweiterungen'. Commandline is: 'C:\windows\sysnative\dism.exe /Online /Enable-Feature /All /NoRestart /featureName:IIS-ISAPIExtensions'. Process Id: 3716
DownloadManager Information: 0 : Install exit code for product 'IIS: ISAPI-Erweiterungen' is '2'
DownloadManager Error: 0 : Install return code for product 'IIS: ISAPI-Erweiterungen' is Failure
DownloadManager Warning: 0 : Dependency failed for product 'IIS: .NET-Erweiterbarkeit 4.5'. Skipping install
DownloadManager Warning: 0 : Dependency failed for product 'IIS: ASP.NET 4.5'. Skipping install
DownloadManager Information: 0 : Product IIS: ISAPI-Erweiterungen done install completed
DownloadManager Information: 0 : Increasing current install to 3
DownloadManager Information: 0 : Product IIS: .NET-Erweiterbarkeit 4.5 had a dependency fail. Increasing install product to 4
DownloadManager Information: 0 : Product IIS: ASP.NET 4.5 had a dependency fail. Increasing install product to 5
DownloadManager Information: 0 : Product: WASNetFxEnvironment, Install Status: InstallCompleted-Failure, Install Time: 00:00:17.2814375
DownloadManager Information: 0 : Product: ISAPIExtensions, Install Status: InstallCompleted-Failure, Install Time: 00:00:35.1249589
DownloadManager Information: 0 : Product: NetFxExtensibility45, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: ASPNET45, Install Status: DependencyFailed-None, Install Time: 00:00:00
Alles anzeigen
Ich wäre sehr dankbar, wenn mir jemand helfen könnte.
Lg Morimoto
Danke, jetzt gehen schon die Icons im Katalog, aber den Avatar zeigt er immernoch nicht im Client an.
Ich weiß leider auch nicht, welcher Pfad das ist. Wenn jemand so nett ist und die Zeit hat, kann er sich
ja mal meine External_Variables angucken.
External_Variables:
Lg Jan.
Hallo liebe Retrotowner, ich habe mir letztens die BrainCMS runtergeladen und alles läuft auch gut, bis auf die Tatsache das keine
Avatare also Habbos angezeigt werden und keine Icons im Katalog angezeigt werden.
Emulator: Plus Emulator
SWF: PRODUCTION-201701242205-837386173
Hier die Screenshots:
Brainconfig
<?php
if(!defined('BRAIN_CMS'))
{
die('Sorry but you cannot access this file!');
}
/* Database Setting */
$db['host'] = '127.0.0.1'; //Mysql's Host
$db['port'] = '3306'; //Mysql's port
$db['user'] = "root"; //Mysql's user
$db['pass'] = ''; //Mysql's password
$db['db'] = "xDDDDD"; //Mysql's database
/* Emu Settings */
$config['hotelEmu'] = 'plusemu'; // plusemu // arcturus
/* Client Setting */
$hotel['emuHost'] = "127.0.0.1"; //IP of VPS//IP of Proxy
$hotel['emuPort'] = "30000"; //Port of VPS//Port of Proxy
$hotel['staffCheckClient'] = false; //Enable the staff pin in the client (true) or disable it (false)
$hotel['staffCheckClientMinimumRank'] = 3; //Minium staff rank to get the staff pin in the client
$hotel['homeRoom'] = '0'; //Set the start room when you get in the hotel
$hotel['external_Variables'] = "http://127.0.0.1/swf/gamedata/external_variables.txt?v=7";
$hotel['external_Variables_Override'] = "http://127.0.0.1/swf/gamedata/override/external_override_variables.txt?v=6";
$hotel['external_Texts'] = "http://127.0.0.1/swf/gamedata/external_flash_texts.txt";
$hotel['external_Texts_Override'] = "http://127.0.0.1/swf/gamedata/override/external_flash_override_texts.txt";
$hotel['productdata'] = "http://127.0.0.1/swf/gamedata/productdata.txt";
$hotel['furnidata'] = "http://127.0.0.1/swf/gamedata/furnidata.xml";
$hotel['figuremap'] = "http://127.0.0.1/swf/gamedata/figuremap.xml";
$hotel['figuredata'] = "http://127.0.0.1/swf/gamedata/figuredata.xml";
$hotel['swfFolder'] = "http://127.0.0.1/swf/gordon/PRODUCTION-201701242205-837386173";
$hotel['swfFolderSwf'] = "http://127.0.0.1/swf/gordon/PRODUCTION-201701242205-837386173/habbo.swf";
$hotel['onlineCounter'] = true; // Enable the user count in the client.
$hotel['diamonds.enabled'] = true; // Enable diamonds in the hotel.
/* Website Setting */
$config['hotelUrl'] = "http://127.0.0.1";//Address of your hotel. Does not end with a "/"
$config['skin'] = "brain"; //Skin/template of your website
$config['lang'] = "en"; //Language of your website en/nl/es
$config['hotelName'] = "Brain"; //Name of your hotel
$config['favicon'] = "http://127.0.0.1/templates/brain/style/images/favicon/favicon.ico";
$config['staffCheckHk'] = false; //Enable the staff pin in the housekeeping (true) or disable it (false)
$config['staffCheckHkMinimumRank'] = 3; //Minium staff rank to get the staff pin in the housekeeping
$config['maintenance'] = false; //Enable the maintenance of your website (true) or disable it (false)
$config['maintenancekMinimumRankLogin'] = 3; //Minium staff rank to login when the website is in maintenance
$config['groupBadgeURL'] = "http://127.0.0.1/swf/habbo-imaging/badge.php?badge=";
$config['badgeURL'] = "http://127.0.0.1/swf/c_images/album1584/";
$config['userLikeEnable'] = true; // Enable user likes
$config['newsCommandEnable'] = true; //Enable news commands
$config['newsCommandFilter'] = true; //Enable wordfilter on news commands (the filter use the db tabels wordfilter and wordfilter_characters)
$config['alertReferrer'] = true;
$config['alert'] = 'BrainCMS Beta'; //Alert message. If you don't want a alert, you fill in 'nomessage' or you do leave it blank.
$config['brainversion'] = '1.8.0'; // Please do not change.
/* Facebook Login Settings
You need a Facebook app for this to work go to
https://developers.facebook.com/apps/ */
$config['facebookLogin'] = false; //Enable the Facebook login (true) or disable it (false)
$config['facebookAPPID'] = '334162590sdaf292528';
$config['facebookAPPSecret'] = 'ce2504ff5adsfa3ff7a6a2fa6d984cd8836';
/* Email Settings */
$email['mailServerHost'] = 'smtp.gmail.com';
$email['mailServerPort'] = 587;
$email['SMTPSecure'] = 'TLS';
$email['mailUsername'] = 'gmail@gmail.com';
$email['mailPassword'] = '*****';
$email['mailLogo'] = 'http://127.0.0.1/templates/brain/style/images/logo/logo.png';
$email['mailTemplate'] = '/system/app/plugins/PHPmailer/temp/resetpassword.html';
/* Social settings */
$config['facebook'] = 'https://www.facebook.com/Habbo/';
$config['facebookEnable'] = false;
$config['twitter'] = 'https://twitter.com/Habbo';
$config['twitterEnable'] = false;
/* Register Setting */
$config['startMotto'] = "Welkom in Brain!"; //Regsiter start motto
$config['credits'] = "10000";
$config['duckets'] = "20000";
$config['diamonds'] = "10";
$config['diamondsRef'] = "10";
$config['registerEnable'] = true;
/* Google recaptcha Site Key
Go to this website to create a recaptcha Site Key: https://www.google.com/recaptcha/intro/index.html */
$config['recaptchaSiteKey'] = "6LdzewwUAAAAABkJ3vsdfCDca9qmLGDaWAHqMRtFEs2";
$config['recaptchaSiteKeyEnable'] = false;
/* Buy VIP Settings */
$config['vipCost'] = "25";
$config['vipRankToGet'] = "3";
$config['vipBadge'] = "vip";
switch($config['hotelEmu'])
{
case "arcturus":
$emuUse['user_wardrobe'] = 'users_wardrobe ';
$emuUse['ip_last'] = 'ip_current';
$emuUse['respect'] = 'respects_received';
$emuUse['user_stats'] = 'users_settings';
$emuUse['user_stats_user_id'] = 'user_id';
$emuUse['OnlineTime'] = 'online_time';
break;
case "plusemu":
$emuUse['user_wardrobe'] = 'user_wardrobe ';
$emuUse['ip_last'] = 'ip_last';
$emuUse['respect'] = 'Respect';
$emuUse['user_stats'] = 'user_stats';
$emuUse['user_stats_user_id'] = 'id';
$emuUse['OnlineTime'] = 'OnlineTime';
break;
default:
//Nothing
break;
}
?>
Alles anzeigen
External_Override_Variables:
seasonalcurrencyindicator.currency=103
seasonalcurrencyindicator.enabled=true
seasonalcurrencyindicator.page=diamonds
ads.domain=
roomenterad.habblet.enabled=false
diamonds.enabled=false
camera.enabled=false
builders.club.enabled=false
toolbar.stories.enabled=false
supersaverads.video.promo.development.mode=false
supersaverads.video.promo.enabled=false
offers.enabled=false
offers.sponsorpay.appid=0
offers.supersonic.enabled=false
avatareditor.promohabbos=http://127.0.0.1/swf/gamedata/habblet/xml/promo_habbos.xml
game.center.default_game=basejump
game.center.enabled=true
game.center.promoted_game=basejump
embed.showInRoomInfo=true
sms.identity.verification.button.enabled=false
sms.identity.verification.enabled=false
multi.item.trading.enabled=true
disabled.custom.chat.styles=1,2,8,18,23,28,30,31,32,33,34,35
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.url=http://127.0.0.1/swf/dcr/hof_furni/
flash.dynamic.icon.download.name.template=icons/%typeid%%param%_icon.png
group.badge.url=http://127.0.0.1/swf/habbo-imaging/badge/%imagerdata%.gif
habbopages.url=http://127.0.0.1/swf/gamedata/habbopages/
flash.client.url=http://127.0.0.1/swf/gordon/PRODUCTION-201701242205-837386173/
external.texts.txt=http://127.0.0.1/swf/gamedata/external_flash_texts.txt
external.override.texts.txt=http://127.0.0.1/swf/gamedata/override/external_flash_override_texts.txt
external.override.variables.txt=http://127.0.0.1/swf/gamedata/override/external_override_variables.txt
productdata.load.url=http://127.0.0.1/swf/gamedata/productdata.txt
furnidata.load.url=http://127.0.0.1/swf/gamedata/furnidata.xml
Alles anzeigen
Info: Da bisher keiner eingereicht hat, gehe ich davon aus das dieses Battle nicht stattfinden wird. Schade eigentlich.
Sprich im Grunde nix dagegen, wird halt nur nicht bewertet.
Mal gucken.
Klar. Solange die oben genannten Voraussetzungen erfüllt werden, ist das kein Problem.
Da es im letzten Jahr kein neues Retrobattle gab, habe ich mich entschieden mein eigenes Rap Battle zu starten. (Kein Videobattle)
Die Runden werden auf Youtube hochgeladen. (Link zum Kanal wird später bekanntgegeben)
-
Vorraussetzungen & Infos:
- Kein Mindesalter
- Nur Free oder eigene Beats benutzen (mit Name vom Producer)
- Keine Teams
Audioformat: Mp3, Wav
Mindeslänge: 60 Sek
Die Datei entweder im Anhang mitsenden, oder über Anbieter wie Mega, Mediafire etc.
Email für die Qualifikation: moribattle@gmail.com
Einsendeschluss: 01.06.2017
Der Preis für den ersten Platz liegt bei 10 € Paysafecard (der Spaß am Batteln liegt im Fokus)
Weitere Informationen, zum Bewertungsystem kann man später entweder hier oder auf unserer Facebook Seite finden. (Ich werde den Post hier ab und an mal bearbeiten)
Ich freue mich auf hoffentlich coole Einreichungen.
PS: Ich bitte um keine Beleidigene oder Hasserfüllte Beiträge. Das hinweisen auf Rechtschreibfehler ist zwar nett, jedoch nicht nötig. Danke
Danke. Nur leider scheint es immernoch nicht zu klappen. Habe die IP in der SWF auch schon geändert.
Das weiß ich leider nicht.
Habe nun herausgefunden das die
'connection.info.host' : "IP", |
mit einer anderen IP versehen ist, ich finde nur leider nicht die Datei in der man dies ändert.
Hi. Ich habe ein ein Client Problem bei dem BlueCMS.
Der Client läd nur bis 100% und dannach passiert nix.
Ich wollte fragen, ob mir jemand helfen kann, über Teamviewer? (oder was man halt benutzt)
Lg Morimoto
Hallo liebe Retrotowner,
da ich selber absolut nicht programmieren kann, suche ich einen Programmierer der mir verschiedene Dinge, in mein
Retro Projekt einfügt. Darunter fallen zB.
- Badgecreator
- Pferdeshop
- Botshop
- XP System mit Level im Client
Infos über das Projekt:
- Emulator: Goldtree Emulator
- CMS: ReCMS
Bezahlung: 30 € VB
Biete für jede einzelne Funktion auch jeweils 10 €
Zahlungsmöglichkeiten: Paysafecard, Paypal, Amazon
Lg Morimoto
Hi. Ich bin auf der Suche nach dem oder ähnlichen Script welches Tunny.to vor knapp 2-3 Jahren verwendet hat. Es war ein Archive Script. Ein Screenshot wie das ungefähr ausgesehen hat, befindet sich im Anhang. Lg Morimoto.