Das mit dem Element untersuchen kannst du nicht unterbinden. (glaub ich)
Und das andere weis ich nicht was du meinst.
Beiträge von ATC
-
-
Bei den external_variables musst du ganz nach untern scrollen, und dort diese Links bearbeiten.
-
Ja du musst noch die Fehlenden Tabellen importieren, die bei der DB von der CMS dabei sind.
-
Schau ob du die SWFs richtig eingestellt hast.
-
lol wie du meinst xd
-
Lol, aus der Azure 2.0 DB, die die du importieren möchtest, die SQL Datei.
-
Lösch diese Zeilen aus der DB, die sind ganz zu unterst:
SQL
Alles anzeigen-- ---------------------------- -- Event structure for daily_pet_respect_points -- ---------------------------- DROP EVENT IF EXISTS `daily_pet_respect_points`; DELIMITER ;; CREATE DEFINER=`root`@`localhost` EVENT `daily_pet_respect_points` ON SCHEDULE EVERY 24 HOUR STARTS '2015-02-10 00:00:00' ON COMPLETION NOT PRESERVE ENABLE DO update users_stats set daily_pet_respect_points = 5 where daily_pet_respect_points = 0 ; ;; DELIMITER ; -- ---------------------------- -- Event structure for daily_respect_points -- ---------------------------- DROP EVENT IF EXISTS `daily_respect_points`; DELIMITER ;; CREATE DEFINER=`root`@`localhost` EVENT `daily_respect_points` ON SCHEDULE EVERY 24 HOUR STARTS '2015-01-12 21:39:07' ON COMPLETION NOT PRESERVE ENABLE DO update users_stats set daily_respect_points = 5 where daily_respect_points = 0 ;; DELIMITER ;
-
Du musst die DB von Azure 2.0 nehmen.
-
Hast du die DB auch gewechselt?
-
Zeig mal die config main.ini und other.ini
-
Nimm mal den neusten Azure Emulator, https://azureweb.org/AzureSharp (2.1.0.4)
-
Ich würde die Navigation zentrieren, und die Animation etwas schneller machen, da schläft man ja ein xd.
Ansonsten ist es ganz schick. -
Überall wo kubbox.ml steht muss deine IP hin, nicht die Domain.
Nein man kann auch die Domain eintragen, spielt keine Rolle.
-
Dir fehlt das in deiner Config:
Code## When using a proxy, your port could be different. Set here the proxy port. ## If you don't use a proxy, set the same port as 'game.tcp.port'. game.tcp.port.proxy=30000
EDIT:
Hier ist die ganze Config Datei.Spoiler anzeigen
Code
Alles anzeigen## Azure Emulator System Configuration File ## Must be edited for the server to work ## MySQL Configuration db.hostname=127.0.0.1 db.port=3306 db.username=root db.password= db.name=azure db.type=MySQL ## MySQL pooling setup (controls amount of connections) db.pool.minsize=1 db.pool.maxsize=500 ## Game TCP/IP Configuration game.tcp.bindip=127.0.0.1 game.tcp.port=30000 game.tcp.poolsize=100 game.tcp.enablenagles=false ## When using a proxy, your port could be different. Set here the proxy port. ## If you don't use a proxy, set the same port as 'game.tcp.port'. game.tcp.port.proxy=30000 ## Anti-DDOS ## Note: Keep this disabled this if you are using a proxy. game.tcp.antiddos=false game.tcp.conperip=5 ## MUS TCP/IP Configuration mus.tcp.bindip=127.0.0.1 mus.tcp.port=30008 mus.tcp.allowedaddr=127.0.0.1 ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300 ## Developer Settings system.debug=false ## Language System system.lang=english ## Console Clear Timer console.clear.enabled=false console.clear.time=20000 ## Bots Settings game.roomswithbotscolor=0 game.botdefaultcolor=31 game.botbadge=BOT ## The minium rank to receive :sa. game.sa_min_rank=3
-
Zeig mal dein Config file @niklasarts
-
Azure 1.0 wird nicht mehr supported.
Du musst Azure 2.0 verwenden.