Månedsarkiv: marts 2004

Hidden hyperlinks in html(javascript/css)

The link will look like ordinary text: <a href=”Gamle.html” style=’text-decoration: none; color:black; cursor:auto’ onmouseover=’window.status=”;’>Link</a>

Udgivet i HTML, Knowledge Base | Skriv en kommentar

Apache, php & mysql on Windows

Fetch: http://archive.apache.org/dist/httpd/binaries/win32/apache_1.3.29-win32-x86-no_src.exe doubleclick the file and follow the install: Network domain should be ‘localhost’ Server name should be ‘127.0.0.1’ Admin email should be your email. Otherwise just leave the defaults, after install your apache should be running. Fetch php windows … Læs resten

Udgivet i Apache, Knowledge Base, Networking, Old Base, PHP, SQL | Skriv en kommentar

Opsætning af ProFTPD+mod_sql

ProFTPD+mod_sql De fleste linux distributioner kommer idag med en ftpserver. Rigtig mange bruger ProFTPD som standard ftpserver. En alm. installation af ProFTPD bruger operativsystemets egen brugerdatabase, men der er faktisk mulighed for at bruge mange andre former for login. En … Læs resten

Udgivet i Knowledge Base, Linux, Networking, Old Base, SQL | Skriv en kommentar

Compact Flash med Asus 6in1 paa FreeBSD

client01# mount -t msdos /dev/da0s1 /mnt client01# ls /mnt imhkada9

Udgivet i FreeBSD, Knowledge Base, Old Base | Skriv en kommentar

huh

am instalat vmware-le, dar cand dau power off la masina imi da urmatorul mesaj: Cannot attach shared memory segment: Invalid argument. Failed to initialize SVGA device. Am citit in /usr/ports/emulators/vmware3/pkg-message, iar acolo zice sa trec “kern.ipc.shm_allow_removed” pe 1, dar nu … Læs resten

Udgivet i FreeBSD, Humor | Skriv en kommentar

huh

am instalat vmware-le, dar cand dau power off la masina imi da urmatorul mesaj: Cannot attach shared memory segment: Invalid argument. Failed to initialize SVGA device. Am citit in /usr/ports/emulators/vmware3/pkg-message, iar acolo zice sa trec “kern.ipc.shm_allow_removed” pe 1, dar nu … Læs resten

Udgivet i Knowledge Base | Skriv en kommentar

remote editing ower scp in vim

created: August 27, 2003 11:10 complexity: intermediate author: Roberto as of Vim: 6.0 I’m frequently editing files remotely, but if the network traffic is tight, then a normal VIM session turns into a tortuous event. The solution to that was … Læs resten

Udgivet i Knowledge Base, Networking, Programmering | Skriv en kommentar

special front page from certain IP’s in php

This is trivial I know, but I needed to store the code as I don’t use it anymore… $page = $_REQUEST[‘page’]; if ($page == ”) { /* kode for at sætte specifik forside for specifikke IP’er */ $this_ip = split(“\.”, … Læs resten

Udgivet i Knowledge Base, PHP, Programmering | Skriv en kommentar