Volltextergebnisse:
- IMGLoad 2.1 @archiv:coding:php
- QLPASS", "dbpass"); DEFINE("ADMIN", ""); //Login Name (Funktion noch nicht aktiv) DEFINE("PASS", ""); ... .php" method="post" enctype="multipart/form-data" name="upload"> <font face="Trebuchet MS"> <input type="file" name="file"><input type="submit" name="submit" value="Upload"> </font> </form> <p><font face="Trebuchet MS">
- eXpBlog Mods @archiv
- fügen: <code php>if(isset($_COOKIE['comment_user_name'])) { $comment_user_name = checksql($_COOKIE['comment_user_name']); } if(isset($_COOKIE['comment_user_site'])) { $comment_u... put type="text" class="details_comment_form_text" name="name" value="Name" onclick="this.value=''" />
- eXpBlog Mods V0.6 @archiv:coding:php
- " size="3"><b>LOST Season 5:</b></font> <form name="countdownform"> <input size="75" name="countdowninput" style="text-align: center"> </form>... put type="text" class="details_comment_form_text" name="name" value="Name" onclick="this.value=''" /> <input type="text" class="details_comment_form_text"
- SSL unter Apache einrichten @linux:apache
- about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can... '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:DE State or Province Name (full name) [Some-State]:NRW Locality Name (eg, city) []:Neuss Organization Name (eg, company) [Interne
- Web Developement Beispiele @archiv:software:razor
- id` int(10) NOT NULL auto_increment PRIMARY KEY, `Name der Doku` VARCHAR(255), `Qualität` VARCHAR(255), ... // Passwort der Datenbank $database = 'database-name'; // Name der Datenbank $table = 'table'; // Tabelle in der Datenbank $myself = 'moviedbv2.php'; // Name des PHP Scripts function GeradeZahl($Zahl) {
- Windows XP Mode für Windows 7 Home @archiv:windows:vista
- leitet. Dort treffen wir folgende Einstellungen: Name: = Egal Speicherort: = Ein Verzeichnis das ihr le... misch erweiterbare virtuelle Festplatte erstellen Name: = WindowsXP Speicherort: = Ihr sollte schon das ... t nun in das Verzeichnis „C:\Users\[Euer Benutzer Name]\AppData\Roaming“ und erstellt dort ein Verzeichn... Virtuellen Computer mit folgenden einstellungen: Name: = XP Modus Speicherort: = C:\Users\[Euer Benutze
- Delphi Snippets @archiv:coding:delphi
- RY KEY,[OtherID] INTEGER NULL,'; sSQL := sSQL + '[Name] VARCHAR (255),[Number] FLOAT, [notes] BLOB, [pic... ecsql('CREATE INDEX TestTableName ON [testtable]([Name]);'); //begin a transaction sldb.BeginTransaction; sSQL := 'INSERT INTO testtable(Name,OtherID,Number,Notes) VALUES ("Some Name",4,587.6594,"Here are some notes");'; //do the insert sldb.Exe
- plugins/autoren.php @archiv:expblog
- f="'.WEBPATH.'autor/'.str_replace(" ", "_", $row['name']).'" title="Alle Beiträge des Autors \''.$row['name'].'\' ansehen">'.$row['name'].'</a> ('.$row['count'].')</li>'; $gesamt = $gesamt + $row['count']; ... ef="index.php?autor='.str_replace(" ", "_", $row['name']).'" title="Alle Beiträge des Autors \''.$row['n
- Host Discovery mit Metasploit Datenbank @it-security
- de ruby> msf6 > db_connect user:pass@127.0.0.1/db_name </code> ==== Verbindung prüfen ==== <code ruby> msf6 > db_status [*] Connected to db_name. Connection type: postgresql. Connection name: local_db_service. </code> ===== Metasploit: Workspace a... s Hosts ===== address mac name os_name os_flavor os_sp pur
- Eigene Namen im LAN anlegen @windows:net
- tutquelle=http://www.hellhost.de/wiki/tut:win:lan-name}} ===== Einleitung ===== Man kann relativ schne... e first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comm... ed on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # #
- n8n Installation und Betrieb @linux:n8n
- nteraktiv ==== <code bash> docker run -it --rm --name n8n -p 1234:1234 -v ~/.n8n:/home/node/.n8n n8nio/... ergrund ==== <code bash> docker run -t -d --rm --name n8n -p 1234:1234 \ -e GENERIC_TIMEZONE="Eu... container_id] docker rm [container_id] docker run --name=[container_name] [options] -d n8nio/n8n </code>
- IRC Operator Befehle @irc
- nly TechAdmins and NetAdmins may specify a server name The flags are used to rehash other c... == CHGNAME Command ====== Changes the "IRC Name" (or "Real Name") of a user currently on the IRC network. IRC Operators only. Syntax: CHGNAME <nick> <name> Example: CHGNAME hAtbLaDe TechAdmin on Som
- Secure twitter API @archiv:coding:php
- hange these parameters with your Twitter // user name and Twitter password. /* ------------------------... <form action="twitter.php" method="post"> <input name="twitter_msg" type="text" id="twitter_msg" size="40" maxlength="140" /> <input type="submit" name="button" id="button" value="post" /> </form> <!--
- Debian Fileserver mit Samba @linux:samba
- <code text> [global] # Arbeitsgruppe workgroup = <NAME DER WORKGROUP> # Zugriff per "share" oder "user"... passwords = yes # Network Neighbourhood netbios name = <NAME DES SERVERS> #Genutze Adapter; bei einem eigentlich nicht notwendig ; interfaces = 192.168.1.2
- MySQL Backup unter Linux @linux:mysql
- u/backup_verzeichnis TAR=/bin/tar RM=/bin/rm DB_NAME=DB_NAME DB_USER=DB_USER DB_PASS=DB_PASS AKT_DATUM=`date +%Y%m%d%H%M` # # mysql dump erzeugen / create mysql dump # $MYSQL_DUMP $DB_NAME -u $DB_USER --password=$DB_PASS > $BACKUP_DIR/$A