---
title: "ctrl+V - leken"
type: "forum-thread"
url: "https://www.webforum.nu/amne/smaprat/111121-ctrl-v-leken/page78"
topic: "Småprat"
topic_url: "https://www.webforum.nu/amne/smaprat"
author: "M.Cheraghi"
published: "2004-09-06T10:33:35.000Z"
updated: "2026-08-10T16:27:40.000Z"
replies: 4905
views: 839205
page: 78
pages: 246
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/smaprat/111121-ctrl-v-leken"
---

# ctrl+V - leken

_Sida 78 av 246._

## #1541 — _2ejon, 2007-05-14T17:08Z

\<img width="722" height="481" src="/UserFiles/Image/Bilder/IMG_3165.jpg" alt=""/\>

Permalänk: https://www.webforum.nu/p/1977644

## #1542 — silfver, 2007-05-14T17:49Z

\<li\>\<a href="\<?php echo get_settings('home'); ?\>"\>Startsida\</a\>\</li\>
			\<?php wp_list_pages('sort_column=menu_order&title_li'); ?\>

Permalänk: https://www.webforum.nu/p/1977654

## #1543 — Dellamorte, 2007-05-14T18:06Z

<http://2www.snyggast.se/ul/2/6067832.jpg>

Permalänk: https://www.webforum.nu/p/1977657

## #1544 — Roosweb, 2007-05-14T19:15Z

<http://www.elgiganten.se/is-bin/INTERSHOP.enfinity/WFS/store-elgigantenSE-Site/sv_SE/-/SEK/El_D> isplayProductInformation-Start;pgid=p2Gz6oZKCO5SR0EjA9JBwx1h0000Zb4brDSj?ProductID=tF_D4QFHtD0A AAEPA1UYtprY&CatalogCategoryID=pCnD4QFHlS4AAAEOXPJZtSxN

Permalänk: https://www.webforum.nu/p/1977685

## #1545 — :stefan:, 2007-05-14T21:38Z

> *Det fanns en tid då allt jag såg var dig,
> men du såg genom mig som glas
> Jag var en osynlig man.
> Jag trodde först att du var blind och döv,
> sen såg jag dig gå hand i hand,
> med en helt annan man.
> Och jag var precis som han,
> i tv-serien som jag en gång sett
> En osynlig man.*

Oh, inte alltid man hittar Pontus & Amerikanerna i Urklipp! :e (y)

Permalänk: https://www.webforum.nu/p/1977752

## #1546 — silfver, 2007-05-15T07:37Z

\<IfModule mod_rewrite.c\>
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php \[L\]
\</IfModule\>

Permalänk: https://www.webforum.nu/p/1977798

## #1547 — symbolism, 2007-05-15T08:41Z

<http://en.wikipedia.org/wiki/Schizophrenia>

Permalänk: https://www.webforum.nu/p/1977830

## #1548 — dea, 2007-05-15T08:42Z

lysstavar stora

Permalänk: https://www.webforum.nu/p/1977831

## #1549 — symbolism, 2007-05-15T12:32Z

\<ul\>
          \<li\>\<a href="hastarifrihet.html"\>H&auml;star i frihet\</a\>\</li\>
          \<li\>\<a href="natur.html"\>Natur\</a\>\</li\>
          \<li\>\<a href="andradjur.html"\>Andra djur\</a\>\</li\>
          \<li\>\<a href="tavling.html"\>T&auml;vling\</a\>\</li\>
          \<li\>\<a href="ovrigt.html"\>&Ouml;vrigt\</a\>\</li\>
        \</ul\>

Permalänk: https://www.webforum.nu/p/1977884

## #1550 — Fredde Mannen, 2007-05-15T13:54Z

> Sälja "XX"

Jahapp där skulle man tydligen sälja aktier! :e

Permalänk: https://www.webforum.nu/p/1977903

## #1551 — silfver, 2007-05-15T15:14Z

analogue

