Hey,
dein PC ist nicht kaputt. Es liegt daran, das PHP die Sqlite2 extension durch sqlite3 ersetzt hat.
Dies wurde in der vor wenigen Tagen erschienenen Version "0.12 Beta" vom MAM gefixt.
Nun brauchst du allerdings die PDO extension (pdo_sqlite)
Hey,
dein PC ist nicht kaputt. Es liegt daran, das PHP die Sqlite2 extension durch sqlite3 ersetzt hat.
Dies wurde in der vor wenigen Tagen erschienenen Version "0.12 Beta" vom MAM gefixt.
Nun brauchst du allerdings die PDO extension (pdo_sqlite)
dachte, dass sich die Gruppenrechte nicht minütlich ändern.
Es gibt aber noch die Möglichkeit das reinzupacken.
Die Funktion dafür ist schon enthalten, nur halt noch nicht mit Readconfig verknüpft.
Hatte es mir halt so gedacht, dass Plugins die Rechte ändern können.
z.B. dass man nichtmehr kicken kann, wenn man kein Clantag drin hat, oder das man nichtmehr gekickt werden kann, wenn man eins drinne hat.
Sowas ist nun relativ leicht umzusetzen
alles nicht so einfach ;-).
Das verwunderliche ist, dass ich diese Funktionen eigentlich sehr ausführlich getestet habe, eben damit sie bei jedem Funktionieren
hmm,
you're right. There are no aliases in your database.
Now we've to find out why.
I've tested the "saving/loading" of stats many times to check if there are some bugs. After all was fine, I decided to upload the file and we released the mam.
Can you send me the 629th line of the statistics php?
Also I'd like to see some system information.
that's crazy.
Can you upload me your stats.sqlite3 file from the config/plugins/ folder in a zip file
xD
but function seems to be a little bit buggy.
We'll fix that in the next version
sry I meant savestats = "sqlite"
crazy.
Is there an error in the mod.log? Maybe the folder permissions?
Did you set savestats = "1" in the [statistics] category
I'm going to sleep now, have a presentation tomorrow.
the new sqlite stats version should create a file called
stats.sqlite3 in the config/plugins folder
If there is no file, the adminmod will create one (you will see that in the logfile)
If you start the MAM, the MAM waits for players to join.
After player joined (event:playerJoin) the mam creats a new entry in the database, or if an old entry exists, he use the old one.
EDIT:
I tested the saving of the players and the creation of the database, so it's crazy if you don't have one
If the player disconnect, the mam saves the stats of the disconnected player in the database.
If you kill the whole adminmod with strg + c or with a click on the Close Icon, nothing new will be stored [the stats of the players on your server won't saved]
stats.sqlite3?
You know that the mam stores stats on disconnect.
If you kill the mam, nothing is saved.
And I'm working on an importer for the old stats to the new database
dann scheint das an den Serverfiles zu liegen.
Haben wir auch hin und wieder schonmal
hey,
kommt auf den Mod an, der bei dir läuft.
Oft kommt das auch nach einem Neustart vom MAM vor, dass der Spieler nicht erkannt wird.
Deswegen gibt's die Antistartupbug Variable um das zu verhindern.
PS. wie siehts eig. aus mit Dev und so, schon nachgefragt?
you've set fastrcon to 1?
and the second test?
what's the number of the last message you get?
Here is the code,
place it as .php file in the plugins folder.
You can test the rcon time if you type !spambot in the console.
Attention: that will spam your whole console with text messages for 10 or MORE seconds
<?php
/**
* PROJECT: ManuAdminMod (0.12 Beta)
* WEBSITE: http://www.manuadminmod.de
* AUTHORS: Manu (Original Author) | Dennis, Hackebein, Master of Little, Mirko911, Yenz
* LICENSE: Creative Commons BY-NC-SA 4.0 (http://creativecommons.org/licenses/by-nc-sa/4.0/)
* PERMITS: If you want to obtain additional permissions, contact us at: Webmaster@ManuAdminMod.de
**/
/**
RCON SPAM TEST MAM 0.11.5 by Mirko
Author: Mirko
Version: 1.00
Date: 27.09.2012 21:07
Xfire: mirko911
*/
/*Define Parameter and Listner */
$mod->setDefaultCV("spambot", "name", "^1MAM1");
$mod->registerCommand("spambot", false , "spambot");
function spambot($guid, $parameter){
global $mod,$players;
//start global
$mod->RconRcon($mod->getCV("spambot", "name")."^1=====Start First test====");
$starttime = microtime(true);
for($i = 0; $i < 20; $i++){
$mod->Rconsay($mod->getCV("spambot", "name")."^7: Nachricht ^2" .$i);
}
$endtime = microtime(true);
$mod->RconSay($mod->getCV("spambot", "name")."^1=====finished first test====");
$mod->RconSay("^1Time needed ^2".$endtime - $starttime." sek");
$mod->RconSay($mod->getCV("spambot", "name")."^1=====start second test====");
$time = time();
$i = 0;
while($time +10 > time()){
$mod->Rconsay($mod->getCV("spambot", "name")."^7: Nachricht ^2" .$i);
$i++;
}
$mod->RconSay($mod->getCV("spambot", "name")."^1=====finish second test====");
}
?>
Alles anzeigen
hey,
are you sure, that you moved the "defferedJobs" Plugin from the downloaded plugins folder to your plugins folder?
EDIT:
I looked in the Files and found a small bug.
you have to change "classes/log.class.php" line 60 from
to
btw. that doesn't fix the "rcon connection not valid" error. That means, that s.th is wrong with your rcon connection.
Did you set a rcon pw?
Is your Server IP:Port correct?
Is your server running?
in the "ninja" Files it's already enabled.
The rcon patch is written by aluigi. I can't find the link atm.. This patch fixes the blocks the "rcon blocker" but it's also good for boosting MAM.
In my test you can send 85 "rcon say test" per second
fast rcon is only usefull if you have a server with a "rcon patch" or if you have a server with Severfiles by Iceops|Ninja