Hallo,
Habe einen 25€ PSN Code und würde diesen gerne zu einer 25€ PSC tauschen.
Bei Interesse gerne per PN melden
Hallo,
Habe einen 25€ PSN Code und würde diesen gerne zu einer 25€ PSC tauschen.
Bei Interesse gerne per PN melden
Kontaktiere mich mal via PN
Hallo Ihr Lieben,
Ich bin aktuell im Coding unterwegs und entwickle gerade ein "Shop-System". Ich wollte gerne auch mal andere Fragen, welche Funktionen gerne erwünscht sind oder was definitiv vorhanden sein sollte.
Das System umfasst momentan folgendes:
Das System ist von meiner Seite noch lange nicht fertig und wird noch weiter geschrieben.
Nur ich wollte vorab schon mal fragen das ich mir eine ToDo Liste erstellen kann.
mfg
Habe ich gemacht aber geht immer noch nicht
Der fehler kommt immer noch oder habe ich was vergessen?
/**
* Session Configuration
* (sails.config.session)
*
* Sails session integration leans heavily on the great work already done by
* Express, but also unifies Socket.io with the Connect session store. It uses
* Connect's cookie parser to normalize configuration differences between Express
* and Socket.io and hooks into Sails' middleware interpreter to allow you to access
* and auto-save to `req.session` with Socket.io the same way you would with Express.
*
* For more information on configuring the session, check out:
* http://sailsjs.org/#!/documentation/reference/sails.config/sails.config.session.html
*/
module.exports.session = {
/***************************************************************************
* *
* Session secret is automatically generated when your new app is created *
* Replace at your own risk in production-- you will invalidate the cookies *
* of your users, forcing them to log in again. *
* *
***************************************************************************/
secret: '***',
/***************************************************************************
* *
* Set the session cookie expire time The maxAge is set by milliseconds, *
* the example below is for 24 hours *
* *
***************************************************************************/
cookie: {
maxAge: 24 * 60 * 60 * 1000
},
/***************************************************************************
* *
* Uncomment the following lines to set up a Redis session store that can *
* be shared across multiple Sails.js servers. *
* *
* Requires connect-redis (https://www.npmjs.com/package/connect-redis) *
* *
***************************************************************************/
adapter: 'default',
/***************************************************************************
* *
* The following values are optional, if no options are set a redis *
* instance running on localhost is expected. Read more about options at: *
* *
* https://github.com/visionmedia/connect-redis *
* *
***************************************************************************/
// host: 'localhost',
// port: 6379,
// ttl: <redis session TTL in seconds>,
// db: 0,
// pass: <redis auth password>,
// prefix: 'sess:',
/***************************************************************************
* *
* Uncomment the following lines to set up a MongoDB session store that can *
* be shared across multiple Sails.js servers. *
* *
* Requires connect-mongo (https://www.npmjs.com/package/connect-mongo) *
* Use version 0.8.2 with Node version <= 0.12 *
* Use the latest version with Node >= 4.0 *
* *
***************************************************************************/
// adapter: 'mongo',
// url: 'mongodb://user:password@localhost:27017/dbname', // user, password and port optional
/***************************************************************************
* *
* Optional Values: *
* *
* See https://github.com/kcbanner/connect-mongo for more *
* information about connect-mongo options. *
* *
* See http://bit.ly/mongooptions for more information about options *
* available in `mongoOptions` *
* *
***************************************************************************/
// collection: 'sessions',
// stringify: true,
// mongoOptions: {
// server: {
// ssl: true
// }
// }
};
Alles anzeigen
Gebe ich auch zu da ich mir das Script angucke.
Das wäre ja dann in der session.js der adapter oder?
Guten Morgen zusammen,
Ich bin neu auf der Entwicklung von JavaScripten und Websiten und teste gerade etwas und habe aber ein Problem.
Kann mir da ggf. jemand Helfen?
isBanned.js
/*jslint node: true, nomen: true*/
module.exports = function (req, res, next) {
"use strict";
if (req.session.authenticated && res.locals.__user.Banned === 1) {
return res.redirect('/banned');
}
return next();
};
Das Problem ist, die Konsole "cannot read property 'authenticated' of undefined
Kann mir jemand Helfen?
Hallo zusammen,
Besteht bei jemanden Interesse an einem Minecraft Server kein Host sondern ein angefangen Projekt?
Es handelt sich dabei um ein BungeeCord Netzwerk mit selbst geschrieben Plugins wo ich viel Zeit drin invertiert habe. z.B:
Kann mir jemand sagen warum das nicht gesendet wird?
Hotkey_22_Key:
if(!Carrespawn)
return
SendInput t/Fc Carrespawn in 10 Sekunden{enter}
sleep 5000
SendInput t/Fc Carrespawn in 5 Sekunden{enter}
sleep 1000
SendInput t/Fc Carrespawn in 4 Sekunden{enter}
sleep 1000
SendInput t/Fc Carrespawn in 3 Sekunden{enter}
sleep 1000
SendInput t/Fc Carrespawn in 2 Sekunden{enter}
sleep 1000
SendInput t/Fc Carrespawn in 1 Sekunden{enter}
sleep 1000
SendInput t/Fc Carrespawn{enter}
SendInput t/Respawncars{enter}
return
Alles anzeigen
Hoktey_22_Key und Carrespawn werden richtig gelesen
Alles anzeigen~f::
if(IsInChat() !isPlayerDriver())
return
if(GetVehicleEngineState() == 1)
{
SendChat("/Motor")
}
if(GetVehicleLightState() == 1)
{
SendChat("/Licht")
}
if(GetVehicleLockState()) == 1
{
SendChat("/Carlock")
}
if(MietLock == 1)
{
SendChat("/Mietlock")
}
if(FLock == 1)
{
SendChat("/Flock")
}
return
Wenn ich aber noch nicht einmal in einem Fahrzeug sitze werden die Befehle ausgeführt und werde wegen Commandspam gekickt
Danke geht
-----------------------------------------------------------------
Mal noch eine Frage, wenn ein Spieler die Taste F drückt um aus einem Fahrzeug auszusteigen sollen die Befehle ausgeführt werden, die Aktiviert sind kann mir jemand helfen?
Aktueller Code:
GetKeyState("F")
if(isPlayerInAnyVehicle() && isPlayerDriver() = 0)
{
return
}
else
if(Motor) == 1
{
SendChat("/Motor")
}
if(Licht) == 1
{
SendChat("/Licht")
}
if(Lock) == 1
{
SendChat("/Carlock")
}
if(MietLock) == 1
{
SendChat("/Mietlock")
}
if(FLock) == 1
{
SendChat("/Flock")
}
return
Alles anzeigen
Ganz genauso. Du kannst einfach alle Strings die ersetzt werden sollen mit StringReplace ersetzen
also z.B.
und wie mache ich das mit Space so:?
Warum sagt mir der Keybinder immer das eine Neue Version verfügbar ist obwohl es schon die neue ist?
version := 0.1
FTPServer := "**************"
Filedelete,update.bat
UrlDownloadToFile, %FTPServer%/versionsupdate.txt, versionsupdate.txt
FileRead, newver, versionsupdate.txt
FileDelete, versionsupdate.txt
if (version < newver)
{
newververfügbar := 1
MsgBox, 4,Aktuelle Version, Lieber %Nickname%,`n`nEs ist eine aktuellere Version deines Keybinders verfügbar, (Version %newver%).`nMöchtest du diese jetzt herunterladen?
IfMsgBox, Yes
{
MsgBox, 64, Update Download, Das Update wird nun heruntergeladen ,dies kann bis zu 20 Sekunden dauern..., 3
Urldownloadtofile, %FTPServer%/keybinder4.exe, %A_ScriptName%.new
BatchFile=
(
Ping 127.0.0.1
Del "%A_ScriptName%"
Rename "%A_ScriptName%.new" "%A_ScriptName%"
cd "%A_ScriptFullPath%"
"%A_ScriptName%"
Del update.bat
)
FileDelete,update.bat
FileAppend,%BatchFile%,update.bat
MsgBox, 64, Update ausführen, Das Update wird nun ausgeführt...bitte warten..., 3
Run,update.bat,,hide
Exitapp
}
}
else
{
newververfügbar := 0
}
Alles anzeigen
FTP Server wurde zensiert
Moin
Mal noch eine kleine Frage ich habe ein Update Script es funktioniert auch aber wenn ich die neue exe öffne kommt eine Meldung die Datei ist fehlerhaft oder beschäftigt woran kann das liegen?
ja danke so geht es und wenn ich mehr davon mit rein machen möchte, wie mache ich das dann zb GetPlayerZone() == {Zone}
Geht auch nicht habe es grad ausprobiert
Bei mir wird es Ingame immer noch nicht ausgegeben
hier mal ein Sreen wie das aussieht mit dem Keybinder:
Und Hier nochmal der Code:
Nein, er will ja das {Stadt} mit der Ausgabe der getPlayerCity Funktion ersetzen...
genau