Permalänk: https://www.webforum.nu/p/1977913

## #1552 — Roosweb, 2007-05-15T17:07Z

031 - \*\* \*\* \*\*
Hehe ett nummer jag hade till någon(ting) :D

Permalänk: https://www.webforum.nu/p/1977939

## #1553 — Danny, 2007-05-15T21:24Z

<http://www.webhallen.com/prod.php?id=67681>

Permalänk: https://www.webforum.nu/p/1978056

## #1554 — silfver, 2007-05-16T06:56Z

5010105741

Permalänk: https://www.webforum.nu/p/1978097

## #1555 — Pedda, 2007-05-16T07:03Z

CREATE       PROCEDURE usp_DitoFolderList
	@ParentFolderPath varchar(544)
AS
IF @ParentFolderPath = '\*' 
BEGIN
SELECT DISTINCT (rtrim(r_folder_path) + '/' + rtrim(object_name)) AS r_folder_path, rtrim(title) AS title
FROM propdb_current_s
WHERE r_object_type='dm_folder' and
( not object_name = 'Abonnenter' and not object_name = 'Webbinfo' ) 
ORDER BY r_folder_path
END
ELSE 
BEGIN
SELECT rtrim(a_webc_url) AS a_webc_url, rtrim(object_name) AS object_name, (rtrim(r_folder_path) + '/' + rtrim(object_name)) AS r_folder_path, rtrim(title) AS title
FROM propdb_current_s
WHERE r_object_type='dm_folder' and
( not object_name = 'Abonnenter' and not object_name = 'Webbinfo' ) and
r_folder_path = @ParentFolderPath
ORDER BY object_name
END

GO
SET QUOTED_IDENTIFIER OFF 
GO
SET ANSI_NULLS ON 
GO

Permalänk: https://www.webforum.nu/p/1978100

## #1556 — Dellamorte, 2007-05-17T18:22Z

Peace, Love & Heavy Metal

Permalänk: https://www.webforum.nu/p/1978651

## #1557 — Danny, 2007-05-17T19:11Z

Ny(tt) Textdokument.txt

Permalänk: https://www.webforum.nu/p/1978672

## #1558 — oskars, 2007-05-17T19:31Z

\#navcontainer a:hover {
	background-color:#333;
	background-image:url(../images/default_bg_menu_over.gif);
	color:#FFF;
	width:140px;
	padding:8px 0 0 10px;
}

Permalänk: https://www.webforum.nu/p/1978680

## #1559 — kaj, 2007-05-18T11:33Z

årstagården

Permalänk: https://www.webforum.nu/p/1978837

## #1560 — :stefan:, 2007-05-18T17:17Z

Oh yes I'm the great pretender (oooh oooh)
Pretending I'm doing well (oooh oooh)
My need is such, I pretend too much
I'm lonely but no-one can tell

Oh yes I'm the great pretender (oooh oooh)
Adrift in a world of my own (oooh oooh) I play the game, but to my real
shame
You've left me to dream all alone

Too real is this feeling of make believe (make believe)
Too real when I feel what my heart can't conceal
Ooh oh yes I'm the great pretender (oooh oooh)
Just laughing and gay like a clown (oooh oooh)
I seem to be what I'm not (you see)
I'm wearing my heart like a crown
Pretending that you're still around, yeah oooh hoo

Too real (real) when I feel (feel) what my heart can't conceal
Oh yes I'm the great pretender
Just laughing and gay like a clown (oooh oooh)
I seem to be what I'm not you see
I'm wearing my heart like a crown
Pretending that you're, pretending that you're still around

Permalänk: https://www.webforum.nu/p/1978911

---

Tråden på webben: https://www.webforum.nu/amne/smaprat/111121-ctrl-v-leken/page78  
Föregående sida: https://www.webforum.nu/amne/smaprat/111121-ctrl-v-leken/page77.md  
Nästa sida: https://www.webforum.nu/amne/smaprat/111121-ctrl-v-leken/page79.md
