DDoS Schutz durch modernste Technik dank unseres Partners Corero
Dein Server ist innerhalb weniger Minuten online
50GB Backup für Savegames & Configs
Schnelle SSD Serverhardware & High Performance
Live Support via Telefon, Ticket, Forum, Wiki und E-Mail
Flexibel und schnell auf ein anderes Game umsteigen
Webinterface und Logzugriff: einfache Serververwaltung
Im Gegensatz zu herkömmlicher Telefonie nach dem Peer-to-Peer Prinzip, bei dem mehrere Teilnehmer in Form einer Konferenz gleichzeitig eine online Verbindung aufnehmen können, wird die Teamspeak3 Server-Software in einem Chat zur Sprachunterstützung verwendet. Notwendig ist hierzu beim TS3 Server-Verfahren für den Dienstanbieter ein Client-Programm und ein Server-Programm auf dem PC für Nutzer und Teilnehmer. Unter einer statistischen Hostadresse (IP, Domain) ist der Server als feste Anlaufstelle jederzeit online. Der Teilnehmer hingegen kann sich je nach Kommunikationsbedarf in einer zeitlichen Begrenzung mittels seiner Zugangsdaten beim Dienstanbieter anmelden. Dort kann der Nutzer dann mit den ebenso online-befindlichen „Voice-Chattern kommunizieren und sich austauschen.
Im Gegensatz zum normalen Chat gibt es noch eine weitere Verbreitung für Voiceserver im Bereich Chatraum- und Instant-Messenger Anbietern. Die Gemeinschaft der Internet-Gamer zählt zu den Hauptnutzergruppen. Absprachen bei Rollenspielen, Strategiespielen oder auch Ego-Shootern können hierbei nützlich sein und einen notwendigen Vorteil gegenüber einem Spieler oder einem Team verschaffen. Das Angebot frei nutzbarer und kommerzieller Voiceserver-Programme ist recht vielfältig. Viele verfügen über Möglichkeiten im Bereich einer Softwarelösung zur Einrichtung unterschiedlicher Audio-Chaträume auf einem Voiceserver.
Viele Onlinespieler benötigen untereinander zur besseren Kommunikation einen solchen Server, wie zum Beispiel den Teamspeak 3 Server, welcher als Schnittstelle dient. Darauf verbinden alle User, um dort per Microphon/Headset miteinander zu kommunizieren. Es gibt natürlich auch noch andere Tools im Voiceserverbereich. Nahezu alle lassen sich auch recht günstig per Slot zwischen 0,25 EUR und 0,15 EUR mieten. Das Minimum an Slots ist immer 4 bis 1000 Slots.
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 |
SELECT `Page`.*, `GameToGroup`.*, `Game`.`id`, `Game`.`key`, `Game`.`platform`, `Game`.`category_id`, `Game`.`min_units`, `Game`.`unit_multiplier`, `Game`.`plugin`, `Game`.`controller`, format_money(`ProductPrice`.final_price / `ProductPrice`.units / `Game`.unit_multiplier / `CloudUnitType`.multiplier, `ProductPrice`.currency) as product_price, format_money(`MarketingPrice`.final_price, `MarketingPrice`.currency) as marketing_price, `Product`.`id`, if(Product.location_id = 6, 1, 0) AS default_location, `CloudUnitType`.`name`, `CloudUnitType`.`multiplier`, `CloudUnitType`.`loco_key` FROM `webinterface_gp_2`.`content_pages` AS `Page` LEFT JOIN `webinterface_gp_2`.`games_groups` AS `Group` ON (`Group`.`description` = `Page`.`key`) LEFT JOIN `webinterface_gp_2`.`games_to_groups` AS `GameToGroup` ON (`GameToGroup`.`group_id` = `Group`.`id`) LEFT JOIN `webinterface_gp_2`.`games_games` AS `Game` ON (`Game`.`id` = `GameToGroup`.`game_id`) LEFT JOIN `webinterface_gp_2`.`product_price_caches` AS `ProductPrice` ON (`ProductPrice`.`product_id` = `GameToGroup`.`product_id` AND `ProductPrice`.`duration_days` = 30 AND `ProductPrice`.`units` = `Game`.`min_units`) LEFT JOIN `webinterface_gp_2`.`product_price_caches` AS `MarketingPrice` ON (`MarketingPrice`.`product_id` = `GameToGroup`.`product_id` AND `MarketingPrice`.`duration_days` = 3 AND `MarketingPrice`.`units` = `Game`.`min_units`) LEFT JOIN `webinterface_gp_2`.`product_datas` AS `Product` ON (`GameToGroup`.`product_id` = `Product`.`id` AND `parent_id` = 0) LEFT JOIN `webinterface_gp_2`.`gamecloud_clouds` AS `Cloud` ON (`Product`.`product_type_id` = `Cloud`.`id`) LEFT JOIN `webinterface_gp_2`.`cloud_unit_types` AS `CloudUnitType` ON (`CloudUnitType`.`id` = `Cloud`.`unit_type_id`) WHERE `Page`.`locale` = 'de' AND ((`Page`.`slug` IS NULL) OR (`Page`.`key` = 'teamspeak-3')) ORDER BY `default_location` DESC LIMIT 1
src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:143- Page->getBySlugOrKey() src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:97- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPageFromThisRegion() src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:53- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPage() Plugin/Content/Controller/PageController.php:24- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLocalizedLandingPage() ?:?- PageController->existingTranslation() Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:193- WebinterfaceControllerAbstract->invokeAction() Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:167- AppDispatcher->_invoke() webroot/index.php:33- AppDispatcher->dispatch() |
1 | 1 | 28 | |
2 |
SELECT if(Product.location_id = 6, 1, 0) AS default_location, format_money(`ProductPrice`.final_price, `ProductPrice`.currency) as product_price, format_money(`MarketingPrice`.final_price, `MarketingPrice`.currency) as marketing_price FROM `webinterface_gp_2`.`product_datas` AS `Product` INNER JOIN `webinterface_gp_2`.`voice_clouds` AS `Cloud` ON (`Cloud`.`id` = 1) LEFT JOIN `webinterface_gp_2`.`product_price_caches` AS `ProductPrice` ON (`ProductPrice`.`product_id` = `Product`.`id` AND `ProductPrice`.`duration_days` = 30 AND `ProductPrice`.`units` = `Cloud`.`minUnits`) LEFT JOIN `webinterface_gp_2`.`product_price_caches` AS `MarketingPrice` ON (`MarketingPrice`.`product_id` = `Product`.`id` AND `MarketingPrice`.`duration_days` = 3 AND `MarketingPrice`.`units` = `Cloud`.`minUnits`) WHERE `Product`.`product_type` = 'VoiceClouds' AND `Product`.`parent_id` = 0 AND `Product`.`active` = '1' ORDER BY `default_location` DESC LIMIT 1
Plugin/Content/Model/Page.php:159- Page->addVoiceServerPrices() src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:143- Page->getBySlugOrKey() src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:97- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPageFromThisRegion() src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:53- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPage() Plugin/Content/Controller/PageController.php:24- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLocalizedLandingPage() ?:?- PageController->existingTranslation() Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:193- WebinterfaceControllerAbstract->invokeAction() Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:167- AppDispatcher->_invoke() webroot/index.php:33- AppDispatcher->dispatch() |
1 | 1 | 4 | |
3 |
SELECT `Location`.`city`, `Location`.`country_code`, `Location`.`country`, `Location`.`location_key`, `Location`.`id`, `VoiceCloud`.*, `VoiceCloudType`.*, `Product`.`id`, `Product`.`product_type`, format_money(ProductPriceCache.final_price / ProductPriceCache.units / CloudUnitType.multiplier, ProductPriceCache.currency) as formatted_amount, `CloudUnitType`.`name`, `CloudUnitType`.`multiplier`, `CloudUnitType`.`loco_key` FROM `webinterface_gp_2`.`voice_clouds` AS `VoiceCloud` LEFT JOIN `webinterface_gp_2`.`cloud_unit_types` AS `CloudUnitType` ON (`CloudUnitType`.`id` = `VoiceCloud`.`unit_type_id`) LEFT JOIN `webinterface_gp_2`.`voice_cloud_types` AS `VoiceCloudType` ON (`VoiceCloudType`.`voiceCloudId` = `VoiceCloud`.`id`) LEFT JOIN `webinterface_gp_2`.`product_datas` AS `Product` ON (`Product`.`active` = 1 AND `Product`.`product_type_id` = `VoiceCloud`.`id` AND `Product`.`product_type` = 'VoiceClouds') LEFT JOIN `webinterface_gp_2`.`product_price_caches` AS `ProductPriceCache` ON (`ProductPriceCache`.`product_id` = `Product`.`id` AND `ProductPriceCache`.`duration_days` = 30 AND `ProductPriceCache`.`units` = `VoiceCloudType`.`minUnits`) JOIN `webinterface_gp_2`.`infrastructure_locations` AS `Location` ON (`Location`.`id` = `Product`.`location_id`) WHERE `VoiceCloud`.`cloudKey` = 'VOICECLOUD'
src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:162- VoiceCloud->getVoiceServers() src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:97- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPageFromThisRegion() src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:53- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPage() Plugin/Content/Controller/PageController.php:24- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLocalizedLandingPage() ?:?- PageController->existingTranslation() Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:193- WebinterfaceControllerAbstract->invokeAction() Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:167- AppDispatcher->_invoke() webroot/index.php:33- AppDispatcher->dispatch() |
1 | 1 | 3 | |
4 |
SELECT `LandingPage`.*, JSON_EXTRACT(Page.content, "$.title") AS title, JSON_EXTRACT(Page.content, "$.name") AS name FROM `webinterface_gp_2`.`content_landing_pages` AS `LandingPage` INNER JOIN `webinterface_gp_2`.`content_pages` AS `Page` ON (`LandingPage`.`locale` = `Page`.`locale` AND `LandingPage`.`page_key` = `Page`.`key`) WHERE `LandingPage`.`locale` = 'de' AND FIND_IN_SET(3, `LandingPage`.`groups`) > 0 ORDER BY `name` ASC
src/GPortal/Lib/HeadlessCMS/LandingPages.php:248- LandingPage->search() Vendor/cakephp/cakephp/lib/Cake/Cache/Cache.php:576- GPortal\Lib\HeadlessCMS\LandingPages->GPortal\Lib\HeadlessCMS\{closure}() src/GPortal/Lib/HeadlessCMS/LandingPages.php:250- Cache::remember() View/Helper/VueHelper.php:94- GPortal\Lib\HeadlessCMS\LandingPages->search() View/Helper/VueHelper.php:71- VueHelper->footer() Vendor/twig/twig/src/Template.php:700- VueHelper->configPluginData() tmp/cache/templates/85/85580d12aa68fc33df8aa08d6fb3db28654f69c96f9e4d88c1a60c35f1e3f90d.php:219- Twig\Template->getAttribute() Vendor/twig/twig/src/Template.php:453- __TwigTemplate_c5ce0c44cc77f8d3ce90d6468dc5e1bfb121aa53e43f0b1c7cdfcb80dc89a608->doDisplay() Vendor/twig/twig/src/Template.php:420- Twig\Template->displayWithErrorHandling() tmp/cache/templates/20/20dcbb7f8de428446d349f7511c4fb6676d13862275db7e61fc767ae2c5d9fb4.php:36- Twig\Template->display() Vendor/twig/twig/src/Template.php:453- __TwigTemplate_3f0614e9e0938ce25ded18dc6ef3325484252b6100571ba697fdd3f07be26453->doDisplay() Vendor/twig/twig/src/Template.php:420- Twig\Template->displayWithErrorHandling() Vendor/twig/twig/src/Template.php:432- Twig\Template->display() Plugin/TwigView/View/TwigView.php:228- Twig\Template->render() Vendor/cakephp/cakephp/lib/Cake/View/View.php:546- TwigView->_render() Vendor/cakephp/cakephp/lib/Cake/View/View.php:481- View->renderLayout() Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php:968- View->render() Controller/Abstracts/VueControllerAbstract.php:22- Controller->render() Plugin/Content/Controller/PageController.php:41- VueControllerAbstract->render() ?:?- PageController->existingTranslation() Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:193- WebinterfaceControllerAbstract->invokeAction() Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:167- AppDispatcher->_invoke() webroot/index.php:33- AppDispatcher->dispatch() |
6 | 6 | 1 |