Çözüldü WenSender Çalışmıyor!

  • Konuyu Başlatan Konuyu Başlatan CyberCOD
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 621
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

CyberCOD

Fırında Isıttığım İlk Taş
Katılım
17 Haziran 2016
Mesajlar
77
Elmaslar
17
Puan
9.010
Yaş
27
Konum
Kahramanmaraş
Merhaba WebSender sunucuya komut göndermiyor yardımcı olabilir misiniz ?
PHP Kodlarım
PHP:
$host = "ipadresim";
            $password = "123asdef";
            $port = 25565;
            
            require_once("config/WebsenderAPI.php");

            $wsr = new WebsenderAPI($host,$password,$port);
            
            if($wsr->connect()){               
               $wsr->sendCommand($data['product_code']." ".$userData['username']);                 
            }
            else
            {
               die("Connection error! Check ip, pass and port.");
            }           
            $wsr->disconnect(); //Close connection.
            echo "başarılı";
WebSender Config.yml
Kod:
socketPort: 25565
socketPassword: 123asdef
senderPrefix: '[WebSender]'
wrongPassword: Incorrect password, please enter it carefully.
wrongData: Please check PHP variables.
succesfullyLogin: Login is successful.
consoleInfo: 'true'
commandPermission: websender.admin
nothavePerm: You not have permission!
pluginReloaded: Websender reloaded!
server.properties.yml :
Kod:
#Minecraft server properties
#Sat Jul 31 14:45:58 EET 2021
spawn-protection=16
generator-settings=
force-gamemode=false
allow-nether=true
gamemode=0
enable-query=false
player-idle-timeout=0
difficulty=1
spawn-monsters=true
op-permission-level=4
resource-pack-hash=
announce-player-achievements=true
pvp=true
snooper-enabled=true
level-type=DEFAULT
hardcore=false
enable-command-block=false
max-players=20
network-compression-threshold=256
max-world-size=29999984
server-port=25565
debug=false
server-ip=
spawn-npcs=true
allow-flight=false
level-name=world
view-distance=10
resource-pack=
spawn-animals=true
white-list=false
generate-structures=true
online-mode=true
max-build-height=256
level-seed=
enable-rcon=false
motd=A Minecraft Server
Ve Son olarak server console :
Kod:
Sunucu aciliyor...
Loading libraries, please wait...
[20:30:19 INFO]: Starting minecraft server version 1.8
[20:30:19 INFO]: Loading properties
[20:30:19 INFO]: Default game type: SURVIVAL
[20:30:19 INFO]: This server is running CraftBukkit version git-Spigot-c3c767f-3
3d5de3 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
[20:30:19 INFO]: Debug logging is disabled
[20:30:19 INFO]: Using 4 threads for Netty based IO
[20:30:19 INFO]: Server Ping Player Sample Count: 12
[20:30:19 INFO]: Generating keypair
[20:30:20 INFO]: Starting Minecraft server on *:25565
[20:30:20 INFO]: Set PluginClassLoader as parallel capable
[20:30:20 INFO]: [LuckPerms] Loading LuckPerms v5.3.47
[20:30:20 INFO]: [WebSender] Loading WebSender v3.1
[20:30:20 INFO]: [LuckPerms] Enabling LuckPerms v5.3.47
[20:30:20 ERROR]: [LuckPerms] --------------------------------------------------
--------------------
[20:30:20 ERROR]: [LuckPerms] Your server version is not compatible with this bu
ild of LuckPerms. :(
[20:30:20 ERROR]: [LuckPerms]
[20:30:20 ERROR]: [LuckPerms] If your server is running 1.8, please update to 1.
8.8 or higher.
[20:30:20 ERROR]: [LuckPerms] If your server is running 1.7.10, please download
the Bukkit-Legacy version of LuckPerms from here:
[20:30:20 ERROR]: [LuckPerms] ==> https://luckperms.net/download
[20:30:20 ERROR]: [LuckPerms] --------------------------------------------------
--------------------
[20:30:20 INFO]: [LuckPerms] Disabling LuckPerms v5.3.47
[20:30:20 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[20:30:20 INFO]: Preparing level "world"
[20:30:20 INFO]: -------- World Settings For [world] --------
[20:30:20 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:30:20 INFO]: Max Entity Collisions: 8
[20:30:20 INFO]: Item Despawn Rate: 6000
[20:30:20 INFO]: Item Merge Radius: 2.5
[20:30:20 INFO]: Arrow Despawn Rate: 1200
[20:30:20 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:30:20 INFO]: Chunks to Grow per Tick: 650
[20:30:20 INFO]: Clear tick list: false
[20:30:20 INFO]: Experience Merge Radius: 3.0
[20:30:20 INFO]: Zombie Aggressive Towards Villager: true
[20:30:20 INFO]: Mob Spawn Range: 4
[20:30:20 INFO]: Cactus Growth Modifier: 100%
[20:30:20 INFO]: Cane Growth Modifier: 100%
[20:30:20 INFO]: Melon Growth Modifier: 100%
[20:30:20 INFO]: Mushroom Growth Modifier: 100%
[20:30:20 INFO]: Pumpkin Growth Modifier: 100%
[20:30:20 INFO]: Sapling Growth Modifier: 100%
[20:30:20 INFO]: Wheat Growth Modifier: 100%
[20:30:20 INFO]: Nerfing mobs spawned from spawners: false
[20:30:20 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:30:20 INFO]: Anti X-Ray: true
[20:30:20 INFO]:        Engine Mode: 1
[20:30:20 INFO]:        Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74,
82, 129, 130]
[20:30:20 INFO]:        Replace Blocks: [1, 5]
[20:30:20 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[20:30:20 INFO]: Alternative Hopper Ticking: false
[20:30:20 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:30:20 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:30:20 INFO]: Random Lighting Updates: false
[20:30:20 INFO]: Max TNT Explosions: 100
[20:30:20 INFO]: Structure Info Saving: true
[20:30:20 INFO]: Sending up to 10 chunks per packet
[20:30:20 INFO]: View Distance: 10
[20:30:20 INFO]: -------- World Settings For [world_nether] --------
[20:30:20 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:30:20 INFO]: Max Entity Collisions: 8
[20:30:20 INFO]: Item Despawn Rate: 6000
[20:30:20 INFO]: Item Merge Radius: 2.5
[20:30:20 INFO]: Arrow Despawn Rate: 1200
[20:30:20 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:30:20 INFO]: Chunks to Grow per Tick: 650
[20:30:20 INFO]: Clear tick list: false
[20:30:20 INFO]: Experience Merge Radius: 3.0
[20:30:20 INFO]: Zombie Aggressive Towards Villager: true
[20:30:20 INFO]: Mob Spawn Range: 4
[20:30:20 INFO]: Cactus Growth Modifier: 100%
[20:30:20 INFO]: Cane Growth Modifier: 100%
[20:30:20 INFO]: Melon Growth Modifier: 100%
[20:30:20 INFO]: Mushroom Growth Modifier: 100%
[20:30:20 INFO]: Pumpkin Growth Modifier: 100%
[20:30:20 INFO]: Sapling Growth Modifier: 100%
[20:30:20 INFO]: Wheat Growth Modifier: 100%
[20:30:20 INFO]: Nerfing mobs spawned from spawners: false
[20:30:20 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:30:20 INFO]: Anti X-Ray: true
[20:30:20 INFO]:        Engine Mode: 1
[20:30:20 INFO]:        Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74,
82, 129, 130]
[20:30:20 INFO]:        Replace Blocks: [1, 5]
[20:30:20 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[20:30:20 INFO]: Alternative Hopper Ticking: false
[20:30:20 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:30:20 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:30:20 INFO]: Random Lighting Updates: false
[20:30:20 INFO]: Max TNT Explosions: 100
[20:30:20 INFO]: Structure Info Saving: true
[20:30:20 INFO]: Sending up to 10 chunks per packet
[20:30:20 INFO]: View Distance: 10
[20:30:20 INFO]: -------- World Settings For [world_the_end] --------
[20:30:20 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:30:20 INFO]: Max Entity Collisions: 8
[20:30:20 INFO]: Item Despawn Rate: 6000
[20:30:20 INFO]: Item Merge Radius: 2.5
[20:30:20 INFO]: Arrow Despawn Rate: 1200
[20:30:20 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:30:20 INFO]: Chunks to Grow per Tick: 650
[20:30:20 INFO]: Clear tick list: false
[20:30:20 INFO]: Experience Merge Radius: 3.0
[20:30:20 INFO]: Zombie Aggressive Towards Villager: true
[20:30:20 INFO]: Mob Spawn Range: 4
[20:30:20 INFO]: Cactus Growth Modifier: 100%
[20:30:20 INFO]: Cane Growth Modifier: 100%
[20:30:20 INFO]: Melon Growth Modifier: 100%
[20:30:20 INFO]: Mushroom Growth Modifier: 100%
[20:30:20 INFO]: Pumpkin Growth Modifier: 100%
[20:30:20 INFO]: Sapling Growth Modifier: 100%
[20:30:20 INFO]: Wheat Growth Modifier: 100%
[20:30:20 INFO]: Nerfing mobs spawned from spawners: false
[20:30:20 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:30:20 INFO]: Anti X-Ray: true
[20:30:20 INFO]:        Engine Mode: 1
[20:30:21 INFO]:        Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74,
82, 129, 130]
[20:30:21 INFO]:        Replace Blocks: [1, 5]
[20:30:21 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[20:30:21 INFO]: Alternative Hopper Ticking: false
[20:30:21 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:30:21 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:30:21 INFO]: Random Lighting Updates: false
[20:30:21 INFO]: Max TNT Explosions: 100
[20:30:21 INFO]: Structure Info Saving: true
[20:30:21 INFO]: Sending up to 10 chunks per packet
[20:30:21 INFO]: View Distance: 10
[20:30:21 INFO]: Preparing start region for level 0 (Seed: -4010941209930701397)

[20:30:22 INFO]: Preparing spawn area: 57%
[20:30:22 INFO]: Preparing start region for level 1 (Seed: -4010941209930701397)

[20:30:22 INFO]: Preparing start region for level 2 (Seed: -4010941209930701397)

[20:30:22 INFO]: [WebSender] Enabling WebSender v3.1
[20:30:22 INFO]: [WebSender] Starting...
[20:30:22 INFO]: [WebSender] Started!
[20:30:22 INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:30:22 INFO]: Done (2.166s)! For help, type "help" or "?"
[20:30:22 INFO]: [WebSender] Address already in use: JVM_Bind
 
Merhaba WebSender sunucuya komut göndermiyor yardımcı olabilir misiniz ?
PHP Kodlarım
PHP:
$host = "ipadresim";
            $password = "123asdef";
            $port = 25565;
           
            require_once("config/WebsenderAPI.php");

            $wsr = new WebsenderAPI($host,$password,$port);
           
            if($wsr->connect()){              
               $wsr->sendCommand($data['product_code']." ".$userData['username']);                
            }
            else
            {
               die("Connection error! Check ip, pass and port.");
            }          
            $wsr->disconnect(); //Close connection.
            echo "başarılı";
WebSender Config.yml
Kod:
socketPort: 25565
socketPassword: 123asdef
senderPrefix: '[WebSender]'
wrongPassword: Incorrect password, please enter it carefully.
wrongData: Please check PHP variables.
succesfullyLogin: Login is successful.
consoleInfo: 'true'
commandPermission: websender.admin
nothavePerm: You not have permission!
pluginReloaded: Websender reloaded!
server.properties.yml :
Kod:
#Minecraft server properties
#Sat Jul 31 14:45:58 EET 2021
spawn-protection=16
generator-settings=
force-gamemode=false
allow-nether=true
gamemode=0
enable-query=false
player-idle-timeout=0
difficulty=1
spawn-monsters=true
op-permission-level=4
resource-pack-hash=
announce-player-achievements=true
pvp=true
snooper-enabled=true
level-type=DEFAULT
hardcore=false
enable-command-block=false
max-players=20
network-compression-threshold=256
max-world-size=29999984
server-port=25565
debug=false
server-ip=
spawn-npcs=true
allow-flight=false
level-name=world
view-distance=10
resource-pack=
spawn-animals=true
white-list=false
generate-structures=true
online-mode=true
max-build-height=256
level-seed=
enable-rcon=false
motd=A Minecraft Server
Ve Son olarak server console :
Kod:
Sunucu aciliyor...
Loading libraries, please wait...
[20:30:19 INFO]: Starting minecraft server version 1.8
[20:30:19 INFO]: Loading properties
[20:30:19 INFO]: Default game type: SURVIVAL
[20:30:19 INFO]: This server is running CraftBukkit version git-Spigot-c3c767f-3
3d5de3 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
[20:30:19 INFO]: Debug logging is disabled
[20:30:19 INFO]: Using 4 threads for Netty based IO
[20:30:19 INFO]: Server Ping Player Sample Count: 12
[20:30:19 INFO]: Generating keypair
[20:30:20 INFO]: Starting Minecraft server on *:25565
[20:30:20 INFO]: Set PluginClassLoader as parallel capable
[20:30:20 INFO]: [LuckPerms] Loading LuckPerms v5.3.47
[20:30:20 INFO]: [WebSender] Loading WebSender v3.1
[20:30:20 INFO]: [LuckPerms] Enabling LuckPerms v5.3.47
[20:30:20 ERROR]: [LuckPerms] --------------------------------------------------
--------------------
[20:30:20 ERROR]: [LuckPerms] Your server version is not compatible with this bu
ild of LuckPerms. :(
[20:30:20 ERROR]: [LuckPerms]
[20:30:20 ERROR]: [LuckPerms] If your server is running 1.8, please update to 1.
8.8 or higher.
[20:30:20 ERROR]: [LuckPerms] If your server is running 1.7.10, please download
the Bukkit-Legacy version of LuckPerms from here:
[20:30:20 ERROR]: [LuckPerms] ==> https://luckperms.net/download
[20:30:20 ERROR]: [LuckPerms] --------------------------------------------------
--------------------
[20:30:20 INFO]: [LuckPerms] Disabling LuckPerms v5.3.47
[20:30:20 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[20:30:20 INFO]: Preparing level "world"
[20:30:20 INFO]: -------- World Settings For [world] --------
[20:30:20 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:30:20 INFO]: Max Entity Collisions: 8
[20:30:20 INFO]: Item Despawn Rate: 6000
[20:30:20 INFO]: Item Merge Radius: 2.5
[20:30:20 INFO]: Arrow Despawn Rate: 1200
[20:30:20 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:30:20 INFO]: Chunks to Grow per Tick: 650
[20:30:20 INFO]: Clear tick list: false
[20:30:20 INFO]: Experience Merge Radius: 3.0
[20:30:20 INFO]: Zombie Aggressive Towards Villager: true
[20:30:20 INFO]: Mob Spawn Range: 4
[20:30:20 INFO]: Cactus Growth Modifier: 100%
[20:30:20 INFO]: Cane Growth Modifier: 100%
[20:30:20 INFO]: Melon Growth Modifier: 100%
[20:30:20 INFO]: Mushroom Growth Modifier: 100%
[20:30:20 INFO]: Pumpkin Growth Modifier: 100%
[20:30:20 INFO]: Sapling Growth Modifier: 100%
[20:30:20 INFO]: Wheat Growth Modifier: 100%
[20:30:20 INFO]: Nerfing mobs spawned from spawners: false
[20:30:20 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:30:20 INFO]: Anti X-Ray: true
[20:30:20 INFO]:        Engine Mode: 1
[20:30:20 INFO]:        Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74,
82, 129, 130]
[20:30:20 INFO]:        Replace Blocks: [1, 5]
[20:30:20 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[20:30:20 INFO]: Alternative Hopper Ticking: false
[20:30:20 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:30:20 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:30:20 INFO]: Random Lighting Updates: false
[20:30:20 INFO]: Max TNT Explosions: 100
[20:30:20 INFO]: Structure Info Saving: true
[20:30:20 INFO]: Sending up to 10 chunks per packet
[20:30:20 INFO]: View Distance: 10
[20:30:20 INFO]: -------- World Settings For [world_nether] --------
[20:30:20 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:30:20 INFO]: Max Entity Collisions: 8
[20:30:20 INFO]: Item Despawn Rate: 6000
[20:30:20 INFO]: Item Merge Radius: 2.5
[20:30:20 INFO]: Arrow Despawn Rate: 1200
[20:30:20 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:30:20 INFO]: Chunks to Grow per Tick: 650
[20:30:20 INFO]: Clear tick list: false
[20:30:20 INFO]: Experience Merge Radius: 3.0
[20:30:20 INFO]: Zombie Aggressive Towards Villager: true
[20:30:20 INFO]: Mob Spawn Range: 4
[20:30:20 INFO]: Cactus Growth Modifier: 100%
[20:30:20 INFO]: Cane Growth Modifier: 100%
[20:30:20 INFO]: Melon Growth Modifier: 100%
[20:30:20 INFO]: Mushroom Growth Modifier: 100%
[20:30:20 INFO]: Pumpkin Growth Modifier: 100%
[20:30:20 INFO]: Sapling Growth Modifier: 100%
[20:30:20 INFO]: Wheat Growth Modifier: 100%
[20:30:20 INFO]: Nerfing mobs spawned from spawners: false
[20:30:20 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:30:20 INFO]: Anti X-Ray: true
[20:30:20 INFO]:        Engine Mode: 1
[20:30:20 INFO]:        Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74,
82, 129, 130]
[20:30:20 INFO]:        Replace Blocks: [1, 5]
[20:30:20 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[20:30:20 INFO]: Alternative Hopper Ticking: false
[20:30:20 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:30:20 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:30:20 INFO]: Random Lighting Updates: false
[20:30:20 INFO]: Max TNT Explosions: 100
[20:30:20 INFO]: Structure Info Saving: true
[20:30:20 INFO]: Sending up to 10 chunks per packet
[20:30:20 INFO]: View Distance: 10
[20:30:20 INFO]: -------- World Settings For [world_the_end] --------
[20:30:20 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:30:20 INFO]: Max Entity Collisions: 8
[20:30:20 INFO]: Item Despawn Rate: 6000
[20:30:20 INFO]: Item Merge Radius: 2.5
[20:30:20 INFO]: Arrow Despawn Rate: 1200
[20:30:20 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:30:20 INFO]: Chunks to Grow per Tick: 650
[20:30:20 INFO]: Clear tick list: false
[20:30:20 INFO]: Experience Merge Radius: 3.0
[20:30:20 INFO]: Zombie Aggressive Towards Villager: true
[20:30:20 INFO]: Mob Spawn Range: 4
[20:30:20 INFO]: Cactus Growth Modifier: 100%
[20:30:20 INFO]: Cane Growth Modifier: 100%
[20:30:20 INFO]: Melon Growth Modifier: 100%
[20:30:20 INFO]: Mushroom Growth Modifier: 100%
[20:30:20 INFO]: Pumpkin Growth Modifier: 100%
[20:30:20 INFO]: Sapling Growth Modifier: 100%
[20:30:20 INFO]: Wheat Growth Modifier: 100%
[20:30:20 INFO]: Nerfing mobs spawned from spawners: false
[20:30:20 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:30:20 INFO]: Anti X-Ray: true
[20:30:20 INFO]:        Engine Mode: 1
[20:30:21 INFO]:        Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74,
82, 129, 130]
[20:30:21 INFO]:        Replace Blocks: [1, 5]
[20:30:21 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[20:30:21 INFO]: Alternative Hopper Ticking: false
[20:30:21 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:30:21 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:30:21 INFO]: Random Lighting Updates: false
[20:30:21 INFO]: Max TNT Explosions: 100
[20:30:21 INFO]: Structure Info Saving: true
[20:30:21 INFO]: Sending up to 10 chunks per packet
[20:30:21 INFO]: View Distance: 10
[20:30:21 INFO]: Preparing start region for level 0 (Seed: -4010941209930701397)

[20:30:22 INFO]: Preparing spawn area: 57%
[20:30:22 INFO]: Preparing start region for level 1 (Seed: -4010941209930701397)

[20:30:22 INFO]: Preparing start region for level 2 (Seed: -4010941209930701397)

[20:30:22 INFO]: [WebSender] Enabling WebSender v3.1
[20:30:22 INFO]: [WebSender] Starting...
[20:30:22 INFO]: [WebSender] Started!
[20:30:22 INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:30:22 INFO]: Done (2.166s)! For help, type "help" or "?"
[20:30:22 INFO]: [WebSender] Address already in use: JVM_Bind
makineyi kapat aç belki düzelir sanırım port adresi kullanılıyor.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst