... und darf man fragen warum?
Beiträge von Belstgut
-
-
nur mit mod möglich
-
not without a mod
-
Server modden
-
Try
apt-get update
First then the install -
nein, da ich selber noch keinen hns server habe. aber du kannst ja mal deine logdatei posten dann kann man das ja prüfen
-
warscheinlich ändert der mod die games_mp.log sodass mam nix mit der logdatei anfangen kann
-
Ohne 32 bit libs würde der doch normalerweise gar nich starten
-
-
Check the aliases section in your cfg
-
no u get this error:
0:00 [07.05.13 07:22:19] PHP-Error: Warning in :\Call of Duty 4 Game\1\plugins\admin_valid_server.php:187 => socket_bind(): unable to bind address [0]: The requested address is not valid in its context.
and thats a hint that the php socket cannot listen to the given port.
-
if ur gameserver listens on port 28960 then the admin valid cant listen on this port aswell. u have to use different ports
-
Nur per mod glaub ich
-
nur ein semikolon vergessen? YEAHH das is super
dafür das ich das heute früh aufm handy gemacht hab
-
Ok ich schau gleich mal
edit: das war natürlich schmarn was ich da gemacht hatte
! verrutscht
und gleich 3 mal und einmal hatte es sogar nichma sinn gemacht. also nochmal probieren:
Spoiler anzeigen
PHP
Alles anzeigen<?php /* PLUGIN: Mailsend ============= Sends an email to the email adress entered in the configuration. CONFIG "config/plugins/mailsend.cfg" ------ [mailsend] to = "youremail@adress" ;The emailadress to receive the emails (mandatory) from = "server@adress" ;the emailadress to send the emails (mandatory) CONTACT ------ xfire: ganxta222 email: mam@sky-e.de */ $mailsend = new mailsend(); $mod->setDefaultCV("mailsend", "to", NULL); $mod->setDefaultCV("mailsend", "from", NULL); // COMMAND SYNTAX FUNCTION OBJECT $mod->registerCommand("contact", '~^contact .+$~i' , "contact", $mailsend); class mailsend { private $players = array(); private $mod = false; private $logging; public function __construct() { $this->players = &$GLOBALS['players']; $this->mod = &$GLOBALS['mod']; $this->logging = & $GLOBALS['logging']; } public function contact($guid, $params) { if (!$this->mod->getCV("mailsend", "to") || !$this->mod->getCV("mailsend", "from")) { $this->logging->write(MOD_WARNING, "Mailsend not configured"); } else { if (implode($params) == "")) { $this->players[$guid]->say($this->mod->getLngString("MessageMustNotEmpty")); } else { $message = implode(" ", $params); $user = $mod->players[$guid]->getName(); $from = $this->mod->getCV("mailsend", "from"); $to = $this->mod->getCV("mailsend", "to"); $header = "From:".$from."\r\n"; $subject = $this->mod->getLngString("subject", array("<NAME>"), array($user)) if(mail($to,$subject,$message,$header)) { $this->players[$guid]->say($this->mod->getLngString("MessageSent")); } else { $this->players[$guid]->say($this->mod->getLngString("SendError")); } } } } } ?>
-
most likely. not sure if there where any changes made to the config files. guess not.
-
SEEHR sporadisches !contact plugin was eine email sendet. noch NICHT getestet.
Der Inhalt kann nicht angezeigt werden, da du keine Berechtigung hast, diesen Inhalt zu sehen. edit: neues attachment, fehlerbereinigt (hoffentlich), damit nicht die fehlerhafte version hier rumgeiert
-
upgrade to the latest version
-
kommt der fehler bei awaiting connection oder awaiting gamestate oder sowas?
-
14 tage kündigungsmöglichkeit sollte doch eigentlich immer möglich sein. auch ohne angabe von gründen
also halt 14 tage nach bestellen.